@import url(jquery.mCustomScrollbar.css);
@import url(parts.css);
/*@import url(layout.css);*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
  .specs_wrapper_3 {
   display: none;
  }
  .option_table .specs_wrapper {
   width: 50%
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
button {
  vertical-align: middle;
  outline: none;
}

textarea {
  outline: none;
  overflow: auto;
}

html {
  font-size: 14px;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "open_l";
  color: #000;
}
body.selector {
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

img {
  vertical-align: middle;
  border: none;
}

li {
  list-style: none;
}

.wrapper {
  min-width: 320px;
  background-color: #fff;
}

.header {
  box-shadow: -2px 1px 6px -2px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  position: absolute;
  top: 0;
  z-index: 101;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header_inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.header .wlogo {
  width: 1200px;
}

.header .header_inner:after {
  content: "";
  display: block;
  clear: both;
}
.header .header_inner .title {
  float: left;
  padding-right: 15px;
  padding-top: 10px;
}
.header .header_inner .sub_title {
  float: left;
  padding-left: 10px;
  padding-top: 5px;
}
.header .header_inner .globalnav {
  float: left;
}
.header .header_inner .globalnav:after {
  content: "";
  display: block;
  clear: both;
}
.header .header_inner .globalnav .g_nav_list {
  float: left;
}
.header .header_inner .globalnav .g_nav_list p a {
  color: #000;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  word-wrap: break-word;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_inner .globalnav .g_nav_list p a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 40px 0;
  width: 100%;
  border-bottom: 4px solid #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.header .header_inner .globalnav .g_nav_list p a:hover:after,
.header .header_inner .globalnav .g_nav_list p a.on:after {
  background-color: #f9f9f9;
  border-bottom-color: #f9f9f9;
}
.header .header_inner .globalnav .g_nav_list p a.current:after {
  border-bottom: 4px solid #eb0a1e;
}
.header .header_inner .globalnav .g_nav_list .sub_menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 66px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1024px;
  box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.25);
}
.header .header_inner .globalnav .g_nav_list .sub_menu.on {
  -webkit-transition-property: margin;
  -moz-transition-property: margin;
  transition-property: margin;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .header_inner .globalnav .type1 p a {
  width: 107px;
  padding: 21px 20px 21px 0;
  background-image: url(/asset/images/common/global_arr.png);
  background-repeat: no-repeat;
  background-position: 92px center;
  background-size: 7px 6px;
  cursor: pointer;
}
.header .header_inner .globalnav .type1 p a.on {
  background-image: url(/asset/images/common/global_arr_up.png);
  background-repeat: no-repeat;
  background-position: 92px center;
  background-size: 7px 6px;
}
.header .header_inner .globalnav .type1 .sub_menu {
  background-color: #fff;
  box-shadow: 0px 0px 9px #ddd inset;
  top: inherit;
  margin-top: 10px;
}
.header .header_inner .globalnav .type1 .sub_menu .car_category_inner {
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_category {
  text-align: center;
  float: left;
  overflow: hidden;
  padding-left: 60px;
  width: 640px;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_category
  li {
  float: left;
  padding: 10px 10px;
  border-radius: 16px;
  cursor: pointer;
  margin-right: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_category
  li:hover {
  background-color: #f0f0f0;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_category
  li.on {
  background-color: #f0f0f0;
}
.header .header_inner .globalnav .type1 .sub_menu .car_category_inner .car_FU {
  float: right;
  overflow: hidden;
  margin-right: 80px;
  padding-left: 20px;
  border-left: 1px solid #c2c2c2;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_FU
  li {
  float: left;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_FU
  li
  a {
  color: #fff;
  padding: 10px 10px;
  background-color: #b9b9b9;
  border-radius: 16px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_FU
  li
  a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_FU
  li:nth-of-type(2) {
  /*margin-left: 20px;*/
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_category_inner
  .car_list_close {
  border: none;
  padding: 15px;
  background-image: url(/asset/images/common/modal_close.png);
  background-repeat: no-repeat;
  background-position: 0px;
  background-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header .header_inner .globalnav .type1 .sub_menu .car_list {
  overflow: hidden;
  height: auto;
  max-height: 77vh;
}
.header .header_inner .globalnav .type1 .sub_menu .car_list .carItem {
  float: left;
  text-align: center;
  width: 246px;
  margin: 5px;
}
.header .header_inner .globalnav .type1 .sub_menu .car_list .carItem a {
  color: #000;
  display: block;
  padding: 25px 0;
  border: 1px solid #fff;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.header .header_inner .globalnav .type1 .sub_menu .car_list .carItem a:hover {
  border: 1px solid #d8d8d8;
  /*background-color: #f9f9f9;*/
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_list
  .carItem
  a
  dl
  dt
  img {
  height: 50px;
  width: auto;
}
.header .header_inner .globalnav .type1 .sub_menu .car_list .carItem a dl dd {
  padding-top: 5px;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_list
  .carItem
  a
  dl
  dd
  .car_name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_list
  .carItem
  a
  dl
  dd
  .car_price {
  font-size: 12px;
}
.header
  .header_inner
  .globalnav
  .type1
  .sub_menu
  .car_list
  .mCSB_inside
  > .mCSB_container {
  margin-right: 0;
}
.header .header_inner .globalnav .type2 p a {
  width: 121px;
  padding: 21px 20px 21px 0;
  cursor: pointer;
  background-image: url(/asset/images/common/global_arr.png);
  background-repeat: no-repeat;
  background-position: 103px center;
  background-size: 7px 6px;
}
.header .header_inner .globalnav .type2 p a.on {
  background-image: url(/asset/images/common/global_arr_up.png);
  background-repeat: no-repeat;
  background-position: 103px center;
  background-size: 7px 6px;
}
.header .header_inner .globalnav .type2 .sub_menu {
  position: fixed;
  top: 76px;
  width: 100%;
  background-color: #f9f9f9;
}
.header .header_inner .globalnav .type2 .sub_menu ul {
  text-align: center;
}
.header .header_inner .globalnav .type2 .sub_menu ul li {
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.header .header_inner .globalnav .type2 .sub_menu ul li a {
  font-size: 14px;
  display: block;
  padding: 24px 25px 20px;
  color: #000;
  border-bottom: 4px solid #f9f9f9;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_inner .globalnav .type2 .sub_menu ul li a.icon_dom {
  background-image: url(/asset/images/common/icon_dom.png);
  background-repeat: no-repeat;
  background-position: 22px 24px;
  background-size: 17px 15px;
  padding: 24px 20px 20px 45px !important;
  text-align: left;
}
.header .header_inner .globalnav .type2 .sub_menu ul li a.icon_bs {
  background-image: url(/asset/images/common/icon_local_service.png);
  background-repeat: no-repeat;
  background-position: 22px 22px;
  background-size: 14px 18px;
  padding: 24px 20px 20px 45px !important;
  text-align: left;
}
.header .header_inner .globalnav .type2 .sub_menu ul li a.bdl:before {
  content: "";
  width: 1px;
  height: 42px;
  background-color: #e7e5e4;
  position: absolute;
  top: 10px;
  left: -2px;
}
.header .header_inner .globalnav .type2 .sub_menu ul li a:hover {
  background-color: #f0f0f0;
  border-bottom: 4px solid #f0f0f0;
}
.header .header_inner .globalnav .type2 .sub_menu ul li a.on {
  border-bottom: 4px solid #eb0a1e;
}
.header .header_inner .globalnav .type3 p a {
  width: 122px;
  padding: 21px 0;
  cursor: pointer;
}
.header .header_inner .globalnav .type3 p a.on {
  background-image: url(/asset/images/common/global_arr_up.png);
}
.header .header_inner .globalnav .type3 .sub_menu {
  position: fixed;
  top: 76px;
  width: 100%;
  background-color: #f9f9f9;
}
.header .header_inner .globalnav .type3 .sub_menu ul {
  text-align: center;
}
.header .header_inner .globalnav .type3 .sub_menu ul li {
  display: inline-block;
  font-size: 14px;
}
.header .header_inner .globalnav .type3 .sub_menu ul li a {
  font-size: 14px;
  display: block;
  padding: 24px 25px 20px;
  color: #000;
  border-bottom: 4px solid #f9f9f9;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_inner .globalnav .type3 .sub_menu ul li a:hover {
  background-color: #f0f0f0;
  border-bottom: 4px solid #f0f0f0;
}
.header .header_inner .globalnav .type3 .sub_menu ul li a.on {
  border-bottom: 4px solid #eb0a1e;
}
.header .header_inner .globalnav .type4 p a {
  width: 120px;
  padding: 21px 20px 21px 0;
  cursor: pointer;
  background-image: url(/asset/images/common/global_arr.png);
  background-repeat: no-repeat;
  background-position: 94px center;
  background-size: 7px 6px;
}
.header .header_inner .globalnav .type4 p a.on {
  background-image: url(/asset/images/common/global_arr_up.png);
  background-repeat: no-repeat;
  background-position: 94px center;
  background-size: 7px 6px;
}
.header .header_inner .globalnav .type4 .sub_menu {
  position: fixed;
  top: 76px;
  width: 100%;
  background-color: #f9f9f9;
}
.header .header_inner .globalnav .type4 .sub_menu ul {
  text-align: center;
}
.header .header_inner .globalnav .type4 .sub_menu ul li {
  display: inline-block;
  font-size: 14px;
}
.header .header_inner .globalnav .type4 .sub_menu ul li a {
  font-size: 14px;
  display: block;
  padding: 24px 25px 20px;
  color: #000;
  border-bottom: 4px solid #f9f9f9;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_inner .globalnav .type4 .sub_menu ul li a:hover {
  background-color: #f0f0f0;
  border-bottom: 4px solid #f0f0f0;
}
.header .header_inner .globalnav .type4 .sub_menu ul li a.on {
  border-bottom: 4px solid #eb0a1e;
}
.header .header_inner .globalnav .type5 p a {
  background-image: url(/asset/images/common/drive-icon.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 17px 15px;
  border-left: 1px solid #e7e5e4;
  padding: 14px 17px 14px 44px;
  text-align: left;
  width: 125px;
}
.header .header_inner .globalnav .type6 p a {
  background-image: url(/asset/images/common/fide_icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 12px 18px;
  border-left: 1px solid #e7e5e4;
  padding: 14px 18px 14px 42px;
  text-align: left;
  width: 103px;
}
.header .header_inner .globalnav .type7 p a {
  background-image: url(/asset/images/common/shopping_icon.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px 9px;
  border-left: 1px solid #e7e5e4;
  border-right: 1px solid #e7e5e4;
  cursor: pointer;
  padding: 14px 20px 14px 20px;
  text-align: left;
  width: 140px;
}
.header .header_inner .globalnav .type7 p a.on {
  background-image: url(/asset/images/common/shopping_icon_x.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px 14px;
}
.header .header_inner .globalnav .type7 .sub_menu {
  position: absolute;
  width: 351px;
  background-color: #fff;
  left: inherit;
  right: 2px;
}
.header .header_inner .globalnav .type7 .sub_menu ul li a {
  display: block;
  padding: 18px 0 18px 30px;
  color: #000;
  border-top: 1px solid #e7e5e4;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_inner .globalnav .type7 .sub_menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header_inner .globalnav .type7 .sub_menu ul li a:hover,
.header .header_inner .globalnav .type7 .sub_menu ul li a:hover:after {
  background-color: #f9f9f9;
}
.header .header_inner .globalnav .type7 .sub_menu ul li a.on:after {
  background-color: #ff0000;
}

.header .header_inner .globalnav.type2 .type1 p a,
.header .header_inner .globalnav.type2 .type2 p a {
  padding: 11px 20px 11px 0;
  width: 155px;
  background-position: 132px 24px;
}
.header .header_inner .globalnav.type2 .type1 p a.on,
.header .header_inner .globalnav.type2 .type2 p a.on {
  background-position: 132px 24px;
}
.header .header_inner .globalnav.type2 .type3 .m_menu .g_nav_list p a {
  width: 135px;
  padding: 11px 0px !important;
}
.header .header_inner .globalnav.type2 .type4 p a {
  padding: 11px 20px 11px 0;
  width: 155px;
  background-position: 132px 24px;
  margin-right: 10px;
}
.header .header_inner .globalnav.type2 .type4 p a.on {
  background-position: 132px 24px;
}
.header .header_inner .globalnav.type2 .m_menu .g_nav_list p a {
  padding: 21px 20px 21px 0;
}
.header .header_inner .globalnav.type2 .m_menu .g_nav_list p a:after,
.header .header_inner .globalnav.type2 .m_menu .g_nav_list p a.on:after {
}
.header .header_inner .globalnav.type2 .m_menu .g_nav_list.type3 p a {
  padding: 21px 0;
}
.header .header_inner .globalnav.type2 .type5_2 p a {
  text-indent: -9999px;
  padding: 26px 24px;
  background-position: center;
  height: 36px;
  width: auto;
}
.header .header_inner .globalnav.type2 .type6_2 p a {
  text-indent: -9999px;
  padding: 26px 24px;
  background-position: center;
  height: 36px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .header {
    margin-top: 0 !important;
  }

  .header .header_inner .globalnav.type2 .type1 p a,
  .header .header_inner .globalnav.type2 .type2 p a,
  .header .header_inner .globalnav.type2 .type3 p a,
  .header .header_inner .globalnav.type2 .type4 p a {
    width: inherit;
    padding: 20px 0 20px 15px !important;
    background-position: 98% center;
    margin-right: 0;
  }
  .header .header_inner .globalnav.type2 .type1 p a.on,
  .header .header_inner .globalnav.type2 .type2 p a.on,
  .header .header_inner .globalnav.type2 .type3 p a.on,
  .header .header_inner .globalnav.type2 .type4 p a.on {
    background-position: 98% center;
  }
  .header .header_inner .globalnav.type2 .type5_2 p a {
    text-indent: -9999px;
    padding: 18px 16px;
    background-position: center;
  }
  .header .header_inner .globalnav.type2 .type6_2 p a {
    width: 51px;
    height: 100%;
    padding: 0;
  }
}

.m_menu {
  display: inline;
}

.m_button {
  display: none;
}

.filter_wrapper.on {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

@media screen and (max-width: 1023px) {
  .header {
    position: relative !important;
    padding: 0;
    z-index: 10;
  }
  .header .header_inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    background: #fff;
    position: relative;
  }
  .header .header_inner:after {
    content: none;
  }
  .header .header_inner .title {
    float: none;
    height: 100%;
    padding: 0;
    position: absolute;
    z-index: 1;
  }
  .header .header_inner .title a {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0 15px;
  }
  .header .header_inner .title img {
    width: 90px;
    height: auto;
  }
  .header .header_inner .m_button {
    display: block;
    float: right;
    width: 16px;
    height: 14px;
    padding: 21px 17.5px;
    position: relative;
    cursor: pointer;
  }
  .header .header_inner .m_button:before,
  .header .header_inner .m_button:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header .header_inner .m_button:before {
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_inner .m_button:after {
    width: 1px;
    height: 16px;
    background: #d8d8d8;
    margin: auto;
    top: 0;
  }
  .header .header_inner .m_button span {
    display: block;
    width: 16px;
    height: 2px;
    background-color: #eb0a1e;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .header .header_inner .m_button span:before,
  .header .header_inner .m_button span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #eb0a1e;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_inner .m_button span:before {
    top: -6px;
  }
  .header .header_inner .m_button span:after {
    bottom: -6px;
  }
  .header .header_inner .m_button.on {
    background: #f8f9fa;
  }
  .header .header_inner .m_button.on:before {
    background: #ee0622;
  }
  .header .header_inner .m_button.on span {
    background-color: #f8f9fa;
  }
  .header .header_inner .m_button.on span:before {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -moz-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header .header_inner .m_button.on span:after {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -moz-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .header .header_inner .globalnav {
    float: none;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .header .header_inner .globalnav:after {
    content: none;
  }
  .header .header_inner .globalnav .g_nav_list {
    float: none;
  }
  .header .header_inner .globalnav .g_nav_list p a {
    display: block;
    color: #ee0622;
    font-size: 16px;
    text-align: left;
    word-wrap: normal;
    background-position: right 15px center;
    padding: 10px 0;
    position: relative;
  }
  .header .header_inner .globalnav .g_nav_list p a:after,
  .header .header_inner .globalnav .g_nav_list p a.on:after {
    display: none !important;
  }
  .header .header_inner .globalnav .g_nav_list p a:hover:after,
  .header .header_inner .globalnav .g_nav_list p a.on:after {
    display: none !important;
  }
  .header .header_inner .globalnav .g_nav_list .sub_menu {
    display: none;
    position: inherit;
    z-index: 1;
    top: 44px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    background-color: #fff;
    margin-top: 0 !important;
    box-shadow: none;
  }
  .header .header_inner .globalnav .type1 p a {
    width: auto;
    background-image: url(/asset/images/common/menu_plus.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
  }
  .header .header_inner .globalnav .type1 p a.on {
    background-image: url(/asset/images/common/menu_mn.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px auto;
  }
  .header .header_inner .globalnav .type1 .sub_menu {
    padding: 0 15px 15px;
  }
  .header .header_inner .globalnav .type1 .sub_menu.pc {
    display: none !important;
  }
  .header .header_inner .globalnav .type1 .sub_menu .car_list {
    overflow: hidden;
    background-color: #fff;
  }
  .header .header_inner .globalnav .type1 .sub_menu .car_list .carItem {
    display: inline-block;
    text-align: center;
    width: 49.3%;
    margin: 15px 0 !important;
    float: inherit;
  }
  .header
    .header_inner
    .globalnav
    .type1
    .sub_menu
    .car_list
    .carItem
    a
    dl
    dt
    img {
    width: 100%;
    height: inherit;
    max-width: 115px;
  }
  .header .header_inner .globalnav .type1 .sub_menu .car_list .carItem a dl dd {
    padding-top: 5px;
  }
  .header
    .header_inner
    .globalnav
    .type1
    .sub_menu
    .car_list
    .carItem
    a
    dl
    dd
    .car_name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .header
    .header_inner
    .globalnav
    .type1
    .sub_menu
    .car_list
    .carItem
    a
    dl
    dd
    .car_price {
    font-size: 10px;
  }
  .header .header_inner .globalnav .subUrl {
    padding-bottom: 20px;
    margin-left: 30px;
  }
  .header .header_inner .globalnav .subUrl > li + li p {
    margin-top: 20px;
  }
  .header .header_inner .globalnav .subUrl li p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .header .header_inner .globalnav .subUrl li a {
    display: block;
    color: #000;
    padding: 15px;
    border-top: 1px solid #e7e5e4;
    border-left: 1px solid #e7e5e4;
    position: relative;
  }
  .header .header_inner .globalnav .subUrl li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background-image: url(/asset/images/common/icon_footer.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
  }
  .header .header_inner .globalnav .subUrl li:last-child a {
    border-bottom: 1px solid #e7e5e4;
  }
  .header .header_inner .globalnav .type2 p a {
    width: auto;
    background-image: inherit;
    background-image: url(/asset/images/common/menu_plus.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
  }
  .header .header_inner .globalnav .type2 p a.on {
    background-image: url(/asset/images/common/menu_mn.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px auto;
  }
  .header .header_inner .globalnav .type2 .sub_menu ul {
    text-align: left;
  }
  .header .header_inner .globalnav .type2 .sub_menu ul li {
    display: block;
  }
  .header .header_inner .globalnav .type2 .sub_menu ul li a {
    display: block;
    padding: 15px;
    color: #000;
    background-color: #fff;
    border-top: 1px solid #e7e5e4;
    border-left: 1px solid #e7e5e4;
    border-bottom: none;
  }
  .header .header_inner .globalnav .type2 .sub_menu ul li:last-child a {
    border-bottom: 1px solid #e7e5e4;
  }
  .header .header_inner .globalnav .type2 .sub_menu ul li a.bdl:before {
    content: none;
  }
  .header .header_inner .globalnav .type2 .sub_menu ul li a:hover {
    border-bottom: none;
  }
  .header .header_inner .globalnav .type2 .sub_menu ul li:last-of-type a {
    color: #000;
    padding: 15px;
    background-color: #fff;
    border-radius: 0;
  }
  .header .header_inner .globalnav .type3 p a {
    width: auto;
    background-image: url(/asset/images/common/icon_footer.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 6px;
  }
  .header .header_inner .globalnav .type3 p a.on {
    background-image: url(/asset/images/common/menu_mn.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px auto;
  }
  .header .header_inner .globalnav .type3 .sub_menu ul {
    text-align: left;
  }
  .header .header_inner .globalnav .type3 .sub_menu ul li {
    display: block;
  }
  .header .header_inner .globalnav .type3 .sub_menu ul li a {
    padding: 15px;
    border-bottom: none;
  }
  .header .header_inner .globalnav .type3 .sub_menu ul li:last-child a {
    border-bottom: 1px solid #e7e5e4;
  }
  .header .header_inner .globalnav .type3 .sub_menu ul li a:hover {
    border-bottom: none;
  }
  .header .header_inner .globalnav .type4 {
    /*margin-right: 20px;*/
  }
  .header .header_inner .globalnav .type4 p a {
    width: auto;
    background-image: url(/asset/images/common/menu_plus.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
  }
  .header .header_inner .globalnav .type4 p a.on {
    background-image: url(/asset/images/common/menu_mn.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px auto;
  }
  .header .header_inner .globalnav .type4 .sub_menu ul {
    text-align: left;
  }
  .header .header_inner .globalnav .type4 .sub_menu ul li {
    display: block;
  }
  .header .header_inner .globalnav .type4 .sub_menu ul li a {
    padding: 15px;
    border-bottom: none;
  }
  .header .header_inner .globalnav .type4 .sub_menu ul li:last-child a {
    border-bottom: 1px solid #e7e5e4;
  }
  .header .header_inner .globalnav .type4 .sub_menu ul li a:hover {
    border-bottom: none;
  }
  .header .header_inner .globalnav .type4 + .sp .sub_menu ul li:nth-child(4) a {
    background-image: url(/asset/images/common/icon-request.png);
    background-repeat: no-repeat;
    background-position: 22px 24px;
    background-size: 11px 14px;
    padding: 24px 20px 20px 45px !important;
    text-align: left;
  }
  .header .header_inner .globalnav .type4 + .sp .sub_menu ul li:nth-child(5) a {
    background-image: url(/asset/images/common/icon_local_drive.png);
    background-repeat: no-repeat;
    background-position: 19px 24px;
    background-size: 17px 15px;
    padding: 24px 20px 20px 45px !important;
    text-align: left;
  }
  .header .header_inner .globalnav .type4 + .sp .sub_menu ul li:nth-child(6) a {
    background-image: url(/asset/images/common/icon_local_find.png);
    background-repeat: no-repeat;
    background-position: 22px 24px;
    background-size: 12px 18px;
    padding: 24px 20px 20px 45px !important;
    text-align: left;
  }
  .header .header_inner .globalnav .type5 p a {
    background-image: url(/asset/images/common/drive-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 15px;
    border-left: 1px solid #e7e5e4;
    padding: 4px 0;
    color: rgba(255, 255, 255, 0);
    width: 42px;
  }
  .header .header_inner .globalnav .type6,
  .header .header_inner .globalnav .type6 p {
    height: 100%;
  }
  .header .header_inner .globalnav .type6 p {
    position: relative;
  }
  .header .header_inner .globalnav .type6 p:after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #d8d8d8;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .header .header_inner .globalnav .type6 p a {
    display: block;
    width: 51px;
    height: 100%;
    font-size: 0;
    background-position: center;
    border: none;
  }
  .header .header_inner .globalnav .type7 p a {
    background-image: url(/asset/images/common/shopping_icon.png);
    background-repeat: no-repeat;
    background-position: center 1px;
    background-size: 17px 14px;
    background: none;
    border-left: 1px solid #e7e5e4;
    border-right: none;
    padding: 4px 5px 4px 5px;
    text-align: center;
    font-size: 12px;
    width: auto;
  }
  .header .header_inner .globalnav .type7 p a:after {
    display: none;
  }
  .header .header_inner .globalnav .type7 p a.on {
    background: none;
  }
  .header .header_inner .globalnav .type7 .sub_menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
    box-shadow: -2px 1px 6px -2px rgba(0, 0, 0, 0.25);
  }
  .header .header_inner .globalnav .type7 .sub_menu ul li a {
    display: block;
    padding: 15px;
    color: #000;
    border-top: 1px solid #e7e5e4;
  }
  .header .header_inner .globalnav .type7 .sub_menu ul li a:hover:after {
    display: none;
  }
  .header .header_inner .globalnav .type7 .sub_menu ul li a.on {
    display: none;
  }
  .header .header_inner .globalnav .type7 .sub_menu ul li a:hover {
    background-color: inherit;
  }
  .header .header_inner .globalnav .type8 {
    height: 100%;
    position: relative;
  }
  .header .header_inner .globalnav .type8:before,
  .header .header_inner .globalnav .type8:after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
  }
  .header .header_inner .globalnav .type8:before {
    width: 100%;
    height: 3px;
    background: #ee0622;
    bottom: 0;
    opacity: 0;
  }
  .header .header_inner .globalnav .type8.on:before {
    opacity: 1;
  }
  .header .header_inner .globalnav .type8:after {
    width: 1px;
    height: 16px;
    background: #d8d8d8;
    top: 0;
    bottom: 0;
  }
  .header .header_inner .globalnav .type8 p {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
  }
  .header .header_inner .globalnav .type8 p:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background-image: url(/asset/images/common/icon_footer.png);
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    transform: rotateZ(90deg);
    transition: transform 0.5s;
  }
  .header .header_inner .globalnav .type8.on p:after {
    transform: rotateZ(-90deg);
  }
  .header .header_inner .globalnav .m_menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }
  .header .header_inner .globalnav .m_menu .m_menu_cover {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header .header_inner .globalnav .m_menu .g_nav_list {
    float: none;
    background-color: #fff;
  }
  .header .header_inner .globalnav .m_menu .g_nav_list + .g_nav_list {
    border-top: 1px solid #e7e5e4;
  }
  .header .header_inner .globalnav .m_menu .g_nav_list p a {
    font-weight: bold;
    padding: 20px 0 20px 15px;
  }
  .header .header_inner .globalnav .m_menu .g_nav_list:nth-of-type(4) {
    margin-right: 0;
  }
  .header .header_inner .globalnav .m_menu .g_nav_list:nth-of-type(6) p a,
  .header .header_inner .globalnav .m_menu .g_nav_list:nth-of-type(7) p a {
    background-image: url(/asset/images/common/icon_footer.png);
    background-size: 6px;
  }
  .header .header_inner .globalnav .m_menu.vehicles_only {
    display: block !important;
  }
  .header .header_inner .globalnav .m_menu.vehicles_only .g_nav_list > p {
    display: none !important;
  }
  .header .header_inner .globalnav .m_menu.vehicles_only .type1 .sub_menu {
    display: block !important;
  }
  .header
    .header_inner
    .globalnav
    .m_menu.vehicles_only
    .type1
    .sub_menu
    .mCustomScrollBox {
    z-index: 1;
  }
  .header .header_inner .globalnav .m_button.on + .m_menu {
    display: block;
  }
  .header .car_FU {
    float: inherit;
    width: 100%;
    overflow: hidden;
    margin-right: 0;
    padding-left: 0;
    margin: 15px auto 0;
    border-left: none;
  }
  .header .car_FU li {
    border-radius: 0;
    float: inherit;
    color: #fff;
    float: left;
    width: 46%;
    text-align: center;
  }
  .header .car_FU li a {
    background-color: inherit;
    color: #fff;
    padding: 10px 0px;
    background-color: #b9b9b9;
    border-radius: 46px;
    display: block;
    font-size: 16px;
  }
  .header .car_FU li:nth-of-type(2) {
    margin-left: 20px;
  }

  .header .header_inner .globalnav.type2 .m_menu .g_nav_list p a {
    padding: 20px 0 20px 15px;
  }
  .header .header_inner .globalnav.type2 .type1 p a {
    background-position: 98% center;
  }
  .filter_wrapper {
    display: none;
  }
}
.footer .footer_inner {
  width: 1024px;
  margin: 40px auto 30px;
  position: relative;
}
.footer .footer_inner .footer_list .footer_list_title {
  margin-bottom: 20px;
  pointer-events: none;
}

.footer .footer_inner .footer_list a .footer_list_title {
  pointer-events: auto;
}

.footer .footer_inner .footer_list_type1 {
  width: 410px;
}
.footer .footer_inner .footer_list_type1 .list_parent {
  overflow: hidden;
}
.footer .footer_inner .footer_list_type1 .list_parent p {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
}
.footer .footer_inner .footer_list_type1 .list_parent > li {
  width: 50%;
  float: left;
  word-wrap: break-word;
}
/*.footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(2) {
  height: 237px;
}
.footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(3) {
  height: 90px;
}
.footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(5) {
  height: 70px;
}
.footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(6) {
  height: 70px;
}*/
.footer .footer_inner .footer_list_type1 .list_parent > li > a {
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer .footer_inner .footer_list_type1 .list_parent > li > a:hover {
  text-decoration: underline;
}

.footer_list li a {
  color: #000;
  font-size: 12px;
}
.footer_list li a.t_blank {
  padding-right: 15px;
  position: relative;
}
.footer_list li a.t_blank:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
 /*background-image: url(/asset/images/common/icon_ext05.png);*/
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.footer_list .list_children {
  width: 170px;
}
.footer_list .list_children li {
  margin-bottom: 15px;
}
.footer_list .list_children li a:hover {
  text-decoration: underline;
}

.footer_list:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 410px;
}

.footer_list:nth-of-type(3) {
  position: absolute;
  top: 0;
  left: 615px;
}

.footer_list:nth-of-type(4) {
  position: absolute;
  top: 80px;
  left: 615px;
}

.footer_list:nth-of-type(5) {
  position: absolute;
  top: 0px;
  left: 820px;
}

.footer_list:nth-of-type(6) {
  position: absolute;
  top: 230px;
  left: 820px;
}

.footer_list:nth-of-type(7) {
  position: absolute;
  top: 315px;
  left: 820px;
}

.footer_list:nth-of-type(8) {
  position: absolute;
  top: 400px;
  left: 820px;
}

.footer_list:nth-of-type(9) {
  position: absolute;
  top: 485px;
  left: 820px;
}

.terms_link {
  text-align: center;
  padding: 20px 0 0;
  background-color: #425368;
  letter-spacing: -0.4rem;
}
.terms_link li {
  display: inline-block;
  letter-spacing: normal;
}
.terms_link li a {
  color: #fff;
  padding: 0 10px;
}
.terms_link li a:hover {
  text-decoration: underline;
}
.terms_link li:nth-of-type(1) {
  border-right: 1px solid #fff;
}

.copy {
  margin-top: -1px;
  background-color: #425368;
  padding: 20px 0;
  color: #c4c4c4;
}

@media screen and (max-width: 1023px) {
  .footer .footer_inner {
    width: 100%;
    margin: 0;
    position: inherit;
  }
  .footer .footer_inner .footer_list:nth-of-type(1n + 2) {
    border-top: 1px solid #e5e5e5;
  }
  .footer .footer_inner .footer_list .footer_list_title {
    font-size: 16px;
    padding: 20px;
    margin-bottom: 0;
    pointer-events: auto;
  }
  .footer .footer_inner .footer_list_type1 {
    width: auto;
  }
  .footer .footer_inner .footer_list_type1 .list_parent {
    display: none;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .footer .footer_inner .footer_list_type1 .list_parent p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer .footer_inner .footer_list_type1 .list_parent > li {
    width: auto;
    float: inherit;
  }
  .footer .footer_inner .footer_list_type1 .list_parent > li + li {
    margin-top: 20px;
  }
  .footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(2),
  .footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(3),
  .footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(5),
  .footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(6),
  .footer .footer_inner .footer_list_type1 .list_parent > li:nth-of-type(7) {
    height: auto;
  }
  .footer .footer_inner .footer_list_type1 .list_parent > li > a {
    margin-bottom: 10px;
  }
  .footer .footer_inner .footer_list_type1 .list_parent > li .list_children {
    display: block;
    width: 100%;
    padding: 0;
  }

  .footer_list li a {
    display: block;
    color: #000;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    background-image: url(/asset/images/common/icon_footer.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 6px 10px;
    padding-left: 20px;
  }

  .footer_list .footer_list_type3 {
    background-image: url(/asset/images/common/icon_footer.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 6px 10px;
  }

  .footer_list li a.t_blank {
    background-image: none;
  }
  .footer_list li a.t_blank:after {
    right: 20px;
  }
  .footer_list li a br {
    display: none;
  }
  .footer_list .list_children {
    display: none;
    width: auto;
    padding-left: 30px;
    padding-bottom: 20px;
  }
  .footer_list .list_children li {
    border-top: 1px solid #e7e5e4;
    border-left: 1px solid #e7e5e4;
    margin-bottom: 0;
  }
  .footer_list .list_children li:last-child {
    border-bottom: 1px solid #e7e5e4;
  }

  .footer_list:nth-of-type(2) {
    position: inherit;
    top: 0;
    left: 0;
  }

  .footer_list:nth-of-type(3) {
    position: inherit;
    top: 0;
    left: 0;
  }

  .footer_list:nth-of-type(4) {
    position: inherit;
    top: 0;
    left: 0;
  }

  .footer_list:nth-of-type(5) {
    position: inherit;
    top: 0px;
    left: 0;
  }

  .footer_list:nth-of-type(6) {
    position: inherit;
    top: 0;
    left: 0;
  }

  .footer_list:nth-of-type(7) {
    position: inherit;
    top: 0;
    left: 0;
  }

  .footer_list:nth-of-type(8) {
    position: inherit;
    top: 0;
    left: 0;
  }

  .footer_list:nth-of-type(9) {
    position: inherit;
    top: 0;
    left: 0;
  }

  .copy {
    padding: 20px 0;
    font-size: 9px;
  }

  .terms_link li a {
    font-size: 14px;
  }
}
.local_navigater {
  position: fixed;
  bottom: 200px;
  right: 0;
  width: 60px;
  margin-top: -96px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
  padding-left: 0;
}

.local_navigater_sp {
  display: none;
}

.local_navigater.on,
.local_navigater.pc:hover {
  padding-left: 180px;
}
.local_navigater ul li a {
  color: #000;
}
.local_navigater ul li:nth-of-type(1) a {
  color: #fff;
}
.local_navigater ul.pattern1 li:nth-of-type(1) a {
  background-image: url(/asset/images/common/icon_page_top.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 18px;
  margin-right: 24px;
  padding-right: 26px;
}
.local_navigater ul.pattern1 li:nth-of-type(2) a {
  background-image: url(/asset/images/common/icon_local_find.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 18px;
  margin-right: 24px;
  padding-right: 26px;
}
.local_navigater ul.pattern1 li:nth-of-type(3) a {
  background-image: url(/asset/images/common/icon_local_service.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 18px;
  margin-right: 22px;
  padding-right: 26px;
}
.local_navigater ul.pattern2 li:nth-of-type(1) a {
  background-image: url(/asset/images/common/icon_page_top.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 18px;
  margin-right: 24px;
  padding-right: 26px;
}
.local_navigater ul.pattern2 li:nth-of-type(2) a {
  background-image: url(/asset/images/common/icon_local_find.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 18px;
  margin-right: 24px;
  padding-right: 26px;
}
.local_navigater ul.pattern2 li:nth-of-type(3) a {
  background-image: url(/asset/images/common/icon-request.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px 17px;
  margin-right: 24px;
  padding-right: 26px;
}
.local_navigater ul.pattern2 li:nth-of-type(4) a {
  background-image: url(/asset/images/common/icon_local_drive.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px 15px;
  margin-right: 22px;
  padding-right: 26px;
}
.local_navigater ul.pattern3 li:nth-of-type(1) a {
  background-image: url(/asset/images/common/icon_page_top.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 18px;
  margin-right: 24px;
  padding-right: 26px;
}
.local_navigater ul.pattern3 li:nth-of-type(2) a {
  background-image: url(/asset/images/common/icon-downloadbrochures.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px 14px;
  margin-right: 22px;
  padding-right: 26px;
}
.local_navigater ul.pattern3 li:nth-of-type(3) a {
  background-image: url(/asset/images/common/icon_local_find.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 18px;
  margin-right: 24px;
  padding-right: 26px;
}
.local_navigater ul.pattern3 li:nth-of-type(4) a {
  background-image: url(/asset/images/common/icon-request.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 13px 17px;
  margin-right: 24px;
  padding-right: 26px;
}
.local_navigater ul.pattern3 li:nth-of-type(5) a {
  background-image: url(/asset/images/common/icon_local_drive.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px 15px;
  margin-right: 22px;
  padding-right: 26px;
}
.local_navigater ul {
  width: 240px;
  -webkit-transform: translateX(-180px);
  -moz-transform: translateX(-180px);
  transform: translateX(-180px);
}
.local_navigater ul li {
  text-align: left;
  height: auto;
  overflow: hidden;
}
.local_navigater ul li:nth-of-type(1):hover {
  background: #333333;
}
.local_navigater ul li a {
  display: block;
  padding: 23px 0px 23px 18px;
}
.local_navigater ul li:hover {
  opacity: 1;
  background-color: #dbdbdb;
}
.local_navigater ul li:nth-of-type(1) a {
  background-image: url(/asset/images/common/icon_page_top.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  margin-right: 24px;
}
.local_navigater ul li:nth-of-type(2) a {
  background-image: url(/asset/images/common/icon_local_drive.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px 15px;
  margin-right: 12px;
}
.local_navigater ul li:nth-of-type(3) a {
  background-image: url(/asset/images/common/icon_local_find.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 18px;
  margin-right: 14px;
}
.local_navigater ul li:nth-of-type(4) a {
  background-image: url(/asset/images/common/icon_local_service.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 18px;
  margin-right: 13px;
}

@media screen and (max-width: 1023px) {
  .local_navigater_sp {
    display: block;
  }

  .local_navigater_sp.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
  }

  .local_navigater_sp.on .btn {
    transform: rotate(45deg);
  }

  .local_navigater_sp .btn {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(51, 51, 51, 0.9);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 900;
    transition: transform 0.5s;
  }

  .local_navigater_sp .btn .inner {
    position: relative;
    height: 40px;
    width: 40px;
  }

  .local_navigater_sp .btn .inner:before,
  .local_navigater_sp .btn .inner:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 3px;
    background: #fff;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 1;
  }

  .local_navigater_sp .btn .inner:before {
    transform: translateX(-1px) translateY(-10px);
  }

  .local_navigater_sp .btn .inner:after {
    transform: translateX(-1px) translateY(-10px) rotate(90deg);
  }

  .local_navigater_list {
    background-color: rgba(66, 83, 104, 0.9);
    padding: 0 0 45px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 850;
    display: none;
  }

  .local_navigater_list li {
    border-top: 1px solid #fff;
    line-height: 1;
  }

  .local_navigater_list li:first-child {
    border-top: 0px;
  }

  .local_navigater_list a {
    font-weight: bold;
    padding: 18px 0 18px 20px;
    display: block;
    letter-spacing: 1.9px;
    color: #fff;
  }

  .local_navigater_list a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 18px;
    margin-right: 7px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-1px);
  }

  .local_navigater_list a.icon1:before {
    background-image: url(/asset/images/common/icon_local_book_wh.png);
    background-size: 15px 14px;
  }
  .local_navigater_list a.icon2:before {
    background-image: url(/asset/images/common/icon_local_find_wh.png);
    background-size: 12px 18px;
  }
  .local_navigater_list a.icon3:before {
    background-image: url(/asset/images/common/icon_local_quote_wh.png);
    background-size: 11px 14px;
  }
  .local_navigater_list a.icon4:before {
    background-image: url(/asset/images/common/icon_local_drive_wh.png);
    background-size: 15px 13px;
  }
  .local_navigater_list a.icon5:before {
    background-image: url(/asset/images/common/icon_local_top_wh.png);
    background-size: 10px 17px;
  }
  .local_navigater_list a.icon6:before {
    background-image: url(/asset/images/common/icon_local_service_wh.png);
    background-size: 14px 18px;
  }

  .local_navigater {
    top: 100%;
    display: block;
    width: 40px;
    border-radius: 4px 0 0 4px;
    display: none;
  }

  .local_navigater ul li a {
    padding: 15px 0px 15px 18px;
  }

  .local_navigater ul.pattern1 li.bg_c_b a,
  .local_navigater ul.pattern2 li.bg_c_b a,
  .local_navigater ul.pattern3 li.bg_c_b a,
  .local_navigater ul.pattern4 li.bg_c_b a {
    margin-right: 32px;
  }

  .local_navigater ul.pattern1 li:nth-of-type(1n + 2),
  .local_navigater ul.pattern2 li:nth-of-type(1n + 2),
  .local_navigater ul.pattern3 li:nth-of-type(1n + 2),
  .local_navigater ul.pattern4 li:nth-of-type(1n + 2) {
    display: none;
  }
  .local_navigater ul.pattern1 li:nth-of-type(1),
  .local_navigater ul.pattern2 li:nth-of-type(1),
  .local_navigater ul.pattern3 li:nth-of-type(1),
  .local_navigater ul.pattern4 li:nth-of-type(1) {
    background-color: #f2f2f2;
  }
  .local_navigater ul.pattern1 li:nth-of-type(1) a,
  .local_navigater ul.pattern2 li:nth-of-type(1) a,
  .local_navigater ul.pattern3 li:nth-of-type(1) a,
  .local_navigater ul.pattern4 li:nth-of-type(1) a {
    background-image: url(/asset/images/common/icon_page_top_blk.png);
    -webkit-background-size: 12px 17px;
    -o-background-size: 12px 17px;
    background-size: 12px 17px;
  }
  .local_navigater:hover {
    padding-left: 0;
  }
  .local_navigater:hover ul.pattern1 li:nth-of-type(1) a,
  .local_navigater:hover ul.pattern2 li:nth-of-type(1) a,
  .local_navigater:hover ul.pattern3 li:nth-of-type(1) a,
  .local_navigater:hover ul.pattern4 li:nth-of-type(1) a {
    text-indent: -9999px;
  }
}
.slider {
  position: relative;
  overflow: hidden;
  margin-top: 76px;
  height: 420px;
  overflow: hidden;
}
.slider .slider_item {
  height: 420px;
  position: relative;
}
.slider .slider_item a.mainslider_a {
  display: block;
  height: 100%;
}
.slider .slider_item .slider_box {
  box-sizing: border-box;
  max-width: 1200px;
  padding: 0 40px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition-duration: 1000ms;
  transition-timing-function: ease;
}
.slider .slider_item .slider_box.on {
  opacity: 1;
}
.slider .slider_item .slider_box.slider_title {
  color: #fff;
}
.slider .slider_item .slider_box.slider_title span {
  display: block;
}
.slider .slider_item .slider_box.slider_title span.sl_logo_img {
  padding-left: 125px;
  margin-bottom: 60px;
}
.slider .slider_item .slider_box.slider_title span.sl_logo_img img {
  margin: 0;
  position: static;
}
.slider .slider_item .slider_box.slider_title span.carName {
  font-family: "toyota_b";
  font-size: 1em;
  line-height: normal;
}
.slider .slider_item .slider_box.slider_title span.subText,
.slider .slider_item .slider_box.slider_title span.year {
  font-family: "open_l";
  font-size: 22px;
  line-height: 40px;
}
.slider .slider_item .slider_box.slider_title span.subText {
  margin-top: 5px;
}
.slider .slider_item .slider_box.slider_title span.year {
  line-height: 1;
  margin-bottom: 5px;
}

.slider .slider_item .slider_box.leftTop,
.slider .slider_item .slider_box.leftCenter,
.slider .slider_item .slider_box.leftBottom {
  text-align: left;
}
.slider .slider_item .slider_box.centerTop,
.slider .slider_item .slider_box.centerCenter,
.slider .slider_item .slider_box.centerBottom {
  text-align: center;
}
.slider .slider_item .slider_box.rightTop,
.slider .slider_item .slider_box.rightCenter,
.slider .slider_item .slider_box.rightBottom {
  text-align: right;
}

.slider .slider_item .slider_box.leftTop,
.slider .slider_item .slider_box.centerTop,
.slider .slider_item .slider_box.rightTop {
  top: 0;
}
.slider .slider_item .slider_box.leftTop.on,
.slider .slider_item .slider_box.centerTop.on,
.slider .slider_item .slider_box.rightTop.on {
  top: 30px;
}

.slider .slider_item .slider_box.leftCenter,
.slider .slider_item .slider_box.centerCenter,
.slider .slider_item .slider_box.rightCenter {
  bottom: 0;
}
.slider .slider_item .slider_box.leftCenter.on,
.slider .slider_item .slider_box.centerCenter.on,
.slider .slider_item .slider_box.rightCenter.on {
  bottom: 50%;
  transform: translateY(50%);
}

.slider .slider_item .slider_box.leftBottom,
.slider .slider_item .slider_box.centerBottom,
.slider .slider_item .slider_box.rightBottom {
  bottom: 0;
}
.slider .slider_item .slider_box.leftBottom.on,
.slider .slider_item .slider_box.centerBottom.on,
.slider .slider_item .slider_box.rightBottom.on {
  bottom: 30px;
}

.slider .slider_item.main {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
.slider .slider_item img {
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
}
.slider .slider_item img.pc {
  display: block !important;
}
.slider .slider_item img.sp {
  display: none !important;
}
.slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.slider .slick-dots.on {
  bottom: 25px;
  opacity: 1;
}
.slider .slick-dots li {
  display: inline-block;
}
.slider .slick-dots li button {
  text-indent: -9999px;
  height: 4px;
  background-color: #737373;
  border: none;
  padding: 0 17px;
  margin: 0 7px;
  cursor: pointer;
}
.slider .slick-dots li.slick-active button {
  background-color: #eb0a1e;
}

@media screen and (max-width: 1023px) {
  .slider {
    margin-top: 0;
    height: auto;
  }

  .slider .slider_item {
    height: 410px;
  }
  .slider .slider_item.main {
    background-position: center;
    background-size: auto 100%;
  }
  .slider .slider_item img {
    width: 100%;
  }
  .slider .slider_item img.pc {
    display: none !important;
  }
  .slider .slider_item img.sp {
    display: block !important;
  }
  .slider.type3 .slick-slide {
    height: 0 !important;
    padding: 0 0 15% !important;
  }

  .slider .slick-dots.on {
    bottom: 2%;
  }

  .slider.slick-initialized .slick-slide {
    height: auto;
    padding: 3% 0 8%;
  }

  .slider .slider_item .slider_box {
    width: auto;
  }
  .slider .slider_item .slider_box.slider_title {
    margin: 0 10px;
    text-align: center;
  }
  .slider .slider_item .slider_box.slider_title span {
    display: block;
  }
  .slider .slider_item .slider_box.slider_title span.sl_logo_img {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .slider .slider_item .slider_box.slider_title span.sl_logo_img img {
    width: 35px;
    height: auto;
    margin: 0 auto;
  }
  .slider .slider_item .slider_box.slider_title span.carName {
    font-size: 20px;
    line-height: 20px;
  }
  .slider .slider_item .slider_box.slider_title span.subText,
  .slider .slider_item .slider_box.slider_title span.year {
    font-family: "open_l";
    font-size: 18px;
    line-height: 14px;
  }
  .slider .slider_item .slider_box.slider_title span.subText {
    margin-top: 5px;
  }
  .slider .slider_item .slider_box.slider_title span.year {
    line-height: 1;
    margin-bottom: 5px;
  }

  .slider .slider_item .slider_box {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
  }
  .slider .slider_item .slider_box.on {
    bottom: 30px !important;
  }
}
.item_type_1 {
  position: relative;
}
.item_type_1 .item_lay_type_1_text {
  width: 100%;
}
.item_type_1 .item_lay_type_1_text .item_text {
  font-weight: bold;
}
.item_type_1 .item_lay_type_1_text .item_text span {
  display: block;
  line-height: 20px;
}
.item_type_1 .item_lay_type_1_text .item_text span span {
  display: inline;
  font-weight: bold;
}
.item_type_1 .item_lay_type_1_text .price_text span:nth-of-type(1) {
  font-weight: bold;
}

.item_type_2 dl dd p:nth-of-type(1) {
  padding: 5px 0 5px 0;
}
.item_type_2:nth-of-type(1n + 4) {
  margin-top: 40px !important;
}

.item_type_1 a,
.item_type_2 a {
  display: block;
  color: #000;
}
.item_type_1 a img,
.item_type_2 a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.item_type_1 a:hover,
.item_type_2 a:hover {
  text-decoration: underline;
}
.item_type_1 a:hover img,
.item_type_2 a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 1023px) {
  .item_type_1:nth-of-type(1n + 1) {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
  .item_type_1:last-of-type {
    margin-bottom: 0 !important;
  }
  .item_type_1 .item_img img {
    width: 100%;
    height: auto;
    max-width: 330px;
  }
  .item_type_1 .item_lay_type_1_text .item_text {
    text-align: left;
  }
  .item_type_1 .item_lay_type_1_text .item_text span {
    font-size: 16px;
  }
  .item_type_1 .item_lay_type_1_text .item_text span:nth-of-type(2) {
    font-size: 12px;
  }
  .item_type_1 .item_lay_type_1_text .price_text span:nth-of-type(1) {
    font-size: 16px;
  }
  .item_type_1 .item_lay_type_1_text .price_text span:nth-of-type(2) {
    font-size: 12px;
  }

  .item_type_2:nth-of-type(1n + 1) {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
  .item_type_2 dl dt img {
    width: 100%;
    height: auto;
    max-width: 330px;
  }
  .item_type_2 dl dd p:nth-of-type(1) {
    text-align: left;
    font-size: 15px;
    padding: 5px 0 5px 25px;
  }
  .item_type_2 dl dd p:nth-of-type(2) {
    text-align: left;
    font-size: 12px;
  }
  .item_type_2 dl dd p:nth-of-type(1) {
    padding: 5px 0 5px 0;
  }
  .item_type_2:nth-of-type(1n + 4) {
    margin-top: 40px !important;
  }
}
#___gcse_0 {
  float: left;
  border-radius: 4px !important;
  width: 450px !important;
  overflow: hidden !important;
}

.gsc-search-box {
  padding: 0 !important;
  margin: 0 !important;
}

.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}

.gsc-search-button {
  font-family: toyotaicons !important;
  content: "\e953" !important;
  width: 45px !important;
  height: 100% !important;
  margin-top: 0 !important;
  padding: 0 0px !important;
  position: relative !important;
  cursor: pointer !important;
}
.gsc-search-button:after {
  height: 30px;
  font-family: toyotaicons !important;
  color: #425368;
  content: "\e953";
  font-size: 30px;
  margin-top: -15px;
  position: absolute;
  top: 24px;
  right: 10px;
  z-index: 1;
}

.gsc-search-button button {
  opacity: 0 !important;
  position: relative;
  z-index: 2;
}

.gsib_b {
  display: none !important;
}

.gsc-input {
  padding: 0 !important;
}
.gsc-input .gsc-input-box {
  border: none !important;
  height: inherit !important;
}
.gsc-input .gsc-input-box #gs_tti50 {
  padding: 0 !important;
  position: relative;
}
.gsc-input .gsc-input-box #gs_tti50 #gsc-i-id1 {
  padding: 13px 10px 13px 60px !important;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: inherit !important;
  background-position: 10px center !important;
  margin: inherit !important;
  height: auto !important;
}

.search {
  background-color: #425368;
}
.search .search_inner {
  width: 640px;
  margin: 0 auto;
  position: relative;
}
.search .search_inner form {
  margin-right: 30px;
}
.search .search_inner form input {
  width: 450px;
  border-radius: 4px;
  border: none;
}
.search .search_inner .snsgroup {
  padding: 7px 0;
  margin-left: 30px;
}
.search .search_inner .snsgroup a {
  display: inline-block;
  vertical-align: middle;
}
.search .search_inner .snsgroup a:nth-of-type(1n + 2) {
  margin-left: 11px;
}
.search .search_inner .snsgroup a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1023px) {
  .search {
    padding: 20px 20px 25px;
  }
  .search .search_inner {
    position: relative;
    width: 100%;
  }
  .search .search_inner .snsgroup {
    float: inherit;
    padding: 25px 0 0;
    text-align: center;
    margin-left: 0;
  }
  .search .search_inner .snsgroup a {
    display: inline-block;
    vertical-align: middle;
  }
  .search .search_inner .snsgroup a:nth-of-type(1n + 2) {
    margin-left: 20px;
  }
  .search .search_inner .snsgroup a:nth-of-type(1n + 2) img {
    width: 26px;
    height: auto;
  }

  #___gcse_0 {
    float: inherit;
    border-radius: 4px !important;
    width: 100% !important;
    max-width: 450px !important;
    overflow: hidden !important;
    margin: 0 auto;
  }

  .gsc-results-wrapper-overlay {
    left: 0 !important;
    right: 0 !important;
  }
}
.modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 9998;
  width: 100%;
  height: 100vh;
}

.modal_inner {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
  width: 820px;
  background-color: rgba(255, 255, 255, 0.7);
}
.modal_inner .modal_page {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.modal_inner .modal_page button {
  position: absolute;
  border: none;
  background-color: inherit;
  text-indent: -9999px;
  padding: 27.5px 35px;
  cursor: pointer;
  background-color: rgba(255, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.modal_inner .modal_page button.prev {
  left: 0;
  background-image: url(/asset/images/common/prev_type_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
}
.modal_inner .modal_page button.next {
  right: 0;
  background-image: url(/asset/images/common/next_type_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px;
}
.modal_inner .modal_page button:hover {
  opacity: 0.9;
}

.close_button {
  position: absolute;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .modal_inner {
    width: 100%;
  }
  .modal_inner img {
    width: 90%;
    height: auto;
    max-height: inherit;
  }

  .close_button {
    right: 20px;
  }
}
.gallery_list li:hover {
  transition: all 0.3s;
  opacity: 0.5;
}

.section.pdfguide {
  display: none;
  padding: 80px 0;
}

.selectScroll_content {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.selectScroll_under {
  margin-top: 160px;
}

@media screen and (max-width: 1023px) {
  .selectScroll_under {
    margin-top: 160px;
  }
}
.privacy ol {
  margin-left: 14px;
}
.privacy ol li {
  list-style: decimal;
}
.privacy ol ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 22px;
  position: relative;
}
.privacy ol ol li:before {
  display: marker;
  content: "(" counter(cnt) "). ";
  margin-left: -22px;
}

.search_inner_txt {
  width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .search_inner_txt {
    width: 100%;
    max-width: 450px;
    margin-bottom: 5px;
  }
}
.formprivacy {
  text-decoration: underline;
}

form input.error_bg,
form textarea.error_bg {
  border: 1px solid #eb0a1e;
}

.gmnoprint {
  display: none;
}

@media(min-width: 770px) {
    .overlay_vehiculo .contenedor {
        height: 100%;
        max-width: 1500px
    }
    .overlay_vehiculo .contenedor .texto_slide {
        position: absolute;
        bottom: 0
    }
}