@charset "UTF-8";
#content {
  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  background: #f6f7fb;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .swiper-slide img {
    width: auto;
    height: 100%;
  }
}

.slide-caption {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  width: 100%;
  max-width: 1040px;
}

.swiper-controls {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  z-index: 1;
  display: none;
}
@media (min-width: 1280px) {
  .swiper-controls {
    display: block;
  }
}
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #fff;
  --swiper-theme-color: #fff;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  color: #fff;
  transform: translateY(-50%);
  cursor: pointer;
}
.swiper-controls .swiper-button-prev:hover,
.swiper-controls .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.1);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  --swiper-pagination-bottom: 0;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.65);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00b894;
}

/* 메인 슬라이더 */
.main-slider-container {
  height: calc(100vh - 64px);
}
.main-slider-container .slide-caption {
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
@media (min-width: 1280px) {
  .main-slider-container .slide-caption {
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }
}
.main-slider-container .slide-caption h2 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.125;
  word-break: keep-all;
}
@media (min-width: 640px) {
  .main-slider-container .slide-caption h2 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
.main-slider-container .slide-caption p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 1rem;
  word-break: keep-all;
}
@media (min-width: 640px) {
  .main-slider-container .slide-caption p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.main-slider-container .slide-caption .btn {
  margin-top: 2.1875rem;
  height: 3rem;
}
.main-slider-container .swiper-horizontal > .swiper-pagination-bullets,
.main-slider-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.main-slider-container .swiper-pagination-custom,
.main-slider-container .swiper-pagination-fraction {
  --swiper-pagination-bottom: 0;
}
.main-slider-container .swiper-pagination-bullet{background:rgba(255, 255, 255, 0.5);opacity:1;}
.main-slider-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#00b894}
.app-download-close + .app_layout .main-slider-container {
  height: 100vh;
}

/* section*/
.section {
  padding: 5rem 1rem;
}
.section > .container {
  padding: 0;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #101010;
}
@media (min-width: 1280px) {
  .section-header h2 {
    font-size: 36px;
  }
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rating .rating-stars-5 {
  display: flex;
  align-items: center;
}
.rating .rating-stars-5 svg {
  margin-left: 2px;
  margin-right: 2px;
  width: 12px;
  height: 12px;
}
.rating .rating-value {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #cccccc;
}

/* 매장 섹션 */
.store-section {
  background-color: #fff;
}
.store-section .store-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.store-section .store-swiper .swiper-slide{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  row-gap: 12px;
  padding:0 6px;
  background:#fff;
}
.store-swiper .swiper-pagination{
  bottom:-15px;
}
.store-section .store-swiper{
  overflow:hidden;
  padding-bottom:30px;
}
.store-section .store-swiper .store-card {
  width: 100%;
  height: 106px;
}
.store-section .store-swiper .store-card .store-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}
.store-section .store-swiper .store-card .store-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.store-section .store-swiper .store-card .store-image .store-name {
  position: absolute;
  bottom: 10px;
  left: 16px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  z-index: 1;
  cursor: default;
}

/* 전문 서비스 섹션 */
.service-section {
  background: #f6f7fb;
}
.service-section .service-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: #101010;
  margin-bottom: 40px;
}
.service-section .service-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .service-section .service-list {
    flex-direction: row;
    gap: 24px;
  }
}
.service-section .service-list .service-card {
  display:block;
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 3rem 1.5rem 1.5rem;
  text-align: center;
  position: relative;
  height: 478px;
}
.service-swiper .swiper-pagination{
  bottom:-25px;
}
@media screen and (min-width: 992px) {
  .service-section .service-list .service-card {
    flex: 1 1 0;
    max-height: 478px;
  }
}
.service-section .service-list .service-card .service-icon {
  position: absolute;
  top: 24px;
  right: 24px;
}
.service-section .service-list .service-card .service-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: #eaeaea;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: #101010;
  margin: 0 auto 40px;
}
.service-section .service-list .service-card .service-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #101010;
}
.service-section .service-list .service-card .service-description > p {
  font-size: 24px;
  font-weight: 700;
  color: #adadad;
}
.service-section .service-list .service-card .service-description .detail {
  font-size: 32px;
  font-weight: 700;
  color: #101010;
}

/* 고객이 만족한 지점 섹션 */
.satisfaction-section {
  background-color: #fff;
}
.satisfaction-section .section-header {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  text-align: left;
  margin-bottom: 40px;
}
.satisfaction-section .section-header .satisfaction-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #101010;
}
.satisfaction-swiper .swiper-slide{
  display:block;
  background:#fff;
}
.satisfaction-swiper .swiper-pagination{
  bottom:-25px;
}
.satisfaction-section .section-header .satisfaction-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
}
.satisfaction-section .satisfaction-list {
  display: flex;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .satisfaction-section .satisfaction-list {
    flex-wrap: nowrap;
  }
}
.satisfaction-section .satisfaction-list .satisfaction-card {
  width: 100%;
  height: 358px;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .satisfaction-section .satisfaction-list .satisfaction-card {
    width: 50%;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .satisfaction-section .satisfaction-list .satisfaction-card {
    width: 100%;
    flex: 1 1 0;
    margin-bottom: 0;
  }
}
.satisfaction-section .satisfaction-list .satisfaction-card .card-image {
  width: 100%;
  height: 294px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 8px;
}
.satisfaction-section .satisfaction-list .satisfaction-card .card-image .badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.satisfaction-section .satisfaction-list .satisfaction-card .card-content {
  padding: 16px 0 0;
}
.satisfaction-section .satisfaction-list .satisfaction-card .card-content .card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #101010;
  margin-bottom: 4px;
}

/* 내 주변 세차장 찾기 섹션 */
.nearby-carwash-section {
  background-color: #fff;
}
.nearby-carwash-section .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .nearby-carwash-section .section-header {
    flex-direction: row;
    gap: 24px;
  }
}
.nearby-carwash-section .section-header .nearby-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #101010;
}
.nearby-carwash-section .section-header .nearby-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
}
.nearby-carwash-section .chips {
  margin-bottom: 0.6rem;
  padding-bottom:10px;
  white-space:nowrap;
  overflow:hidden;
  overflow-x:auto;
}
.nearby-carwash-section .chips::-webkit-scrollbar {
    height: 8px;
}
.nearby-carwash-section .chips::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 4px;
}
.nearby-carwash-section .chips::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.nearby-carwash-section .chips .chip {
  position: relative;
  display: inline-block;
  padding: 8px 12px 8px 36px;
  gap: 4px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 24px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  color: #101010;
}
.nearby-carwash-section .chips .chip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/icons/ic_map_pin2.svg") no-repeat center;
}
.nearby-carwash-section .chips .chip .chip-text.highlight {
  color: #00b894;
}
.nearby-carwash-section .nearby-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.nearby-carwash-section .nearby-button .inline-button {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #101010;
  color: #ffffff;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.nearby-carwash-section .nearby-button .inline-button:hover {
  opacity: 0.8;
}
.nearby-carwash-section .nearby-button .inline-button .icon-map {
  width: 16px;
  height: 16px;
  background: url("icon-map.svg") no-repeat center;
  background-size: contain;
}
.nearby-carwash-section .nearby-button .inline-button .button-text {
  text-align: center;
}
.nearby-carwash-section .map-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .nearby-carwash-section .map-container {
    flex-direction: row;
    gap: 24px;
  }
}
.nearby-carwash-section .map-container .map {
  flex: 1;
  width: 100%;
  max-width: 680px;
  height: 600px;
  background: #f5f5f5;
  border-radius: 8px;
}
.nearby-carwash-section .map-container .map .map-image {
  width: 100%;
  height: 100%;
}
.nearby-carwash-section .map-container .stor-contatiner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 600px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 24px 12px;
}
.nearby-carwash-section .map-container .location-search {
  position: relative;
  padding: 0 12px 0 36px;
}
.nearby-carwash-section .map-container .location-search .label {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
.nearby-carwash-section .map-container .location-search .label:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icons/ic_map_pin3.svg") no-repeat center;
}
.nearby-carwash-section .map-container .location-search input {
  border-width: 0 0 1px 0;
  border-radius: 0;
  box-shadow: none;
  padding-left: 4px;
}
.nearby-carwash-section .map-container .location-search button {
  --py: 9px;
  position: relative;
  border-radius: 999px;
  background-color: #000000;
  font-size: 15px;
  padding-left: 38px;
}
.nearby-carwash-section .map-container .location-search button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/icons/ic_location.svg") no-repeat center;
}
.nearby-carwash-section .map-container .store-list {
  flex: 1;
  padding: 0 12px;
  height: 552px;
  overflow-y: auto;
}
.nearby-carwash-section .map-container .store-list::-webkit-scrollbar {
  width: 8px;
}
.nearby-carwash-section .map-container .store-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.nearby-carwash-section .map-container .store-list::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.nearby-carwash-section .map-container .store-list .store {
  position: relative;
  width: 100%;
  padding: 16px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 16px;
}
.nearby-carwash-section .map-container .store-list .store:last-child {
  margin-bottom: 0;
}
.nearby-carwash-section .map-container .store-list .store .store-info p {
  font-size: 14px;
  font-size: inherit;
  color: #777777;
}
.nearby-carwash-section .map-container .store-list .store .store-info .btn {
  --py: 9px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.nearby-carwash-section .map-container .store-list .store .store-status {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  color: #777777;
}
@media screen and (max-width:674px){
  .nearby-carwash-section .map-container .store-list{
    padding:0;
  }
  .nearby-carwash-section .map-container .store-list .store{
    padding:16px 10px;
  }
  .nearby-carwash-section .map-container .store-list .store .store-info .btn{
    padding:9px;
    right:10px;
  }
  .nearby-carwash-section .map-container .store-list .store .store-status{
    display:block;
  }
}
.nearby-carwash-section .map-container .store-list .store .store-name {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125;
  color: #101010;
}
.nearby-carwash-section .map-container .store-list .store .rating-value {
  color: #101010;
}
.nearby-carwash-section .map-container .store-list .store .btn-bookmark {
  box-shadow: none;
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 0;
  line-height: 0;
  width: 32px;
  height: 32px;
  background: url("../img/icons/ic_bookmark_unselect.svg") no-repeat center;
}

/* 리뷰 */
.review-section {
  background-color: #f6f7fb;
}
.review-section .review-swiper {
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .review-section .review-swiper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.review-section .swiper-controls {
  width: 100%;
  max-width: 1244px;
}
.review-section .swiper-controls .swiper-button-prev,
.review-section .swiper-controls .swiper-button-next {
  --swiper-navigation-sides-offset: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  color: #464a4d;
  border-radius: 8px;
  transform: translateY(calc(-50% - 20px));
}
.review-section .swiper-horizontal > .swiper-pagination-bullets,
.review-section .swiper-pagination-bullets.swiper-pagination-horizontal,
.review-section .swiper-pagination-custom,
.review-section .swiper-pagination-fraction {
  padding-bottom: 0;
}
.review-section .review-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .review-section .review-box {
    flex-direction: row;
  }
}
.review-section .review-card {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 24px;
  width: 100%;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  border-radius: 8px;
}
.review-section .review-card .review-image {
  flex: 0 0 auto;
  width: 219px;
  height: 219px;
  border-radius: 8px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.review-section .review-card .review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-section .review-card .review-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.review-section .review-card .review-content .review-header .rating .rating-value {
  color: #777;
}
.review-section .review-card .review-content .review-header .review-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #101010;
}
.review-section .review-card .review-content .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.review-section .review-card .review-content .review-footer .review-user {
  font-size: 14px;
  font-weight: 600;
  color: #101010;
}
.review-section .review-card .review-content .review-footer .review-user .user-name {
  color: #101010;
}
.review-section .review-card .review-content .review-footer .review-user .store-name {
  color: #777777;
}
.review-section .review-card .review-content .review-footer .review-verification {
  display: flex;
  align-items: center;
  gap: 4px;
}
.review-section .review-card .review-content .review-footer .review-verification .verified-badge {
  width: 20px;
  height: 20px;
  background: #00b894;
  border-radius: 50%;
  background: url("../img/icons/ic_verified.svg") no-repeat center;
}
.review-section .review-card .review-content .review-footer .review-verification .verified-text {
  font-size: 14px;
  font-weight: 400;
  color: #00b894;
}

@media screen and (max-width:674px){
  .review-section .review-card{
    display: block;
  }
  .review-section .review-card .review-image{
    margin:0 auto 30px auto;
  }
}
/* 메인 하단 - 고객 지원, 앱 다운로드 */
.support-section {
  padding: 80px 20px;
  background-color: #fff;
}
.support-section .support-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .support-section .support-box {
    flex-direction: row;
    gap: 24px;
  }
}
.support-section .banner {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  gap: 16px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}
.support-section .banner .banner-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
.support-section .banner .banner-content .icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  background: rgba(0, 184, 148, 0.1);
  border-radius: 50%;
  position: relative;
}
.support-section .banner .banner-content .icon .happy {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00b894;
}
.support-section .banner .banner-content .icon > svg {
  flex: 0 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.support-section .banner .banner-content .icon .credit-card {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #004fff;
}
.support-section .banner .banner-content .text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.support-section .banner .banner-content .text .title {
  font-size: 20px;
  font-weight: 600;
  color: #101010;
}
.support-section .banner .banner-content .text .description {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
.support-section .banner .download-buttons {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.support-section .banner .download-buttons .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 8px;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  text-decoration: none;
}
.support-section .banner .download-buttons .btn:hover {
  box-shadow: none;
  background-color: #f1f1f1;
}
.support-section .banner.app-download-banner {
  padding: 0;
  border: none;
  border-radius: 0;
}
.support-section .banner.app-download-banner .banner-content {
  flex-direction: column;
}
