* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hyundaicar{
   font-family: 'Noto Sans KR', sans-serif;
}

.inner2 {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.tab-content {
  display: none;
}
.text-center{
  text-align: center;
}
.jc{
  justify-content: center !important;
}
.d-flex{
  display: flex;
}
.padding-top-0{
  padding-top: 0 !important;
}
.tab-content.active {
  display: block;
}


.padding-bottom-0{
  padding-bottom: 0 !important;
}
.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
 
.section {
  padding: 60px 0;
  background: #fff;

  min-width: 360px;
}

.bgsection {
  position: relative; /* 중요 */
  padding: 60px 0;
height: 580px;
  background: #fff;
  background-image: url(/assets/images/content/mtps/img/m1.png); /* 배경만 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* cover 추천 */
    min-width: 360px;
}

/* 자동차 */
.car-img {
  position: absolute;
  right: 5%;     /* 오른쪽 여백 */
  bottom: 5%;     /* 하단 고정 */
  width: 180px;  /* 기본 크기 */
  height: auto;
}
.hero {
  width: 100%;
  padding: 60px 0;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;

  background-image: url(/assets/images/content/mtps/img/1m.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px auto;
}

.beige {
  background-color: #FDF7F2;
}

.dark {
  background: #1F1F1F !important;
}

.darkgray {
  background: #EEE !important;
}
.d-flex{
  display: flex;
}
.fc{
  flex-direction: column;
}
.tit-h1 {
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
  color: #1f1f21;
  margin-bottom: 24px;
}

.tit-h2 {
    font-size: clamp(18px, 5vw, 24px);
  font-weight: 700;
  margin-bottom: 24px;
  color: #1f1f21;
}




.hero .highlight {
  color: #ee5a00;
}

.desc {
 font-size: clamp(12px, 4vw, 16px);
  color: #1f1f21;
  line-height: 1.6;
  margin-bottom: 14px;
  font-weight: 400;
}

.check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.check-list li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 14px;
font-size: clamp(10px, 3vw, 14px);
  color: #1f1f21;
  font-weight: 500;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/content/mtps/img/check.png) no-repeat center;
  background-size: contain;
}

.w320 {
  width: 210px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
}

.cta-btn {
  background: #ee5a00;
  color: #fff;
  border: none;
  padding: 18px 36px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}

.cta-btn:hover {
  background: #e04e00;
}





.card-list {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.card {
  flex: 1; /* 👉 3등분 핵심 */
  background: #f9f9fb;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
}




.card img {
  width: 80px;
  margin-bottom: 20px;
}


@media (max-width: 768px) {
  .card-list {
    overflow-x: auto;        /* 👉 가로 스크롤 */
    flex-wrap: nowrap;
    padding-bottom: 10px;

    /* 👉 스크롤 부드럽게 */
    -webkit-overflow-scrolling: touch;
  }

  .card {
    flex: 0 0 88%;   /* 👉 한 화면에 하나 반 정도 */
    min-width: auto;
  }
}


.text-small {
  font-size: clamp(12px, 3.6vw, 14px);
  color: #1f1f21;
  line-height: 1.6;
}

.text-medium {
  font-size: clamp(15px, 4vw, 18px);
  color: #1f1f21;
  line-height: 1.6;
}

.cta-box {
  background: #2a2a2a;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction:column;
  text-align: center;
}

.cta-box p {
  color: #f1f1f1;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1.6;
}

.cta-box .cta-btn {
  background: #ee5a00;
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.p20{
  padding:20px;
}
.br16{
  border-radius: 16px;;
}
.w100{
  width: 100%;
}
.text-center{
  text-align: center;
}
.ac{
  align-items: center;
}
.guide-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.img-area img {
  width: 160px;
}
.whitebg{
  background-color: #fff;
}
.img-area2 {
  width: 200px;

}

.tab-btns {
  margin-top: 24px;
  gap: 20px;
  display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
        padding-left: 20px;
    padding-right: 20px;
        align-items: flex-start;
}
.p0{
  padding: 0 !important;
}
.tab-content2 {
  display: none;
}

.tab-content2.active {
  display: block;
}

.tab2.active {
  color: #ee5a00;
  font-weight: bold;
}

.tab2 {
  padding: 12px 20px;
  border-radius: 24px;
  border: 1px solid #ddd;
  background: #fff;
  margin-right: 10px;
  cursor: pointer;
}

.tab2.active {
  background: #ee5a00;
  color: #fff;
  border-color: #ee5a00;
}
.w100i{
  width: 100% !important;
}
.step-tit {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 700;
  color: #1f1f21;
  margin-bottom: 8px;
}

.orange {
  color: #ee5a00;
}

/* 탭 영역 */
.tab-menu {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.tab {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  border: solid 1px #DFDFE1;
  text-align: center;
  cursor: pointer;
 
}

.tab img {
  width: 60px;
  margin-bottom: 10px;
}

/* 활성화 */
.tab.active {
  border-color: #EE5A00;
  background: #FFF6EE;
}

/* 내용 */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}










.info-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info-item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.divider {
  border: solid 1px #dfdfe1;
}

.thumb {
  width: 387px;
  height: 250px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thumb img {
  width: 100px;
  margin-bottom: 10px;
}

.thumb p {
  font-weight: 600;
}

.badge {
  display: block;
  font-size: 12px;
  color: #ee5a00;
  margin-top: 4px;
}

.info-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 250px;
}

.gray {
  color: #555557;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.info-tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 10px;
}

.info-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}









.table-wrap {
  border-top: 2px solid #ee5a00;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-wrap td,
.table-wrap th {
  text-align: center;
  padding: 18px 10px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.table-wrap td:last-child,
.table-wrap th:last-child {
  border-right: 0;
}

.table-wrap th {
  background: #f9f9fb;
  font-weight: 700;
  border-right: 1px solid #ddd;
}

.table-wrap th.active {
  color: #ee5a00;
}

.table-wrap td strong {
  font-weight: 700;
}

.table-wrap td:first-child,
.table-wrap th:first-child {
  border-right: 1px solid #ddd;
}

.notice-box {
  margin-top: 30px;
  background: #fff6ee;
  padding: 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #1f1f21;
}

.br99 {
  border-radius: 99px !important;
}

.margin-bottom-30{
  margin-bottom: 30px;
}
.benefit-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}


.cta-btn {
  background: #ee5a00;
  color: #fff;
  padding: 16px 32px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.benefit-list {


   display: grid;
  grid-template-columns: repeat(2, 1fr); /* 👉 2열 */
  gap: 20px;
}

.benefit-card {

  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .04);
    background: #f9f9fb;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.benefit-card img {
  width: 70px;
  margin-bottom: 20px;
}

.benefit-card .tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}











.diff-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-box {

  
}
.gap20{
  gap: 20px;
}
.highlighthalf {
  background: linear-gradient(transparent 60%, #fff6ee 60%);
}

.icon {
  width: 42px;
  height: 42px;
  background: #fbe9df;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 42px;
}

.text .tit {
  font-weight: 700;
  margin-bottom: 6px;
}




.direct-head {
  position: relative;
padding-bottom: 80px;
  background-image: url('/assets/images/content/mtps/img/15.png');
  background-repeat: no-repeat;
  background-position: right 40px center; /* 👉 오른쪽 여백 */
  background-size: 200px; /* 👉 크기 조절 */

  
}
@media (max-width: 768px) {
  .direct-head {
    background-position: right 0px bottom; /* 👉 살짝 밀어서 배경처럼 */
    background-size: 200px;
  }
}

.point {
  color: #ee5a00;
}




.direct-desc {
  margin-bottom: 40px;
}

.direct-desc .tit {
  font-weight: 700;
  margin-bottom: 6px;
}

.adv-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.adv-item {
    border: 1px solid #dfdfe1;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    flex-direction: column;
}

.adv-item img {
  width: 42px;
}

.adv-item .tit {
  font-weight: 700;
  margin-bottom: 4px;
}

.direct-disadv {
  margin-top: 30px;
}





.center {
  text-align: center;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.option-desc-box {
  margin: 30px auto;
  padding: 30px;
  background: #f7f7f7;
  border-radius: 12px;
  text-align: center;
  line-height: 1.6;
}

.btn-wrap {
 
  margin-bottom: 60px;
}

.cta-btn {
  background: #ee5a00;
  color: #fff;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}








.check-box {
  background: #fff6ee;
  padding: 20px;
  border-radius: 12px;
}

.check-tit {
  font-weight: 700;
  margin-bottom: 16px;
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  background: url(/assets/images/content/mtps/img/20.png) no-repeat center;
  background-size: contain;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}



.center {
  text-align: center;
}
.discount-slider {
  overflow: hidden;
  position: relative;
}



.discount-list {
  display: flex;
  gap: 20px;
  overflow-x: auto;

  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* 카드 기본 */
.discount-card {
  flex: 0 0 auto; /* 👉 기본은 auto */
  
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;

  box-shadow: 0 4px 12px rgba(0,0,0,0.04);

  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  text-align: center;
}

/* ✅ PC - 5개 정확히 */
@media (min-width: 768px) {
  .discount-list {
    overflow-x: hidden; /* 👉 PC는 스크롤 끔 */
  }

  .discount-card {
    flex: 1; /* 👉 그냥 균등 분할 (이게 핵심) */
  }
}

/* ✅ 모바일 - 2개 */
@media (max-width: 767px) {
  .discount-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

.discount-card img {
  width: 62px;
  margin-bottom: 10px;
}

.discount-card .tit {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}




.check-grid {
     display: flex;
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
    flex-direction: column;
}
.check-card {
  width: 100%;
  height: 150px;
  background: rgba(253, 247, 242, .8);
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px;
  box-sizing: border-box;
 
}

.check-card img {
  width: 62px;
  flex-shrink: 0;
}

.check-card .tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}




.faq-list {
  margin-top: 40px;
}

.faq-item {
  background: #eee;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 20px;
  background: #f9f9fb;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
  position: relative;
  justify-content: space-between;
}

.faq-question .q {
  color: #ee5a00;
  font-weight: 700;
  margin-right: 8px;
}

.faq-question .text {
  flex: 1;
  font-weight: 600;
}

.faq-question .arrow {
  width: 20px;
  height: 20px;
  background: url(/assets/images/content/mtps/img/arrow.png) no-repeat center;
  background-size: contain;
  transition: transform .3s;
}

.underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 700 !important;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 20px 20px 20px;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
  background-color: #f9f9fb;
}


.p60 {
  padding: 60px 0 !important;
}

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

.cta-text {
  max-width: 600px;
}

.white {
  color: #f2f2f2;
}

.cta-btn.large {
  display: inline-block;
  background: #f2f2f2;
  color: #222;
  padding: 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  width: 260px;
  text-align: center;
}

.cta-img img {
  width: 350px;
  height: 250px;
}





.related-list {
  display: flex;
  gap: 20px;
 
}

.related-card {
  width: 100%;
  height:  174px;
  background: #fff;
  border: solid 1px #dfdfe1;
  border-radius: 16px;
  align-items: center;
  padding: 14px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: transform .2s;
  display: flex;
  flex-direction: column;
      align-items: flex-end;
      padding-bottom: 0;
}
.img2{
  display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.related-card:hover {
  transform: translateY(-5px);
}

.related-card .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.related-card .tit span {
  color: #ee5a00;
}

.dflexb {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}

.related-card .img img {
  width: 76%;
  max-width: 200px;
}


.p40 {
  padding: 20px 0 30px !important;
}


.notice-tit {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}






.m-renew-section {
  padding: 40px 20px;
  background: #f5f5f5;
}

/* 배너 */
.m-banner {
  position: relative;
  background: linear-gradient(135deg, #f5e1cf, #f0c9a8);
  border-radius: 16px;
    padding: 20px 20px 20px 160px;
    margin-bottom: 60px;
    min-height: 268px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* 👉 이미지 왼쪽 아래 고정 */
.banner-img {
  position: absolute;
  left:  -14px;
  bottom: 0;
  width: 300px;
}

.m-banner-text{
  z-index: 999999;

 
}



/* 타이틀 */
.m-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.m-title span {
  color: #ff5a00;
}

/* STEP 구조 */
.m-step-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.m-step-item {
  display: flex;
  gap: 15px;
}

/* 왼쪽 (라인 + 원) */
.leftline {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 144px;
}

.circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #DFDFE1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* 활성 */
.m-step-item.active .circle {
  border-color: #EE5A00;
  color: #EE5A00;
}

/* 연결선 */
.line {
  width: 2px;
  height: 60px;
  background: #DFDFE1;
  margin-top: 5px;
}
/* 하단 카드 */
.info-cards {
  display: flex;
  gap: 20px;
  
  flex-direction: column;
}

.info-card {
display: flex;
    border-radius: 12px;
    border: 1px solid #DFDFE1;
    width: 100%;
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 24px;
   
}
/* 오른쪽 */
.rightline {
  flex: 1;
}

.step-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.sub {
  font-size: 12px;

}

/* 리스트 */
.rightline ul {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.w42{
  width: 42px;
}
.rightline li {
  background: #F9F9FB;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 6px;
 font-size: clamp(12px, 3.6vw, 14px);
}