.imported-cars-section {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}
.img-imported-cars {
  width: 235.2px;
  height: 160px;
  aspect-ratio: 235.20/160.00;
}
.box-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.box-1 .banner{
  width: 100% !important;
  height: 260px;
  flex-shrink: 0;
  background-image: url(../images/imported-cars-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 96/13;
}

.box-1 div {
  color: #FFF;
  text-align: left;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap;
  padding-left: 9%;
  padding-top: 2.5%;
}

.box-1 img {
  width: 664.42px;
  height: 443px;
  flex-shrink: 0;
}

.box-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1320px;
  gap: 120px;  
}

.box-2 .imported-cars-body{
  height: 100%;
  width: 1130px;
  aspect-ratio: 61/221;
  background: url(../images/imported-cars-body.jpg) lightgray 0px 0px / 100% 100.049% no-repeat;
}

.box-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}


.box-1-mobile {
  display: none;
}

.box-1-mobile  p {
  color: #FFF;
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 3;
  position: relative;
}

@media only screen and (max-width: 768px) {
  form .item-1 .item .section button { font-size: 14px !important;}
  form .item-1 .item .section {gap: 30px !important}
  form .item-1 .item .section .a {gap: 0px !important}
  #available_call_hour{margin-top: 12px;}
  .img-imported-cars {
    width: 200px;
    height: 96px;
  }


  .box-3 {padding: 0px;}
  .box-1-mobile {
    display: flex;
    width: 360px;
    flex-direction: column;
    align-items: flex-start;
  }

  .box-1-mobile .banner {
    position: relative;
    width: 360px;
    height: 300px;
    background: url("../images/imported-cars-banner-mobile.png") lightgray 50% / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2; /* make sure it's not above the menu */
  }

  /* Overlay */
  .box-1-mobile .banner::before {
    content: "";
    position: absolute;
    inset: 0; /* shorthand for top: 0; left: 0; right: 0; bottom: 0 */
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }  
  .box-1-mobile .banner .car {
    width: 488px;
    height: 217px;    
    flex-shrink: 0;
    aspect-ratio: 488/217;    
    background: url("../images/imported-car.png") calc(50% + 113px) / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;    
  }
  .box-1 {
    display: none;
  }
  .box-2 {
    display: flex;
    width: 100% !important;
    flex-direction: unset !important;
  }
  .box-2 .imported-cars-body{
    align-self: stretch;
    aspect-ratio: 2/7;
    background: url(../images/imported-cars-body-mobile.jpg) lightgray 0px 0px / 100% 103.565% no-repeat;
  }  
}


form {
  display: flex;
  width: 100%;
  padding: 100px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 8px;
  border: 1px solid var(--Neutral-4, #f0f0f0);
  background: #fcfcfc;
}

form .item-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

form .item-1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

form .item-1 .item .title {
  color: var(--main2, #ec661a);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

form .item-1 .item .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

form .item-1 .item .section .a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

form .item-1 .item .section .a .item-a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

form .item-1 .item .section .a .item-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

form .item-1 .item .section .a .item-b div {
  display: flex;
  align-items: center;
  gap: 8px;
}

form .item-1 .item .section .a .item-b div div {
  color: var(--main_taxt, #373737);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

form .item-1 .item .section .a .item-b div input {
  width: 20px;
  height: 20px;
  accent-color: #ec661a;
  color: #fff;
}

form .item-1 .item .section button {
  display: flex;
  padding: 12px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(236, 102, 26, 0.05);
  border: 0px;
  color: var(--main2, #ec661a);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: auto !important;
  width: 169px;
  height: 41px;
  white-space: nowrap;
}

form .item-1 .item .section .a .item-a .section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

form .item-1 .item .section .a .item-a .section .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

form .item-1 .item .section .a .item-a .section .main .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

form .item-1 .item .section .a .item-a .section .main .item .title {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

form .item-1 .item .section .a .item-a .section .main .item .title label {
  color: var(--main_taxt, #373737);
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

form .item-1 .item .section .a .item-a .section .main .item input {
  display: flex;
  width: 650px;
  height: 43px;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;

  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

form .item-1 .item .section .a .item-a .section .main .item .date-section {
  display: flex;
  width: 645px;
  align-items: center;
  gap: 8px;
}

form
  .item-1
  .item
  .section
  .a
  .item-a
  .section
  .main
  .item
  .date-section
  .date {
  display: flex;
  width: 136px;
  height: 43px;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;

  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: var(--Neutral-1, #fff);

  color: #373737;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

form .item-1 .item .section .a .item-a .section .main .item .date-section .time,
form .item-1 .item .section .a .item-a .section .main .item .time {
  display: flex;
  width: 217px;
  height: 43px;
  padding: 12px 16px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;

  border-radius: 8px;
  border: 1px solid var(--Neutral-5, #d9d9d9);
  background: var(--Neutral-1, #fff);
}

@media only screen and (max-width: 768px) {

  .box-1 {
    height: 300px;
    padding: 40px;
  }

  .box-1 img {
    margin-top: -10px;
  }

  .box-3 .item-1 section .title {
    color: #1DAEF1 !important;
    font-family: Pretendard !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: normal !important;
  }

  .box-3 .item-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }

  .box-3 .item-2 .group-card {
    display: flex;
    padding: 60px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: #F8F8F8;
  }

  .box-3 .item-1 section .sub {
    border-radius: 100px;
    background: #EDF9FF;
    color: #373737;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .box-3 .item-1 {
    width: 100%;
  }

  form
    .item-1
    .item
    .section
    .a
    .item-a
    .section
    .main
    .item
    .date-section
    .time{
    display: none !important;
  }
  .imported-cars-section form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: unset;
    border-radius: unset;
    background: unset;
    border: 0px;
    padding-bottom: 60px;
  }

  form .item-1 .item .section .a .item-a .section .main .item,
  form .item-1 .item .section .a .item-a .section .main .item input {
    width: 100%;
  }
  form .item-1 .item .section .a .item-a .section .main .item .date-section {
    width: 100%;
  }
  form
    .item-1
    .item
    .section
    .a
    .item-a
    .section
    .main
    .item
    .date-section
    .date {
    width: 32%;
  }
  form .item-1 .item .section .a .item-a .section .main .item .time {
    display: block !important;
    width: 100%;
  }
  form .item-1 .item .section {
    width: 100%;
    align-items: unset;
  }
  form .item-1 .item,
  form .item-1,
  form .item-1 .item .section .a .item-a .section .main,
  form .item-1 .item .section .a .item-a {
    width: 100%;
  }
  form .item-1 .item .section .a,
  form .item-1 .item .section button {
    margin-left: 16px;
    margin-right: 16px;
  }
  .imported-cars-section {
    gap: 60px;
  }

  form .item-1 .item .section .a .item-b div div {
    font-size: 14px !important;
    white-space: nowrap;
  }
}

form .item-1 .item .section .a .item-a .section .main .item .time.mobile {
  display: none;
}


form .item-1 .item .section .a .item-b div div span {
  color: #ec661a;
  cursor: pointer;
  white-space: nowrap;
}

form .item-1 .item .section button.bhub-submit-btn {
  font-size: 1.2rem !important;
  background-color: rgba(236, 102, 26, 0.26) !important;
}

.submit-btn {
  padding: 12px 60px;
}

.btn-color {
  color: #ec661a;
}

form .item-1 .item .section button:disabled {
  font-size: 1.2rem !important;
  opacity: 1 !important;
  background-color: rgba(236, 102, 26, 0.05) !important;
}

.box-3 .item-1 section{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.box-3 .item-1 section .title {
  color: #1DAEF1;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.box-3 .item-1 section .sub{
  color: #373737;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  background: #EDF9FF;
  padding: 10px 20px;
}

.box-3 .item-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.box-3 .item-2 .group-card {
  display: flex;
  padding: 60px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #F8F8F8;
}

.box-3 .item-2 .group-card svg {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
}

.box-3 .item-2 .group-card p {
  color: #111;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.box-3 .item-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.box-3 .item-3 .item {
  display: flex;
  padding: 24px 40px;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 40px;
  border: 1px solid #E5EAF4;
}

.box-3 .item-3 .item .a {
  color: #EC661A;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}

.box-3 .item-3 .item .b {
  color: #373737;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


