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

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

.inner2 {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.tab-content {
  display: none;
}
.text-center{
  text-align: center;
}
.jc{
  justify-content: center !important;
}
.beigewidth{
      position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}
.padding-bottom-0{
  padding-bottom: 0 !important;
}
.tab-content.active {
  display: block;
}
.section {
  padding: 120px 0;
  background: #fff;
  min-width: 1200px;
}

.bgsection {
padding: 120px 0;
    background: #fff;
    min-width: 1200px;
    background-image: url(/assets/images/content/mtps/img/1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
}

.hero {
  width: 100%;
  padding: 120px 0;
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;

  background-image: url(/assets/images/content/mtps/img/1.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;
}

.tit-h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #1f1f21;
  margin-bottom: 24px;
}

.tit-h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1f1f21;
}




.hero .highlight {
  color: #ee5a00;
}

.desc {
  font-size: 24px;
  color: #1f1f21;
  line-height: 1.6;
  margin-bottom: 28px;
  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: 16px;
  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: 320px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.d-flex{
  display: flex;
}
.cta-btn {
  background: #ee5a00;
  color: #fff;
  border: none;
  padding: 18px 36px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}

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





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

.card {
  width: 373px;
  background: #f9f9fb;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
}

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

.text-small {
  font-size: 16px;
  color: #1f1f21;
  line-height: 1.6;
}

.text-medium {
  font-size: 20px;
  color: #1f1f21;
  line-height: 1.6;
}

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

.cta-box p {
  color: #f1f1f1;
  font-size: 24px;
  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;
}



.guide-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.img-area img {
  width: 225px;
}

.img-area2 {
  width: 350px;
}

.tab-btns {
  margin-top: 24px;
}

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

.tab.active {
  background: #ee5a00;
  color: #fff;
  border-color: #ee5a00;
}

.step-tit {
  font-size: 28px;
  font-weight: 700;
  color: #1f1f21;
  margin-bottom: 8px;
}

.orange {
  color: #ee5a00;
}

.step-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.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: 16px;
  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;
}


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


.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: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

.benefit-card {
  width: 285px;
  height: 260px;
  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);
}

.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 {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

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

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

.icon img {
  width: 100px;
}

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




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

.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-radius: 12px;
  border: 1px solid #dfdfe1;
  display: flex;
  gap: 16px;
  align-items: center;
  background: #fff;
  padding: 18px;
  border-radius: 12px;
}

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

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

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





.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 {
  text-align: center;
  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: 30px;
  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-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.discount-card {
  width: 220px;
  height: 340px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 30px 15px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .04);
  letter-spacing: -.4px;
}

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

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




.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 30px;
}

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

.check-card img {
  width: 90px;
  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 24px;
  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: 16px;
}

.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 24px 20px 72px;
  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: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  width: 220px;
  text-align: center;
}

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





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

.related-card {
  width: 580px;
  height: 300px;
  background: #fff;
  border: solid 1px #dfdfe1;
  border-radius: 16px;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: transform .2s;
}

.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: 240px;
}


.p40 {
  padding: 40px 0 60px !important;
}


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





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

/* 상단 배너 */
.renew-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
border-radius: 12px;
background: linear-gradient(90deg, #FEEEE0 0%, #FFDEC0 100%);
padding-right: 80px !important;
  padding: 40px;
  margin-bottom: 60px;
}

.banner-img {
 width: 420px;
 margin-bottom: -39px;
}
.padding-top-0{
  padding-top: 0 !important;
}
.banner-text {
  text-align: center;
}

/* 체크리스트 */
.renew-check h3 {
  text-align: center;
  margin-bottom: 50px;
}

.renew-check h3 span {
  color: #ff5a00;
}

.step-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* 가운데 라인 */
.line {
  position: absolute;
    top: 35px;
    left: 13%;
    width: 73%;
  height: 2px;
background: #DFDFE1;


  z-index: 0;
}

/* step */
.step {
  width: 30%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #DFDFE1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: 700;
  background: #fff;
}
.lsn{
  list-style: none;
}
/* 활성 */
.step.active .circle {
  border-color: #EE5A00;
  color: #EE5A00;
}
.w82{
  width: 82px;
}
/* 리스트 */
.step ul {
  margin-top: 15px;
}

.step ul li {
  background: #F9F9FB;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 14px;
}

/* 하단 카드 */
.info-cards {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.info-card {
display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #DFDFE1;
   
    width: 100%;
 display: flex;

padding: 24px;

align-items: center;
gap: 47px;
}

/* TIP */
.tip-box {
  margin-top: 30px;
  background: #e9d6c7;
  padding: 20px;
  border-radius: 12px;
}

.tip-box ul li {
  margin-bottom: 6px;
}