/* ===== 메인 ===== */
.l-home #header {
  background-color: var(--inverse-background-primary);
  position: sticky;
}

.l-home #container {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow:hidden;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

 .l-home #container:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-color: #fff;
} 

/* .l-home #container:after {
  content: '';
  width:1348.36px;
  height:363px;
  position: relative;
  z-index: 3;
  top: -1300px;
  left: 667.5px;
  background-color: var(--after-bg-color, transparent);
  transition: background-color 1s ease;
  filter: blur(100px);
  transform: rotate(-19.99deg);
} */

.l-home .title {
  padding-top: 160px;
  color: var(--white);
}

.l-home .title__main {
  font-size: 44px;
  color: var(--content-main);
}

.l-home .title__sub {
  color: var(--content-disabled);
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
}

.l-home .title_input--wrap {
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-home .title_input--wrap > .title {
  margin: 0;
  text-align: left;
  padding-top: 20px;
}

.l-home .siwper-text--wrap {
  margin-bottom: 34px;
  display: flex;
}

.l-home .siwper-text--wrap > div > span {
    font-size: 32px;
    color: var(--content-main);
    font-weight: 700;
    line-height: 1.4;
}

.l-home .text-btn {
  color: var(--primary-blue);
}

.l-home .text-btn:hover {
  opacity: 0.8;
  transition: 0.1s;
}

.l-home .text-btn a img {
  width: 16px;
  height: 16px;
}

.l-home .text-btn a {
  display: flex;
  align-items: center;
  gap: 2px;
  z-index: 1;
}

.l-home .banner {
  height: 60px;
  background: #191f28;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

.l-home .banner-text {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:6px;
}


@media only screen and (max-width: 767px) {
  .l-home .title_input--wrap > .title {
   max-width: 100%;
   margin-bottom: 0px;
   padding-left: 0;
   padding-right: 0;   
  }
 
  .l-home .title_input--wrap {
    width: 100%;
    padding-left: 0;
    display: flex;
  }
}

.l-home .banner-contents {
  width: 100%;
  max-width: 1130px;
  display: flex;
  gap: 16px;
}

.l-home .banner-contents.grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}


.l-home .carousel {
  overflow: hidden;
  position: relative;
  margin-top: 120px;
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .l-home .text-btn {
    justify-content: center;
  }
 

  
  .l-home .siwper-text--wrap  {
    display: flex;
    flex-direction: column;
  }
  .l-home .banner-contents.grid {
    display: flex;
    flex-direction: column;
    padding-right: 0;
  }
}

.l-home .carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.l-home .carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.l-home .carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
}

.l-home .carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.1);
  width: 34px;
  height: 34px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-pagination {
 display: none;
}



.l-home .mycar_mobile--wrap {
 position: relative;
 padding-right: 16px;
}

.l-home .new-car-img {
   width: 100%;
   height:500px;
   background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), 
   url(/images/home/home_new_car.jpg) no-repeat center;
   border-radius: 24px;
   display: flex;
   position: relative;
   background-size: cover;
   background-color: rgba(0, 0, 0, 0.6);
}

.l-home .new-car-img > div {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.l-home .new-car-img > div > p {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  color: var(--inverse-content-main);
}

.l-home .input-sample--wrap {
  display: flex;
  align-items: center;
  gap:24px;
  margin-top: 20px;
}

.keyword-swiper .swiper-slide { 
 transition: filter .6s, opacity .6s; 
}
.keyword-swiper .swiper-slide-prev,
.keyword-swiper .swiper-slide-next { 
 filter: blur(1px);   
 opacity: .75;  
}
.keyword-swiper .swiper-slide-active { 
 filter: none;
 opacity: 1;
}

@media only screen and (max-width: 767px) {
  .l-home .banner-contents {
   width: 100%;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 16px;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  
  .swiper-pagination {
   display: flex;
   justify-content: center;
  }
  
  .swiper-pagination-bullet-active {
   background: #fff;        
  }

}

.l-home .search_wrap {
  margin-bottom: -100px;
}

.l-home .search__input {
  flex-basis: auto;
}

.l-home .c-input input:not([type='button']):focus,
.l-home .c-input input:not([type='button']):active {
  -webkit-box-shadow: 0 0 0 0.125rem var(--primary-blue) !important;
  box-shadow: 0 0 0 0.125rem var(--primary-blue) !important;
}

.l-home .c-input input::-webkit-input-placeholder,
.l-home .c-input input::placeholder {
  font-weight: 400;
}

.l-home .c-input input {
  font-weight: 600;
  font-size: 16px;
}

.l-home .search__btn {
  flex: auto;
  min-width: 7.5rem;
}

.l-home .search-banner {
  border-radius: 10px;
  background-color: var(--bg-light-gray);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative; 
  left: 0;
  width: 100%;
}

.l-home .search-banner:hover {
  background-color: var(--gray-200)
}

.l-home .search-banner > a {
  width: 100%;
}

.l-home .form-img--wrap {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  margin-top: 64px;
  max-width: 1130px;
  width: 100%;
  gap:100px;
  padding: 0 16px;
}

.l-home .search__form--wrap {
    display: flex;
}

.l-home .search__form--wrap .select-box--wrap{
    width: 100%;   
}
  
  
.l-home .cont-5 a {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.l-home .cont-5 a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 186px;
    background-color: #ebf1ff;
    border-radius: 16px;
    z-index: -1;
}  
  
.l-home .cont-5 a>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-home .cont-5 a>div>p {
    font-size: 28px;
    color: var(--content-main);
    font-weight: 700;
    line-height: 36px;
}  

.l-home .cont-5 a> div > button {
   margin-top: 24px;
  }
@media only screen and (max-width: 767px) {
  .l-home .search-banner {
    align-items: center;
  }
    
 .l-home .form-img--wrap {
    flex-direction: column;
    gap:40px;
    margin-top: 32px;
  }
 
 .l-home .mycar_mobile--wrap {
    margin-top: 51.3px;
    width: 100%;
    align-items: center;
    padding-right: 0;
  }
 
 .l-home .mycar_mobile--wrap > img {
    width: 162px;
  }
 
 .l-home #container:after {
    top:-1700px
 }
 
 .l-home .cont-5 a>div>p {
    font-size: 20px;
  }
  
  .l-home .cont-5 a> div > button {
   margin-top: 10px;
  }
  
  .l-home .cont-5 a::before {
    height: 120px;
  }

}

.l-home .search-banner__wrap {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 18px;
}

.l-home .search-banner__wrap > img {
  width: 24px;
  height: 24px;
}

.l-home .banner__title--wrap {
  z-index: 4;
  color: #fff;
  text-align: left;
  max-width: 1130px;
  width: 100%;
  padding : 0 16px;
}

.l-home .banner__title--wrap .search {
  width: 100%;
}


.l-home .search-banner__wrap.desc {
  display: flex;
  flex-direction: row;
  padding: 24px;
  gap: 18px;
  align-items: center;
}

.l-home .search-banner__wrap.desc > img {
  width: 36px;
  height: 36px;
}

.l-home .search-banner__wrap.desc  .search-banner__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  font-size: 16px;
  text-align: left;
}

.l-home .search-banner__wrap.desc  .search-banner__text-wrap__span2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

.l-home .sample-btn {
 width: fit-content;
}

.l-home .foot-banner {
  margin-top: 120px;
  background-color: #06B060;
  padding : 18px 32px;
  display: flex; 
  border-radius: 10px;
}

.l-home .foot-banner__img {
 width: 140px;
 height: 140px;
}

.l-home .foot-banner .foot-banner__title-img--wrap {

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.l-home .foot-banner .foot-banner__title--wrap {
  padding: 16px 0;
}


.l-home .foot-banner .foot-banner__title {
 font-size: 32px;
 line-height: 46px;
 margin-bottom: 20px;
}

.l-home .foot-banner .foot-banner__link {
  display: flex;
  align-items: center;
}

.l-home .foot-banner .foot-banner__link > img {
  width: 16px;
  height: 16px;
}

.container > .banner__title--wrap:nth-child(2) {
  margin-bottom: 0;
  margin-top: 0;
}
.l-home .banner__title--wrap > h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-bottom: 26px;
  color: var(--content-main)
}

.l-home .search-banner__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  text-align: left;
}


.l-home .c-toggle {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 4px 0px;
}

.l-home .c-toggle__list {
   display: flex;
   justify-content: space-between;
   border-radius: 10px;
   background-color: var(--gray-100);
   position: relative;
   align-items: center;
   z-index: 2;
   width: 100%;
   margin-bottom: 10px;
}

.l-home .c-toggle__indicator {
  position: absolute;
  border-radius:8px;
  left: 0;
  background-color: #fff;
  z-index: -1;
  transition: transform 0.3s ease, width 0.3s ease;
  box-shadow: rgba(0, 27, 55, 0.1) 0px 1px 3px 0px;
}

.l-home .c-toggle__item {
  display:flex;
  align-items:center; 
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.08px;
  color: var(--content-sub);
  width: 100%;
  justify-content: center;
}

.l-home .c-toggle__item.is-active {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.08px;
  color: var(--content-main);
}





 

@media only screen and (max-width: 767px) {
  .l-home .search-banner__wrap {
    display: flex;
    align-items: flex-start;
  }

  .l-home .banner__title--wrap {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
  }
  
  
  .l-home .foot-banner__img {
    display: none;
  }
  .l-home .foot-banner .foot-banner__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  .l-home .foot-banner {
    padding:18px;
  }
}

.l-home .search-banner__text-wrap div {
  margin-bottom: 10px;
  font-weight: 400;
}

.l-home .search-banner__text-wrap__span2 {
  font-weight: 600;
  color: var(--content-main);
  text-align: left;
  line-height: 1.5;
}

.l-home .recent-car-card {
  background-color: rgba(25, 31, 40, 1);
  padding: 14px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  max-width: 328px;
  min-width: 262px;
  margin-top: 24px;
  cursor: pointer;
}

.l-home .recent-car-card__img-detail--wrap {
 display: flex;
 align-items: center;
 gap:12px;
 
}

.l-home .recent-car-card__detail {
  display: flex;
  flex-direction: column;
  gap:4px;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--inverse-content-sub)
  
}
.l-home .recent-car-card__img {
  padding:  12px 7.5px;
  background-color: var(--inverse-background-tertiary);
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .l-home .search-banner__text-wrap {
    gap: 0;
    justify-content: flex-start;
  }

  .l-home .search-banner__text-wrap__span2 {
    font-size: 15px;
    display: flex;
  }
  .l-home .search-banner__wrap.desc .search-banner__text-wrap__span2 {
    font-size: 16px;
  }

   
}

.l-home .search-banner__text-wrap__span3 {
  font-size: 14px;
  font-weight: 400;
  color: var(--content-sub);
  line-height: 23.87px;
  text-align: left;
}

.l-home .search-banner__text-wrap__star {
  display: flex;
  color: var(--content-disabled);
  justify-content: center;
  position: relative;
}

.l-home .search-banner__text-wrap__star span {
  display: flex;
  justify-content: center;
}

.l-home .support-banner {
  border-radius: 10px;
  background-color: #191f28;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  left: 0;
  width: 100%;
}

.l-home .support-banner:hover {
  opacity: 0.9;
}

.l-home .support-banner__wrap {
  padding: 22px;
}

.l-home .support-banner__text-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 8px;
  font-size: 16px;
  text-align: left;
}

.l-home .support-banner__text-wrap__span2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  text-align: left;
  line-height: 28px;
}

.l-home .support-banner__text-wrap__span3 {
  font-size: 14px;
  font-weight: 400;
  color: var(--content-disabled);
  line-height: 23.87px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .l-home .search-banner__btn {
    font-size: 16px;
    width: 20px;
    height: 30px;
  }

  .l-home .search-banner__text-wrap__span3 {
    line-height: 22px;
  }
}

.floating {
  position: fixed;
  display: flex;
  right: 1.5rem;
  bottom: 1.5rem;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-end;
  z-index: 10009;
}

.floating > a > img {
  border-radius: 8px;
  height: 64px;
}

.l-home .signup-banner {
    position: fixed;
    bottom: 1.5rem;
    right: 50%;
    transform:translateX(50%);
    display: flex;
    flex-direction: column;
    gap: 11px;
    z-index: 10;
}
.l-home .signup-banner > a {
  height: 48px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(24px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  gap:6px;
  padding: 0 64px;
  white-space: nowrap;
}


.l-home .signup-banner > a > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: var(--content-main);
}


@media only screen and (max-width: 767px) {
  .floating {
    display: none;
  }
  .l-home .signup-banner {
    bottom:10%;
  }
}

@media only screen and (max-width: 767px) {
  .l-home #container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .l-home .title__main {
    font-size: 32px;
    line-height: 1.5;
    width: 100%;
  }

  .l-home .title {
    padding-top: 0px;
  }

  .l-home .search__form {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  .l-home .search__input {
    flex-basis: auto;
    width: 262px;
    display: flex;
    justify-content: center;
    gap: 11px;
    flex-direction: column;
    margin: 0 auto;
  }

  .l-home .other__item {
    margin: 0.125rem;
  }

  .l-home .floating {
    display: none;
  }

  .l-home .banner-item {
    height: 5rem;
  }

  .l-home .banner-item .banner-text {
    padding: 1.2rem 1rem;
  }

  .l-home .banner-item .banner-text__title {
    line-height: 1.35;
    font-size: 0.875rem;
  }

  .l-home .banner-item .banner-text__sub {
    font-size: 0.75rem;
  }

  .l-home .banner-item img {
    max-width: 100%;
    height: 100%;
  }

  .l-home .search__btn .c-btn {
    margin-top: 12px;
    min-width: 75px;
    height: 48px;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  .l-home .search-banner {
    position: relative;
    left: 0;
    width: 100%;
  }

  .l-home .search-banner img {
    width: 24px;
    height: 24px;
  }
  
  .l-home .support-banner__wrap > img {
    width: 56px;
    height: 56px;
  }
}

 .l-home .home-carousel {
 width: 557px; 
 border-radius: 16px;
 background-color: var(--bg-light-gray);
} 

 .l-home .home-carousel .swiper {
 border-radius: 16px;
 width: 100%;
 height: 100%;
} 


.l-home .swiper-img {
  width: 100%;
  display: block;
}

.l-home .c-chip {
 border-radius: 10px;
 padding: 8px 10px;
 background-color: transparent;
}


.l-home .c-chip:hover {
 background-color: var(--gray-50);
}

.l-home .c-chip > span {
font-weight: 600;
font-size: 15px;
line-height: 1.4;
color: var(--gray-700)

}

.l-home  .custom-select {
  line-height: 1.5;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  padding: 8px 6px 8px 4px;
  background-color: transparent;
  display: flex;
  gap: 4px;

}

.l-home .custom-select > .custom-select__selected {
  display: flex;
  gap: 4px;
  align-items: center;
}

.l-home .custom-select > .custom-select__selected > img {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}

.l-home .custom-select > .custom-select__selected > .selected-value{
font-weight: 600;
font-size: 16px;
line-height: 18px;
vertical-align: middle;

 color: var(--content-main);
}

.l-home .custom-select > .custom-select__list {
  position: absolute;
  top: 40px;
  left:0;
  width:200%;
  border-radius: 16px;
  border : 1px solid rgba(2, 32, 71, 0.05);
  box-shadow: 0px 10px 40px 0px rgba(2,32,71,0.05) ,0px 20px 50px 0px rgba(0, 23, 51, 0.02), 2px 70px 80px 0px rgba(0, 23, 51, 0.02);
  background-color: #fff;
  z-index: 10; 
  display: none;
  padding: 8px;
}


.l-home .custom-select.is-open > .custom-select__list {
  display:block; 
}

.l-home .custom-select > .custom-select__list > .custom-select__option {
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--content-sub);
  border-radius: 8px;
  text-align: left;
}

.l-home .custom-select > .custom-select__list > .custom-select__option.sts-active {
 color: var(--content-main);
 background-color: var(--gray-50);
 font-weight: 700
}

.l-home .custom-select > .custom-select__list > .custom-select__option:hover {
  background-color: var(--gray-50);  
}

.l-home .keyword-swiper {
  height: 44px; 
  overflow: hidden;
  margin: 0
}

.l-home .keyword-swiper .swiper-slide {
 font-weight: 700;
 font-size: 32px;
 line-height: 140%;
 color: var(--content-main);
 width: 100%;
}

.keyword-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}


@media only screen and (max-width: 768px) {
  .l-other-car-search .contents {
    padding: 0; 
  }
  .l-other-car-search .select-box--wrap {
   padding: 0 16px;
  }
  .l-home .home-carousel {
  width: 100%; 
  height: 100%;
  max-width: 100%;
  background-color: transparent;
 }
 
 .l-home .home-carousel .swiper {
    border-radius: 10px;
} 
 .l-home .swiper-img {
   width: 100%;
   padding-right: 0;
 }
 
  .l-home .swiper-img img {
   width: 100%;
   height:auto; 
   display:block;
 }
} 


@media only screen and (min-width: 640px) {
  .l-home #container {
    text-align: center;
    padding-top: 0;
  }

  .l-home .title__main {
    font-size:32px;
    line-height: 1.4;
  }

  .l-home .title__sub {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 16px;
    text-align: left;
    margin-bottom: 0;
  }

  .l-home .title {
    padding-top: 64px;
  }

  .l-home .search__form {
    display: flex;
    width: 328px;
    flex-direction: column;
  }

  .l-home .search__input {
    flex-basis: auto;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 11px;
    flex-direction: column;  
  }

  .l-home .other__item {
    margin: 0.125rem;
  }

  .l-home .banner-item {
    height: 5rem;
  }

  .l-home .banner-item .banner-text {
    padding: 1.2rem 1rem;
  }

  .l-home .banner-item .banner-text__title {
    line-height: 1.35;
    font-size: 0.875rem;
  }

  .l-home .banner-item .banner-text__sub {
    font-size: 0.75rem;
  }

  .l-home .banner-item img {
    max-width: 100%;
    height: 100%;
  }

  .l-home .search__btn .c-btn {
    margin-top: 16px;
  }
}