* {
  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: 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/img2/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/img2/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/img2/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;
}


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

.ins-section{
  flex:1;
}

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

  font-size:18px;
  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:48px;
  border:none;
  border-radius:8px;
  margin-bottom:12px;

  font-size:16px;
  font-weight:600;
  color:#1F1F21;

}

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

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


.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;
}
.gap20{gap: 20px;}


.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 26px;
  height: 26px;
  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-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/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 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: #1F1F21;
  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;
}



.sky{
  background-color: #eef2f7;
}

.insurance-tip-title-wrap{
  text-align:center;
}

.insurance-tip-title{
  font-size:52px;
  font-weight:700;
  color:#1F1F21;
  line-height:1.3;
}

.insurance-tip-title span{
  color:#f97316;
}

.insurance-tip-desc{
  margin-top:20px;

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


/* 카드 */
.insurance-tip-card-wrap{
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:22px;

  margin-top:70px;
}



/* 첫줄 3개 */
.insurance-tip-card:nth-child(1),
.insurance-tip-card:nth-child(2),
.insurance-tip-card:nth-child(3){
  grid-column:span 2;
}

/* 둘째줄 가운데 정렬 */
.insurance-tip-card:nth-child(4){
  grid-column:2 / span 2;
}

.insurance-tip-card:nth-child(5){
  grid-column:4 / span 2;
}

.insurance-tip-card{
  
  padding:45px 30px;

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

  text-align:center;
}

.insurance-tip-card__img img{
  width:84px;
}

.insurance-tip-card__title{
  margin-top:28px;

  font-size:28px;
  font-weight:700;
  color:#1F1F21;
  line-height:1.5;
}

.insurance-tip-card__text{
  margin-top:18px;

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


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

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


.black{
  color: #1F1F21;
}


/* 리스트 */

.discount-item{
  display:flex;
  justify-content:space-between;
  align-items:center;

  padding:55px 0;

  border-bottom:1px solid #d9d9d9;
}

.discount-item__left{
  width:calc(100% - 260px);
}

.discount-item__title{
     font-size: 28px;
  font-weight:700;
  line-height:1.5;
  color:#1F1F21;
}
.pn{
  padding: 0;
}
.bn{
  border: none;
}
.discount-item__desc{
  margin-top:14px;

  font-size:20px;
  line-height:1.6;
  color:#1F1F21;
}

.discount-item__list{
  margin-top:28px;
}

.discount-item__list li{
  position:relative;

  padding-left:18px;
  margin-bottom:18px;

  font-size:18px;
  line-height:1.8;
  color:#666;
  list-style:none;
}

.discount-item__list li::before{
  content:'';
  position:absolute;
  left:0;
  top:13px;

  width:7px;
  height:7px;

  background:#f97316;
}

.discount-item__list li strong{
  color:#1F1F21;
}

.discount-item__img{
  width:220px;
  text-align:right;
}

.discount-item__img img{
  width:240px;
}


/* TIP */
.discount-tip-box{
 
  padding:22px 28px;

  background:#FFF6EE;
  border-radius:10px;

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

.discount-flex{
      display: flex;
flex-direction: column;
    padding: 55px 0;
    border-bottom: 1px solid #d9d9d9;
}






.special-title-wrap{
  margin-bottom:60px;
}

.special-title{
  font-size:58px;
  font-weight:700;
  line-height:1.3;
  color:#222;
}

.special-title span{
  color:#f97316;
}

.special-desc{
  margin-top:26px;

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


/* 리스트 */
.special-list-wrap{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:20px;
}

.special-card{
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:20px;

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

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

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

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

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

.special-card__title{
  font-size:18px;
  font-weight:700;
  line-height:1.5;
  color:#1f1f21;
      white-space: nowrap;
}

.special-card__text{
  margin-top:8px;

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

.special-card__percent{
  width:110px;
  height:110px;

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

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

  flex-shrink:0;
}
.darkgraycolor{
  color: #2d2d2d !important;
}
.w60{
  width: 60px;
}
.w100{
  width: 100%;
}
.wauto{
 
  width: auto;
}

.beigebg{
background-color: #FAFAFA;}
.special-card__percent strong{
  font-size:24px;
  font-weight:700;
  line-height:1;
  color:#EE5A00;
}

.special-card__percent span{
  margin-top:8px;

  font-size:16px;
  font-weight:700;
  color:#f97316;
}








.mn{
  margin: 0;
}



.premium-top{
  display:flex;
  align-items: flex-end;
  justify-content:space-between;
}

.premium-title{
  font-size:58px;
  font-weight:700;
  line-height:1.3;
  color:#222;
}

.premium-title span{
  color:#f97316;
}

.premium-desc{
  margin-top:28px;

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

.premium-btn{
  display:flex;
  align-items:center;
  justify-content:center;

  width:360px;
  height:92px;

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

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


/* 계산 */
.premium-calc-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;

  margin-top:70px;
}

.premium-circle{
  width:140px;
  height:140px;

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

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

  font-size:20px;
  font-weight:700;
  color:#333;
}

.premium-calc{
  width:470px;
}

.premium-calc__box{
  height:45px;
  border-radius:10px;

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

  font-size:16px;
  font-weight:700;
}

.premium-calc__box--gray{
  background:#f3f3f5;
  color:#333;
}

.premium-calc__box--beige{
  background:#f7ede5;
  color:#f97316;
}

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

  margin:12px 0;
}
.gap60{
  gap: 60px;
}
.premium-calc__icon img{
  width:20px;
}
.af{
  align-items: flex-end;
}
.premium-info{
  width:460px;
}

.premium-info__title{
  font-size:16px;
  font-weight:700;
  line-height:1.5;
  color:#1F1F21;
}
.margin-bottom-4{
  margin-bottom: 4px;
}
.lightgraybg{
  background-color: #F7F7F7;
}
.premium-info__text{
  margin-top:12px;

  font-size:16px;
  line-height:1.7;
  color:#1F1F21;
}


/* 하단 */
.premium-bottom{
  margin-top:70px;
  padding:40px 46px;

  background:#f7f7f7;
  border-radius:14px;
}

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

.premium-bottom__list{
  margin-top:24px;
}

.premium-bottom__list li{
  margin-bottom:18px;

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




.safe-drive-title-wrap{
  margin-bottom:48px;
}

.safe-drive-title{
  font-size:56px;
  font-weight:700;
  line-height:1.3;
  color:#222;
}

.safe-drive-desc{
  margin-top:22px;

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


/* 배너 */
.safe-drive-banner{
  position:relative;

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

  overflow:hidden;

  min-height:190px;
  padding:42px 48px;

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

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

  position:absolute;
  inset:0;



  z-index:1;
}

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

.safe-drive-banner__content p{
  margin-bottom:6px;

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

.safe-drive-banner__content span{
  font-weight:700;
  color:#F55E02;
}

.safe-drive-banner__content strong{
  font-weight:700;
  color:#F55E02;
}

.safe-drive-banner__img{
  position:absolute;
  right:0;
  bottom:0;

  width:420px;
  z-index:0;
}

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

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

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

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

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

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

.emergency-btn__arrow img{
  width:14px;
  display:block;
}


.pc-call-box{
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:22px 30px;

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

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

.pc-call-box__text{
  font-size:11px;
  line-height:1.6;
  color:#fff;

  text-align:right;
}