@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

* {
  font-family: "Pretendard";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  /* transition-timing-function: linear; */
}
.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.carousel-item {
  opacity: 0.5; /* Set initial opacity */
  transition: opacity 0.8s;
}
.carousel-item.active {
  opacity: 1; /* Set opacity for active item */
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-box {
  display: none;
}
.mobile-swiper {
  display: none !important;
}

.in-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav-bar {
  display: none;
}

a.app-download {
  background-color: #ff6633;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0px 6px;
  cursor: pointer;
}
a.franchise-btn {
  width: 180px;
}

a.app-download img {
  width: 150px;
}
.main-content {
  padding-top: 80px; /* 헤더 높이만큼 여백 추가 */
}

#section-franchise {
  width: 100%;
  margin: 0;
  padding: 0;
}

#section0 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.section0-pc {
  display: block;
}

.section0-mobile {
  display: none !important;
}

.section0-content-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* padding: 40px 40px;
  max-width: 1600px; */
  margin: 0 auto;
  height: 100%;
}
.section0-hover-content {
  width: 100%;
  height: 900px;
  border-bottom: 46px solid #ff6633;

  cursor: pointer;
}

.section0-hover-content.hovered {
  background-color: rgba(82, 82, 82, 0.3);
  border-bottom: 46px solid rgba(197, 49, 0, 0.731);
}

.section0-hover-content.img-hovered img {
  filter: brightness(70%);
}

/* 위아래로 움직이는 애니메이션 */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Hover 시 아이템에 애니메이션 적용 */
.section0-hover-content:hover .setcion0-icon-left img,
.section0-hover-content:hover .setcion0-icon-right img {
  animation: floatUpDown 1.5s ease-in-out infinite;
}

.section0-hover-content:hover .section0-bg-2 {
  animation: floatUpDown 1.5s ease-in-out infinite;
}

.section0-content-box {
  padding: 40px 60px;
  max-width: 800px;
  /* max-width: 50%; */
}

.section0-title {
  height: 280px;
}

.section0-title h2 {
  color: #ff6633;
  font-weight: 800;
}

.section0-title h3 {
  color: #ff6633;
  font-weight: 700;
}

.section0-title-box {
  margin-bottom: 18px;
}

.section0-title-box h3 {
  margin-right: 5px !important;
}

.section0-title-box h2,
.section0-title-box h3,
.section0-title-box h4 {
  display: inline-block;
  margin: 0;
}
.section0-title-box h4 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}

.section0-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  cursor: pointer;
  border: 1px solid #ff6633;
  border-radius: 20px;
  padding: 4px 0px;
  transition: 0.3s;
  max-width: 160px;
  z-index: 1200;
  position: relative;
}

.section0-button h6 {
  color: #ff6633;
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 3px;
}

.section0-button-left.button-hovered {
  background-color: #ff6633;
}

.section0-button-left.button-hovered h6 {
  color: #fff;
  transition: color 0.3s ease;
}

.section0-button-right.button-hovered {
  background-color: #ff6633;
}

.section0-button-right.button-hovered h6 {
  color: #fff;
  transition: color 0.3s ease;
}

.setcion0-img-box1 {
  position: relative;
  top: -8rem;
  left: -2rem;
}

.setcion0-img-box2 {
  position: relative;
  top: -8rem;
}

.section0-bg {
  position: relative;
  max-width: 600px;
  right: -9rem;
}

.section0-bg-1 {
  position: relative;
  max-width: 600px;
  width: 120%;
  right: -6rem;
}

.section0-bg-2 {
  max-width: 450px;
  position: absolute;
  right: 1rem;
  top: 2rem;
  z-index: 99;
}

.setcion0-icon-left {
  position: absolute;
  bottom: -2rem;
}

.setcion0-icon-left .section0-item1 {
  position: relative;
  right: -2rem;
  bottom: 11rem;
}

.setcion0-icon-left .section0-item2 {
  position: relative;
  right: -2rem;
  bottom: 4rem;
}

.setcion0-icon-left .section0-item3 {
  position: relative;
  right: -2rem;
  bottom: 0rem;
}

.setcion0-icon-right {
  position: absolute;
  top: -2rem;
  right: 0rem;
}

.setcion0-icon-right .section0-item4 {
  position: relative;
  bottom: 4rem;
  left: 7rem;
}

.setcion0-icon-right .section0-item5 {
  position: relative;
  bottom: 1rem;
  left: 10rem;
}

.setcion0-icon-right .section0-item6 {
  position: relative;
  bottom: -7rem;
  left: 7.5rem;
}

.section0-scroll {
  position: absolute;
  bottom: 30px;
  width: 50px;
}

#section1 {
  background-image: url("../img/section1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1080px;
}

.section1-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.section1-title h1 {
  /* margin-top: -30px; */
  font-size: 70px;
  color: #fff;
  line-height: normal;
  font-weight: 400;
}

.section1-title h1 span {
  font-weight: 800;
}

.section1-title .re-size {
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: -80px;
}

.section1-title .re-size_2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: -55px;
}

.section1-des h3 {
  margin-top: 45px;
  font-size: 35px;
  color: #fff;
  line-height: 60px;
}

.section1-des > h3 {
  font-weight: 500;
}

.section1-des span {
  font-weight: 600;
  font-size: 40px;
}

#section2 {
  background-color: rgb(255, 102, 51);
  height: 800px;
}

.section2-content-wrap {
  display: flex;
  align-items: center;
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;

  flex-direction: column;
}

.section2-title {
  margin-bottom: 80px;
}
.section2-title h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}
.section2-title span {
  font-size: 55px;
  font-weight: 700;
}

.section2-content-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  height: 500px;
}
.section2-content {
  width: 31%;
  background-color: #fff;
  border-radius: 20px;
  height: 425px;
  justify-content: center;
  padding: 40px 20px;
  margin: 0 auto;
}

.section2-content .section2-img-box {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: block;
}

.section2-content .section2-img-box img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.section2-content h3 {
  font-size: 45px;
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
}

.section2-content h4 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
}

.section2-content p {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.line_img {
  margin: 20px auto;
  width: 40px;
  text-align: center;
  display: flex;
}

.section3-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.section3-text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 650px;
}

.section3-title h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.section3-des h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin: 0px 0px 65px 0px;
}
.section-carousel-wrap-right .carousel {
  width: 740px;
  height: 650px;
  /* perspective: 200px; */
}
.section-carousel-wrap-right .carousel .carousel-item {
  width: 420px;
  height: 780px;
  object-fit: cover;
  margin: 0 auto;
}
.section-carousel-wrap-right .carousel .carousel-item img {
  width: 420px;
  height: 780px;
  object-fit: cover;
  margin: 0 auto;
}

#section4 {
  background-image: url("../img/section4.png");
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section4-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.section-carousel-wrap-left .carousel {
  width: 740px;
  height: 650px;
  /* perspective: 200px; */
}
.section-carousel-wrap-left .carousel .carousel-item {
  width: 420px;
  height: auto;
}
.section-carousel-wrap-left .carousel .carousel-item img {
  width: 420px;
  height: 780px;
  object-fit: cover;
  margin: 0 auto;
}

.section5-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 0;
  max-width: 1200px;
  margin: 0 auto;
}

#section6 {
  background-color: #f7f7f7;
  height: 800px;
}

.section6-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 0;
  max-width: 1200px;
  margin: 0 auto;
}

#section7 {
  background-image: url("../img/section7.png");
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section7-content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.section7-title h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 70px;
  color: #fff;
}

.section8-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.section8-title h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 70px;
  color: #1a1f27;
  margin: 0;
}

.section8-title p {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.section8-des h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #1a1f27;
}

.section8-img-box img {
  width: 410px;
}

#section9 {
  background-image: url("../img/section9.png");
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

.section9-content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.section9-title h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin: 0 0 15px 0;
}

.section9-des {
  margin-top: 40px;
}
.section9-des h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}

#section10 {
  background-image: url("../img/section10.png");
  /* height: 600px; */
  background-repeat: no-repeat;
  background-size: cover;
}

.section10-content-wrap {
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.section10-content-box1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section10-title h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 60px;
  color: #1a1f27;
  margin: 0;
}

.section10-title p {
  font-size: 22px;
  margin-bottom: 10px;
}

.section10-des h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #1a1f27;
}

.check-li {
  margin: 10px 20px;
  display: flex;
  align-items: flex-start;
}
.check-li img {
  width: 20px;
  margin-right: 10px;
}
.check-li span {
  font-size: 18px;
  /* text-decoration: #2d2d2d solid underline 0.5px; */
  /* text-underline-offset: 12px; */
  width: 500px;
  display: inline-block;
  /* height: 0.5px; */
  border-bottom: 0.5px solid #2d2d2d;
  padding-bottom: 7px;
}
.section10-content-box2 {
  margin: 100px auto;
}

.section10-content-box2 img {
  width: 100%;
}

.section10-content-box3 {
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
}

.section10-content-box3 .map-img {
  width: 450px;
}

.section10-content-box3-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.section10-content-box3-right p {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #1a1f27;
}

.section10-content-box3-right img {
  width: 350px;
  margin-bottom: 30px;
}

footer {
  width: 100%;
  background-color: #ff6633;
  color: #fff;
  padding: 20px 0;
}

.in-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 1200px;
  margin: 20px auto;
}

.footer-download {
  display: flex;
  align-items: center;
}

.fixed-btn {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  background-color: #ff6633;
  right: 0;
  border-top-left-radius: 10px;
}

.fixed-btn-content {
  padding: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 991px) and (max-width: 1240px) {
  .in-header {
    max-width: 95%;
  }

  .section1-content-wrap {
    max-width: 95%;
  }

  .section2-content-box {
    max-width: 95%;
  }

  .section2-content h4 {
    font-size: 22px;
    line-height: 30px;
  }

  .section-carousel-wrap-right {
    max-width: 95%;
  }

  .section-carousel-wrap-right .carousel {
    width: 585px;
  }

  .section-carousel-wrap-right .carousel .carousel-item {
    width: 380px;
  }
  .section-carousel-wrap-right .carousel .carousel-item img {
    width: 380px;
    height: 700px;
  }

  .section3-des h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .section4-content-wrap {
    max-width: 95%;
  }
  .section-carousel-wrap-left .carousel {
    width: 585px;
  }
  .section-carousel-wrap-left .carousel .carousel-item {
    width: 380px;
  }

  .section-carousel-wrap-left .carousel .carousel-item img {
    width: 380px;
    height: 700px;
  }

  .section5-content-wrap {
    max-width: 95%;
  }
  .section6-content-wrap {
    max-width: 95%;
  }

  .section7-content-wrap {
    max-width: 95%;
  }

  .section8-content-wrap {
    max-width: 95%;
  }

  #section9 {
    background-position: center;
  }
  .section9-content-wrap {
    max-width: 95%;
  }
  .section10-content-wrap {
    max-width: 95%;
  }

  .section10-title h1 {
    font-size: 35px;
    line-height: 50px;
  }

  footer {
    height: 200px;
  }
  .in-footer {
    max-width: 95%;
  }

  .in-footer p {
    font-size: 12px;
  }
}

/*모바일 1240px 이하 일때*/
@media only screen and (max-width: 990px) {
  .in-header {
    max-width: 90%;
  }

  .logo {
    width: 70px;
  }

  .nav-bar {
    display: none;
  }

  .mobile-box {
    display: block;
  }

  .mobile-swiper {
    display: block !important;
  }

  .pc-box {
    display: none !important;
  }

  .mobile-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  a.app-download {
    background-color: #ff6633;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin: 0px 3px;
    color: #fff;
    font-size: 11px;
    height: 33px;
    font-weight: 600;
    width: 75px;
  }

  a.app-download img {
    width: 150px;
  }
  .main-content {
    padding-top: 70px; /* 헤더 높이만큼 여백 추가 */
  }

  /*section 0*/
  .section0-pc {
    display: none;
  }

  .section0-mobile {
    display: block !important;
  }

  .section0-hover-content {
    height: 800px;
  }
  .section0-content-wrap {
    flex-direction: column;
  }

  .section0-content-box {
    padding: 30px 40px;
  }

 .section0-title h2 {
    font-size: 2.4rem;
  }

  .section0-title h3 {
    font-size: 2.4rem;
  }

  .section0-title-box {
    margin-bottom: 8px;
  }

  .section0-title-box h3 {
    font-size: 1.6rem;
  }

  .section0-title-box h4 {
    font-size: 1.3rem;
  }

  .section0-title {
    height: 180px;
  }

  .section0-scroll {
    display: none;
  }

  .section0-button {
    margin-top: 4rem;
    max-width: 120px;
  }

  .section0-button h6 {
    color: #ff6633;
    font-weight: 500;
    font-size: 1.2rem;
  }

  .setcion0-img-box1 {
    top: -1rem;
    right: 2rem !important;
  }

  .setcion0-img-box2 {
    top: 3rem;
    left: -1rem !important;
  }

 .setcion0-icon-right {
    right: 8rem;
  }

 .setcion0-icon-right .section0-item4 {
    right: -1rem;
    bottom: 1rem;
  }

  .setcion0-icon-right .section0-item5 {
    left: 10rem;
    bottom: 1rem;
  }

  .setcion0-icon-right .section0-item6 {
    left: 12rem;
    bottom: -2rem;
  }

  .setcion0-icon-left .section0-item1 {
    right: 0rem;
    bottom: 3rem;
  }
  .setcion0-icon-left .section0-item2 {
    right: 0rem;
    bottom: -0.5rem;
  }.setcion0-icon-left .section0-item3 {
    right: -1rem;
    bottom: -2rem;
  }
  .section0-bg {
    position: static;
    padding: 12% 0 0 12%;
    max-width: 420px;
    width: 120%;
  }

 .section0-bg-1 {
    max-width: 500px;
    right: 0rem;
    top: -2rem;
  }

  .section0-bg-2 {
    max-width: 80%;
    right: -1.6rem;
    top: 0;
  }

  .setcion0-icon-left img {
    width: 30px;
  }

  .setcion0-icon-right img {
    width: 30px;
  }

  .setcion0-icon-left img,
  .setcion0-icon-right img {
    animation: floatUpDown 1.5s ease-in-out infinite;
  }

  .section0-bg-2 {
    animation: floatUpDown 1.5s ease-in-out infinite;
  }

  #section1 {
    background-image: url("../img/section1-mobile.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 850px;
  }

  .section1-content-box {
    /* margin-top: 50px; */
  }
  .section1-content-wrap {
    padding: 20px 40px;
    margin: 0 auto;
    height: 100%;
    align-items: flex-start;
  }

  .section1-title h1 {
    font-size: 35px;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
    padding-top: 5px;
  }

  .section1-title .re-size {
    margin-top: 0;
  }

  .section1-des h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
  }

  .section1-des > h3 {
    font-weight: 500;
  }

  .section1-des span {
    font-weight: 600;
    font-size: 24px;
  }

  #section2 {
    background-color: rgb(255, 102, 51);
    height: auto;
  }

  .section2-content-wrap {
    display: flex;
    align-items: center;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 80px;
    flex-direction: column;
  }

  .section2-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .section2-title h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
  }
  .section2-title span {
    font-size: 40px;
    font-weight: 700;
  }

  .swiper {
    width: 100%;
    white-space: nowrap;
    padding: 20px;
  }

  .section2-content-box {
    display: block;
    width: 100%;

    /* max-width: max-content; */
    /* margin: 0px 30px; */
  }
  .section2-content {
    width: 70% !important;
    height: 290px !important;
    border-radius: 30px;
  }

  .section2-content .section2-img-box {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: block;
  }

  .section2-content .section2-img-box img {
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .section2-content h3 {
    font-size: 30px;
    margin-top: 15px;
    font-weight: 700;
    text-align: center;
  }

  .section2-content h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }

  .section2-content p {
    margin-top: 18px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }

  .line_img {
    margin: 20px auto;
    width: 40px;
    text-align: center;
    display: flex;
  }

  .section3-content-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
  }

  .section3-content {
    width: 100%;
    height: 530px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* margin-right: 15px; */
    margin-top: -40px;
  }

  .section3-content img {
    width: 100%;
    /* height: 500px; */
  }
  .section3-text-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }

  .section3-title h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
  }

  .section3-des h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0px 0px 40px 0px;
  }

  .section3-content-wrap .carousel {
    width: 720px;
    height: 650px;
    /* perspective: 200px; */
  }
  .section3-content-wrap .carousel .carousel-item {
    width: 450px;
    height: auto;
  }
  .section3-content-wrap .carousel .carousel-item img {
    width: 450px;
    height: 850px;
    object-fit: cover;
    margin: 0 auto;
  }
  #section4 {
    height: auto;
  }

  .section4-content-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
  }

  .section-title-left h1 {
    text-align: left !important;
  }
  .section4-content-wrap .carousel {
    width: 720px;
    height: 650px;
    /* perspective: 200px; */
  }
  .section4-content-wrap .carousel .carousel-item {
    width: 450px;
    height: auto;
  }
  .section4-content-wrap .carousel .carousel-item img {
    width: 450px;
    height: 850px;
    object-fit: cover;
    margin: 0 auto;
  }

  .section5-content-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
  }

  #section6 {
    background-color: #f7f7f7;
    height: auto;
  }

  .section6-content-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
  }

  #section7 {
    background-image: url("../img/section7-mobile.png");
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section7-content-wrap {
    display: flex;
    padding: 20px 40px;
    align-items: flex-end;
  }

  .section7-title h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .section8-content-wrap {
    display: flex;
    flex-direction: column;
    padding: 60px 40px;
  }

  .section8-title h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .section8-title p {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
  }

  .section8-des h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .section8-img-box img {
    width: 100%;
    margin-top: 20px;
  }

  #section9 {
    background-image: url("../img/section9-mobile.png");
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section9-content-wrap {
    padding: 20px 40px;
    align-items: flex-end;
  }

  .section9-title h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .section9-des {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .section9-des h3 {
    font-size: 15px;
    line-height: 26px;
  }

  #section10 {
    background-image: url("../img/section10.png");
    /* height: 600px; */
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section10-content-wrap {
    padding: 50px 30px;
  }

  .section10-content-box1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .section10-title h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    color: #1a1f27;
    margin: 0;
  }

  .section10-title p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section10-des h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    color: #1a1f27;
  }

  .section10-content-box2 {
    margin: 30px auto;
  }

  .section10-content-box2 img {
    width: 100%;
  }

  .section10-content-box3 {
    flex-direction: column;
    margin: 50px auto;
  }

  .section10-content-box3 .map-img {
    width: 80%;
    margin: 30px auto;
  }

  .section10-content-box3-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }

  .section10-content-box3-right p {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    color: #1a1f27;
  }

  .section10-content-box3-right img {
    width: 85%;
    margin: 30px auto;
  }

  footer {
    width: 100%;
    background-color: #ff6633;
    color: #fff;
    padding: 20px 0;
  }

  .in-footer {
    flex-direction: column;
    padding: 0px 40px;
    align-items: flex-start;
  }
  .mobile-footer {
    margin-top: 20px;
  }

  .fixed-btn {
    position: fixed;
    bottom: 0;
    background-color: #ff6633;
    right: 0;
    border-top-left-radius: 10px;
  }

  .fixed-btn-content {
    padding: 12px;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  /*section 0*/
  .section0-pc {
    display: none;
  }

  .section0-mobile {
    display: block !important;
  }

  .section0-hover-content {
    height: 800px;
  }
  .section0-content-wrap {
    flex-direction: column;
  }

  .section0-content-box {
    padding: 30px 40px;
  }

 .section0-title h2 {
    font-size: 3.4rem;
  }

  .section0-title h3 {
    font-size: 3.4rem;
  }

  .section0-title-box {
    margin-bottom: 10px;
  }

  .section0-title-box h3 {
    font-size: 2.6rem;
  }

  .section0-title-box h4 {
    font-size: 2rem;
  }

  .section0-title {
    height: 230px;
  }

  .section0-scroll {
    display: none;
  }

  .section0-button {
    margin-top: 4rem;
    max-width: 120px;
  }

  .section0-button h6 {
    color: #ff6633;
    font-weight: 500;
    font-size: 1.2rem;
  }

  .setcion0-img-box1 {
    top: -10rem;
    left: 10rem !important;
  }

  .setcion0-img-box2 {
    top: -8rem;
    left: 15rem !important;
  }

  .setcion0-icon-right .section0-item6 {
    right: -3rem;
    bottom: -4rem;
  }

  .setcion0-icon-left .section0-item1 {
    bottom: 5rem;
  }
  .setcion0-icon-left .section0-item2 {
    bottom: 2rem;
  }
  .section0-bg {
    max-width: 600px;
    width: 100%;
  }

  .section0-bg-2 {
    max-width: 80%;
    right: 5.4rem;
    top: 4rem;
  }

  .setcion0-icon-left img {
    width: 60px;
  }

  .setcion0-icon-right img {
    width: 60px;
  }

  .setcion0-icon-left img,
  .setcion0-icon-right img {
    animation: floatUpDown 1.5s ease-in-out infinite;
  }

  .section0-bg-2 {
    animation: floatUpDown 1.5s ease-in-out infinite;
  }
}
