/* 공통 영역 */

:root {
  /* color */
  --white-color: #fff;
  --border-color: #dedede;
  --lightgray-color: #dedede;
  --darkgray-color: #757575;
  --bg-color: #0d0d0d;
  --secondBg-color : #111111;
  --point-color: #ffba00;

  /* font-size */

  --title-font: 22px;
  --sub-font: 16px;
  /* size */

  --title-padding: 28px;
}

body {
  /* overflow-x: hidden; */
}


.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}

.strong-color {
  color: var(--point-color);
}

.main-logo {
  height: 41px;
}

.main-logo > a {
  display: inline-block;
  height: 41px;
  padding: 12px 12px 12px 0;
}


.main-logo img {
  /* display: block; */
  height: 100%;
  object-fit: cover;
}

body {
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  position: relative;
  background-color: var(--bg-color);
  max-width: 800px;
}

.title-font {
  font-size: var(--title-font);
  font-weight: 700;
}

.sub-font {
  font-weight: 400;
  color: var(--lightgray-color);
}

.mobile-inner {
  margin: 0px auto;
  padding: 0 20px;
}

/* header */

.header {
  background: linear-gradient(0deg, rgba(255, 0, 0, 0), rgb(0, 0, 0));
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 988;
}

.head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.head-icon {
  display: inline-block;
}

.head-icon::after {
  content: "";
  display: block;
  clear: both;
}

.head-search {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/ion_search-sharp.png) no-repeat center;
  background-size: 24px 24px;
  float: left;
}

.head-hamberger {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/mdi_hamburger-menu.svg) no-repeat center;
  background-size: cover;
  float: left;
}

/* visual */

.visual {
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.black-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 33;
  background-color: black;
  opacity: 0.4;
}

.hero {
  position: absolute;
  background: url(../img/mobile-visual.png) no-repeat center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.hero-txt {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 650;
}

.main-title {
  font-size: 40px;
  font-weight: 800;
  white-space: nowrap;
}

.sub-title {
  letter-spacing: 0.5em;
  margin-bottom: 8px;
  color: var(--point-color);
}

/* main-nav */
.main-gnb {
  /* padding: 40px 0; */
  display: flex;
  justify-content: center;
  position: absolute;
  top: 65%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  z-index: 660;
}


.main-gnb li {
  text-align: center;
  padding: 0 8px;
}

.main-gnb p {
  font-size: 13px;
  margin-top: 12px;
  white-space: nowrap;
}

.gnb-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  /* background-color: var(--lightgray-color); */
  /* background-color: #353535; */
  margin: 0px auto;
}

.mdi-car::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/mdi_car.svg) no-repeat center center;
  background-size: 32px 32px;
}

.mdi-calculate::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/mdi_calculator.svg) no-repeat center center;
  background-size: 32px 32px;
}

.mdi-catalog::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/material-symbols_book-2.svg) no-repeat center center;
  background-size: 32px 32px;
}

.mdi-cs::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/mdi_phone-clock.svg) no-repeat center center;
  background-size: 32px 32px;
}

.mdi-promotion::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/mdi_sale.svg) no-repeat center center;
  background-size: 32px 32px;
}

.border01 {
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgb(255, 255, 255),
    rgba(255, 0, 0, 0)
  );
}

/* swiper 1 */

.swiper {
  margin-top: 40px;
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  color: #000;
  /* background: lightgray; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.car-con2 {
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 235px;
}

.car-spec .sub-font {
  padding-bottom: 4px;
  font-size: 15px;
  color: var(--darkgray-color);
}

.car-spec .title-font {
  font-size: var(--title-font);
  color: #fff;
  font-weight: 800;
}

.spec-wrap {
  display: flex;
  justify-content: center;
}

.spec-mid {
  padding: 0px 40px;
}

.car-submit {
  display: inline-block;
  background-color: var(--point-color);
  margin: 0px auto;
  padding: 12px 40px;
  border-radius: 4px;
  margin-top: 28px;
  font-weight: 600;
  color: var(--bg-color);
}

.spec-tit {
  font-size: 14px;
  color: var(--darkgray-color);
  padding-bottom: 12px;
}

.spec-sub {
  font-weight: 700;
}





.mySwiper .swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 2px;
}

/* 브랜드 스토리 */

.container-wrap {
  /* margin-top: 120px; */
  height: 1600px;
  /* padding: 120px 0; */
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.brand-story {
  padding-top: 80px;
}

.brand-story .sub-eng-font {
  font-size: 14px;
  color: var(--lightgray-color);
}
.brand-story .title-font {
  font-size: var(--title-font);
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 8px;
}

.brand-story .sub-font {
  padding-bottom: 40px;
  font-size: 15px;
}

.container-year {
  /* padding: 24px 20px; */
  /* position: sticky; */
  top: 51px;
  z-index: 913;
  height: 400px;
  margin: 0 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.container-year::before {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.context-wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  text-align: left;
  z-index: 914;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
}

.conyear-1 {
  background-color: #ffba00;
  background: url(../img/jeep-brand01.jpg) no-repeat center;
  background-size: cover;
}

.conyear-2 {
  background: url(../img/jeep-brand02.jpg) no-repeat center;
  background-size: cover;
}

.conyear-3 {
  background: url(../img/jeep-brand03.jpg) no-repeat center;
  background-size: cover;
}

.container-year .title-font {
  padding-bottom: 12px;
}

.context-wrap p {
  color: var(--border-color);
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 인기모델 */

.popular-model {
  position: relative;
  /* top: -240px; */
  padding: 80px 0;
}

.popular-model .title-font {
  padding-bottom: 8px;
}

.popular-model .sub-font {
  color: var(--lightgray-color);
  font-size: 15px;
}

.pobtn {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  /* display: none; */
}

.popular-wrap button:nth-child(1) {
  color: #ffba00;
  font-weight: 700;
}

.popular-wrap {
  padding-top: 32px;
}

.popular-list {
  display: inline-flex;
  margin-left: 20px;
  margin-top: 40px;
}

.popular-list li {
  width: 180px;
  background-color: #141414;
  margin-right: 20px;
  border-radius: 4px;
  text-align: center;
}

.popular-list li img {
}

.popular-scroll {
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.popular-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.car-info {
  padding-bottom: 28px;
}

.car-info .title-font {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 8px;
}

.car-info .sub-font {
  font-weight: 400;
  font-size: 13px;
}

/* popular-list */

.popular-item {
  padding: 0 12px;
  padding-top: 32px;
  padding-bottom: 24px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 나만의 지프 만들기 */

.moown-jeep {
  text-align: left;
  padding-top: 40px;
}

.moown-jeep .title-font {
  padding-bottom: 8px;
}

.moown-wrap {
  /* margin: 0px auto; */
  margin-top: 28px;
  /* display: flex; */
  /* flex-wrap: nowrap; */
}

.moown-first,
.moown-second {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  /* width: calc(100% - 40px); */
}

.moown-first {
  /* margin-bottom: 16px; */
}

.moown-1{
  display: flex;
  flex-direction: column;
}

.moown-con {
  min-height: 100px;
  /* width: calc(50% - 10px); */
  border-radius: 4px;
  width: 48%;
  position: relative;
  overflow: hidden;
  margin: 8px;
  /* margin-right: 20px; */
}

.moown-tit {
  /* position: absolute;
  bottom: 8px;
  left: 8px; */
  /* left: 50%; */
  /* transform: translate(-50%,0%); */
  font-weight: 600;
  padding-bottom: 4px;
}

.moown-sub {
  font-size: 12px;
}

.motxt-wrap {
  position: absolute;
  text-align: left;
  bottom: 12px;
  left: 12px;
}

.moown-con img {
  height: 100%;
  object-fit: cover;
}

.moown-con a {
  display: block;
  width: 100%;
  height: 100%;
}

.caution-p {
  color: var(--border-color);
  font-size: 11px;
  padding-top: 8px;
}

/* 카탈로그 */

.catalog {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.catalog .title-font {
  padding-bottom: 8px;
}

.catalog-select {
  padding-top: 24px;
}

.cabtn {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.cabtn:nth-child(1) {
  font-weight: 700;
}


/* moCarSwiper */

.moCarSwiper {
  margin: 0px auto;
  /* max-width: 1024px; */
  overflow-x: hidden;

  /* border:5px dashed yellow;  */
  box-sizing: border-box;

  /* transform:scale(2.2); */
  /* margin-top: 60px; */

  margin: 0px auto;
  box-sizing: border-box;
  width: 200%;
  margin-top: 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.moCarSwiper .swiper-wrapper {
  /* justify-content: center; */
}

.swiper.moCarSwiper .swiper-slide {
  opacity: 0.6;
  transition: all 0.5s;
  height: auto;
  transform: scale(0.8);
  position: relative;
  padding: 0 !important;
  border-radius: 2px;
  overflow: hidden;
  /* padding-bottom: 60px; */
  /* padding-top: 0px; */
}

/* 액세서리 스와이퍼 */

.moAcSwiper {
  margin: 0px auto;
  /* max-width: 1024px; */
  overflow-x: hidden;

  /* border:5px dashed yellow;  */
  box-sizing: border-box;

  /* transform:scale(2.2); */
  /* margin-top: 60px; */

  margin: 0px auto;
  box-sizing: border-box;
  width: 200%;
  margin-top: 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.swiper.moCarSwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.moCarSwiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.moAcSwiper .swiper-wrapper {
  /* justify-content: center; */
}

.swiper.moAcSwiper .swiper-slide {
  opacity: 0.6;
  transition: all 0.5s;
  height: auto;
  transform: scale(0.8);
  position: relative;
  padding: 0 !important;

  border-radius: 2px;
  overflow: hidden;
}

.swiper.moAcSwiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

/* 액세서리 */

.mo-cartxt {
  position: absolute;
  /* top: 12px; */
  /* left: 12px; */
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  /* display: flex; */
  justify-content: space-between;
  width: calc(100% - 24px);
  align-items: flex-start;
}

.mo-cartxt p {
  font-size: 21px;
  font-weight: 800;
  margin-top: 8px;
}

.download-box {
  /* position: absolute; */
  /* top: 8px; */
  margin-top: 20px;
  text-align: center;
}

.download {
  display: inline-block;
  /* width: 100%; */
  /* padding: 12px 20px; */
  /* height: 20px; */
  padding: 12px 32px 12px 12px;
  border-radius: 4px;
  background-color: var(--point-color);
  /* margin-top: 8px; */
  position: relative;
  color: var(--bg-color);
  font-weight: 600;
  font-size: 14px;
}

a.download::before {
  content: "";
  display: block;
  background: url(../img/download-sharp.svg) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  /* left: 50%; */
  top: 50%;
  background-size: cover;
  transform: translate(0%, -50%);
}

/* 모바일 시승 신청 */

.mobile-form {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #111111;
}

.mobile-form .title-font {
  margin-bottom: 8px;
}

.mobile-form .form-text-wrap {
  padding-bottom: 32px;
}

.form-wrap label {
  font-weight: 600;
}

.form-box {
  /* width: 100%; */
  /* border-bottom: 1px solid #fff; */
  color: #fff;
  padding-left: 12px;
}

.form-wrap .select {
  color: #353535;
  background: transparent;
}

.form-wrap {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  padding-bottom: 12px;
  padding-top: 12px;
  margin-bottom: 20px;
  height: 44px;
}

#exhibition-wrap {
  display: flex;
}

#exhibition-wrap label {
  white-space: nowrap;
}

.submit-btn {
  padding: 8px 12px;
  border-radius: 4px;
  background-color: var(--point-color);
  color: var(--bg-color);
  font-weight: 600;
}

.right-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}

.right-submit label {
  font-size: 13px;
  color: var(--border-color);
}

.right-wrap {
  display: flex;
  align-items: center;
}

.right-submit .check-input {
  appearance:none;
  border:1px solid var(--border-color);
  width:12px; height:12px;
  margin-right: 8px;
}

.right-submit input:checked { background:var(--point-color); } /* check box 체크 되었을 때 style */


/* 푸터 */

.footer {
  /* position: absolute; */
  /* bottom: 0; */
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #0B0B0B;
  width: 100%;
}

.footer-text {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  color: var(--lightgray-color);
}

.footer-left, .footer-right {
  /* display: inline-block; */
}

.footer-top-wrap {
  display: flex;
  justify-content: space-between;
}


.footer-left .strong {
  font-weight: 600;
}


.sns-wrap a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  /* background: url(../img/f7_logo-facebook.svg);   */
}

.sns-wrap a.facebook {
  background: url(../img/f7_logo-facebook.svg);  
}


.sns-wrap a.instagram {
  background: url(../img/mdi_instagram.svg);  
  
}

.sns-wrap a.youtube {
  background: url(../img/ri_youtube-fill.svg);  
  
}

.sns-wrap a.kakaotalk {
  background: url(../img/ri_kakao-talk-fill.svg);  
  margin-right: 0px;
}

.footer-logo-wrap {
  margin-bottom: 8px;
}


.footer-logo img {
  margin: 0px auto;
}

.footer-bottom {
  padding-top: 40px;
  text-align: center;
}

.footer-bottom small {
  /* margin-top: 8px; */
  font-size: 12px;
  color: var(--border-color);
  opacity: 0.9;
}

/* mobile list */

.list-open {
  background-color: var(--secondBg-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.list-wrap {
  position: relative;
  height: 100%;
}

.close-list {
  padding-top: 8px;
  text-align: right;
}

.close-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/close_btn.png) no-repeat center;
}

.mo-gnb-wrap {
  padding-top: 40px;
}


.mo-gnb a{
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 12px 0;
  position: relative;
}

.mo-gnb a::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  background: url(../img/ri_arrow-up-s-line.svg) no-repeat center;
  width: 24px;
  height: 24px;
}

.mo-gnb-bottom {
  /* padding-top: 200px; */
   position: absolute; 
   bottom: 32px; 
}

.call-num {
  display: flex;

}

.gnb-btns {
  margin-top: 32px;
}

.mo-gnb-btn {
  padding: 8px 12px;
  color: var(--secondBg-color);
  border-radius: 4px;
  font-weight: 600;
}

.gnb-btn1 {
  background-color: var(--point-color);
  margin-right: 12px;
}

.gnb-btn2 {
  background-color: var(--lightgray-color);
}


.call-1 {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.call-2 {
  padding-left: 10px;
}

.call-tit {
  font-weight: 600;
  margin-bottom: 8px;
}

.call-center p:nth-child(2){
  color: var(--lightgray-color);
  font-weight: 400;
}

/* 토글 버튼 클릭 시 나오는 것 */

.mo-hide-menu {
  background-color: #1C1C1C;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 0px;
  height: auto;
  transition: all 0.3s;
}

.mo-hide-wrap {
  padding: 0 20px;
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  /* flex-wrap: nowrap; */
}

.mo-col {
  display: inline-flex;
  flex-direction: column;
  padding-right: 20px;
}


.mo-hide-menu a{
  /* display: none; */
  /* padding-right: 12px; */
  color: var(--lightgray-color);
  line-height: 40px;
  font-size: 14px;
}






