@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@font-face {
  font-family: "Pretendard-Regular";
  src: url("./fonts/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard-Medium";
  src: url("./fonts/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("./fonts/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard-Bold";
  src: url("./fonts/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard-ExtraBold";
  src: url("./fonts/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "GangwonEduPower";
  src: url("./fonts/GangwonEduPower.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spoqa Han Sans Neo";
  letter-spacing: -1px;
}

html {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

body {
  height: 100%;
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

main {
  width: 100%;
  height: 100%;
  /* overflow: scroll;
  scroll-snap-type: y mandatory; */
}
.scroll-wrap-test {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: relative;
}
/* 상단바 영역 시작 */
.gnbArea {
  width: 100%;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 2;
  padding: 0 48px;
}
.gnbContainer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gnb-logo {
  width: 80px;
  cursor: pointer;
}
.gnb-right {
  display: flex;
  align-items: center;
}
.estimateBtn {
  display: flex;
  align-items: center;
  margin-right: 42px;
  font-weight: 700;
  font-size: 18px;
  color: #4c7eff;
  line-height: 30px;
  cursor: pointer;
}
.icon-simple {
  width: 24px;
  margin-left: 6px;
}
.g-downloadBtn {
  background-color: #4c7eff;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.icon-download {
  width: 18px;
  height: 18px;
  margin-left: 6px;
}
.AppButton {
  cursor: pointer;
}
@media (max-width: 768px) {
  .gnbContainer {
    padding: 16px 0;
  }
  .gnbArea {
    padding: 0 16px;
  }
  .gnb-logo {
    width: 56px;
  }
  .g-downloadBtn {
    display: none;
  }
  .estimateBtn {
    margin-right: 0;
  }
}

/* 비디오 영역 */
.videoArea {
  width: 100%;
  height: 100vh;
  position: relative;
}
.videoArea video::-webkit-media-controls-fullscreen-button {
  display: none;
}
.videoBg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoInContainer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mainText1 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 46px;
}
.mainText2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 92px;
  margin-bottom: 42px;
}
.storeBtnArea {
  display: flex;
  align-items: center;
}
.videoArea .storeBtn {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #00000080;
  padding: 13px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.videoArea .storeBtn2 {
  display: none;
  width: 180px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #00000080;
  padding: 13px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.apple {
  margin-right: 16px;
  cursor: pointer;
}
.AndroidButton {
  cursor: pointer;
}
.icon-store {
  width: 26px;
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .videoArea .videoInContainer {
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 120px;
    box-sizing: border-box;
  }
  .mainText1 {
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 16px;
    text-align: center;
  }
  .mainText2 {
    font-size: 56px;
    line-height: 88px;
    margin-bottom: 32px;
    text-align: center;
  }
  .videoArea .storeBtnArea {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .videoArea .videoInContainer {
    padding: 0 0 80px;
  }
  .mainText1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .mainText2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .videoArea .storeBtn {
    display: none;
  }
  .videoArea .storeBtn2 {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 11px 32px;
  }
}

/* 스토어 연결 팝업 관련 */
#popup01,
#popup02,
#popup06 {
  display: none;
}

#popup01,
#popup06 {
  width: 340px;
  height: auto;
  position: absolute;
  top: calc(50% - 145px);
  left: calc(50% - 170px);
  background-color: #fff;
  z-index: 20;
  border-radius: 20px !important;
}

#popup02 {
  width: 340px;
  height: auto;
  position: absolute;
  top: calc(50% - 145px);
  left: calc(50% - 170px);
  background-color: #fff;
  z-index: 10;
  border-radius: 20px !important;
}

.backon {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000054;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.backon1,
.backon2,
.backon3 {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000054;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

#popup01 .closeBtn {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px 0;
  position: absolute;
  right: 0;
}

#popup06 .closeBtn {
  display: flex;
  justify-content: flex-end;
  padding: 20px 20px 0;
  position: absolute;
  right: 0;
}

.popup-contents-box2 {
  padding-bottom: 24px;
}
.popup-contents-box2 .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 8px;
  color: #222;
  padding-top: 24px;
}
.popup-contents-box2 .sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 16px;
  color: #666;
}
.popup-contents-box2 .qrArea {
  display: flex;
  justify-content: center;
}
.popup-contents-box2 .popup-qr,
.popup-driver-qr {
  width: 130px;
}

.popup-contents-box2 .closeBtn .closeImg {
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
}

/* section01 */

#section01 {
  padding: 88px 48px 104px;
}
.section01_container {
  /* width: 66.75vw;  */
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section01 .gridArea {
  width: 100%;
  display: flex;
  gap: 24px;
}

#section01 p {
  text-align: center;
  word-break: keep-all;
}
#section01 .mainTitle1 {
  color: #666;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
}
#section01 .mainTitle2 {
  color: #000;
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
  margin-bottom: 56px;
}
#section01 .mainTitle2.tablet {
  display: none;
  color: #000;
  font-weight: 700;
  font-size: 42px;
  line-height: 64px;
  margin-bottom: 56px;
}

#section01 .mainTitle2 span {
  color: #4c7eff;
}
#section01 .gridItem {
  /* width: 100%; */
  background-color: #f7f8fb;
  padding: 32px 32px 0 32px;
  box-sizing: border-box;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#section01 .gridItem:nth-child(1),
#section01 .gridItem:nth-child(2) {
  width: 344px;
}
#section01 .gridItem:nth-child(3) {
  width: 544px;
}
#section01 .gridItem .title1 {
  text-align: center;
  color: #222;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 8px;
}
#section01 .gridItem .title2 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #444;
  margin-bottom: 38px;
}
#section01 .gridItem .title2 span {
  font-weight: 700;
}
#section01 .gridItem img {
  width: 344px;
  height: 304px;
  object-fit: cover;
}
#section01 .gridItem:nth-child(3) img {
  width: 544px;
  height: 304px;
}
#section01 .gridItem img.mobile {
  display: none;
}
#lottie-simple-applying,
#lottie-easy-comparison {
  display: none;
  width: 344px;
  height: 304px;
}

#lottie-convenient-payment {
  display: none;
  width: 544px;
  height: 304px;
}
/* @media (max-width: 1440px) and (max-height: 800px) { */
/* @media (max-height: 800px) {
} */
@media (max-width: 1340px) {
  #section01 .gridItem img {
    width: 229px;
    height: 203px;
  }
  #section01 .gridItem:nth-child(3) img {
    width: 364px;
    height: 203px;
  }
  #lottie-simple-applying,
  #lottie-easy-comparison {
    width: 229px;
    height: 203px;
  }

  #lottie-convenient-payment {
    width: 364px;
    height: 203px;
  }
}
@media (max-width: 1140px) {
  #section01 .gridItem img {
    width: 206px;
    height: 182px;
  }
  #section01 .gridItem:nth-child(3) img {
    width: 325px;
    height: 182px;
  }
}
@media (max-width: 1024px) {
  #section01 {
    padding: 64px 48px 80px;
  }
  #section01 .mainTitle1 {
    font-size: 22px;
    line-height: 38px;
  }
  #section01 .mainTitle2 {
    display: none;
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  #section01 .mainTitle2.tablet {
    display: block;
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 40px;
  }
  #section01 .gridArea {
    flex-wrap: wrap;
  }

  /* #section01 .gridItem {
    max-width: calc(50% - 12px);
  } */
  #section01 .gridItem:nth-child(1),
  #section01 .gridItem:nth-child(2) {
    width: calc(50% - 12px);
  }

  #section01 .gridItem:nth-child(3) {
    /* width: 544px; */
    width: 100%;
  }
  #section01 .gridItem .title1 {
    font-size: 20px;
    line-height: 34px;
  }
  #section01 .gridItem .title2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
  }
  #section01 .gridItem:nth-child(3) {
    max-width: 100%;
  }
  #section01 .gridItem img {
    width: 100%;
    height: 100%;
  }
  #section01 .gridItem:nth-child(3) img {
    width: 80%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  #section01 {
    padding: 50px 16px;
  }
  #section01 .mainTitle1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  #section01 .mainTitle2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  #section01 .mainTitle2.tablet {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  #section01 .gridArea {
    flex-direction: column;
    gap: 16px;
  }
  #section01 .gridItem {
    width: 100%;
  }
  #section01 .gridItem:nth-child(1),
  #section01 .gridItem:nth-child(2) {
    width: 100%;
  }
  #section01 .gridItem .title1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  #section01 .gridItem .title2 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 17px;
  }
  #section01 .gridItem img {
    width: 100%;
    height: 100%;
  }
  #section01 .gridItem img.pc {
    display: none;
  }
  #section01 .gridItem img.mobile {
    display: block;
  }
  #section01 .gridItem:nth-child(3) img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  #section01 .gridItem img {
    width: 100%;
  }
  #section01 .gridItem:nth-child(3) img {
    width: 100%;
  }
}

/* section02 */

#section02 {
  width: 100%;
  padding: 88px 0 104px;
  position: relative;
}
.blueBackground {
  width: 100%;
  height: 80%;
  background-color: #4c7eff;
  position: absolute;
  top: 0;
  z-index: -1;
}
.section02_container {
  width: 100%;
  height: 100%;
  padding: 0 48px;
}
.section02_container .flex-row {
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
#section02 .title1 {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 12px;
}
#section02 .title2 {
  color: #fff;
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 32px;
}
#section02 .img1 {
  width: 248px;
}
#section02 .img1.mobile {
  display: none;
  width: 248px;
}
#section02 .cardArea {
  /* width: 57.5%;  */
  width: 100%;
  max-width: 736px;
  box-sizing: border-box;
}
#section02 .cardItem {
  background-color: #fff;
  padding: 24px;
  box-shadow: 0px 12px 8px 0px #2c2d3e33;
  display: flex;
  align-items: center;
  border-radius: 24px;
}
#section02 .cardItem:first-child,
#section02 .cardItem:nth-child(2) {
  margin-bottom: 24px;
}

#section02 .cardItem img {
  width: 138px;
  margin-right: 32px;
}
#section02 .cardItem .cardTitle1 {
  font-size: 22px;
  line-height: 38px;
  color: #222;
  margin-bottom: 8px;
  font-weight: 700;
}
#section02 .cardItem .cardTitle2 {
  font-size: 18px;
  line-height: 30px;
  color: #444;
}
#section02 .cardItem .cardTitle2.tablet {
  display: none;
}

#section02 .bannerArea {
  overflow: hidden;
  position: relative;
  box-shadow: 6px 32px 16px -10px #00000033;
  border-radius: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.bannerItem {
  width: 100%;
  position: relative;
}
#section02 .bannerImage {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
#section02 .bannerImage.pc {
  display: block;
}
#section02 .bannerImage.mobile {
  display: none;
}
.bannerArea .textArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bannerArea .textArea .cleanerIcon {
  width: 80px;
  margin-bottom: 16px;
}
.bannerArea .textArea .univercityIcon {
  width: 684px;
  margin-bottom: 32px;
}
.bannerArea .textArea .univercityIcon-mobile {
  display: none;
}
.bannerArea .textArea .bannerTitle1 {
  font-size: 34px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
.bannerArea .textArea .bannerTitle1-mobile {
  display: none;
}
.bannerArea .textArea .bannerTitle2 {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
.bannerArea .textArea .bannerTitle2-mobile {
  display: none;
}
.arrowSlider {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
.banner-arrow {
  width: 48px;
  cursor: pointer;
}
.bannerArea .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerArea .slick-dots li button {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #fff;
  border: none;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #4c7eff;
}
.slick-dots li:first-child {
  margin-right: 10px;
}
.slick-dots li button:before {
  background-color: #4c7eff;
  height: 10px;
  width: 10px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  #section02 .cardArea {
    max-width: 670px;
  }
}
@media (max-width: 1090px) {
  #section02 .cardArea {
    max-width: 630px;
  }
}
@media (max-width: 1042px) {
  #section02 .cardArea {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  #section02 {
    padding: 64px 0 96px;
  }
  .section02_container {
    width: 100%;
    /* margin: 0 auto; */
  }
  .section02_container .flex-row {
    margin-bottom: 72px;
  }
  #section02 .title1 {
    font-size: 22px;
    line-height: 38px;
  }
  #section02 .title2 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  #secti #section02 .img1 {
    width: 208px;
  }
  #section02 .cardArea {
    width: 100%;
    max-width: 558px;
  }
  #section02 .cardItem img {
    width: 120px;
    margin-right: 24px;
  }
  #section02 .cardItem .cardTitle1 {
    font-size: 20px;
    line-height: 34px;
  }
  #section02 .cardItem .cardTitle2 {
    font-size: 18px;
    line-height: 30px;
  }
  #section02 .bannerArea {
    box-shadow: 6px 12px 24px 0px #00000040;
    border-radius: 24px;
  }
  .arrowSlider {
    display: none;
  }
  #section02 .bannerImage {
    min-height: 328px;
  }
  .bannerArea .textArea .cleanerIcon {
    width: 56px;
  }
  .bannerArea .textArea .univercityIcon {
    width: 604px;
    margin-bottom: 26px;
  }
  .bannerArea .textArea .univercityIcon-mobile {
    display: none;
  }
  .bannerArea .textArea .bannerTitle1 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 8px;
  }
  .bannerArea .textArea .bannerTitle2 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
  }
  .bannerArea .slick-dots {
    bottom: 0.5%;
  }
  .bannerArea .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}
@media (max-width: 935px) {
  #section02 .cardArea {
    max-width: 500px;
  }
}
@media (max-width: 890px) {
  #section02 .cardArea {
    max-width: 420px;
  }
}
@media (max-width: 817px) {
  #section02 .cardArea {
    max-width: 400px;
  }
}
@media (max-width: 777px) {
  #section02 .cardArea {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  #section02 {
    padding: 40px 0 58px;
  }
  .section02_container {
    padding: 0 16px;
  }
  .section02_container .flex-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
  }
  #section02 .title1 {
    font-size: 18px;
    line-height: 28px;
  }
  #section02 .title2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0px;
  }
  .section02_container .flex-row-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  #section02 .img1 {
    display: none;
    width: 144px;
  }
  #section02 .img1.mobile {
    display: block;
    width: 144px;
  }
  #section02 .cardArea {
    max-width: 100%;
  }
  #section02 .cardItem {
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
  }
  #section02 .cardItem:first-child,
  #section02 .cardItem:nth-child(2) {
    margin-bottom: 16px;
  }
  #section02 .cardItem img {
    width: 80px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  #section02 .cardItem .cardTitle1 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  #section02 .cardItem .cardTitle2 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  #section02 .bannerArea {
    box-shadow: 6px 20px 12px -10px #00000033;
    border-radius: 16px;
  }
  #section02 .bannerImage {
    min-height: 405px;
  }
  #section02 .bannerImage.mobile {
    display: block;
  }
  #section02 .pc {
    display: none;
  }
  #section02 .bannerImage.pc {
    display: none;
  }
  .bannerArea .textArea .univercityIcon {
    display: none;
  }
  .bannerArea .textArea .univercityIcon-mobile {
    display: block;
    width: 267px;
    margin-bottom: 24px;
  }
  .bannerArea .textArea .bannerTitle1 {
    display: none;
  }
  .bannerArea .textArea .bannerTitle1-mobile {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .bannerArea .textArea .bannerTitle2 {
    display: none;
  }
  .bannerArea .textArea .bannerTitle2-mobile {
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-weight: 400;
  }
}
@media (max-width: 365px) {
  #section02 .img1.mobile {
    width: 120px;
  }
}
/* @media(max-width: 341px){
  #section02 .img1.mobile { 
    width: 110px; 
  } 
} */

/* section03 */

#section03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: auto;
  /* position: sticky;
  top: 0; */
  /* height: 100vh; */
}

.section03_left {
  width: 100%;
  height: 100%;
  background-image: url("./images/section03-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-left: 48px;  */
  padding-right: 235px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
#section03 .section03_left .title1 {
  color: #fff;
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 12px;
}
#section03 .section03_left .title2 {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 32px;
}
#section03 .section03_left .title2.tablet {
  display: none;
}
#section03 .btnArea {
  display: flex;
  align-items: center;
}
.btn1,
.btn2,
.btn3,
.btn4 {
  border: 1px solid #ffffff80;
  background: #ffffff29;
  padding: 14px 0;
  width: 184px;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
}
.btnActive {
  background-color: #fff;
}
.btnArea .btn1Text,
.btnArea .btn2Text,
.btnArea .btn3Text,
.btnArea .btn4Text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.btnDefaultText {
  color: #fff;
}
.btnActiveText {
  color: #666;
}
.activeSpan {
  color: #4c7eff;
}

.btn1,
.btn2 {
  margin-bottom: 16px;
}
.btn1,
.btn3 {
  margin-right: 16px;
}
.section03_right_position {
  width: 100%;
  height: 100%;
  /* height: 100vh; */
  background-color: #f7f8fb;
  /* position: sticky;
  top: 0;
  left: 0; */
}
.section03_slideArea {
  display: none;
}
/* .section03_right { 
  display: none;
} */
/* .section03_right .step1 {
  visibility: visible;
} 
.section03_right .step2, 
.section03_right .step3, 
.section03_right .step4 {
  visibility: hidden;
}  */
.step1 .mobileArea {
  display: none;
}
.section03_right2 .step1 {
  display: block;
}
.section03_right2 .step2,
.section03_right2 .step3,
.section03_right2 .step4 {
  display: none;
}
.section03_right .slick-dots li button {
  display: none;
}
.section03_right2 {
  width: 100%;
  height: 100%;
  padding: 100px 0 100px 56px;
  background-color: #f7f8fb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.section03_right .title1,
.section03_right2 .title1 {
  color: #222;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 12px;
}
.section03_right .title1 span,
.section03_right2 .title1 span {
  color: #4c7eff;
}
.section03_right .title2,
.section03_right2 .title2 {
  color: #444;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
}

.section03_right .title2.tablet,
.section03_right2 .title2.tablet {
  display: none;
}
.section03_right .title3,
.section03_right2 .title3 {
  color: #888;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 32px;
  height: 30px;
}
.section03_right img,
.section03_right2 img {
  width: 528px;
}

@media (max-width: 1350px) {
  .section03_left {
    padding-right: 0;
    padding-left: 48px;
    align-items: baseline;
  }
  .section03_right2 {
    padding: 100px 48px 100px 0;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .section03_right2 img {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  #section03 {
    display: flex;
    flex-direction: column;
  }
  .section03_left {
    padding: 128px 0 150px 0;
    align-items: center;
  }
  #section03 .section03_left .title1 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 12px;
    text-align: center;
  }
  #section03 .section03_left .title2 {
    display: none;
  }
  #section03 .section03_left .title2.tablet {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 32px;
    text-align: center;
  }
  .btnArea_grid {
    display: flex;
  }
  .btn1,
  .btn2 {
    margin-bottom: 0;
  }
  .btn2 {
    margin-right: 16px;
  }
  .section03_right_position {
    position: relative;
  }
  .section03_slideArea {
    display: block;
  }
  .section03_right2 {
    display: none;
  }

  .section03_right {
    padding: 48px 0 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f7f8fb;
    overflow: hidden;
  }
  .section03_right button {
    display: none !important;
  }
  .step1 .mobileArea {
    display: none;
  }
  .section03_right .title1,
  .section03_right2 .title1 {
    font-size: 20px;
    line-height: 34px;
  }
  .section03_right .title2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .section03_right .title2,
  .section03_right .title2 {
    display: none;
  }
  .section03_right .title2.tablet,
  .section03_right2 .title2.tablet {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .section03_right .title3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    height: 30px;
  }
  .step1,
  .step2,
  .step3,
  .step4 {
    width: 100%;
    padding: 0 48px;
  }
  .step1 .flex-row,
  .step2 .flex-row,
  .step3 .flex-row,
  .step4 .flex-row {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
  }
  .section03_right .title3 {
    color: #888;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
    height: 30px;
  }
  .section03_right img {
    width: 464px;
  }
  .stepDotArea {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
  }
  .step-dot1,
  .step-dot2,
  .step-dot3,
  .step-dot4 {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    margin-right: 14px;
    border-radius: 5px;
  }
  .stepDotArea .active {
    background-color: #4c7eff;
  }
}
/* @media (max-width: 972px){
  .step1 .flex-row, .step2 .flex-row, 
  .step3 .flex-row, .step4 .flex-row { 
    column-gap: 0; 
  }
} */
/* @media (max-width: 800px){
  .btnArea_grid {
    display: flex;
    flex-direction: column;
    justify-content: center; 
  }
  #section03 .btnArea { 
    display: flex; 
    align-items: center; 
    justify-content: center;
  } 
  .btn1, .btn2 {
    margin-bottom: 16px; 
  } 
  .btn2 {
    margin-right: 0; 
  }
} */
@media (max-width: 768px) {
  #section03 .section03_left {
    padding: 80px 0 94px;
  }
  #section03 .section03_left .title1 {
    font-size: 26px;
    line-height: 40px;
  }
  #section03 .section03_left .title2 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
  }
  #section03 .section03_left .title2.tablet {
    display: none;
  }
  .btnArea_grid {
    display: none;
  }
  .section03_right {
    padding: 40px 0 56px;
    align-items: center;
    justify-content: center;
  }
  .step1 .tabletArea {
    display: none;
  }
  .step1,
  .step2,
  .step3,
  .step4 {
    padding: 0 16px;
  }
  .step1 .flex-row,
  .step2 .flex-row,
  .step3 .flex-row,
  .step4 .flex-row {
    flex-direction: column;
    align-items: baseline;
  }
  .section03_right .title1,
  .section03_right2 .title1 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .section03_right .step1 .title1 {
    display: none;
  }
  .section03_right .step1 .title2.tablet {
    display: none;
  }
  .section03_right .title2 {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 4px;
  }
  .section03_right .step1 .title2.tablet,
  .section03_right .step3 .title2.tablet,
  .section03_right2 .step1 .title2.tablet,
  .section03_right2 .step3 .title2.tablet {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 4px !important;
  }
  .step1 .mobileArea {
    display: block;
  }
  .mobile-title1 {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #222;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .mobile-title1 span {
    color: #4c7eff;
  }
  .mobile-title2 {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 4px;
    color: #444;
  }
  .section03_right .step1 .title3 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    height: 24px;
  }
  .section03_right .step2 .title3,
  .section03_right .step3 .title3,
  .section03_right .step4 .title3 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    height: 20px;
  }
  .section03_right img {
    width: 343px;
    align-self: center;
  }
}

/* section04 */

#section04 {
  overflow: hidden;
  position: relative;
  /* height: 100vh; */
}
.section04_container {
  width: 100%;
  height: 100%;
  /* padding: 236px 0 260px 48px; */
  padding: 236px 0 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
}

#section04 .title1 {
  color: #000;
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
#section04 .title2 {
  color: #444;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 32px;
  text-align: center;
}
#section04 .title2.mobile {
  display: none;
  color: #444;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 32px;
  text-align: center;
}
.driverInterview {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
  cursor: pointer;
}
#section04 .title3 {
  color: #4c7eff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  margin-right: 8px;
}
.driverInterview img {
  width: 40px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#section04 .slideContainer {
  display: flex;
}
#section04 .slideArea {
  /* width: 100%; */
  height: 304px;
  /* max-width: 1280px; */
  /* margin: 0 auto; */
  overflow: visible;
  /* padding-left: 15vw; */
  display: flex;
  animation: 30s slide infinite linear;
}

#section04 .slideArea .position {
  position: relative;
  margin-right: 24px;
}
#section04 .slideArea .slideItem {
  margin-right: 24px;
}
#section04 .slideArea .driverInfoArea {
  width: 100%;
  padding: 0 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}
.driverInfoArea div {
  display: flex;
  align-items: center;
}
.driverInfoArea p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}
.driverInfoArea div .icon-star {
  width: 20px;
  margin-right: 5px;
}
#section04 .slideArea .img1 {
  width: 304px;
}
#section04 .slideArea .img2 {
  width: 576px;
}
#section04 .slideArea .test {
  width: 1020px;
  height: 304px;
}

@media (max-width: 1024px) {
  .section04_container {
    padding: 76px 0 112px;
  }
  #section04 .title1 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 12px;
  }
  #section04 .title2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .driverInterview {
    margin-bottom: 48px;
  }

  .driverInterview img {
    width: 40px;
  }
  /* #section04 .slideArea { 
    height: 280px;
  }  */
}
@media (max-width: 768px) {
  .section04_container {
    padding: 40px 0 48px;
  }
  .section04_container .titleArea {
    padding: 0 16px;
  }
  #section04 .title1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  #section04 .title2 {
    display: none;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  #section04 .title2.mobile {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .driverInterview {
    margin-bottom: 24px;
  }
  #section04 .title3 {
    font-size: 16px;
    line-height: 24px;
  }
  .driverInterview img {
    width: 28px;
  }
  #section04 .slideArea {
    height: auto;
    /* padding-left: 30px; */
  }
  #section04 .slideArea .slideItem {
    margin-right: 16px;
  }

  #section04 .slideArea .position {
    margin-right: 16px;
  }
}

/* section05 */

#section05 {
  height: 100vh;
  background-color: #f7f8fb;
  overflow: hidden;
}
.section05_container {
  /* padding-left: 320px;  */
  padding-left: 15vw;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section05_container .titleArea {
  margin-right: 104px;
}
#section05 .title1 {
  width: 330px;
  color: #000;
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section05_container .flex-row {
  width: 100%;
  display: flex;
  align-items: center;
}
#section05 .title1 span {
  color: #4c7eff;
}
#section05 .title2 {
  color: #444;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 32px;
}

#section05 .btnArea {
  display: flex;
  align-items: center;
}
.reviewCount {
  display: block;
}
#section05 .reviewCount p {
  color: #888;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 16px 0 12px;
}
#section05 .reviewCount span {
  font-weight: 700;
  color: #444;
}

.section05_container .btnArea .reviewbtn-prev,
.section05_container .btnArea .reviewbtn-next {
  width: 52px;
  cursor: pointer;
}
/* .section05_container .btnArea .reviewbtn-prev.mobile,
.section05_container .btnArea .reviewbtn-next.mobile{ 
  display: none;
}  */

.section05_container .reviewArea {
  height: 100%;
  /* border: 1px solid red; */
}
.reviewArea .slick-track {
  height: 530px;
  padding-top: 32px;
}
.section05_container .reviewItem {
  width: 382px;
  height: 480px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 24px 32px 40px;
  border-radius: 20px;
  margin-right: 40px;
}
.section05_container .reviewItem .flex-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between;  */
}
.reviewArea.slick-slider .slick-slide.slick-current .reviewItem,
.reviewArea.slick-slider .slick-slide.slick-center .reviewItem {
  border: 1px solid #4c7eff;
  /* box-shadow: 10px 26px 24px 0px #2222221a; */
  box-shadow: 16px 26px 24px 0px #2222221a;
  transform: translateY(-32px);
}
.slick-initialized .slick-slide {
  display: flex;
}

.reviewItem .doubleQuotation {
  width: 24px;
  margin-bottom: 16px;
}
.reviewItem .titleArea {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.serviceType {
  font-size: 24px;
  line-height: 40px;
  color: #222;
  font-weight: 700;
}
.reviewItem .starArea {
  display: flex;
  align-items: center;
}
.reviewItem .starArea img {
  width: 24px;
  height: 24px;
}
.reviewItem .rateText {
  font-size: 20px;
  line-height: 34px;
  color: #444;
  font-weight: 700;
  margin-left: 7px;
}
.reviewInfoArea {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.reviewInfoArea .reviewName,
.reviewInfoArea .creationTime {
  font-size: 14px;
  line-height: 24px;
  color: #aaa;
}

.reviewInfoArea .dividingLine {
  width: 1px;
  height: 10px;
  margin: 0 8px;
}
.reviewContentArea {
  width: 100%;
  /* height: 100px; */
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 10;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-word;
  text-overflow: ellipsis;
  word-break: break-word;
}
.reviewContent {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  font-weight: 400;
}

@media (max-width: 1280px) {
  #section05 {
    padding-left: 48px;
  }
  .section05_container {
    padding-left: 48px;
  }
}
@media (max-width: 1024px) {
  #section05 {
    height: auto;
    padding: 142px 0 94px;
  }
  .section05_container .titleArea {
    margin-right: 44px;
  }
  #section05 .title1 {
    font-size: 38px;
    line-height: 60px;
  }
  #section05 .title2 {
    color: #444;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  #section05 .btnArea {
    display: flex;
    align-items: center;
  }
  .reviewCount {
    display: block;
  }
  #section05 .reviewCount p {
    line-height: 34px;
  }
  .reviewArea .slick-track {
    height: 530px;
    padding-top: 48px;
  }

  .reviewArea.slick-slider .slick-slide.slick-current .reviewItem {
    box-shadow: 0px 26px 24px 0px #2222221a;
    transform: translateY(-48px);
  }
  .section05_container .reviewItem {
    margin-right: 32px;
  }
}
@media (max-width: 768px) {
  #section05 {
    padding: 40px 0 0;
  }
  .section05_container {
    padding-left: 0;
  }

  .section05_container .titleArea {
    margin-right: 0;
    width: 100%;
  }
  #section05 .title1 {
    width: 100%;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 8px;
    text-align: center;
  }
  .section05_container .flex-row {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #section05 .title2 {
    color: #444;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    text-align: center;
  }

  #section05 .btnArea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .reviewCount {
    display: block;
  }
  #section05 .reviewCount p {
    color: #888;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 12px;
  }
  #section05 .reviewCount span {
    font-weight: 700;
    color: #444;
  }

  .section05_container .btnArea .reviewbtn-prev,
  .section05_container .btnArea .reviewbtn-next {
    width: 32px;
  }
  /* .section05_container .btnArea .reviewbtn-prev.mobile,
  .section05_container .btnArea .reviewbtn-next.mobile{
    display: block;
  } */
  .section05_container .reviewArea {
    width: 100vw;
    max-width: var(--window-width);
  }
  .reviewArea .slick-track {
    display: flex;
    align-items: center;
    max-width: var(--window-width);
    height: 410px;
    padding-top: 1px;
  }
  .reviewArea.slick-slider .slick-slide.slick-current .reviewItem {
    box-shadow: 5px 16px 12px 0px #22222214;
    transform: translateY(0);
  }
  .section05_container .reviewItem {
    width: 320px;
    height: 360px;
    border-radius: 16px;
    margin-right: 0;
    padding: 26px 24px 32px;
  }
  .section05_container .reviewItem:first-child {
    margin-left: 16px;
  }
  .reviewItem .titleArea {
    margin-bottom: 6px;
  }
  .reviewItem .doubleQuotation {
    width: 24px;
    margin-bottom: 8px;
  }
  .reviewItem .titleArea {
    margin-bottom: 12px;
  }
  .serviceType {
    font-size: 18px;
    line-height: 28px;
  }
  .reviewItem .starArea img {
    width: 16px;
    height: 16px;
  }
  .reviewItem .rateText {
    font-size: 14px;
    line-height: 22px;
    margin-left: 7px;
  }
  .reviewInfoArea {
    margin-bottom: 16px;
  }
  .reviewInfoArea .reviewName,
  .reviewInfoArea .creationTime {
    font-size: 12px;
    line-height: 20px;
  }
  .reviewContentArea {
    overflow: hidden;
    line-clamp: 8;
    -webkit-line-clamp: 8;
  }
  .reviewContent {
    font-size: 14px;
    line-height: 24px;
  }
}

/* section06 */
#section06 {
  padding: 200px 48px 120px;
}
.section06_container {
  position: relative;
  max-width: 1280px;
  width: 100%;
  /* padding: 0 60px;  */
  box-sizing: border-box;
  margin: 0 auto;
}
.downloadBackgdound {
  width: 100%;
  height: 546px;
  padding: 0 158px 0 88px;
  box-sizing: border-box;
  background-color: #4c7eff;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.downloadBackgdound .textArea {
  position: relative;
  z-index: 1;
}
.downloadBackgdound .title1 {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  font-weight: 400;
  word-break: keep-all;
}
.downloadBackgdound .title2 {
  color: #fff;
  font-size: 42px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 32px;
  word-break: keep-all;
}
#section06 .storeBtn {
  width: 180px;
  background-color: #2b305b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 13px 0;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
#section06 .storeBtn2 {
  width: 180px;
  background-color: #2b305b;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 13px 35px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  display: none;
}
.downloadBackgdound .phoneArea {
  display: flex;
  max-width: 292px;
  width: 100%;
  box-shadow: 20px 20px 16px 0px #00000029;
  border-radius: 40px;
  margin-top: -150px;
}
.downloadBackgdound .phone {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section06 .img_box {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
#section06 .sec06_car {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 250px;
}
#section06 .sec06_coin {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 214px;
}
#section06 .sec06_home {
  top: 40px;
  left: 95px;
  max-width: 218px;
}

@media (max-width: 1024px) {
  #section06 {
    padding: 200px 48px 120px;
  }
  .downloadBackgdound {
    /* padding: 0 78px;  */
    padding: 0 78px 0 72px;
    height: 546px;
  }
  .downloadBackgdound .title1 {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  .downloadBackgdound .title2 {
    font-size: 38px;
    line-height: 60px;
    margin-bottom: 24px;
  }
  .downloadBackgdound .phoneArea {
    max-width: 284px;
    margin-top: -200px;
  }
  #section06 .sec06_car {
    max-width: 214px;
    left: 40%;
  }
  #section06 .sec06_coin {
    top: 0;
    left: calc(50% + 30px);
    transform: translateX(-50%);
    max-width: 189px;
  }
  #section06 .sec06_home {
    top: 45px;
    left: 0;
    max-width: 195px;
  }
}
@media (max-width: 923px) {
  .downloadBackgdound {
    padding: 0 48px 0 42px;
  }
  .downloadBackgdound .phoneArea {
    max-width: 264px;
  }
}
@media (max-width: 923px) {
  .downloadBackgdound {
    padding: 0 28px 0 22px;
  }
}
@media (max-width: 768px) {
  #section06 {
    padding: 40px 16px 180px;
    box-sizing: border-box;
  }
  .downloadBackgdound {
    flex-direction: column;
    padding: 40px 20px;
    height: auto;
    border-radius: 16px;
  }
  .downloadBackgdound .textArea {
    text-align: center;
  }
  .downloadBackgdound .title1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .downloadBackgdound .title2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .downloadBackgdound .phoneArea {
    margin-top: 0;
    margin-bottom: -150px;
    position: relative;
    z-index: 1;
    max-width: 169px;
  }
  .storeBtnArea {
    align-items: center;
    justify-content: center;
  }
  #section06 .storeBtn {
    display: none;
  }
  #section06 .storeBtn2 {
    display: flex;
    justify-content: center;
    width: auto;
    padding: 11px 16px;
  }
  #section06 .sec06_car {
    bottom: 0;
    left: 75%;
    transform: translateX(-50%);
    max-width: 140px;
  }
  #section06 .sec06_coin {
    top: 0;
    left: 80%;
    transform: translateX(-50%);
    max-width: 140px;
  }
  #section06 .sec06_home {
    top: 109px;
    left: 0;
    max-width: 140px;
  }
}

/* footer */
#footer {
  width: 100%;
  background-color: #26293d;
  padding: 22px 48px 50px;
}
.footer_container {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}
.footerTitleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff4d;
}
.footerTitleArea .flex-row {
  display: flex;
  align-items: center;
}
.termsUse,
.termsPersonal {
  cursor: pointer;
}
.footerTitleArea .flex-row p {
  color: #ddd;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.driverPartnershipTxt {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #4c7eff;
  cursor: pointer;
}
.dividingLine {
  width: 1px;
  height: 8px;
  background-color: #ccc;
  margin: 0 12px;
}
.footerContentArea {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footerLeft {
  margin-top: 20px;
}
.footerLeft .flex-row {
  display: flex;
  align-items: center;
}
.footerLeft .businessInfo {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.footerLeft .noti {
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  margin: 16px 0 24px;
}
.footerLeft .noti2 {
  display: none;
}
.footerLeft .copyright {
  font-size: 12px;
  line-height: 15.02px;
  color: #aaa;
  font-weight: 700;
}
.footerRight {
  margin-top: 24px;
}
.footerRight .row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.operatingTime {
  font-size: 24px;
  line-height: 36px;
  color: #4c7eff;
  font-weight: 300;
  margin-bottom: 6px;
}
.lunchTime {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 2px;
}
.footerRight .noti {
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  margin-bottom: 24px;
}
.footerRight .noti2 {
  display: none;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  margin-bottom: 24px;
}
.kakaoBtn {
  width: 140px;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.kakaoBtn img {
  width: 19px;
  margin-right: 7px;
}
.kakaoBtn p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
}
.snsArea {
  display: flex;
  align-items: center;
}
.snsArea img {
  width: 28px;
  margin-left: 24px;
  cursor: pointer;
}
.topButton,
.goToTop {
  display: none;
}
.goToTop {
  width: 125px;
  padding: 10.5px 0;
  border-radius: 30px;
  background-color: #2b305b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  right: 16px;
  box-shadow: 0px 6px 8px 0px #00000052;
  z-index: 3;
}
.goToTop p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  margin-right: 6px;
}
.copyright.mobile {
  display: none;
}
@media screen and (max-width: 1130px) {
  .footerLeft .flex-row:nth-child(3) {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .footerLeft .flex-row:nth-child(3) .dividingLine {
    display: none;
  }
}
@media (max-width: 1024px) {
  #footer {
    padding: 22px 48px 48px;
  }
  .footer_container {
    max-width: 928px;
  }

  .footerLeft .noti {
    display: none;
  }
  .footerLeft .noti2 {
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin: 16px 0 24px;
    color: #aaa;
  }
  .kakaoBtn img {
    width: 16px;
    margin-right: 6px;
  }
  .kakaoBtn p {
    font-size: 14px;
    line-height: 22px;
  }
  .snsArea {
    display: flex;
    align-items: center;
  }
  .snsArea img {
    width: 24px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 870px) {
  .footerLeft .flex-row {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .footerLeft .flex-row .dividingLine {
    display: none;
  }
}
@media (max-width: 768px) {
  #footer {
    padding: 24px 16px 40px;
  }
  .footerTitleArea {
    padding-bottom: 16px;
  }
  .footerTitleArea .flex-row p {
    line-height: 22px;
    font-weight: 400;
  }
  .footerContentArea {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footerLeft .flex-row {
    flex-direction: row;
    align-items: baseline;
  }
  .footerLeft .flex-row .dividingLine {
    display: block;
  }
  .footerLeft {
    margin-top: 16px;
  }
  .footerLeft .businessInfo {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .footerLeft .noti {
    display: none;
  }
  .footerLeft .noti2 {
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin: 8px 0 16px;
  }
  .footerLeft .copyright {
    display: none;
  }
  .copyright.mobile {
    display: block;
    font-size: 12px;
    line-height: 15.02px;
    color: #aaa;
    font-weight: 700;
  }
  .footerRight {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .operatingTime {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .lunchTime {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 2px;
  }
  .footerRight .noti {
    display: none;
  }
  .footerRight .noti2 {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    margin-bottom: 12px;
  }
  .kakaoBtn {
    width: 109px;
    padding: 10px 0;
  }
  .kakaoBtn img {
    width: 16px;
    margin-right: 6px;
  }
  .kakaoBtn p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
  }
  .snsArea img {
    width: 24px;
    margin-left: 28px;
  }
}

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

@media screen and (max-width: 378px) {
  #popup01,
  #popup06 {
    width: 250px;
    height: auto;
    top: calc(50% - 145px);
    left: calc(50% - 170px);
  }
  .popup-contents-box2 .title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;
    margin-bottom: 8px;
  }
  .popup-contents-box2 .sub-title {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -2%;
    margin-bottom: 16px;
  }
  .popup-contents-box2 .popup-qr {
    width: 100px;
  }
}
