* {
  margin: 0;
  padding: 0;
  transition-duration: 0.5s;
}
body {
  font-family: "pretendard", sans-serif;
  color: #111;
  letter-spacing: -1px;
  background-image: url(../../rent/newsdcar2/bg2_2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
input,
select,
button {
  font-family: "Pretendard";
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #111;
}
img {
  width: 100%;
  border: 0;
  display: block;
}
span {
  font-weight: unset;
}
.gold_gr {
  background-image: linear-gradient(
    to bottom,
    #f8efae,
    #f8efae,
    #cc964a,
    #8f672d
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.point_c {
  color: #c70000;
}
.tabs {
  width: 100%;
  margin: 0 auto;
}
.landing_tit {
  font-size: 60px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  width: 100%;
  line-height: 1.2;
  max-width: 1000px;
  margin: -80px auto 30px auto;
  display: block;
  text-align: center;
  position: relative;
}
.landing_tit br {
  display: none;
}
.landing_tit::before,
.landing_tit::after {
  position: absolute;
  display: block;
  content: "";
  top: -20px;
  width: 76px;
  height: 100px;
}
.landing_tit::before {
  left: 0;
  background-image: url(../../rent/newsdcar2/tit_left.png);
}
.landing_tit::after {
  right: 0;
  background-image: url(../../rent/newsdcar2/tit_right.png);
}
.tit_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    margin-bottom: 100px;
    padding-top: 40px;
}
.tit_wrap .logo {
    width: 140px;
    height: auto;
}
.sub_tit {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
}

@media (max-width: 1000px) {
  .landing_tit {
    max-width: 560px;
  }
  .landing_tit br {
    display: block;
  }
  .landing_tit::before,
  .landing_tit::after {
    top: unset;
    bottom: 0px;
  }
}
@media (max-width: 800px) {
  .tit_wrap {
    gap: 10px;
  }
  .tit_wrap .logo {
    width: 100px;
  }
  .sub_tit {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .landing_tit {
    font-size: 50px;
    width: 95%;
  }

  .tit_wrap {
    gap: 10px;
    margin-bottom: 0;
    padding-top: 20px;
  }
  .tit_wrap .logo {
    width: 60px;
  }
  .sub_tit {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .landing_tit {
    font-size: 40px;
    width: 95%;
  }
  .landing_tit::before,
  .landing_tit::after {
    width: 60px;
    height: 80px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 480px) {
  .landing_tit {
    font-size: 36px;
  }
}
#partner {
  background-color: #fff;
  height: 80px;
  position: relative;
  margin-top: -80px;
}

@keyframes flowRolling {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

form {
  height: 100%;
}
.center {
  display: flex;
  text-align: center;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
#step_wrap {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 60px;
  margin: 0 auto 10px auto;
  max-width: 1100px;
  width: 95%;
  border-radius: 30px;
  background-color: #fff;
}
#step_wrap div {
  background-color: #ebebeb;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  height: 100%;
  line-height: 50px;
  width: 100%;
  color: #868686;
  font-weight: 500;
}
#step_wrap div.on {
  background-color: #c70000;
  color: #fff;
}
#step_wrap i {
  font-size: 16px;
  color: #ebebeb;
}
.tab-contents {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  padding: 40px 10px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 540px;
  display: flex;
  text-align: center;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
.q_wrap {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
.q_wrap .point_c {
  background: linear-gradient(to top, #fffad4 40%, transparent 40%);
}
.q_wrap br {
  display: none;
}
.a_wrap {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 98%;
  margin: 20px auto 0 auto;
  flex-direction: row;
  justify-content: center;
}
.a_wrap.last {
  margin: 0 auto 20px auto;
}
.a_wrap .r_box {
  width: 100%;
  max-width: 230px;
}
.a_wrap input[type="radio"] {
  appearance: none;
  display: none;
}
.a_wrap input[type="radio"] + label {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 230px;
  height: 200px;
  color: #fff;
  border-radius: 20px;
  line-height: 1.2;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
}
.a_wrap input[type="radio"].a_r1 + label {
  background-image: url(../../rent/newsdcar2/label6.png);
}
.a_wrap input[type="radio"].a_r2 + label {
  background-image: url(../../rent/newsdcar2/label7.png);
}
.a_wrap input[type="radio"].a_r3 + label {
  background-image: url(../../rent/newsdcar2/label8.png);
}
.a_wrap input[type="radio"].a_r4 + label {
  background-image: url(../../rent/newsdcar2/label9.png);
}
.a_wrap input[type="radio"].a_r5 + label {
  background-image: url(../../rent/newsdcar2/label10.png);
}
.a_wrap input[type="radio"].a_r6 + label {
  background-image: url(../../rent/newsdcar2/label11.png);
}
.a_wrap input[type="radio"].a_r7 + label {
  background-image: url(../../rent/newsdcar2/label12.png);
}
.a_wrap input[type="radio"].a_r8 + label {
  background-image: url(../../rent/newsdcar2/label13.png);
}
.a_wrap input[type="radio"] + label span {
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}
.a_wrap input[type="radio"]:hover + label span,
.a_wrap input[type="radio"]:checked + label span {
  background-color: #c70000;
  color: #fff;
  border: 2px solid #c70000;
}
.a_wrap input[type="text"],
.a_wrap input[type="tel"],
.a_wrap select {
  padding: 0 8px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 360px;
  font-size: 18px;
  letter-spacing: -1px;
  border: 1px solid #999;
}
.tel_span {
  display: flex;
  gap: 5px;
  margin: 10px auto;
  padding: 0 8px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border-radius: 5px;
  width: 98%;
  max-width: 360px;
  font-size: 18px;
  letter-spacing: -1px;
  border: 1px solid #999;
}
.tel_span span {
  flex-basis: 32%;
  flex-grow: 1;
}
.tel_span input[type="text"] {
  height: 100%;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  letter-spacing: -1px;
  border: none;
}
.gauge_wrap {
  display: grid;
  gap: 30px;
  width: 100%;
}
.gauge_wrap .box {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 15px;
  font-size: 20px;
}
.gauge_wrap .box .tit {
  height: 22px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.gauge_wrap .box .tit p {
  line-height: 22px;
  font-weight: 600;
}
.finish {
  display: none;
  background-color: #c70000;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  height: 22px;
  line-height: 24px;
  padding: 0 10px;
  margin-left: 10px;
}
.loding {
  background-color: #acacac;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  margin-left: 10px;
}
.gauge_defult {
  margin-top: 10px;
  width: 100%;
  height: 20px;
  background-color: #e7e7e7;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.gauge_defult .gauge_fill {
  width: 0%;
  /* 초기 값 */
  height: 100%;
  background: linear-gradient(to right, #c70000, #ff2b2b);
  /* 예시 색상 */
  transition: width 2s linear;
  /* 2초 동안의 애니메이션 */
}
.tab-button {
}
.tab-button .next {
  width: 100%;
  max-width: 360px;
  margin: 20px auto 0 auto;
  padding: 20px 10px;
  list-style: none;
  display: block;
  background: #c70000;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
}
.agree-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0;
  text-align: left;
  gap: 2px;
}
.agree-wrap p {
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: -0.5px;
  text-align: center;
}
.agree-wrap p input {
  margin-right: 3px;
}
.notice {
  font-size: 16px;
  color: #c70000;
  padding-top: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.notice span {
  background-color: yellow;
  padding: 5px;
  display: inline-block;
}
.notice_2504 {
  color: #fff;
  text-align: right;
  max-width: 1100px;
  width: 95%;
  margin: 15px auto;
}
footer {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  padding: 30px 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 800px) {
  #step_wrap i {
    font-size: 14px;
  }
  #step_wrap div {
    font-size: 16px;
    line-height: 50px;
  }
  .a_wrap input[type="radio"] + label {
    max-width: 230px;
    height: 150px;
    padding: 10px 20px;
    font-size: 24px;
  }
  .a_wrap input[type="radio"] + label span {
    padding: 5px 10px;
    font-size: 16px;
  }
  .q_wrap br {
    display: block;
  }

  .tab-contents {
    min-height: 450px;
  }
  /*
  #tab04.tab-contents {
    height: auto;
    padding: 20px 10px;
  } */
}
@media (max-width: 660px) {
  .a_wrap.radio_wrap {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .a_wrap .r_box {
    max-width: 100%;
  }
  .a_wrap input[type="radio"] + label {
    max-width: 100%;
    height: 100px;
    padding: 10px 20px;
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  body {
  }
  #partner {
    background-color: #fff;
    height: 80px;
    position: relative;
    margin-top: 0px;
  }
  .landing_tit {
    margin: 20px auto 30px auto;
  }
}
@media (max-width: 480px) {
  
  #step_wrap {
    height: 50px;
    gap: 3px;
  }
  #step_wrap div {
    background-color: #ebebeb;
    font-size: 13px;
    line-height: 40px;
  }
  #step_wrap i {
    font-size: 11px;
  }
  .q_wrap {
    font-size: 28px;
  }
  .a_wrap.radio_wrap {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .a_wrap input[type="radio"] + label {
    height: 90px;
    padding: 10px;
    font-size: 20px;
  }
  .a_wrap input[type="radio"] + label span {
    font-size: 14px;
  }
  .gauge_wrap .box .tit p {
    font-size: 14px;
  }
  .a_wrap input[type="text"],
  .a_wrap input[type="tel"],
  .a_wrap select {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 340px) {
  .a_wrap,
  .a_wrap.radio_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .a_wrap .r_box {
    width: 100%;
    max-width: 100%;
  }
  .a_wrap input[type="radio"] + label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    height: 70px;
    max-width: 100%;
    width: 100%;
    padding: 5px;
  }
  .a_wrap input[type="radio"] + label span {
    margin: 0;
  }
  .q_wrap {
    font-size: 24px;
  }
}
/*250411 추가*/
.blink {
  animation: blink-effect 1.5s step-end infinite;
  -webkit-animation-delay: 2s;
}
@keyframes blink-effect {
  50% {
    color: yellow;
    background: red;
  }
}

.loader_overlay {
   display: none;
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: rgba(0,0,0,0.6);

    justify-content: center;  /* 가로 중앙 */
    align-items: center;      /* 세로 중앙 */
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}


/* 버튼을 가운데 정렬 + 위아래 여백 */
.yt_cta_wrap{
  display:flex;
  justify-content:center;
  margin: 14px 0 10px;
}
.yt_cta_wrap img {
  border-radius: 10px;
  margin-bottom: 20px;
}
/* 버튼 본체 */
.yt_cta_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding: 22px 32px;
  border-radius: 999px;

  /* 디자인 핵심: 레드 톤 그라데이션 + 골드 라인 */
  background: linear-gradient(180deg, #b30000 0%, #7a0000 55%, #5a0000 100%);
  border: 1px solid rgba(212, 175, 55, 0.65);

  /* 글자 */
  color:#fff;
  font-weight: 800;
  letter-spacing: -0.3px;
  text-decoration:none;

  /* 입체감/광택 */
  box-shadow:
    0 10px 22px rgba(0,0,0,0.35),
    0 0 0 3px rgba(255,255,255,0.06) inset,
    0 0 18px rgba(212,175,55,0.18);

  position: relative;
  transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;

  margin-bottom: 40px;
  font-size: 30px;
}

/* 상단 하이라이트(광택 줄) */
.yt_cta_btn::before{
  content:"";
  position:absolute;
  left:10px; right:10px; top:6px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.30), rgba(255,255,255,0));
  pointer-events:none;
}

/* (클릭) 텍스트는 약간 밝은 골드 톤 */
.yt_cta_hint{
  font-weight: 700;
  color: rgba(212, 175, 55, 0.95);
}

/* 호버/클릭 반응 */
.yt_cta_btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 14px 26px rgba(0,0,0,0.40),
    0 0 0 3px rgba(255,255,255,0.07) inset,
    0 0 22px rgba(212,175,55,0.22);
}

.yt_cta_btn:active{
  transform: translateY(0px) scale(0.99);
  filter: brightness(0.98);
}

/* 모바일에서 너무 길면 줄바꿈 허용 */
@media (max-width: 480px){
  .yt_cta_wrap img {
    max-width: 95%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .yt_cta_btn{
    padding: 12px 16px;
    text-align:center;
    line-height: 1.2;
    font-size: 16px;
    gap: 5px;
  }
}
