.wrap-h2 {
  width: 100%;
  text-align: left;
}
.wrap-list {
  margin-top: 20px;
}
.wrap-list_item {
  font-size: 12px;
  font-weight: normal;
  color: #858585;
  line-height: 2;
  list-style: auto;
  margin-left: 15px;
}
.wrap-info {
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #858585;
  line-height: 1.5;
  max-width: 592px;
}
@media screen and (max-width: 768px) {
  .wrap-info {
    margin-top: 20rem;
    font-size: 12rem;
    max-width: 100%;
  }
}
.banner {
  padding: 60px 0;
  text-align: center;
  background-size: cover;
  background-image: url(../../img/what-is-car-t/banner.png);
}
.banner .wrap-h1 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 60rem 0;
  }
}
.wrap-1 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    margin-top: 40rem;
  }
}
.wrap-1 .common-catalog {
  overflow: hidden;
  border-radius: 10px 10px;
  box-shadow: 0 4px 4px 0 rgba(154, 122, 39, 0.08);
}
.wrap-1 .common-catalog_top {
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  background: #F5A253;
}
.wrap-1 .common-catalog_top.active::after {
  transform: rotate(180deg);
}
.wrap-1 .common-catalog_top::after {
  content: '';
  width: 14px;
  height: 10px;
  transition: transform 0.3s;
  background: url(../../img/icon-catalog.svg) no-repeat center;
  background-size: 100% 100%;
  filter: brightness(10);
}
.wrap-1 .common-catalog_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.wrap-1 .common-catalog_list {
  background: #fff;
}
.wrap-1 .common-catalog_item {
  list-style: none;
  padding: 20px 35px;
  line-height: 1.5;
}
.wrap-1 .common-catalog_item:hover {
  background: #FFFAF6;
}
.wrap-1 .common-catalog_item:hover .common-catalog_link {
  color: #F5A253;
}
.wrap-1 .common-catalog_link {
  font-size: 18px;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .wrap-1 .common-catalog {
    border-radius: 10rem;
  }
  .wrap-1 .common-catalog_top {
    border-radius: 10rem 10rem 0 0;
  }
  .wrap-1 .common-catalog_top::after {
    width: 18rem;
    height: 10rem;
  }
  .wrap-1 .common-catalog_title {
    font-size: 16rem;
  }
  .wrap-1 .common-catalog_item {
    padding: 20rem 30rem;
  }
  .wrap-1 .common-catalog_link {
    font-size: 16rem;
  }
}
.wrap-2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-2 {
    margin-top: 60rem;
  }
}
.wrap-2 .flex-wrapper {
  gap: 58px;
  margin-top: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .wrap-2 .flex-wrapper {
    margin-top: 40rem;
  }
}
.wrap-2 .wrap-left {
  flex-grow: 1;
}
.wrap-2 .wrap-left_info {
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .wrap-2 .flex-wrapper {
    gap: 50rem;
  }
  .wrap-2 .wrap-left_info {
    font-size: 16rem;
  }
  .wrap-2 .wrap-pic {
    width: 100%;
    height: auto;
  }
}
.wrap-3 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-3 {
    margin-top: 60rem;
  }
}
.wrap-3 .wrap-pic {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-3 .wrap-pic {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-3 .wrap-pic {
    width: 100%;
    height: auto;
  }
}
.wrap-4 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-4 {
    padding: 60rem 0;
  }
}
.wrap-4 .wrap-h2 {
  margin-bottom: 50px;
}
.wrap-4 .wrap-desc {
  text-align: left;
}
.wrap-4 .wrap-desc:last-child {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .wrap-4 .wrap-h2 {
    margin-bottom: 40rem;
  }
  .wrap-4 .wrap-desc {
    font-size: 16rem;
  }
  .wrap-4 .wrap-desc:last-child {
    margin-top: 20rem;
  }
}
.wrap-5 {
  padding: 60px 0;
  text-align: center;
  background-image: url(../../img/what-is-car-t/wrap-5-bg.png);
  background-size: cover;
}
.wrap-5 .wrap-h2 {
  color: #fff;
  text-align: center;
}
.wrap-5 .wrap-pic {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-5 .wrap-pic {
    margin-top: 40rem;
  }
}
.wrap-5 .wrap-info {
  margin: 50px auto 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .wrap-5 {
    padding: 60rem 0;
  }
  .wrap-5 .wrap-info {
    margin: 40rem auto 0;
    color: #fff;
  }
}
.wrap-6 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-6 {
    margin-top: 60rem;
  }
}
.wrap-6 .wrap-item {
  margin-top: 50px;
  width: 442px;
  flex: 0 0 442px;
  border-radius: 10px;
  box-shadow: 0 4px 5.5px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .wrap-6 .wrap-item {
    margin-top: 40rem;
  }
}
.wrap-6 .wrap-item_top {
  background-size: 100% 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 340px;
}
.wrap-6 .wrap-item_top.item-1 {
  background-image: url(../../img/what-is-car-t/wrap-6-pic1.png);
}
.wrap-6 .wrap-item_top.item-2 {
  background-image: url(../../img/what-is-car-t/wrap-6-pic2.png);
}
.wrap-6 .wrap-item_content {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  text-align: center;
}
.wrap-6 .wrap-item_sharp {
  color: #F5A253;
}
@media screen and (max-width: 768px) {
  .wrap-6 .flex-wrapper {
    gap: 30rem;
    margin-top: 40rem;
  }
  .wrap-6 .wrap-item {
    margin-top: 0;
    width: 100%;
    flex: unset;
    border-radius: 10rem;
    box-shadow: 0 4rem 5.5rem 0 rgba(0, 0, 0, 0.06);
  }
  .wrap-6 .wrap-item_top {
    border-radius: 10rem 10rem 0 0;
    width: 100%;
    height: 266rem;
  }
  .wrap-6 .wrap-item_content {
    border-radius: 0 0 10rem 10rem;
    padding: 15rem;
    font-size: 16rem;
  }
}
.wrap-7 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-7 {
    margin-top: 60rem;
  }
}
.wrap-7 .wrap-h2 {
  margin-bottom: 50px;
}
.wrap-7 .wrap-desc {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wrap-7 .wrap-h2 {
    margin-bottom: 40rem;
  }
}
.wrap-8 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-8 {
    margin-top: 60rem;
  }
}
.wrap-8 .flex-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-8 .flex-wrapper {
    margin-top: 40rem;
  }
}
.wrap-8 .wrap-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 444px;
  flex: 0 0 444px;
}
.wrap-8 .wrap-left_item {
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 2;
  padding: 19px 38px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  background: #FFFDF9;
}
.wrap-8 .wrap-left_item::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #F5A253;
  border: 3px solid #FFE1C5;
}
.wrap-8 .wrap-btn {
  border-radius: 50px;
  padding: 18px 0;
  width: 437px;
  text-align: center;
  background: linear-gradient(90deg, #F6D365 0%, #FDA085 100%);
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  margin: 50px auto 0;
  display: block;
}
.wrap-8 .wrap-btn:hover {
  background: linear-gradient(90deg, #FFD44F 0%, #F47652 100%);
}
@media screen and (max-width: 768px) {
  .wrap-8 .wrap-left {
    gap: 14rem;
    width: 100%;
    flex: unset;
  }
  .wrap-8 .wrap-left_item {
    font-size: 16rem;
    padding: 15rem 10rem;
    border-radius: 5rem;
    border: 1rem solid #E1E1E1;
  }
  .wrap-8 .wrap-left_item::before {
    display: none;
  }
  .wrap-8 .wrap-btn {
    border-radius: 50rem;
    padding: 15rem 0;
    width: 100%;
    font-size: 14rem;
    margin: 20rem auto 20rem;
  }
}
.wrap-9 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-9 {
    padding: 60rem 0;
  }
}
.wrap-9 .common-next-step .wrap-info {
  font-size: 24px;
  font-weight: normal;
  color: #171717;
}
.wrap-9 .common-next-step .flex-wrapper {
  gap: 28px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wrap-9 .common-next-step .flex-wrapper {
    margin-top: 40rem;
  }
}
.wrap-9 .common-next-step_item {
  flex: 0 0 526px;
  width: 526px;
  height: 251px;
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wrap-9 .common-next-step_item:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}
.wrap-9 .common-next-step_info {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  padding: 15px 23px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  border-radius: 0 0 10px 10px;
  width: 100%;
  min-height: 102px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrap-9 .common-next-step .wrap-info {
    font-size: 16rem;
  }
  .wrap-9 .common-next-step .flex-wrapper {
    display: none;
  }
  .wrap-9 .common-next-step .next-step-swiper {
    position: relative;
    padding-bottom: 60rem;
    overflow: hidden;
    margin-top: 40rem;
  }
  .wrap-9 .common-next-step .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12rem;
  }
  .wrap-9 .common-next-step .swiper-slide_item {
    height: 165rem;
    width: 345rem;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .wrap-9 .common-next-step .swiper-slide_info {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2rem);
    padding: 12rem;
    font-size: 16rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    border-radius: 0 0 10rem 10rem;
    width: 100%;
    min-height: 68rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .wrap-9 .common-next-step .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .wrap-9 .common-next-step .swiper-pagination-bullet-active {
    background-color: #F5A253;
  }
  .wrap-9 .common-next-step .swiper-pagination {
    text-align: center;
  }
}
.wrap-9 .common-next-step .item-1 {
  background-image: url(../../img/what-is-car-t/next-step-1.png);
}
.wrap-9 .common-next-step .item-2 {
  background-image: url(../../img/what-is-car-t/next-step-2.png);
}
.wrap-9 .common-next-step .item-3 {
  background-image: url(../../img/what-is-car-t/next-step-3.png);
}
.wrap-9 .common-next-step .item-4 {
  background-image: url(../../img/what-is-car-t/next-step-4.png);
}
.common-form {
  width: 858px;
  border-radius: 16px 0px 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .common-form {
    flex-direction: column;
  }
}
.common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.common-form.popup::before,
.common-form.popup::after {
  display: none;
}
.common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.common-form_item.half {
  flex: 0 0 353px;
}
.common-form_pact {
  display: flex;
  align-items: flex-start;
}
.common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form_input.error {
  border: 1px solid #d04c3f;
}
.common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form .file-box_collect {
  display: none;
  align-items: center;
}
.common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .common-form::after,
  .common-form::before {
    display: none;
  }
  .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .common-form_item.half {
    flex: unset;
  }
  .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .common-form_input::placeholder {
    font-size: 14rem;
  }
  .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
#common-popup {
  display: none;
  position: fixed;
  z-index: 991;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#common-popup .close-btn {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(230, 230, 230, 0.7);
  font-size: 40px;
  font-weight: bolder;
  text-align: center;
  margin: 20px 60px 20px auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #common-popup {
    width: 100%;
    height: 100%;
  }
  #common-popup .close-btn {
    width: 50rem;
    height: 50rem;
    font-size: 40rem;
    margin: 20rem 20rem 20rem auto;
  }
}
