@import url(./reset.css);
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "s-core" !important;
  position: relative;
}
.upload-file {
  right: 0;
  letter-spacing: -0.08rem;
}
.upload-file a img,
.upload-file a span {
  vertical-align: middle;
}
.container {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sub_container {
  height: 100%;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.container:after {
  display: block;
  content: "";
  clear: both;
}
.closeform.on {
  display: block;
}
.banner__menu-wrap {
  float: right;
}
.banner__menu-wrap:after {
  display: block;
  content: "";
  clear: both;
}
.banner {
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}
.banner__menu {
  float: left;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.banner-menu-wrap {
  float: right;
}
.banner__menu-list {
  padding-right: 10px;
  float: left;
  margin: 0 11px 0 0;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.banner__menu:after {
  display: block;
  content: "";
  clear: both;
}
.banner__menu-list:nth-last-of-type(1):after {
  display: none;
}
.banner__menu-list:after {
  display: block;
  width: 2px;
  height: 2px;
  background-color: #bbb;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -1px;
}
.banner__menu-exchange-rate--color {
  color: #999999;
}
.banner__menu-list--color {
  color: #bfc0bf;
}
.banner__munu-boxitem {
  float: left;
}
.banner__menu-exchange-rate {
  font-size: 14px;
  float: left;
  line-height: 18px;
  margin-left: 16px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.banner__menu:after {
  display: block;
  content: "";
  clear: both;
}
.banner__menu-item {
  float: left;
  font-size: 14px;
  line-height: 18px;
  margin-left: 10px;
  padding-left: 25px;
  letter-spacing: -0.06em;
  font-weight: 400;
}
.banner__menu-item:after {
  display: block;
  content: "";
  clear: both;
}
.banner__menu-img {
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.banner__menu-text {
  float: left;
  letter-spacing: -0.02px;
  cursor: pointer;
}
.navigation {
  width: 100%;
  position: relative;
  left: 0px;
  z-index: 9999;
  background-color: white;
  border-bottom: 1px solid #9f9f9f;
  transition: all 0.5s ease;
  display: block;
}
.navigation--mobile {
  display: none;
}
.navigation.on {
  position: fixed;
  top: 0;
}
.navigation__container {
  height: 100%;
  width: 600px;
  text-align: left;
}
.navigation__login--container {
  height: 100%;
  width: 1200px;
  text-align: right;
  margin: 0 auto;
}
.navigation__login--container.on {
  display: none;
}
.navigation__login--list {
  display: flex;
  align-items: center;
  width: 1200px;
  justify-content: flex-end;
  text-align: right;
  background: #fff;
  padding-top: 10px;
  gap: 60px;
}
.navigation:after {
  display: block;
  content: "";
  clear: both;
}
.car_search__wrap {
  position: relative;
  top: 0;
  right: 0;
  width: 400px;
}
.car_search {
  height: 43px;
  margin: 0 0 0 70px;
  padding: 8px 22px 0 0;
  border-radius: 12px;
  border: solid 2px #39f;
  background-color: #fff;
}
.car_input {
  font-size: 14px;
  font-family: "S-Core";
  width: 100%;
  border: none;
  text-align: center;
}
.car_btn {
  position: absolute;
  right: 26px;
  top: 8px;
  border: none;
  background: none;
}
.car_btn--img {
  width: 28px;
}
.vehicle__count {
  width: 990px;
  height: 176px;
  position: absolute;
  top: 486px;
  left: 50%;
  transform: translate(-50%, 0px);
  border-radius: 19px;
  -webkit-backdrop-filter: blur(30px);
  /* backdrop-filter: blur(30px); */
  box-shadow: 5px 3px 6px 0 rgb(0 0 0 / 16%);
  background: rgba(255, 255, 255, 0.57);
  padding: 27px 0px;
  transition: all 5s ease;
}
.vehicle__count.on {
  animation-name: count;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes count {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vehicle__count--wrap {
  display: block;
  justify-content: space-between;
  align-items: center;
}
.vehicle__count--wrap::after {
  display: block;
  content: "";
  clear: both;
}
.vehicle__count--box {
  float: left;
  width: 330px;
  text-align: center;
}
.vehicle__count--box:nth-child(3n) {
  margin-right: 0;
}
.vehicle__count--title {
  font-size: 25px;
  font-weight: 500;
  margin: 8px auto 26px;
  color: #000;
  letter-spacing: -0.08rem;
}
.vehicle__count--number {
  font-size: 58px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #39f;
}
.vehicle__count--sub {
  font-size: 25px;
  color: #000;
  margin-left: 10px;
}

.advertisement-recruitment {
  position: relative;
  opacity: 0;
  transition: opacity 3s;
  margin-top: 65px;
  width: 1200px;
  margin: 0 auto;
}
.advertisement-recruitment.on {
  animation-name: move;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: relative;
  z-index: 2;
}
@keyframes move {
  from {
    top: 100px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.advertisement-recruitment--img {
  display: block;
}
.advertisement-recruitment--img--mobile {
  display: none;
}
.right__banner {
  position: absolute;
  top: 0;
  right: -230px;
  z-index: 100;
  transition: all 0.3s linear;
}

.right__banner.on {
  top: 50%;
  transform: translate(0px, -40%);
}
.right__banner--one,
.right__banner--two,
.right__banner--three {
  margin-bottom: 10px;
}
.navigation__logo {
  width: 200px;
  display: flex;
}
.navigation__logo a img {
  width: 70%;
}
.navigation__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  text-align: center;
  margin: 0px auto;
  padding: 0px 0;
}
.navigation__item::after {
  display: block;
  content: " ";
  clear: both;
}
.navigation__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 960px;
  background: #fff;
}
.navigation__login--box {
  width: 100%;
}
.navigation__login {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  width: 1700px;
  margin: 0 auto;
}
.navigation__login--wrap {
  display: flex;
  align-items: center;
}

.navigation__login--img {
  margin-left: 25px;
}
.navigation__login--wrap--txt {
  font-weight: 400;
  font-size: 18px;
}
.navigation__text {
  height: 70px;
  line-height: 70px;
  color: #5b5a5b;
  letter-spacing: -1px;
  font-weight: 400;
  cursor: pointer;
  font-size: 18px;
  width: 120px;
}

.navigation__logintxt,
.navigation__logintxt01 {
  font-size: 14px;
  color: #000;
  transition: all 0.2s linear;
}
.navigation__right--txt {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 40px;
  justify-content: flex-end;
  height: 100%;
  color: #5b5a5b;
  letter-spacing: -1px;
  font-weight: 400;
  cursor: pointer;
  font-size: 20px;
}
.navigation__left--txt {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 40px;
  justify-content: flex-end;
  height: 100%;
  color: #5b5a5b;
  letter-spacing: -1px;
  font-weight: 400;
  cursor: pointer;
  font-size: 20px;
}
.navigation__right--mytxt {
  margin-right: -38px !important;
}
.navigation__right--txt:nth-child(1) {
  margin-right: -38px;
}
.icon_login--img {
  width: 20px;
}
.navigation__text:nth-last-of-type(1) {
  padding-right: 0;
}
.header {
  margin-top: 0px;
  /* padding-left:652px; */
  position: relative;
  z-index: 300;
}
.bx-viewport {
  height: auto !important;
}
.header:after {
  display: block;
  content: " ";
  clear: both;
}

.header__right {
  width: 100%;
}
.header__right .bx-wrapper img {
  max-width: none;
}
.header__right-img {
  max-width: auto !important;
  cursor: pointer;
  margin: 0 auto;
}
.header__right-slider-item {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.header__right-slider-item--tablet {
  display: none;
}
.header__right-slider-item--mobile {
  display: none;
}
/* .header__right-leftButton{
  background-image: url(../assets/images/arr_vis_left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:30px;
  width:30px;
  position:absolute;
  top:380px;
  left:750px;
  z-index: 99;
}
.header__right-rightButton{
  background-image: url(../assets/images/arr_vis_right.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height:30px;
  width:30px;
  position:absolute;
  top:380px;
  left:780px;
  z-index: 99;
} */
.header__right-leftButton a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.header__right-rightButton a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.bx-wrapper {
  border: none !important;
  background: none;
  box-shadow: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  display: none;
}

.addvertising-banner {
  margin-top: 45px;
  text-align: center;
  position: relative;
  opacity: 0;
  transition: opacity 3s;
}
.addvertising-banner.on {
  opacity: 1;
  animation-name: top__ani;
  animation-duration: 2s;
  animation-iteration-count: 1;
  position: relative;
  z-index: 1;
}

@keyframes top__ani {
  from {
    bottom: 100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

.addvertising-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.service {
  text-align: center;
  position: relative;
  transition: opacity 3s;
  margin-top: 60px;
}
.service.on {
  opacity: 1;
  animation-name: movetwo;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: relative;
}
@keyframes movetwo {
  from {
    top: 200px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.service__title {
  font-size: 36px;
  font-weight: 300;
  color: #5b5a5b;
  letter-spacing: -0.08rem;
  margin-bottom: 40px;
}
.service__sub {
  color: #3399ff;
  font-weight: 500;
}
.service__wrap {
  width: 100%;
  box-sizing: border-box;
  background-color: #f7fcff;
  padding: 30px 0;
}
.service__imgbox--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service__imgbox {
  position: relative;
}
.service__img {
  width: 90%;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.service__img:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 24px grey;
}

.produce {
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 3s;
}
.produce.on {
  opacity: 1;
  animation-name: movetwo;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: relative;
  z-index: -1;
}
.produce__wrap {
  position: relative;
}
.produce__btnbox {
  position: absolute;
  bottom: 124px;
  right: 326px;
}
.produce__img {
  display: block;
}
.produce__img--tablet {
  display: none;
}

.produce__btn {
  text-decoration: none;
  width: 276px;
  height: 66px;
  line-height: 66px;
  color: #fff !important;
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  font-size: 20px;
}

/* 11 */
.btn-ani {
  border: none;
  background: rgb(51, 153, 255);
  background: linear-gradient(
    8deg,
    rgba(51, 153, 255, 1) 0%,
    rgba(136, 231, 255, 1) 100%
  );
  color: #fff;
  overflow: hidden;
}
.btn-ani:hover {
  text-decoration: none;
  color: #fff;
}
.btn-ani:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-ani:hover {
  opacity: 0.7;
}
.btn-ani:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.View-Terms {
  border-top: 1px solid #39f;
  border-bottom: 1px solid #39f;
  padding: 32px;
  background-color: #fff;
}
.View-Terms__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.View-Terms__wrap--txt {
  color: #000;
}
.View-Terms__wrap--link,
.View-Terms__wrap--txt {
  color: #000;
  font-size: 18px;
}
.View-Terms__wrap--link:hover {
  color: #39f;
  transition: all 0.2s linear;
}
.footer {
  /* border-top: 1px solid #39f; */
  background-color: #000;
  padding: 40px;
}
.footer__txt {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer__txt--box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__txt--box--tablet {
  display: none;
}
.footer__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer__content {
  text-align: left;
  width: 100%;
  margin-left: 114px;
}

.navigation__two {
  width: 100%;
  height: 0px;
  background: rgba(249, 249, 249, 0.9);
  top: 71px;
  left: 0px;
  position: absolute;
  z-index: 99;
  text-align: center;
  overflow: hidden;
  transition: height 0.5s;
  border-radius: 0 0 20px 20px;
}
.navigation__two.on {
  top: 71px;
  height: 190px;
}
.navigation__two.off {
  top: 71px;
}
.navigation__two__container {
  height: 100%;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.navigation__two-wrap {
  padding-bottom: 84px;
  height: 182px;
  margin-left: 96px;
  width: 760px;
}
.navigation__two-wrap:after {
  display: block;
  content: " ";
  clear: both;
}
.navigation__two-wrap-item {
  width: 120px;
  float: left;
  height: 190px;
  padding-top: 26px;
}
.navigation__two-wrap-item-text {
  font-size: 14px;
  color: #666;
  letter-spacing: -0.1em;
  margin-bottom: 18px;
  cursor: pointer;
}
.navigation__two-wrap-item-text:hover {
  color: #000;
  scale: 1.2;
}
.navigation__two-wrap-item--border-right {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  height: 190px;
  margin-top: 2px;
}

.right__arrow.on {
  opacity: 1;
}
.right__arrow {
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.8s;
  text-align: center;
  line-height: 41px;
  top: 1100px;
  right: 40px;
  position: fixed;
  z-index: 100;
  display: none;
}
.right__arrow--pc {
  top: 0;
  right: 0;
  position: relative;
  display: block;
}
.right__arrow-img {
  background-image: url(../assets/images/top_up.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.right__arrow-img:hover {
  background-image: url(../assets/images/top_up2.png);
}

@keyframes bottom {
  from {
    bottom: 100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.car__wrapbox.on {
  animation-name: bottom;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: relative;
}
.car__wrapbox {
  width: 1200px;
  margin: 40px auto 0;
  position: relative;
}
.car__wrap--title {
  margin: 0 auto 30px;
  font-size: 32px;
  font-family: "S-Core";
  font-weight: 400;
  letter-spacing: -1.14px;
  text-align: center;
  color: #5b5a5b;
}
.tab__menu {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 17px;
  border: solid 0.8px #bcbcbc;
  box-sizing: border-box;
  overflow: hidden;
}
.tab__menu::after {
  display: block;
  content: "";
  clear: both;
}
.car__content {
  display: block;
  padding: 20px 0 0;
  transition: all 0.4s ease;
  transform: translate(64%, -116%);
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
} /*라디오버튼 숨김*/

.tab1,
.tab2,
.tab3 {
  display: none;
}

.label {
  display: block;
  box-sizing: border-box;
  margin: 0 0 -1px;
  float: left;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  width: 190px;
  height: 100px;
  border: 1px solid transparent;
  font-family: "NanumSquare";
  font-size: 22px;
  line-height: 70px;
  letter-spacing: -0.44px;
  text-align: center;
  color: #555;
  transition: all 0.3s;
  border-bottom: 1px solid #bcbcbc;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
}
/*
.car_option_area > div > ul > li {
  pointer-events: none;
}
*/
.car_option_area input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*background: #d1d1d1;*/
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  height: 16px;
  outline: 0;
  width: 16px;
  vertical-align: sub;
}
.car_option_area input[type="checkbox"]::after {
  border: solid #d1d1d1;
  border-width: 0 2px 2px 0;
  content: "";
  display: none;
  height: 40%;
  left: 40%;
  position: relative;
  top: 20%;
  transform: rotate(45deg);
  width: 15%;
}
.car_option_area input[type="checkbox"]:checked {
  background: #39f;
}
.car_option_area input[type="checkbox"]:checked::after {
  display: block;
}
label:hover {
  color: #2e81f9;
  cursor: pointer;
} /*input 클릭시, label 스타일*/

input:checked + label {
  color: #2e81f9;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ffffff;
  background: linear-gradient(to right, #2e81f9 10%, #fff 10%);
  border-right: none;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
  transform: translateX(64%);
  opacity: 1;
}

.carsrch_text {
  position: absolute;
  top: -175px;
  right: 50%;
  transform: translateX(45%);
}
.carsrch_text ul {
  width: 680px;
  margin-left: 32px;
}
.carsrch_text ul li {
  display: block;
  float: left;
  width: 55px;
  text-align: center;
  white-space: nowrap;
}
.carsrch_text ul li a,
.carsrch_text2 ul li a,
.carsrch_text3 ul li a,
.carsrch_text4 ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.carsrch_text ul li a:hover,
.carsrch_text2 ul li a:hover,
.carsrch_text3,
.carsrch_text4 ul li a:hover {
  color: #2e81f9;
  transition: all 0.2s;
}
.carsrch_text2 {
  position: absolute;
  top: -74px;
  left: -3px;
}
.carsrch_text2 ul {
  width: 700px;
  margin-left: 0px;
}
.carsrch_text2 ul li {
  display: block;
  float: left;
  width: 65px;
  text-align: center;
}
.carsrch_text3 {
  position: absolute;
  top: 6px;
}
.carsrch_text3 ul {
  margin-left: 14px;
}
.carsrch_text3 ul li {
  display: block;
  float: left;
  text-align: center;
}
.carsrch_text3 ul li a:hover {
  transition: all 0.2s;
  color: #2e81f9;
}
.carsrch_text4 {
  position: absolute;
  top: 122px;
}
.carsrch_text4 ul {
  margin-left: 48px;
}
.carsrch_text4 ul li {
  display: block;
  float: left;
  text-align: center;
}
.carsrch_text4 ul li a:hover {
  transition: all 0.2s;
  color: #2e81f9;
}
.carsrch_text5 ul li {
  display: block;
  float: left;
  text-align: center;
  width: 200px;
  margin-right: 38px;
  margin-bottom: 26px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 50px;
  transition: all 0.2s;
}
.carsrch_text5 ul li a {
  font-size: 18px;
  transition: all 0.2s;
  color: #000;
  text-decoration: none;
}
.carsrch_text5 ul li:hover {
  border: 1px solid #2e81f9;
}
.carsrch_text5 ul li:hover a {
  color: #2e81f9;
}

input[type="radio"]:checked + .car__content {
  transform: translateX(0%);
  transition: transform 0.4s ease 0.4s;
}

/* buy style*/
/*
	html, body { width:100%; height:100%; font-size:16px; word-break:keep-all; color:#555; font-size:0.9em; }
	html, body, div, ul, li, p, h1, h2, h3, h4, dl, dt, dd, figure ,figcaption, ol { padding:0; margin:0; }
	ul, li { list-style:none; }
	a { text-decoration:none; }
	a:hover { color:#ff6600; }
	img { border:none; }
	input { border-radius:3px; border:0; }
	select { padding:10px; width:120px; border:1px solid #ccc; color:#999; }

	header { width:100%; background-color:#eee; }
	nav { display:flex; margin:0 auto; width:1200px; height:150px; background-color:#ddd; }
	nav > div { padding:5px; }
	nav > div:nth-child(1) { flex-grow:1; background-color:#dfdfdf; }
	nav > div:nth-child(2) { flex-grow:1; background-color:#d7d7d7; text-align:right; }
	*/
#searchForm {
  /* margin-top:20px; */
}
input {
  border-radius: 3px;
  border: 0;
  font-family: "s-core";
}
select {
  padding: 5px;
  width: 46%;
  border: 1px solid #ccc;
  color: #999;
  border-radius: 7px;
  font-family: "s-core";
}

.layout {
  display: flex;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  padding: 2vw 0;
  box-sizing: border-box;
}
.layout > aside {
  padding: 10px;
  width: 350px;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  margin-top: 10px;
}
.layout > section {
  padding: 10px 0px;
  width: 1200px;
  background-color: #fff;
  padding-top: 0;
  margin: 0 auto;
}

/*
	footer { width:100%; background-color:#eee; }
	footer > div { margin:0 auto; padding:10px 0; width:1200px; height:150px; background-color:#d6d6d6; text-align:center; }
	*/

aside > p {
  margin-bottom: 5px;
  padding: 8px 10px;
  color: #fff;
  font-size: 0.9em;
  border-radius: 7px;
  background-color: #39f;
}
.modelDepth1 {
  vertical-align: bottom;
}
.menu_model {
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  overflow-y: auto;
  font-size: 0.8em;
  border-bottom: 1px solid #d1d1d1;
}
.menu_model_box {
  width: 100%;
}
.menu_model_box > li {
  float: left;
  padding: 4.5px 0;
}
.menu_model_box > li:nth-child(odd) {
  width: 76%;
  letter-spacing: -1px;
}
.menu_model_box > li:nth-child(even) {
  width: 20%;
  text-align: right;
  color: #a6a6a6;
  letter-spacing: -0.02rem;
}
.menu_model_inwrite1 {
  margin-left: 10px;
  color: #ccc;
}
.menu_model_inwrite2 {
  margin-left: 20px;
  color: #ccc;
}
.menu_model_inwrite3 {
  margin-left: 30px;
  color: #ccc;
}
.menu_model_inwrite4 {
  margin-left: 40px;
  color: #ccc;
}

.menu_kind_box {
  width: 100%;
}
.menu_kind_box > li {
  float: left;
  margin: 0 auto 7px;
  padding: 2px 2px;
  width: 31.1%;
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  line-height: 1.8em;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu_kind_box > li:nth-child(3n + 2) {
  margin: 0px 8px;
}
.car__plus {
  position: relative;
  top: -28px;
  color: #fff;
  left: 190px;
  font-size: 0.9em;
  cursor: pointer;
  width: 58px;
}
.menu_kind {
  height: 110px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  font-size: 0.8em;
  transition: all 0.2s linear;
}
.menu_kind.on {
  height: 965px;
}

.menu_kind_box > li > b {
  letter-spacing: -0.04rem;
}

.menu_salearea {
  margin-bottom: 20px;
  width: 100%;
  font-size: 0.8em;
}
.menu_salearea_box {
  width: 100%;
}
.menu_salearea_box > li {
  float: left;
  margin: 0 auto 7px;
  padding: 8px 0;
  width: 31.1%;
  height: 39px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  line-height: 1.8em;
  cursor: pointer;
  border: 1px solid #d1d1d1;
}
.menu_salearea_box > li:nth-child(3n + 2) {
  margin: 0px 8px;
}
.menu_fuel {
  margin-bottom: 20px;
  width: 100%;
  font-size: 0.8em;
}
.menu_fuel_box {
  width: 100%;
}
.menu_fuel_box > li {
  float: left;
  margin: 0 auto 7px;
  padding: 8px 0;
  width: 31.1%;
  height: 39px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  line-height: 1.8em;
  cursor: pointer;
  border: 1px solid #d1d1d1;
}
.menu_fuel_box > li:nth-child(3n + 2) {
  margin: 0px 8px;
}
.menu_gear_type {
  margin-bottom: 20px;
  width: 100%;
  font-size: 0.8em;
}
.menu_gear_type_box {
  width: 100%;
}
.menu_gear_type_box > li {
  float: left;
  margin: 0 auto 7px;
  padding: 8px 0;
  width: 31.1%;
  height: 39px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  line-height: 1.8em;
  cursor: pointer;
  border: 1px solid #d1d1d1;
}
.menu_gear_type_box > li:nth-child(3n + 2) {
  margin: 0px 8px;
}

.menu_accident {
  margin-bottom: 20px;
  width: 100%;
  font-size: 0.8em;
}
.menu_accident_box {
  width: 100%;
}
.menu_accident_box > li {
  float: left;
  margin: 0 auto 7px;
  padding: 8px 0;
  width: 48%;
  height: 39px;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  line-height: 1.8em;
  cursor: pointer;
  border: 1px solid #d1d1d1;
}
.menu_accident_box > li:nth-child(1) {
  margin-right: 8px;
}

.menu_color {
  margin-bottom: 20px;
  width: 100%;
  font-size: 0.8em;
}
.menu_color_box {
  width: 100%;
}
.menu_color_box > li {
  float: left;
  margin: 0 auto 7px;
  padding: 8px 0;
  width: 31.1%;
  height: 39px;
  text-align: center;
  line-height: 1.8em;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 12px;
}
.menu_color_box > li:nth-child(3n + 2) {
  margin: 0px 8px;
}
.menu_color_box > li:nth-child(1) {
  background-color: #fff;
  border: 1px solid #d1d1d1;
}
.menu_color_box > li:nth-child(2) {
  background-color: #000;
  color: #fff;
}
.menu_color_box > li:nth-child(3) {
  background-color: #cecece;
}
.menu_color_box > li:nth-child(4) {
  background-color: #1e44ff;
  color: #fff;
}
.menu_color_box > li:nth-child(5) {
  background-color: #fef9eb;
}
.menu_color_box > li:nth-child(6) {
  background-color: #b2b2b2;
}
.menu_color_box > li:nth-child(7) {
  background-color: #58595d;
  color: #fff;
}
.menu_color_box > li:nth-child(8) {
  background-color: #ff0000;
  color: #fff;
}
.menu_color_box > li:nth-child(9) {
  background-color: #b27100;
  color: #fff;
}
.menu_color_box > li:nth-child(10) {
  background-color: #16912b;
  color: #fff;
}
.menu_color_box > li:nth-child(11) {
  background-color: #ffee58;
}
.menu_color_box > li:nth-child(12) {
  background-color: #99ccff;
}

.menu_option {
  margin-bottom: 20px;
  width: 100%;
  font-size: 0.8em;
}
.menu_option_box {
  width: 100%;
}
.menu_option_box > li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  border-radius: 7px;
}

.car_box {
  margin: 7.5px;
  display: inline-block;
  width: 385px;
  border: 1px solid #eee;
  border-radius: 28px;
  box-shadow: 0px 1px 4px 3px rgb(0 0 0 / 5%);
  overflow: hidden;
  padding: 12px 32px;
}
.car_boxlink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.car_pic {
  width: 200px;
  height: 106px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.zzim_btn {
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
}

.car_info {
  padding: 0 0 0 18px;
  width: 100%;
}
.car_info_box {
  text-align: center;
}
.car_info_1 {
  font-size: 1em;
  color: #3699fe;
  line-height: 2em;
  border-radius: 7px;
  background-color: #e1f4ff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
}
.car_info_2--wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  gap: 6px;
}
.car_info_2--wrap::after {
  display: block;
  content: "";
  clear: both;
}
.car_info_2 {
  float: left;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.08rem;
  word-break: break-word;
  margin-top: 10px;
}
.car_zzim {
  float: right;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.08rem;
  word-break: break-word;
  margin-top: 10px;
  text-align: center;
}
.car_info_2--title {
  color: #959595;
}
.car_info_2--name {
  font-weight: 600;
}
.car_info_3 {
  font-size: 14px;
  color: #999;
  letter-spacing: -0.04rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.car_info_4 {
  font-size: 14px;
  color: #000;
}
.car_info_4--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  margin: 10px auto;
}
.car_info_4--color {
  font-size: 14px;
  color: #0099ff;
  font-weight: 500;
  letter-spacing: -0.06rem;
}
.car_info_4--spacing {
  margin: 0px 4px;
}
.car_company_area {
  width: 100%;
}
.car_company_area:nth-child(2n) {
  margin-bottom: 6px;
}
.car_info_5,
.car_indate {
  letter-spacing: -0.06rem;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.car_info_5--number {
  color: #3699fe;
  font-size: 14px;
  border-radius: 7px;
  background-color: #e1f4ff;
  width: 112px;
  padding: 6px 0px;
  text-align: center;
}
.car_company_name {
  color: #929292;
  font-size: 14px;
  padding-bottom: 8px;
}
.car_company_day {
  display: inline-block;
  padding: 8px 8px;
  color: #fff;
  border-radius: 7px;
  border: solid 2px #39f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #39f;
  max-width: 100px;
}

.car_type_on {
  background-color: #3399ff !important;
  color: #fff;
  border: 1px solid #3399ff;
}
.mgb_20 {
  margin: 8px auto 18px;
}

.option_area {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.option_area_box {
  margin: 5% auto;
  padding: 20px;
  width: 40%;
  background-color: #fff;
  border-radius: 10px;
}
.option_area_title_box {
  margin: 0 0 15px 0;
  height: 40px;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: 500;
  color: rgb(199, 148, 148);
}
.car_option_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.car_option_area > div {
  width: 25%;
  padding: 10px 6px;
  border-right: 1px dotted #ccc;
}
.car_option_area > div:nth-child(4) {
  border-right: 0;
}
.car_option_area > div > p {
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: bold;
}
.car_option_area > div > ul > li {
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #936363;
  font-weight: 400;
  letter-spacing: -0.08rem;
}
.car_option_chk {
  width: 18px;
  height: 18px;
  margin: 3px 6px 6px 10px;
  border-radius: 5px;
  border: solid 1px #cecece;
  background-color: #fff;
  vertical-align: middle;
}
.search_content--size {
  font-size: 13px;
  /* position: relative;
  left: -4px; */
}
.no_search {
  margin: 10px auto;
  width: 98%;
  height: 98%;
  box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 5%);
  text-align: center;
  padding: 30% 0;
  border-radius: 5px;
  background-color: #fff;
  color: #999;
  font-weight: 400;
}
.car_op_btn_area {
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #eee;
  text-align: center;
}
.op_search_btn {
  padding: 10px 20px;
  width: 150px;
  border: 0;
  border-radius: 3px;
  background-color: #0099ff;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
}
.op_cancel_btn {
  padding: 10px 20px;
  width: 150px;
  border: 0;
  border-radius: 3px;
  background-color: #929292;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
}

.contetn_area {
  margin: 40px auto;
  width: 1200px;
}
.title_area {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 16px 20px;
  width: 1200px;
  margin: 40px auto 0px;
}
.sub_title_box {
  margin: 40px 0 15px 0;
  padding: 10px 0;
  border-bottom: 4px solid #3699fe;
  font-size: 1.2em;
  font-weight: 500;
  color: #666;
}

.car_info_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.car_info_area > div:nth-child(1) {
  flex: 1 1 60%;
}
.car_info_area > div:nth-child(2) {
  flex: 1 1 40%;
  padding: 0px 0 10px 30px;
}

.car_info {
  width: 100%;
}
.car_info > dd {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.car_info > dd:nth-child(1) {
  padding-top: 0;
}

.car_info_title {
  margin-bottom: 10px;
  font-size: 1.6em;
  letter-spacing: -0.08rem;
  font-weight: 600;
}
.car_info_sub_title {
  font-size: 0.9em;
  color: #3699fe;
  border-radius: 7px;
  background-color: #e1f4ff;
  text-align: center;
  margin: 0 auto;
  padding: 12px;
  letter-spacing: -0.04rem;
  line-height: 20px;
}

.car_info_cont1 {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.car_info_cont1 > li:nth-child(odd) {
  flex: 1 1 30%;
  padding: 7px 0 5px;
  font-size: 18px;
}
.car_info_cont1 > li:nth-child(even) {
  flex: 1 1 70%;
  padding: 5px 0 5px 20px;
}
.car_info_cont1 > li:nth-child(4) {
  padding-top: 8px;
}
.car_info_cont2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.car_info_cont2 > li:nth-child(odd) {
  flex: 1 1 30%;
  padding: 5px 0;
  color: #000;
}
.car_info_cont2 > li:nth-child(even) {
  flex: 1 1 70%;
  padding: 5px 0 5px 20px;
}

.car_option_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.car_option_area > div {
  flex: 1 1 25%;
  padding: 10px;
  border-right: 1px dotted #ccc;
}
.car_option_area > div:nth-child(4) {
  border-right: 0;
}
.car_option_area > div > p {
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: bold;
}
.car_option_area > div > ul > li {
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #bbb;
  font-weight: 300;
}

.car_detail_area {
  width: 100%;
  padding: 20px;
  border: 1px dotted #ccc;
  background-color: #f9f9f9;
  font-size: 0.8em;
  font-weight: 400;
  color: #777;
}
.car_performance_area {
  width: 100%;
  text-align: center;
}

.price_box {
  color: #3699fe;
  font-size: 1.4em;
}
.phone_color {
  color: #2179e4;
}
.check_color {
  color: #333;
  font-weight: 500;
}

.view_pic {
  margin-bottom: 5px;
  width: 100%;
  height: 490px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.list_pic {
  display: flex;
  flex-wrap: wrap;
}
.list_pic > li {
  flex: 1 1 8.5%;
  margin: 3px;
  height: 50px;
  border: 1px solid #eee;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.contetn_area {
  margin: 40px auto 100px auto;
  width: 1200px;
}

#searchlist {
  width: 1200px;
  border-radius: 26px;
  background-color: #39f;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  font-size: 19px;
  margin-top: 18px;
}
.propert_inquiry {
  font-size: 19px;
  margin-left: 8px;
  letter-spacing: -0.04rem;
}
.contents_area {
  width: 100%;
  margin: 20px 0;
}
.contents_area > thead > tr > td {
  padding: 15px 0;
  background-color: #333;
  text-align: center;
  font-size: 0.9em;
  color: #f1f1f1;
}
.contents_area > tbody > tr > td {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 0.8em;
  color: #666;
  vertical-align: middle;
}
.contents_area > tbody > tr:hover {
  background-color: #f4f4f4;
}
.list_tr_bg {
  background-color: #fcfcfc;
}
.list_tr_bg1 {
  background-color: #ffe8e8;
}
.list_tr_bg2 {
  background-color: #e9fbfe;
}
.status_flag {
  padding: 8px 5px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #999;
}

.product_pic {
  display: inline-block;
  width: 120px;
  height: 90px;
  border: 1px solid #ddd;
  background-size: 100%;
  background-repeat: no-repeat;
}
.list_title {
  font-size: 1.2em;
}
.list_sub {
  color: #b3b3b3;
  margin-top: 10px;
}

.list_sub2 {
  color: #b3b3b3;
  margin-top: 10px;
}

.search_box {
  display: flex;
  flex-direction: row;
}

.search_area_carnumber {
  /* padding: 0px 20px 10px; */
  width: 1200px;
  margin: 20px auto 0;
  border: solid 1px #c4c4c4;
  box-sizing: border-box;
  position: relative;
}

.search_box_carnumber {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
}

.search_title_carnumber {
  padding: 15px 15px;
  letter-spacing: -1px;
  font-size: 15px;
  font-weight: 400;
  width: 150px;
  text-align: center;
}

.search_content_carnumber {
  padding: 4px 0;
  width: 80%;
  text-align: left;
  color: #000;
}

.search_box--Sort {
  text-align: center;
}

.search_line_no {
  border-bottom: 0;
  margin: 0 auto;
}

.btn_submit {
  width: 50px;
  border: 0;
  border-radius: 5px;
  background-color: #39f;
  color: #fff;
  margin-right: 1px;
}
.my-property__btnbox {
  position: absolute;
  bottom: 19px;
  right: 30px;
}

.btn_reset {
  border: 0;
  border-radius: 0px;
  background-color: #ff6600;
  color: #fff;
  vertical-align: middle;
}
.btn_regi {
  padding: 8px;
  width: 100px;
  border: 0;
  border-radius: 0px;
  background-color: #ff6600;
  color: #fff;
  vertical-align: middle;
}
.btn_submit,
.btn_reset,
.btn_regi {
  font-family: "s-core";
}
.btn_default {
  padding: 5px;
  border: 0;
  border-radius: 3px;
}
.btn_color_a {
  background-color: #000;
  color: #fff;
  border: none;
}
.btn_color_b {
  background-color: #39f;
  color: #fff;
  border: none;
}
.btn_color_r {
  background-color: #ff3300;
  color: #fff;
  border: none;
}

.btn_zzim_no {
  padding: 5px;
  width: 50px;
  border: 0;
  border-radius: 20px;
  background-color: #f9f9f9;
  margin-right: 1px;
}

.btn_zzim {
  padding: 5px;
  width: 30px;
  border: 0;
  /* border-radius: 20px; */
  background-color: rgb(255, 255, 255);
  color: #fff;
  font-size: 20px;
  margin-right: 1px;
}

.title_area--my-property {
  border: 1px solid #c4c4c4;
  padding: 10px 20px;
  width: 1200px;
  margin: 40px auto 0px;
}
.title_area--contract {
  border: 1px solid #c4c4c4;
  padding: 10px 20px;
  width: 1200px;
  margin: 40px auto 0px;
  border-bottom: none;
}
.search_area {
  /* padding: 0px 20px 10px; */
  width: 1200px;
  margin: 0px auto 0;
  border: solid 1px #c4c4c4;
  box-sizing: border-box;
  position: relative;
}
.search_area--my-property {
  width: 1200px;
  margin: 0px auto 0;
  border: solid 1px #c4c4c4;
  box-sizing: border-box;
  position: relative;
  border-top: none;
}
.serch_box-top {
}
.serch_box-top p {
  text-align: center;
  border-right: 1px solid #c4c4c4;
  padding: 8px 0;
  color: #3399ff;
  font-size: 14px;
  border-top: 1px solid #c4c4c4;
}
.serch_box-top--five p {
  border-right: none;
}
.car_description {
  text-align: center;
  vertical-align: middle;
  font-family: "S-Core";
  font-size: 13px;
  color: #7e7e7e;
  letter-spacing: -0.04rem;
  font-weight: 300;
  padding-top: 38px;
}
select option {
  font-family: "S-Core";
}
#carinfo1,
#cartype3,
#carinfo2,
#carinfo3,
#carinfo4,
#carseries {
  height: 107px;
  border-left: none;
}
.serch_box-top--one,
#carinfo1,
#cartype3,
#carseries {
  width: 190px;
}
.serch_box-top--twp {
  width: 190px;
}
.serch_box-top--three,
#carinfo2,
#carinfo3 {
  width: 290px;
}
.serch_box-top--foure {
  width: 290px;
}
.serch_box-top--five,
#carinfo4 {
  width: 237px;
}
.serch_box-topbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  /* padding: 0 20px; */
}
#cartype_btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 1200px;
  height: 30px;
  line-height: 30px;
  background-color: #3399ff;
  padding: 0 30px;
}
#cartype_btn button {
  border: none;
  background: none;
  font-family: "S-Core";
  color: #fff;
  font-size: 14px;
  width: 64px;
  transition: all 0.2s ease-in-out;
}
.btn_change--Count {
  margin-left: 8px;
  letter-spacing: -0.06rem;
}
#cartype_btn button:hover {
  background-color: #fff;
  border-radius: 25px;
  color: #3399ff;
}
.contents_area {
  width: 1200px;
  margin: 20px auto;
}
.contents_area > thead > tr > td {
  padding: 15px 0;
  background-color: #333;
  text-align: center;
  font-size: 0.9em;
  color: #f1f1f1;
}
.contents_area > tbody > tr > td {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 0.8em;
  color: #666;
  vertical-align: middle;
}
.contents_area > tbody > tr:hover {
  background-color: #f4f4f4;
}
.list_tr_bg {
  background-color: #fcfcfc;
}
.list_tr_bg1 {
  background-color: #ffe8e8;
}
.list_tr_bg2 {
  background-color: #e9fbfe;
}
.status_flag {
  padding: 8px 5px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #999;
}

.selectBox {
  width: 170px;
  border: 1px solid #c4c4c4;
  border-radius: 0px;
  color: #000;
  font-size: 0.9em;
  overflow-y: auto;
  font-family: "S-Core";
  vertical-align: middle;
}

#carinfo4 {
  border-right: none;
  border-left: none;
}
.search_list--year,
.search_list--price {
  width: 94px;
}
.search_list--region {
  width: 140.3px;
}
.search_list--fuel,
.search_list--type,
.search_list--transmission,
.search_list--color,
.search_list--accident,
.search_list--carnumber {
  width: 134px;
}
.search_list--accident::placeholder {
  color: #000;
  font-size: 13px;
}
.search_list--distance {
  width: 94px;
}
.search_list--distance--ton {
  width: 206px;
}
.product_pic {
  display: inline-block;
  width: 120px;
  height: 90px;
  border: 1px solid #ddd;
  background-size: 100%;
  background-repeat: no-repeat;
}
.list_title {
  font-size: 1.2em;
}
.list_sub {
  color: #b3b3b3;
  margin-top: 10px;
}
.search_box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.search_title {
  padding: 8px 0;
  letter-spacing: -1px;
  font-size: 15px;
  font-weight: 400;
  width: 60px;
  text-align: right;
}
/* .search_title--size {
  width: 42px;
}
.search_title--sizetwo {
  width: 60px;
} */
.search_title--sizethree {
  width: 60px;
  text-align: center;
}
.search_content {
  padding: 4px 0;
  color: #000;
}
.search_line_no {
  border-bottom: 0;
}
.search_input {
  padding: 7px 10px;
  border: 1px solid #c4c4c4;
  font-size: 13px;
  border-radius: 0;
  font-family: "S-Core";
}
.search_flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
}
.search_flexbox--left {
  position: relative;
  left: -23px;
}
/* .search_flexbox--lefttwo {
  margin-left: 42px;
}
.search_flexbox--leftthree {
  margin-left: 43px;
}
.search_flexbox--leftfour {
  margin-left: 65px;
} */
.search_list--one {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #f9f9f9;
  padding: 14px 32px 0;
}
.search_list--two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #f9f9f9;
  padding: 0 32px;
}
.search_list--three {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #f9f9f9;
  padding: 0 32px;
}
.search_list--four {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background-color: #f9f9f9;
  padding: 3px 32px 18px;
}

.btn_submit {
  margin-left: 10px;
  padding: 0px;
  width: 50px;
  border: 0;
  border-radius: 0px;
  background-color: #39f;
  color: #fff;
  vertical-align: middle;
}
.btn_submit--car_search {
  width: 239px;
  text-align: center;
  margin: 0 auto;
  padding: 8px;
  position: absolute;
  bottom: 10px;
  right: 32px;
  border-radius: 0;
  font-size: 17px;
}
.btn_submit--img {
  width: 22px;
  position: relative;
  top: -1px;
  left: -4px;
}
.btn_submit--my_shop {
  padding: 8px;
  width: 100px;
  border: 0;
  border-radius: 0px;
  background-color: #3399ff;
  color: #fff;
  vertical-align: middle;
}
.btn_reset {
  padding: 8px;
  width: 100px;
  border: 0;
  border-radius: 0px;
  background-color: #000;
  color: #fff;
  vertical-align: middle;
}
.Registration__title {
  font-size: 22px;
  margin-top: 60px;
  border-bottom: 2px solid #707070;
  padding-bottom: 22px;
}
.Registration__banner {
  margin: 20px auto;
}
.Registration__content {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.06rem;
  text-align: center;
  color: #5b5a5b;
  margin: 80px auto 60px;
}
.Registration__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.Registration__btnbox {
  width: 590px;
  height: 380px;
  border-radius: 14px;
  border: solid 1px #cecece;
  text-align: center;
  padding: 20px;
}

.Registration__box--title {
  font-size: 28px;
  margin: 10px auto 18px;
}

.Registration__box--contnet {
  margin-bottom: 14px;
  color: #5b5a5b;
}
.Registration__boxicon {
  margin-bottom: 40px;
}

.Registration__btnlink {
  color: #fff;
  font-size: 20px;
  display: block;
  width: 244px;
  height: 62px;
  margin: 0 auto;
  line-height: 58px;
  border-radius: 13px;
  border: solid 1px #cecece;
  background-color: #39f;
}
.Registration__btnlink:hover {
  color: #fff;
}

/* @media screen and (max-width: 1920px) {
  .right__banner {
    right: 5%;
  }
} */

.information__tab {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px auto 0;
}
.information_btn {
  width: 114px;
  height: 50px;
  background-color: #fff;
  color: #3399ff;
  font-family: "S-Core";
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid #3399ff;
  box-sizing: border-box;
  overflow: visible;
}
.information_btn.on {
  background-color: #3399ff;
  color: #fff;
}
.User-guide--img--mobile {
  display: none;
}
.Card_Payment_Guide--img {
  width: 100%;
}
.pSubject {
  text-align: left;
  margin: 0px auto 40px;
  font-size: 24px;
  font-weight: 500;
  color: #39f;
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
}
.subpage {
  width: 1200px;
  margin: 40px auto 0;
}

.tablet_navi--card {
  width: 100%;
  margin: 2vw auto;
  text-align: center;
  display: none;
}
.my-tablet_navi--card {
  width: 1200px;
  margin: 20px auto;
  display: block;
}
.tablet_navi--card--wrap {
  gap: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
.tablet_navi--list {
  border: 1px solid #3399ff;
  padding: 1px 0vw;
  width: 25%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
}
.tablet_navi--list.on {
  background-color: #3399ff;
}
.tablet_navi--menu.on {
  color: #fff;
}
.tablet_navi--link {
}
.tablet_navi--menu {
  padding: 10px;
  font-size: 18px;
  color: #3399ff;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.06rem;
}
.tablet_navi--list:hover {
  background-color: #3399ff;
  transition: all 0.5s linear;
}
.tablet_navi--list:hover .tablet_navi--menu {
  color: #fff;
}
.search_input--m {
  width: 206px;
}
@media (max-width: 1940px) {
  .header__right .bx-wrapper img {
    width: 100%;
  }
}

@media (max-width: 1920px) {
}
@media (max-width: 1700px) {
  .right__banner {
    display: none;
  }
  .right__arrow {
    display: block;
  }
  .right__arrow--pc {
    display: none;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
  .tablet_navi--menu {
    font-size: 18px;
    color: #3399ff;
    font-weight: 600;
    line-height: 2vw;
    letter-spacing: -0.06rem;
  }
  .tablet_navi--card {
    width: 100%;
    margin: 2vw auto;
  }
  .tablet_navi--list {
    padding: 0vw 0vw;
  }
  .tablet_navi--card {
    display: block;
  }
  .navigation__logo {
    width: 8vw;
  }
  .car_search__wrap {
    display: none;
  }
  .navigation__login--list {
    width: 100%;
    padding-top: 1vw;
    padding: 0 7vw;
  }
  .navigation__login--container {
    width: 100%;
  }
  .navigation__item {
    width: 100%;
    padding: 0px 7vw;
    justify-content: center;
  }
  .navigation__list {
    width: auto;
  }

  .navigation__container {
    width: 42vw;
  }

  .car_search {
    height: 3.5vh;
    margin: 0 0 0 2vw;
    padding: 0.5vh 6vw 0 0;
  }
  .service {
    margin-top: 4vw;
  }
  .service__title {
    font-size: 2.5vw;
    margin-bottom: 4vw;
  }
  .service__wrap {
    padding: 2vw 0;
  }
  .container {
    width: 100%;
  }
  .service__imgbox--wrap {
    padding: 0 8vw;
  }
  .service__img {
    width: 70%;
  }
  .produce__img {
    display: none;
  }
  .produce__img--tablet {
    display: block;
    margin: 4vw auto 10vw;
    text-align: center;
    width: 40%;
  }
  .produce__btnbox {
    position: absolute;
    bottom: -6vw;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0px);
  }
  .footer {
    padding: 4vw 10vw;
  }
  .View-Terms__wrap {
    justify-content: center;
    gap: 1vw;
  }

  .View-Terms {
    padding: 2vw;
  }
  .member_guide--container {
    padding: 0 6vw;
  }
  .Registration__title {
    font-size: 2vw;
    margin-top: 4vw;
    padding-bottom: 1.5vw;
    letter-spacing: -0.06rem;
  }
  .Registration__banner {
    margin: 2vw auto;
    text-align: center;
  }
  .Registration__banner img {
    width: 100%;
  }
  .Registration__content {
    font-size: 1.5vw;
    margin: 6vw auto 4vw;
  }
  .Registration__wrap {
    margin-bottom: 6vw;
  }
  .Registration__btnbox {
    width: 48%;
    height: auto;
    padding: 2vw;
  }
  .Registration__box--title {
    font-size: 2vw;
    margin: 1vw auto 1.5vw;
  }
  .Registration__box--contnet {
    margin-bottom: 1.5vw;
    font-size: 1.5vw;
    letter-spacing: -0.06rem;
  }
  .Registration__boxicon {
    margin: 2vw auto;
    width: 20%;
  }
  .Registration__btnlink {
    font-size: 2vw;
    width: 52%;
    height: auto;
    margin: 0 auto;
    line-height: normal;
    padding: 1vw 2vw;
  }

  .Card_Payment_Guide--img--mobile {
    display: none;
  }
  .navigation__two {
    display: none;
  }
}
@media (max-width: 1220px) {
  .search_list--fuel,
  .search_list--type,
  .search_list--transmission,
  .search_list--color,
  .search_list--accident,
  .search_list--carnumber {
    width: 11vw;
  }
  .search_list--distance {
    width: 7vw;
  }
  .search_list--year,
  .search_list--price {
    width: 7vw;
  }
  .search_input--m {
    width: 15.5vw;
  }
  .search_input--m {
    width: 15.5vw;
  }
  .search_list--distance--ton {
    width: 16vw;
  }
}
@media (max-width: 1200px) {
  .bx-wrapper {
    margin-bottom: 2vw;
  }
  .advertisement-recruitment {
    width: 100%;
    padding: 0 4vw;
  }
  .advertisement-recruitment--img {
    width: 100%;
  }
  .subpage {
    width: 100%;
    margin: 4vw auto 0;
    padding: 0 8vw;
  }
  .pSubject {
    margin: 0px auto 4vw;
    font-size: 2vw;
    padding-bottom: 2vw;
  }
  .sub_container {
    width: 100%;
  }
  .tablet_navi--menu {
    font-size: 1.5vw;
  }
  .search_flexbox {
    width: 25%;
  }
}
@media (max-width: 1100px) {
  .search_list--two {
    padding: 0 0vw;
  }
}
@media (max-width: 1024px) {
  .search_input--m {
    width: 16vw !important;
  }
  .header__right-slider-item {
    display: none;
  }
  .header__right-slider-item--tablet {
    display: block;
  }
  .View-Terms__wrap--link,
  .View-Terms__wrap--txt {
    font-size: 2vw;
    letter-spacing: -0.08rem;
  }
  .footer {
    padding: 2vw 8vw;
  }
  .footer__wrap {
    justify-content: center;
    gap: 2vw;
  }
  .bottom_logo {
    width: 90%;
  }
  .footer__content {
    width: auto;
    margin-left: 0;
  }
  .footer__txt {
    color: #fff;
    font-size: 1.5vw;
    margin-bottom: 1vw;
    letter-spacing: -0.06rem;
  }
  .produce__btn {
    width: 25vw;
    height: 4vh;
    line-height: 4vh;
    font-size: 2vw;
  }
  .produce__img--tablet {
    width: 60%;
  }
  .service__img {
    width: 80%;
  }
  .service__title {
    font-size: 3vw;
    margin-bottom: 3vw;
  }
  .service {
    margin-top: 3vw;
  }
  .navigation__logintxt,
  .navigation__logintxt01 {
    font-size: 1.5vw;
  }
  .icon_login--img {
    width: 2vw;
  }
  .User-guide--img {
    width: 100%;
  }
  .User-guide--img--mobile {
    display: none;
  }
  .User-guide--container {
    width: 100%;
    padding: 0 6vw;
  }

  .sub_container {
    width: 100%;
    padding: 0 2vw;
  }
  .pSubject {
    font-size: 2.5vw;
    letter-spacing: -0.06rem;
  }
}
@media (max-width: 960px) {
  .car_pic {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .navigation__logo {
    width: 12vw;
    text-align: center;
  }
  .navigation__container {
    width: 70vw;
  }
  .car_search__wrap {
    display: none;
  }
  .right__arrow-img {
    width: 5vw;
    height: 5vw;
  }
  .right__arrow {
    bottom: 10%;
    right: 2.5%;
  }
  .tablet_navi--menu {
    font-size: 1.6vw;
    letter-spacing: -0.08rem;
  }
}
@media (max-width: 768px) {
  .tablet_navi--card {
    margin: 4vw auto;
  }
  .tablet_navi--card--wrap {
    width: 70%;
  }
  .tablet_navi--menu {
    font-size: 2vw;
  }
  .navigation__logintxt,
  .navigation__logintxt01 {
    font-size: 2vw;
  }
  .produce__btn {
    width: 27vw;
    height: 3vh;
    line-height: 3vh;
  }
  .produce__btnbox {
    bottom: -7vw;
  }
}
@media (max-width: 640px) {
  .tablet_navi--list {
    padding: 2vw 0;
  }
  .tablet_navi--card--wrap {
    width: 94%;
  }
  .service__img {
    border-radius: 18px;
  }
  .navigation {
    display: none;
  }
  .navigation--mobile {
    display: block;
  }
  .navigation__login--container {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 2vw;
  }
  .navigation__logo {
    width: 24%;
    margin: 0 auto;
    display: block;
  }
  .navigation__right--txt {
    gap: 1.5vw;
    line-height: 0;
    height: auto;
    width: 22vw;
    margin: 0 auto;
    padding: 2vw 0vw;
    border-radius: 33.5px;
    border: solid 1px #707070;
    justify-content: center;
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
  .navigation__left--txt {
    gap: 1.5vw;
    line-height: 0;
    height: auto;
    width: 22vw;
    margin: 0 auto;
    padding: 2vw 0vw;
    border-radius: 33.5px;
    border: solid 1px #707070;
    justify-content: center;
    position: absolute;
    top: 4vw;
    left: 4vw;
  }
  .icon_login--img {
    width: 3vw;
  }
  .navigation__logintxt,
  .navigation__logintxt01 {
    font-size: 2.5vw;
  }
  .navigation__item {
    width: 100%;
    padding: 0;
    margin: 6vw auto 6vw;
    box-sizing: border-box;
    padding-top: 2vw;
    border-top: 1px solid #f3f3f3;
  }
  .navigation__container {
    width: 100%;
  }
  .navigation__list {
    justify-content: center;
    width: 100%;
  }
  .navigation__text {
    height: auto;
    width: 50%;
    line-height: 0;
  }
  .mobile--banner {
    width: 100%;
  }
  .header__right-slider-item--mobile {
    display: block;
  }
  .header__right-slider-item--tablet {
    display: none;
  }
  .advertisement-recruitment--img {
    display: none;
  }
  .advertisement-recruitment--img--mobile {
    display: block;
    width: 100%;
  }
  .advertisement-recruitment {
    width: 100%;
    padding: 0 2vw;
  }
  .produce {
    opacity: 1;
  }
  .produce__btnbox {
    bottom: -8vw;
  }
  .produce__btn {
    width: 26vw;
    height: 4vh;
    line-height: 4vh;
    font-size: 2vw;
  }
  .footer {
    padding: 4vw 2vw;
  }
  .bottom_logo {
    width: 80%;
  }
  .footer__wrap {
    gap: 1vw;
  }
  .footer__wrap {
    gap: 1vw;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .footer__logo {
    width: 30%;
    margin: 0 auto;
  }
  .bottom_logo {
    width: 100%;
  }
  .footer__content {
    width: 100%;
    margin: 4vw auto 0;
    text-align: center;
  }
  .footer__txt {
    margin-bottom: 2vw;
    letter-spacing: -0.08rem;
    font-size: 3vw;
  }
  .footer__txt--box {
    justify-content: center;
  }
  .footer__txt a {
    color: #fff !important;
  }
  .Registration__title {
    font-size: 3vw;
    text-align: center;
    font-weight: 500;
  }
  .Registration__content {
    font-size: 2.5vw;
    margin: 4vw auto;
  }
  .Registration__box--title {
    font-size: 2.5vw;
  }
  .Registration__box--contnet {
    font-size: 2vw;
  }
  .Registration__boxicon {
    width: 30%;
  }
  .Registration__btnlink {
    font-size: 2.5vw;
    width: 56%;
  }
  .User-guide--img {
    display: none;
  }
  .User-guide--img--mobile {
    display: block;
    width: 100%;
  }
  .right__arrow-img {
    width: 7vw;
    height: 7vw;
  }
  .right__arrow {
    bottom: 10%;
    right: 2.5%;
  }
  .Card_Payment_Guide--img {
    display: none;
  }
  .Card_Payment_Guide--img--mobile {
    display: block;
    width: 100%;
  }
  .pSubject {
    font-size: 4.5vw;
  }
  .tablet_navi--card {
    margin: 8vw auto 6vw;
  }
  .tablet_navi--menu {
    font-size: 2.5vw;
  }
  .View-Terms__wrap--link,
  .View-Terms__wrap--txt {
    font-size: 2.5vw;
  }
}
@media (max-width: 480px) {
  .produce__btnbox {
    bottom: -7vw;
  }
  .produce__btn {
    width: 28vw;
    height: 3vh;
    line-height: 3vh;
  }
  .right__arrow {
    top: 86%;
  }
  .right__arrow-img {
    width: 8vw;
    height: 8vw;
  }
  .tablet_navi--card--wrap {
    width: 100%;
    gap: 0.5vw;
  }
  .navigation__text {
    font-size: 4.5vw;
  }
  .navigation__item {
  }
  .tablet_navi--menu {
    font-size: 3vw;
    padding: 1vw 0;
  }
  .View-Terms__wrap--link,
  .View-Terms__wrap--txt {
    font-size: 3.5vw;
  }
}
@media (max-width: 400px) {
  .produce__btnbox {
    bottom: -8vw;
  }
  .produce__btn {
    width: 30vw;
    height: 2.5vh;
    line-height: 2.5vh;
  }
}
@media (max-width: 320px) {
  .produce__btnbox {
    bottom: -7vw;
  }
  .produce__btn {
    width: 34vw;
    height: 2vh;
    line-height: 2vh;
    font-size: 1.5vw;
  }
}
