html {
  scroll-padding-top: 80px;
}
.wrap-h2 {
  width: 100%;
  text-align: left;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-h2 {
    margin-top: 60rem;
  }
}
.wrap-h3 {
  font-size: 26px;
  font-weight: 700;
  color: #F5A253;
  line-height: 1.5;
  margin: 50px 0 30px;
}
.wrap-title {
  font-size: 16px;
  font-weight: 500;
  color: #F5A253;
  line-height: 1.5;
  background: #FDF3EA;
  width: fit-content;
  border-radius: 26px;
  padding: 10px 22px;
  margin: 30px auto;
}
.wrap-text {
  font-size: 16px;
  font-weight: 300;
  color: #363636;
  line-height: 1.5;
  margin: 20px 0;
}
.wrap-text strong.orange {
  color: #F5A253;
}
.wrap-min-text {
  font-size: 12px;
  font-weight: 300;
  color: #797979;
  line-height: 1.5;
  margin: 22px 0;
}
.wrap-list .wrap-text {
  list-style-position: outside;
  margin: 10px 0 0 20px;
  list-style-type: disc;
}
.wrap-img {
  display: block;
  margin: 25px auto;
}
.wrap-flex {
  display: flex;
  justify-content: space-between;
}
.banner {
  padding: 100px 0;
  background: url('../../img/process-of-car-t/banner-pic.png') no-repeat center;
  background-size: cover;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 60rem 0;
  }
}
.cvc-banner {
  background: url('../../img/cart-vs-conventional/banner-pic.png') no-repeat center;
  background-size: cover;
}
.wrap-1 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    margin-top: 40rem;
  }
}
.common-catalog {
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 10px 10px;
  box-shadow: 0 4px 4px 0 rgba(154, 122, 39, 0.08);
}
.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;
}
.common-catalog_top.active::after {
  transform: rotate(180deg);
}
.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);
}
.common-catalog_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.common-catalog_list {
  background: #fff;
}
.common-catalog_item {
  list-style: none;
  padding: 20px 35px;
  line-height: 1.5;
}
.common-catalog_item:hover {
  background: #FFE1C5;
}
.common-catalog_item:hover .common-catalog_link {
  color: #F5A253;
}
.common-catalog_link {
  font-size: 18px;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .common-catalog {
    border-radius: 10rem;
  }
  .common-catalog_top {
    border-radius: 10rem 10rem 0 0;
  }
  .common-catalog_top::after {
    width: 18rem;
    height: 10rem;
  }
  .common-catalog_title {
    font-size: 16rem;
  }
  .common-catalog_item {
    padding: 20rem 30rem;
  }
  .common-catalog_link {
    font-size: 16rem;
  }
}
.wrap-2 .flex_item {
  flex: 0 0 458px;
  border-radius: 10px;
  border: 1px #EAEAEA solid;
  text-align: center;
}
.wrap-2 .flex_item .item_title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  background: #F5A253;
  border-radius: 10px;
  padding: 10px 30px;
}
.wrap-2 .flex_item .item_img {
  max-width: 100%;
  padding: 0 25px;
  margin-top: 20px;
}
.wrap-2 .flex_item .wrap-text {
  text-align: left;
  padding: 0 25px;
}
.wrap-3 .wrap-swiper,
.wrap-3 .grid-swiper {
  display: none;
}
.wrap-3 .wrap-pic {
  cursor: pointer;
}
.wrap-3 .flex_item {
  flex: 0 0 299px;
  padding: 30px 25px;
  background: #E7F3FF;
  border-radius: 10px;
  position: relative;
}
.wrap-3 .flex_item .item_img {
  margin-bottom: 26px;
}
.wrap-3 .flex_item .item_title {
  font-size: 20px;
  font-weight: 600;
  color: #171717;
  line-height: 1.5;
  margin-bottom: 12px;
  min-height: 60px;
}
.wrap-3 .flex_item .item_step {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 52px;
  font-weight: 900;
  color: #BFDFFF;
  line-height: 1;
}
.wrap-3 .flex_item:nth-child(even) {
  background: #FFF2F2;
}
.wrap-3 .flex_item:nth-child(even) .item_step {
  color: #FFE3E3;
}
.wrap-3 .cel-margin {
  margin: unset;
}
.wrap-3 .flex-content {
  flex: 0 0 530px;
}
.wrap-3 .flex_img {
  flex: 0 0 361px;
  height: auto;
}
.wrap-3 .wrap_grid {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  gap: 10px 10px;
  grid-template-areas: ". ." ". .";
}
.wrap-3 .grid_item {
  background: rgba(230, 243, 236, 0.58);
  border-radius: 10px;
  align-items: center;
  padding: 13px 20px;
}
.wrap-3 .grid_item .wrap-text {
  flex: 0 0 314px;
  margin: unset;
  line-height: 2;
}
.wrap-inquiry {
  padding: 100px 0;
  margin-top: 100px;
  background: #152E56;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap-inquiry {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap-inquiry {
    margin-top: 60rem;
  }
}
.wrap-inquiry .wrap-h2 {
  margin-top: 0;
}
.wrap-inquiry .bg-1 {
  position: absolute;
  right: 45px;
  top: 0;
  background-image: url('../../img/index/form-bg2.png');
  width: 448px;
  height: 300px;
}
.wrap-inquiry .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url('../../img/index/form-bg2.png');
  width: 448px;
  height: 300px;
  transform: rotate(180deg);
}
.wrap-inquiry::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../../img/index/form-bg1.png');
  width: 528px;
  height: 497px;
}
.wrap-inquiry::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('../../img/index/form-bg1.png');
  width: 528px;
  height: 497px;
  transform: rotate(180deg);
}
.wrap-inquiry .wrap-h2 {
  color: #fff;
  text-align: center;
}
.wrap-inquiry .common-form {
  margin: 50px auto 0;
  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) {
  .wrap-inquiry .common-form {
    flex-direction: column;
  }
}
.wrap-inquiry .common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap-inquiry .common-form.popup::before,
.wrap-inquiry .common-form.popup::after {
  display: none;
}
.wrap-inquiry .common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.wrap-inquiry .common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.wrap-inquiry .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%;
}
.wrap-inquiry .common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.wrap-inquiry .common-form_item.half {
  flex: 0 0 353px;
}
.wrap-inquiry .common-form_pact {
  display: flex;
  align-items: flex-start;
}
.wrap-inquiry .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;
}
.wrap-inquiry .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;
}
.wrap-inquiry .common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap-inquiry .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;
}
.wrap-inquiry .common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-inquiry .common-form_input.error {
  border: 1px solid #d04c3f;
}
.wrap-inquiry .common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.wrap-inquiry .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;
}
.wrap-inquiry .common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-inquiry .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%;
}
.wrap-inquiry .common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-inquiry .common-form .file-box_collect {
  display: none;
  align-items: center;
}
.wrap-inquiry .common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.wrap-inquiry .common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.wrap-inquiry .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;
}
.wrap-inquiry .common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.wrap-inquiry .common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.wrap-inquiry .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) {
  .wrap-inquiry .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .wrap-inquiry .common-form::after,
  .wrap-inquiry .common-form::before {
    display: none;
  }
  .wrap-inquiry .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .wrap-inquiry .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .wrap-inquiry .common-form_item.half {
    flex: unset;
  }
  .wrap-inquiry .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;
  }
  .wrap-inquiry .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .wrap-inquiry .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .wrap-inquiry .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .wrap-inquiry .common-form_input::placeholder {
    font-size: 14rem;
  }
  .wrap-inquiry .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .wrap-inquiry .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .wrap-inquiry .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .wrap-inquiry .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .wrap-inquiry .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .wrap-inquiry .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .wrap-inquiry .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-inquiry .bg-1,
  .wrap-inquiry .bg-2,
  .wrap-inquiry::before {
    display: none;
  }
  .wrap-inquiry .common-form {
    position: relative;
    z-index: 1;
  }
  .wrap-inquiry::after {
    z-index: 0;
  }
}
.common-next-step {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .common-next-step {
    padding: 60rem 0;
  }
}
.common-next-step .wrap-info {
  font-size: 24px;
  font-weight: normal;
  color: #171717;
}
.common-next-step .flex-wrapper {
  gap: 28px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .common-next-step .flex-wrapper {
    margin-top: 40rem;
  }
}
.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;
}
.common-next-step_item:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}
.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) {
  .common-next-step .wrap-info {
    font-size: 16rem;
  }
  .common-next-step .flex-wrapper {
    display: none;
  }
  .common-next-step .next-step-swiper {
    position: relative;
    padding-bottom: 60rem;
    overflow: hidden;
    margin-top: 40rem;
  }
  .common-next-step .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12rem;
  }
  .common-next-step .swiper-slide_item {
    height: 165rem;
    width: 345rem;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .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;
  }
  .common-next-step .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .common-next-step .swiper-pagination-bullet-active {
    background-color: #F5A253;
  }
  .common-next-step .swiper-pagination {
    text-align: center;
  }
}
.common-next-step .item-1 {
  background-image: url('../../img/process-of-car-t/next-step-1.png');
}
.common-next-step .item-2 {
  background-image: url('../../img/process-of-car-t/next-step-2.png');
}
.common-next-step .item-3 {
  background-image: url('../../img/process-of-car-t/next-step-3.png');
}
.common-next-step .item-4 {
  background-image: url('../../img/process-of-car-t/next-step-4.png');
}
.common-next-step .item-5 {
  background-image: url('../../img/cart-vs-conventional/next-step-1.png');
}
.common-next-step .item-6 {
  background-image: url('../../img/cart-vs-conventional/next-step-2.png');
}
.common-next-step .item-8 {
  background-image: url('../../img/cart-vs-conventional/next-step-4.png');
}
.wrap-opposite {
  padding: 100px 0;
  margin-top: 100px;
  background: url('../../img/cart-vs-conventional/wrap-opposite-bg.png') center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .wrap-opposite {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap-opposite {
    margin-top: 60rem;
  }
}
.wrap-opposite .wrap-h2 {
  margin-top: 0;
}
.wrap-opposite .wrap-h2,
.wrap-opposite .wrap-text {
  color: #ffffff;
}
.wrap-opposite .wrap-min-text {
  color: #DDDDDD;
}
.wrap-opposite .wrap_link {
  position: relative;
  width: fit-content;
  display: block;
  margin: 37px auto 0;
  font-size: 18px;
  font-weight: 400;
  color: #FFE17E;
  line-height: 1.5;
}
.wrap-opposite .wrap_link::before {
  position: absolute;
  content: '>>';
  color: #FFE17E;
  font-size: 14px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  line-height: 1;
}
.wrap-opposite .wrap_link:hover::before {
  right: -35px;
}
.wrap-opposite .wrap-ol {
  margin-top: 50px;
  padding: 0 30px 22px;
  border-radius: 15px;
  border: 1px rgba(255, 255, 255, 0.29) solid;
  background: #FFFFFF0F;
}
@media screen and (max-width: 768px) {
  .wrap-opposite .wrap-ol {
    margin-top: 40rem;
  }
}
.wrap-opposite .wrap-ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 10px 0 0 20px;
}
@media (max-width: 768px) {
  .banner {
    background: url('../../img/process-of-car-t/banner-pic-mobile.png') no-repeat center;
    background-size: cover;
    font-size: 36rem;
  }
  .cvc-banner {
    background: url('../../img/cart-vs-conventional/banner-pic-mobile.png') no-repeat center;
    background-size: cover;
  }
  .wrap-h3 {
    font-size: 24rem;
    margin: 40rem 0 25rem;
  }
  .wrap-title {
    font-size: 14rem;
    border-radius: 26rem;
    padding: 7rem 20rem;
    margin: 15rem auto;
  }
  .wrap-text {
    font-size: 16rem;
    margin: 20rem 0;
  }
  .wrap-min-text {
    font-size: 12rem;
    margin: 20rem 0;
  }
  .wrap-list .wrap-text {
    list-style-position: outside;
    margin: 10rem 0 0 20rem;
    list-style-type: disc;
  }
  .wrap-img {
    max-width: 100%;
    height: auto;
    margin: 25rem auto;
  }
  .wrap-flex {
    flex-direction: column;
  }
  .common-catalog {
    margin-bottom: 30rem;
  }
  .wrap-2 .flex_item {
    flex: unset;
    width: 100%;
    border-radius: 10rem;
    border: 1rem #EAEAEA solid;
  }
  .wrap-2 .flex_item .item_title {
    font-size: 16rem;
    border-radius: 10rem;
    padding: 10rem 25rem;
  }
  .wrap-2 .flex_item .item_img {
    height: auto;
    padding: 0;
    margin-top: 15rem;
  }
  .wrap-2 .flex_item .wrap-text {
    padding: 0 20rem;
  }
  .wrap-3 .wrap-swiper,
  .wrap-3 .grid-swiper {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 50rem;
  }
  .wrap-3 .swiper-slide {
    height: 1px;
    border-radius: 10rem;
  }
  .wrap-3 .wrap-swiper .swiper-slide {
    padding: 30rem 25rem;
    background: #E7F3FF;
    position: relative;
  }
  .wrap-3 .wrap-swiper .swiper-slide .slide_step {
    position: absolute;
    bottom: 10rem;
    right: 10rem;
    font-size: 52rem;
    font-weight: 900;
    color: #BFDFFF;
    line-height: 1;
    z-index: -1;
  }
  .wrap-3 .wrap-swiper .swiper-slide:nth-child(even) {
    background: #FFF2F2;
  }
  .wrap-3 .wrap-swiper .swiper-slide:nth-child(even) .slide_step {
    color: #FFE3E3;
  }
  .wrap-3 .wrap-swiper .slide_img {
    width: 132rem;
    height: auto;
    margin-bottom: 26rem;
  }
  .wrap-3 .wrap-swiper .slide_title {
    font-size: 18rem;
    font-weight: 600;
    color: #171717;
    line-height: 1.5;
    margin-bottom: 12rem;
  }
  .wrap-3 .grid-swiper .slide_item {
    background: rgba(230, 243, 236, 0.58);
    margin-top: 20rem;
    align-items: center;
    padding: 20rem 15rem;
  }
  .wrap-3 .grid-swiper .slide_img {
    width: 95rem;
    height: auto;
  }
  .wrap-3 .swiper-slide-active {
    height: auto;
  }
  .wrap-3 .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    background-color: #E9E9E9;
    opacity: 1;
  }
  .wrap-3 .swiper-pagination-bullet-active {
    background-color: #F5A253;
  }
  .wrap-3 .swiper-pagination {
    text-align: center;
  }
  .wrap-3 .flex-content,
  .wrap-3 .flex_img {
    flex: unset;
    width: 100%;
    height: auto;
  }
  .wrap-opposite .wrap_link {
    margin: 37rem auto 0;
    font-size: 18rem;
  }
  .wrap-opposite .wrap_link::before {
    font-size: 14rem;
    right: -25rem;
  }
  .wrap-opposite .wrap_link:hover::before {
    right: -35rem;
  }
  .wrap-opposite .wrap-ol {
    padding: 0 10rem 22rem;
    border-radius: 15rem;
  }
  .wrap-opposite .wrap-ol li {
    margin: 10rem 0 0 20rem;
  }
}
