@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Oswald:wght@200..700&display=swap');
/* CSS Document */

/* * {
  max-width: 100%;
}

button,
hr,
input {
  overflow: visible
}

audio,
canvas,
progress,
video {
  display: inline-block
}

progress,
sub,
sup {
  vertical-align: baseline
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
} */

body {
  margin: 0;
  font-weight: normal;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', sans-serif;
  background: #FFFFFF;
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline-width: 0
}

a[name] {
  position: absolute;
  top: -60px;
}

.car_allInfo a[name] {
  top: -160px;
}

a[name]:target:before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  top: 0;
  width: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {}

button,
select {
  text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  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-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

/*# sourceMappingURL=normalize.min.css.map */


/*-----------------------------------------------------*/
/*------------------------Reset--------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {}

blockquote,
q {
  quotes: none;
}

a {
  text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

button {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  user-select: none;
}

button:focus {
  outline: 0 none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*table {border-collapse: collapse;border-spacing: 0;}*/

* {
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* -webkit-transition: ease .3s; -moz-transition: ease .3s; -ms-transition: ease .3s; -o-transition: ease .3s;  transition: ease .3s;*/
}

* a,
* a * {
  -webkit-transition: ease .3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

body {}

img {
  max-width: 100%;
}

.box_le {
  float: left;
}

.box_ri {
  float: right;
}

.hs_clear:before,
.hs_clear:after {
  content: "";
  display: table;
}

.hs_clear:after {
  clear: both;
}

.hs_clear {
  zoom: 1;
  /*IE/7/6*/
}

.yp_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.yp_flex_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.ff_mon {
  font-family: 'Montserrat', sans-serif;
}



/* 共用 Animations */
[data-animate-in] {
  opacity: 0;
  transition: transform 1.6s ease, opacity 1.6s ease;
}

[data-animate-in="up"] {
  transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
  transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
  transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
  transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
  transform: scale(.3);
}

/*放大淡入*/
[data-animate-in="rotateIn"] {
  transform: scale(.3) rotate(-10deg);
}

/*放大淡入*/
[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(0);
  transition: transform 1.6s ease, opacity 1.6s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}

.page-loaded .fade-in,
.page-loaded.fade-in {
  opacity: 1
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}

.required {
  color: #FF3B3B;
  font-size: 13px;
  font-weight: normal;
  font-family: "微軟正黑體";
}

/* 共用內頁 */
.paper_content {
  /* margin-top: 100px; */
  padding: 60px 20px;
  min-height: 80vh;
  overflow: hidden;
}

.paper_body {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.paper_body * {
  max-width: 100%;
}

.path {
  max-width: 1200px;
  margin: 25px auto;
  text-align: right;
  padding: 0 15px;
  line-height: 110%;
  letter-spacing: .1em;
}

.path a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  color: #000000;
  line-height: 140%;
}

.path a:hover {
  color: #FFB01A;
}

.path a.path_home:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background: url(../images/icon_home.png) center bottom;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}

.path span {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 7px;
  font-size: 12px;
  color: #000000;
}

h3.edit_title {
  font-size: 25px;
  color: #333;
  text-align: center;
  padding: 25px;
  margin: 50px auto;
  position: relative;
}

h3.edit_title:after {
  content: '';
  width: 100px;
  height: 5px;
  background: #E22F5A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.paper_edit {
  padding: 10px;
}

/* banner */
.all_banner{
  padding: calc(70px) 5%;
  background: url(../../images/am_banner.jpg);
  background-position: 60%;
  background-size: cover;
}
.all_banner section{
  max-width: 1200px;
  margin: auto;
}
.all_banner section h6{
  font-size: clamp(24px, 15vw, 80px);
  font-family: "Oswald", sans-serif;
  color: #fff;
  opacity: .3;
  line-height: 100%;
  font-weight: 500;
}
.all_banner section h5{
  font-size: clamp(18px, 8vw, 40px);
  line-height: 120%;
  margin: -15px 0 0;
  color: #fff;
}
.all_banner section h5::after{
  content: '';
  display: inline-block;
  width: 25px;
  height: 5px;
  background-color: #FBC600;
}

/*現有車款 banner*/
.car_wishbanner{
  background-image: url(../../images/am_banner.jpg);
}

.video_banner h5{
  color: #fff;
  text-shadow: 0 0 4px #ccc;
}

/* 共用分頁 */
.page_list {
  display: flex;
  width: 100%;
  margin: 50px auto 10px;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 50px;
  height: 50px;
  color: #464353;
  text-align: center;
  line-height: 1;
  border: 1px #585368 solid;
}

.page_list a+a {
  margin-left: -1px;
}

.page_list a:hover {
  background-color: #464353;
  color: #FFFFFF;
}

.page_list a.action {
  background-color: #464353;
  color: #FFFFFF;
}

.page_list a.page_arrow {
  text-indent: -9999px;
  color: transparent;
}

.page_list a.page_arrow::before {
  content: '';
  text-indent: unset;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}

.page_list a.page_arrow:hover::before {
  filter: brightness(10);
}

.page_list a.arrowFirst::before {
  background-image: url(../images/arrowLend.svg);
}

.page_list a.arrowPre::before {
  background-image: url(../images/arrowL.svg);
}

.page_list a.arrowNext::before {
  background-image: url(../images/arrowR.svg);
}

.page_list a.arrowLast::before {
  background-image: url(../images/arrowRend.svg);
}

/* 共用 banner */
.banner {
  width: 100%;
  margin: 0 auto;
  background: url(../images/alltimes_bg01.png) repeat;
}

.banner_s {
  margin: 0 auto;
}


/* 所有車款 */
.page_allModels .paper_body {
  width: 1700px;
}

.allModels_content>section {
  padding: 60px 0;
}

.allModels_content>section:not(section.upcoming) {
  padding: 60px 50px;
}

.allModels_content>section.upcoming>* {
  padding: 0 50px;
}

.allModels_content>section+section {
  margin-top: 100px;
}

.allModels_content>section>h5 {
  font-size: 24px;
  color: #464353;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}

.upcoming {
  position: relative;
}

.upcomingSwip {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.upcomingSwip .swiper-slide a {
  border: 1px solid #DDDDDD;
  align-items: flex-start;
  align-content: flex-start;
}

.upcomingSwip .swiper-slide dl {
  width: 100%;
  padding: 20px;
  color: #000000;
  font-weight: 100;
  line-height: 1.8;
}

.upcomingSwip .swiper-slide dt {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  color: #000000;
  margin-bottom: 10px;
}

.upcomingSwip .swiper-horizontal>.swiper-pagination-bullets,
.upcomingSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
.upcomingSwip .swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 100%;
  bottom: 0px;
  position: relative;
  left: 0;
  top: 0;
  margin-top: 50px;
}

.upcomingSwip .swiper-pagination-bullet {
  background: #36343e;
  border-radius: 0;
  width: 30px;
  margin: 5px 0;
}

.upcomingSwip .swiper-pagination-bullet-active {
  width: 30px;
  background: #e97d13;
  opacity: 1;
}

.upcomingSwip .swiper-rtl .swiper-button-next,
.upcomingSwip .swiper-rtl .swiper-button-prev,
.upcomingSwip .swiper-button-next,
.upcomingSwip .swiper-button-prev {
  background-color: #FFFFFF;
  width: 50px;
  height: calc(100% - 56px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 2;
  top: 0;
  margin: 0;
}

.upcomingSwip .swiper-button-prev {
  left: 0px;
}

.upcomingSwip .swiper-button-next {
  right: 0px;
}

.upcomingSwip .swiper-rtl .swiper-button-next:after,
.upcomingSwip .swiper-rtl .swiper-button-prev:after,
.upcomingSwip .swiper-button-next:after,
.upcomingSwip .swiper-button-prev:after {
  font-size: 20px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 6px;
  padding: 20px 10px;
}

.inStockSwip {
  overflow: initial;
}

.inStockSwip .swiper-button-next,
.inStockSwip .swiper-button-prev,
.carImgSwip .swiper-button-next,
.carImgSwip .swiper-button-prev {
  height: 100%;
  right: -70px;
  top: 0;
  width: 70px;
  max-width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 0;
  padding-right: 10px;
}

.carImgSwip .swiper-button-prev,
.carImgSwip .swiper-button-next {
  right: 0;
  background: #fff;
  padding: 0;
  justify-content: flex-end;
}

.inStockSwip .swiper-button-prev,
.carImgSwip .swiper-button-prev {
  left: -70px;
  padding-left: 10px;
  padding-right: 0;
}

.carImgSwip .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
  padding: 0;
}

.inStockSwip .swiper-button-next:after,
.inStockSwip .swiper-button-prev:after,
.inStockSwip .swiper-button-next:after,
.inStockSwip .swiper-rtl .swiper-button-prev:after,
.carImgSwip .swiper-button-next:after,
.carImgSwip .swiper-button-prev:after,
.carImgSwip .swiper-button-next:after,
.carImgSwip .swiper-rtl .swiper-button-prev:after {
  background: #F89D12 !important;
  font-size: 20px;
  width: 33px;
  border-radius: 10px;
  height: 62px;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.inStockSwip .swiper-horizontal>.swiper-pagination-bullets,
.inStockSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
.inStockSwip .swiper-pagination-custom,
.carImgSwip .swiper-horizontal>.swiper-pagination-bullets,
.carImgSwip .swiper-pagination-bullets.swiper-pagination-horizontal,
.carImgSwip .swiper-pagination-custom,
.swiper-pagination-fraction {
  padding: 20px 0;
}

.inStockSwip .swiper-pagination-bullet,
.carImgSwip .swiper-pagination-bullet {
  background: #FFFFFF;
  border-radius: 0;
  width: 34px;
  opacity: .5;
}

.inStockSwip .swiper-pagination-bullet-active,
.carImgSwip .swiper-pagination-bullet-active {
  width: 34px;
  background: #e97d13;
  opacity: 1;
}

/* 線上賞車 */
.cars_search {
  width: 840px;
  padding: 40px;
  margin: 0 auto 50px;
  position: relative;
  background: rgba(69, 65, 81, .8);
  overflow: hidden;
}

.cars_search form {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}

.cars_search_txt {
  background: url(../images/serch_icon.svg) center left 15px no-repeat, #FFFFFF;
  border: 0px solid #DDDDDD;
  padding: 10px;
  padding-left: 40px;
  width: 100%;
  max-width: calc(100% - 80px);
  border-radius: 10px 0 0 10px;
  line-height: 1.6;
}

.cars_search_txt::placeholder {
  color: rgba(71, 67, 85, 0.7);
}

.cars_search_txt:focus-visible {
  border: 1px solid #DDDDDD;
}

.cars_search_btn {
  /* background: url(../images/serch_icon.svg) center no-repeat; */
  /* width: 40px; */
  border-radius: 10px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
  width: 80px;
  letter-spacing: .05em;
  text-align: center;
  font-size: 16px;
  border: 1px solid #FBC600;
  display: block;
  background: #FBC600;
  color: #000;
  z-index: 5;
  padding: 10px;
  box-sizing: border-box;
  /* height: 100%; */
  cursor: pointer;
  transition: .6s;
}

.cars_search_btn.cars_search_btn_m {
  display: none;
}

/* 線上賞車列表 */
.page_product .paper_body {
  width: 1400px;
}

.product_content {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.proList_category {
  width: 100%;
  justify-content: flex-end;
  clear: both;
  margin-bottom: 60px;
}

.proList_category_ct {
  width: 950px;
  justify-content: space-between;
}

.proList_category_ct>li {
  width: calc(25% - 10px);
  height: 40px;
  color: #000000;
}

.proList_category_ct select {
  width: 100%;
  padding: 5px 10px;
  position: relative;
  z-index: 999;
  height: 40px;
  background: #FFFFFF;
  color: #454151;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  background: #454151;
  color: #FFFFFF;
}

.proList_category_ct select option {
  padding: 10px;
  height: 40px;
  line-height: 2;
}

.selectboxit-default-arrow {
  border-top-color: #FFFFFF;
}

.selectboxit-container {
  display: block;
}

.selectboxit-container * {
  font-size: 18px;
  line-height: 1.8;
}

.selectboxit-btn,
.selectboxit-container .selectboxit {
  background: #454151;
  color: #FFFFFF;
  border: solid 0px #94909f;
  border-radius: 0;
  font-size: 18px;
  padding: 5px 0;
  height: 40px;
}

.selectboxit-container .selectboxit {
  width: 100%;
}

.selectboxit-btn {
  height: 40px;
  line-height: 40px;

}

.selectboxit-options.selectboxit-list {
  border-radius: 0;
  margin-top: -1px;
  max-height: unset !important;
}

.selectboxit-option-first {
  display: none;
}

.selectboxit-container .selectboxit-options a {
  font-size: 14px !important;
  padding: 5px;
  height: auto;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
  background: #EEEEEE;
  color: #000000;
}

/* 線上賞車-左邊選單 */

.category02 {
  width: 265px;
}

.category02 dl+dl {
  margin-top: 80px;
}

.category02 dt {
  font-size: 20px;
  color: #FFFFFF;
  background: #454151;
  padding: 5px 20px;
  font-size: 20px;
}

.category02 dt span {
  font-size: 16px;
  margin-left: 10px;
}

.category02 dd {
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 10px;
}

.category02 dd>a {
  background-color: #DDDDDD;
  text-align: center;
  padding: 5px 20px;
  color: #454151;
}

.category02 dd label {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.category02 dd label input {
  display: none;
}

.category02 dd label input+span {
  position: relative;
  padding-left: 20px;
}

.category02 dd label input+span::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #CCCCCC;
  position: absolute;
  left: 0;
  top: 6px;
}

.category02 dd label input:checked+span::before {
  background: url(../images/checkIcon.svg) center no-repeat;
}

.cars_list {
  vertical-align: top;
  width: 1100px;
  max-width: calc(100% - 280px);
  margin: -10px;
}

.more_cars.cars_list {
  margin: 0;
}

.cars_list ul {
  justify-content: flex-start;
  width: 100%;
}

.more_cars.cars_list ul {
  flex-direction: column;
}

.cars_list li {
  margin: 0px;
  width: calc((100% / 3) - 20px);
  max-width: 100%;
  padding-bottom: 20px;
}

.more_cars.cars_list li {
  width: 100%;
}

.more_cars.cars_list li+li {
  margin-top: 20px;
}

.cars_list li .car_brief,
.cars_list li dl {
  width: 100%;
  padding: 10px 5px;
}

.more_cars.cars_list li .car_brief,
.more_cars.cars_list li dl,
.car_consult_focus dl {
  padding: 10px 0;
}

.cars_list li h4 {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
  line-height: 2;
}

.cars_list li p.cars_price {
  color: #464452;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.car_consult_focus dl h5,
.more_cars.cars_list li h5 {
  font-size: 22px;
  color: #10181A;
  font-weight: bold;
  line-height: 120%;
}

.car_consult_focus dl h4,
.more_cars.cars_list li h4 {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 10px;
}

.car_consult_focus dl p,
.more_cars.cars_list li p.cars_price {
  line-height: 1.2;
  font-size: 16px;
}

.car_consult_focus dl p span,
.more_cars.cars_list li p.cars_price span {
  font-size: 24px;
  color: #FE9900;
  font-weight: bold;
  margin: 0 10px;
}

/* 最新消息 */
.news_mainPart {
  background: url(../images/news_bg01.jpg) bottom 25px center no-repeat;
  padding: 60px 20px 120px;
}

.paper_body.news_body {
  margin: 0px auto;
}

.news_banner {
  background: url(../images/news_banner.jpg) top center no-repeat;
  background-size: cover;
  height: 26vw;
}

.news_class {
  margin-bottom: 90px;
}

.news_class li {
  margin: 10px;
  max-width: calc(50% - 20px);
  box-sizing: border-box;
}

.news_class li a {
  width: 157px;
  max-width: 100%;
  height: 47px;
  border: 1px solid #ECBC74;
  border-radius: 10px;
  box-sizing: border-box;
  color: #000000;
  letter-spacing: 0.295em;
  padding: 5px 10px;
}

.news_class li a:hover {
  background: #FFB01A;
}

.news_title {
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFB01A;
}

.news_time {
  font-size: 15px;
  color: #B27117;
  letter-spacing: .1em;
  width: 100px;
}

.news_title h6 {
  width: calc(100% - 110px);
  justify-content: flex-start;
  font-size: 22px;
  color: #000000;
  letter-spacing: .1em;
  font-weight: normal;
  line-height: 100%;
}

.news_title h6 b {
  font-weight: normal;
  font-size: 17px;
  color: #502602;
  letter-spacing: .295em;
  justify-content: space-between;
  margin-right: 18px;
}

.news_title h6 b::after {
  content: '';
  width: 7px;
  height: 20px;
  border-right: 1px solid #FFB01A;
  border-left: 1px solid #FFB01A;
  display: block;
  margin-left: 10px;
}

.news_edit {
  padding: 50px 0;
  border-bottom: 1px solid #FFB01A;
  position: relative;
}

.news_edit::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #FFB01A;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.other_news {
  margin: 50px auto;
  justify-content: flex-start;
}

.other_news li {
  width: 33.333%;
  margin: 20px 0;
  padding: 0 20px;
}

.other_news a {
  display: block;
  width: 100%;
  height: 162px;
  padding: 25px 40px;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 2px 2px 8px rgba(204, 204, 204, .65);
  color: #000000;
}

.other_news li:hover a {
  border: 1px solid #FFB01A;
  background: #FFFCF7;
}

.other_news a>* {
  padding-left: 16px;
}

.otherNewsTime {
  position: relative;
  margin-bottom: 20px;
}

.otherNewsTime::before {
  content: '';
  width: 7px;
  height: 100%;
  border-width: 0 1px 0 1px;
  border-color: #FFB01A;
  border-style: solid;
  position: absolute;
  left: -7px;
  top: 0;
}

.otherNewsTime p {
  color: #B27117;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: .1em;
}

.otherNewsTime span {
  display: block;
  font-size: 17px;
  color: #502603;
  letter-spacing: .295em;
  line-height: 150%;
}

.otherNewsTitle {
  font-size: 20px;
  color: #000000;
  letter-spacing: .1em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

/*# sourceURL=basic.css*/

/* 線上賞車-左邊選單 */

.category02 {
  width: 265px;
}

.category02 dl+dl {
  margin-top: 80px;
}

.category02 dt {
  font-size: 20px;
  color: #FFFFFF;
  background: #454151;
  padding: 5px 20px;
  font-size: 20px;
}

.category02 dt span {
  font-size: 16px;
  margin-left: 10px;
}

.category02 dd {
  flex-wrap: wrap;
  padding: 20px;
  margin-top: 10px;
}

.category02 dd>a {
  background-color: #DDDDDD;
  text-align: center;
  padding: 5px 20px;
  color: #454151;
}

.category02 dd label {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.category02 dd label input {
  display: none;
}

.category02 dd label input+span {
  position: relative;
  padding-left: 20px;
}

.category02 dd label input+span::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #CCCCCC;
  position: absolute;
  left: 0;
  top: 6px;
}

.category02 dd label input:checked+span::before {
  background: url(../images/checkIcon.svg) center no-repeat;
}

.cars_list {
  vertical-align: top;
  width: 1100px;
  max-width: calc(100% - 280px);
  margin: -10px;
}

.more_cars.cars_list {
  margin: 0;
}

.cars_list ul {
  justify-content: flex-start;
  width: 100%;
}

.more_cars.cars_list ul {
  flex-direction: column;
}

.cars_list li {
  margin: 10px;
  width: calc((100% / 3) - 20px);
  max-width: 100%;
  padding-bottom: 20px;
}

.more_cars.cars_list li {
  width: 100%;
}

.more_cars.cars_list li+li {
  margin-top: 20px;
}

.cars_list li .car_brief,
.cars_list li dl {
  width: 100%;
  padding: 10px 5px;
}

.more_cars.cars_list li .car_brief,
.more_cars.cars_list li dl,
.car_consult_focus dl {
  padding: 10px 0;
}

.cars_list li h4 {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
  line-height: 2;
}

.cars_list li p.cars_price {
  color: #464452;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.car_consult_focus dl h5,
.more_cars.cars_list li h5 {
  font-size: 20px;
  color: #615B73;
  font-weight: 500;
}

.car_consult_focus dl h4,
.more_cars.cars_list li h4 {
  font-size: 16px;
  color: #888888;
  font-weight: 500;
  line-height: 1.2;
  margin: 10px 0;
}

.car_consult_focus dl p,
.more_cars.cars_list li p.cars_price {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
  color: #F89D12;
}

.car_consult_focus dl p span,
.more_cars.cars_list li p.cars_price span {
  font-size: 24px;
  color: #F89D12;
  font-weight: bold;
  margin: 0 10px;
}

/*線上賞車詳細頁*/

body.page_product_info {
  background-image: url(../images/xiny_bg001.jpg);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
background-attachment: fixed;
margin-top: 0;
}
.carPhotoShow {
  width: 770px;
  max-width: 49%;
  margin: 0;
  /* border:1px red solid; */
  display: flex;
flex-direction: column;
align-items: center;
}
.carImgSwip {
  width: 100%;
  max-width: 100%;
}

.carousel__viewport{
  max-width:600px;
  width: 100%;
}

.page_product_info .paper_body {
  width: 1600px;
}

.page_product_info .title01 {
  margin-bottom: 80px;
}

.prod_path {
  justify-content: space-between;
  margin-bottom: 20px;
  color: #545454;
  letter-spacing: .05em;
  font-size: 16px;
  position: relative;
  z-index: 999;
  display: none;
}

.more_share,
.prod_path>p {
  margin: 5px 0;
}

a.more_share_main {
  color: #8B859E;
  border: 1px solid #888;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: fit-content;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin: -30px 0 0 auto;
}

a.more_share_main img {
  margin-right: 5px;
}

.shareTo {
  position: relative;
  margin-left: 10px;
}

.shareTo ul {
  display: flex;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.shareTo_list li {
  margin: 5px;
}

.shareTo_list a {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #4b475a;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.shareTo_list a img {
  width: 20px;
  max-width: 100%;
  min-height: 100%;
}

.car_allInfo {
  position: relative;
}

.car_info_box {
  width: 100%;
  /* background: #F9F9F9; */
  align-items: center;
  align-content: center;
  justify-content: space-between;
  position: relative;
}

.carImgSwip {
  width: 770px;
  /* max-width: 49%; */
  margin: 0;
}

.carImgSwip .swiper-pagination{
  display: block !important;
  width: 700px;
  max-width: 90%;
  text-align: right;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: clamp(5px, 3vw, 20px);
  top: unset;
  padding: 10px 20px;
  color: #FFFFFF;
}

.carImgSwip .swiper-slide img{
  max-height: 451px;
  width: 100%;
  object-fit: cover;
}

.carImgSwip .swiper-pagination-current{
  font-size: 20px;
}

.carImgSwip .swiper-pagination i{
  font-size: 14px;
}

.carImgSwip .swiper-pagination-total{
  font-size: 14px;
}

.thumb-swiper {
  /* max-width: 600px; */
  width: 100%;
  margin-top: 20px;
}

.thumb-swiper .swiper-button-next:after,
.thumb-swiper .swiper-button-prev:after {
  font-size: 15px;
}

.thumb-swiper .swiper-button-next {
  right: 0;
}

.thumb-swiper .swiper-button-prev {
  left: 0;
}

.thumb-swiper .swiper-slide{
  background: #000;
  max-height: 84px;
}

.thumb-swiper .swiper-slide img{
  opacity: .3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-swiper .swiper-slide-thumb-active img{
  opacity: 1;
}

.car_info {
  width: 715px;
  max-width: 49%;
  padding: 30px 0;
  justify-content: space-between;
}

.car_info dl {
  width: 100%;
  font-size: 16px;
  color: #878787;
  line-height: 1.2;
}

.car_info h4 {
  font-size: 25px;
  font-weight: 700;
  color: #FE9900;
  line-height: 2;
  margin-bottom: 10px;
}

.car_info_data {
  align-items: flex-start;
  align-content: flex-start;
  color: #000000;
  padding: 50px 5%;
  border: 1px solid #666;
  margin: 10px 0 30px;
}

.car_info ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.car_info_data li {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
}

.car_info_data li b {
  width: 135px;
  padding: 5px 0 5px 40px;
  position: relative;
  font-size: 22px;
}

.car_info_data li b::before{
  content:"";
  width: 38px;
  height: 38px;
  background-image: url('../../images/car_icon01.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  left: -5px;
  transform: translateY(-50%);
}
.car_info_data li:nth-of-type(2) b::before{
  background-image: url('../../images/car_icon02.png');
}
.car_info_data li:nth-of-type(3) b::before{
  background-image: url('../../images/car_icon03.png');
}
.car_info_data li:nth-of-type(4) b::before{
  background-image: url('../../images/car_icon04.png');
}
.car_info_data li:nth-of-type(5) b::before{
  background-image: url('../../images/car_icon05.png');
}
.car_info_data li:nth-of-type(6) b::before{
  background-image: url('../../images/car_icon06.png');
}


.car_info_data li p {
  width: 100%;
  padding: 10px 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 2;
}

.car_info_cont {
  grid-gap: 10px;
}

.edit_part+.car_info_cont{
  display: none;
  margin-top: 30px;
  justify-content: flex-start;
}

.car_info_cont li {
  max-width: 100%;
}

.car_info_cont li a {
  width: 100%;
  /* max-width: 185px; */
  height: 50px;
  border-radius: 5px;
  color: #000;
  background: #F89D12;
  font-size: 18px;
  font-weight: 500;
}

.edit_part+.car_info_cont li a{
  padding: 10px;
}

.car_info_cont li a img {
  margin-right: 10px;
}

.car_info_cont li a:hover{
  background-color: #FBC600;
}

.car_detail {
  width: 100%;
  margin: 100px auto;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.car_det_le {
  width: 1125px;
  max-width: 73%;
}

.car_det_ri {
  width: 350px;
  max-width: 25%;
  position: relative;
}

.car_equip {
  width: 1100px;
  position: relative;
}

.car_equip dl+dl {
  margin-top: 50px;
}

.car_equip ul {
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  max-width: 900px;
}

.car_equip li {
  width: 220px;
  max-width: 100%;
  position: relative;
  padding-left: 30px;
  line-height: 23px;
  margin: 15px 0;
  position: relative;
}

.car_equip li::before {
  content: '';
  width: 24px;
  height: 23px;
  background: url(../../images/tick.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.car_equip li.noEquip {
  color: #CCCCCC;
}

.car_equip li.noEquip::before {
  filter: grayscale(1) brightness(1.3);
}

.car_detail_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.car_detail_title .redStar {
  margin-left: 10px;
  color: #B20000;
}

/* .car_detail_title::after{
  content: '';
  width: calc(100% - 130px);
  border-bottom: 2px solid #77718C;
  opacity: 0.4;
} */

/* .car_detailcar_detail_title h6 {
  font-size: 24px;
  font-weight: bold;
  /* color: transparent;
  line-height: 1.6;
  background: -webkit-linear-gradient(top, #77718C 0%, #464253 100%);
  background: linear-gradient(to bottom, #77718C 0%, #464253 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #333333;
  border-bottom: 5px solid #77718C;
} */

.car_det_le .car_edit {
  width: 100%;
  margin: 50px auto 100px;
  position: relative;
}

.car_edit * {
  max-width: 100%;
}

.car_edit .car_detail_title {
  margin-bottom: 20px;
}

.car_consult {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.car_consult.yp_flex {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.car_consult_focus {
  width: 380px;
  max-width: 34%;
}

.car_form {
  width: 670px;
  max-width: 64%;
}

.car_detail_title h6 {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
}

.car_form li {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  padding: 10px 0;
  position: relative;
  margin: 0 0 20px;
}

.car_form li+li {
  margin-top: 10px;
}

.car_form li {
  padding: 5px 0;
}

.car_form li.yp_flex p {
  width: 115px;
}

.car_form li>div {
  width: 510px;
  max-width: calc(100% - 125px);
  position: relative;
}

.car_form li.verif>div>a {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
}

.car_form .redStar {
  display: inline-block;
  margin-right: 3px;
  color: #B20000;
}

.pd_formInput {
  padding: 10px;
  width: 100%;
}

.check_ok {
  color: #222222;
}

.check_ok input {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.more_cars {}

.more_cars_more {
  display: block;
  border: 1px solid #47435400;
  color: #211713;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: .0em;
  text-align: center;
  padding: 8px;
  margin: 0 auto;
  background-color: #FBC600;
  border-radius: 5px;
  font-weight: bold;
}

.more_cars_more:hover {
  background: #221714;
  color: #fff;
}

.fixLink {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 998;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

.fixLink section {
  max-width: 1600px;
  justify-content: space-between;
  margin: 0 auto;
}

.fixTab {
  width: 600px;
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
}

.fixTab li {
  width: 25%;
  position: relative;
  text-align: center;
}


.fixTab li.selected::after {
  content: '';
  background-color: #E97A11;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.fixTab li a {
  width: 100%;
  display: block;
  padding: 20px 10px;
}

.fixLink .car_info_cont {
  width: 600px;
  max-width: 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.submit_content .formInput {
  width: 100%;
  max-width: calc(50% - 10px);
  cursor: pointer;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background: #464253;
  transition: .3s;
}

.submit_content .formInput:hover {
  border-radius: 50px;
}

.submit_content .formInput:hover {
  border-radius: 50px;
}
/* lightbox + swiper */

#mainCarousel {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
  0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}

#mainCarousel .carousel__button{
  width: 20px;
  height: 40px;
  background-color: #FE9900;
  box-shadow: unset;
}

#mainCarousel .carousel__button.is-prev {
  left: -4.5rem;
}

#mainCarousel .carousel__button.is-next {
  right: -4.5rem;
}

#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 2px black;
}

#thumbCarousel{
  max-width: 600px;
  width: 100%;
}

#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
  overflow: hidden;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}

/*  */

.submit_content {
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  margin-top: 40px;
}

.submit_content .formInput {
  width: 100%;
  max-width: calc(50% - 10px);
  cursor: pointer;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #221714;
  text-align: center;
  background: #FBC600;
  transition: .3s;
}

.submit_content .formInput.reset {
  background: #221714;
  color: #fff;
}

.submit_content .formInput:hover {
  border-radius: 50px;
}
