* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   font-family: 'Noto Sans KR', sans-serif;
}

.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;

  background: #fff;
  background-image: url(/assets/images/content/mtps/img2/m1.png); /* 배경만 */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; /* cover 추천 */
    min-width: 360px;
    height: 620px;
    
}

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

}
.hero {
  width: 100%;
  padding: 60px 0;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;

  background-image: url(/assets/images/content/mtps/img2/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/img2/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-xsmall {
  font-size: clamp(10px, 3.6vw, 12px);
  color: #1f1f21;
  line-height: 1.6;
}

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

 font-size: clamp(14px, 3.5vw, 16px);
  color: #1f1f21;
  line-height: 1.6;

  font-weight: 400;

}
.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 !important;
}
.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%);
}
.highlight{

}
.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/img2/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: 20px;
  height: 20px;
  background: url(/assets/images/content/mtps/img2/check.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: 254px;
  text-align: center;
}
.sky{
  background-color: #EEF2F7;
}
/* ✅ 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/img2/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: center;
  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: 100%;
  text-align: center;
}

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





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

.related-card {
  width: 100%;
 
  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);
}


.ins-wrap{
  display:flex;
  gap:20px;
 
}

.ins-section{
  flex:1;
}

.ins-section__title{
  height:42px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;

  font-size:clamp(12px, 3.5vw, 15px);
  font-weight:700;
  color:#fff;
}
.ins-section .ins-item {
	text-align: center;
}
.ins-section--required .ins-section__title{
  background:#9d9d9d;
}

.ins-section--extra .ins-section__title{
  background:#ff7417;
}
.sb{
  justify-content: space-between;
}
.ins-item{
  width:100%;
    cursor:default;
  height:42px;
  border:none;
  border-radius:8px;
  margin-bottom:12px;

  font-size:clamp(12px, 3.5vw, 14px);
  font-weight:600;
  color:#1F1F21;

}

.ins-section--required .ins-item{
  background:#ececec;
}

.ins-section--extra .ins-item{
  background:#efe3d8;
}




/* 하단 */
.insurance-tip-bottom{
 
  padding:20px;

  background:#dde5ef;
  border-radius:16px;
}

.insurance-tip-bottom__title{
  font-size:20px;
  font-weight:700;
  color:#1F1F21;
}

.insurance-tip-bottom__item{
  margin-top:22px;

  font-size:16px;
  line-height:1.8;
  color:#444;
}

.insurance-tip-bottom__item span{
  font-weight:700;
  color:#1F1F21;
  margin-right:12px;
}



.m-discount-card{
  padding:28px 20px 24px;

  background:#fff;
  border:1px solid #DFDFE1;
  border-radius:28px;
}

.m-discount-card__title{
  font-size:20px;
  font-weight:700;
  line-height:1.5;
  color:#222;

  text-align:center;
  word-break:keep-all;
}

.m-discount-card__img{
  margin-top:28px;

  text-align:center;
}

.m-discount-card__img img{
  width:180px;
  display:block;
  margin:0 auto;
}


/* 리스트 */
.m-discount-card__list{
  margin-top:34px;
}

.m-discount-card__item + .m-discount-card__item{
  margin-top:26px;
}

.m-discount-card__head{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.m-discount-card__head .dot{
  width:10px;
  height:10px;

  background:#f97316;
  border-radius:2px;

  margin-top:8px;

  flex-shrink:0;
}
.pl28{
  padding-left: 28px;
}
.m-discount-card__head p{

}

.m-discount-card__head strong{
  font-weight:700;
  color:#222;
}

.m-discount-card__desc{
  padding-left:28px;
  margin-top:6px;

  font-size:16px;
  line-height:1.7;
  color:#666;

  word-break:keep-all;
}


/* tip */
.m-discount-tip{
  margin-top:34px;
  padding:24px 20px;

  background:#f8efe8;
  border-radius:20px;
}

.m-discount-tip__title{
  font-size:18px;
  font-weight:700;
  color:#f97316;
}

.m-discount-tip__text{
  margin-top:14px;

  font-size:16px;
  line-height:1.7;
  color:#333;

  word-break:keep-all;
}

.m-discount-tip__sub{
  margin-top:4px;

  font-size:14px;
  color:#777;
}


.m-special-swiper{
  padding-bottom:28px;
}

.m-special-swiper .swiper-slide{
  padding:0 1px;
}


/* 카드 */
.m-special-card{
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:14px;

  background:#fff;
  border:1px solid #DFDFE1;
  border-radius:18px;
}

.m-special-card + .m-special-card{
  margin-top:12px;
}

.m-special-card__left{
  display:flex;
  align-items:center;
  gap:14px;

  width:calc(100% - 84px);
}

.m-special-card__img{
  width:58px;
  flex-shrink:0;
}

.m-special-card__img img{
  width:100%;
  display:block;
}

.m-special-card__title{
  font-size:16px;
  font-weight:700;
  line-height:1.5;
  color:#222;

  word-break:keep-all;
}

.m-special-card__text{
  margin-top:4px;

  font-size:13px;
  line-height:1.5;
  color:#666;

  word-break:keep-all;
}


/* 퍼센트 */
.m-special-card__percent{
  width:70px;
  height:56px;

  background:#FFF5EF;
  border-radius:14px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  flex-shrink:0;
}

.m-special-card__percent strong{
  font-size:14px;
  font-weight:700;
  line-height:1;

  color:#EE5A00;
}

.m-special-card__percent span{
  margin-top:4px;

  font-size:11px;
  font-weight:700;
  line-height:1;

  color:#EE5A00;
}


/* scrollbar */
.m-special-swiper .swiper-scrollbar{
  position:relative !important;
  left:auto !important;
  bottom:auto !important;

  width:100%;
  height:8px;

  margin-top:18px;

  background:rgba(238,90,0,0.3);
  border-radius:999px;
}

.m-special-swiper .swiper-scrollbar-drag{
  background:#EE5A00;
  border-radius:999px;
}







.m-premium-box{
  padding:40px 14px 40px;

  background:#fff;
  border:1px solid #DFDFE1;
  border-radius:20px;
}


/* 원 */
.m-premium-circle{
  width:106px;
  height:106px;

  margin:0 auto;

  border:1px solid #D7D7D7;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:14px;
  font-weight:700;
  color:#222;
}


/* 계산 */
.m-premium-calc{
  margin-top:28px;
}

.m-premium-calc__item{
  height:42px;
  border-radius:10px;

  display:flex;
  align-items:center;
  justify-content:center;

 
  font-weight:700;
}

.m-premium-calc__item--gray{
  background:#F6F6F8;
  color:#222;
}

.m-premium-calc__item--beige{
  background:#FFF6EE;
  color:#EE5A00;
}

.m-premium-calc__icon{
  display:flex;
  justify-content:center;

  margin:14px 0;
}

.m-premium-calc__icon img{
  width:24px;
  display:block;
}


/* 설명 */
.m-premium-info{
  margin-top:24px;
}

.m-premium-info__title{
  font-size:16px;
  font-weight:700;
  line-height:1.5;
  color:#222;
}

.m-premium-info__text{
  margin-top:8px;

  font-size:15px;
  line-height:1.7;
  color:#444;

  word-break:keep-all;
}


/* 하단 */
.m-premium-bottom{
  margin-top:24px;
  padding:20px;

  background:#F7F7F7;
  border-radius:16px;
}

.m-premium-bottom__title{
  font-size:16px;
  font-weight:700;
  color:#222;
}

.m-premium-bottom__list{
  margin-top:18px;
}

.m-premium-bottom__list li{
  position:relative;

  padding-left:10px;
  margin-bottom:8px;


  line-height:1.7;
 

  list-style:none;
}

.m-premium-bottom__list li::before{
  content:'·';

  position:absolute;
  left:0;
  top:0;
}


/* 버튼 */
.m-premium-btn{
  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  height:52px;

  margin-top:28px;

  background:#EE5A00;
  border-radius:18px;


  font-weight:700;
  color:#fff;
  text-decoration:none;
}




.m-safe-banner{
  position:relative;

  overflow:hidden;

  padding:40px 20px;
  height: 325px;

  background:#232323;
  border-radius:28px;
}

.m-safe-banner::before{
  content:'';

  position:absolute;
  inset:0;



  z-index:1;
}

.m-safe-banner__content{
  position:relative;
  z-index:2;

  text-align:center;
}

.m-safe-banner__content p{


  line-height:1.7;
  color:#fff;

  word-break:keep-all;
}

.m-safe-banner__content span{
  color:#ff6b00;
  font-weight:700;
}

.m-safe-banner__point{
  margin-top:10px;
}

.m-safe-banner__point strong{
  color:#F55E02;
  font-weight:600;
}

.m-safe-banner__sub{
  margin-top:6px;

  font-size:15px !important;
  font-weight:500 !important;

  color:#f3f3f3;
}


/* 이미지 */
.m-safe-banner__img{
  position:absolute;
  left:50%;
  bottom:0px;



  transform:translateX(-50%);

  z-index:0;
}

.m-safe-banner__img img{
  width:100%;
  display:block;
}






.m-check-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
}

.m-check-card{
  min-height:180px;
  padding:18px;

  background:#fff;
  border:1px solid #DFDFE1;
  border-radius:22px;
}

.m-check-card__icon{
  width:62px;
  height:62px;

  background:#FFF5EF;
  border-radius:16px;

  display:flex;
  align-items:center;
  justify-content:center;
}

.m-check-card__icon img{
  width:30px;
  display:block;
}

.m-check-card__title{
  margin-top:28px;

  font-size:18px;
  font-weight:700;
  line-height:1.5;
  color:#222;

  word-break:keep-all;
}

.m-check-card__text{
  margin-top:12px;

  font-size:14px;
  line-height:1.7;
  color:#555;

  word-break:keep-all;
}



.emergency-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;

  width:fit-content;
 
    padding: 10px 20px;
  background:#EE5A00;
  border-radius:8px;

  text-decoration:none;
}
.indent{
    padding-left:10px;
  text-indent:-10px;

  line-height:1.7;
}
.emergency-btn__text{
  font-size:12px;
  font-weight:700;
  color:#fff;
}

.emergency-btn__arrow{
  display:flex;
  align-items:center;
}

.emergency-btn__arrow img{
  width:12px;
      margin-top: 3px;
  display:block;
}


.m-call-box{
  padding:28px 28px 24px;

  background:#F56600;
  border-radius:20px;
}

.m-call-box__title{
  font-size:24px;
  font-weight:700;
  line-height:1.4;
  color:#fff;
}

.m-call-box__text{
  margin-top:18px;

  font-size:16px;
  line-height:1.7;
  color:#fff;

  word-break:keep-all;
}