/* ================= section11 ================= */
.home_section11 {
  background: linear-gradient(90deg, #d2e9f9 0%, #e4f2fa 17%, #fdfefe 74%, #ffffff 100%);
  padding: 15rem 0 9rem;
  overflow: hidden;
  position: relative;
}
.home_section11 .top_box {
  margin-bottom: 13rem;
  align-items: center;
}
.home_section11 .head .syedittext h2 {
  font-size: 13.2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
  margin: 0;
  max-width: 100%;
}
.home_section11 .head .syedittext h2 small {
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
}
.home_section11 .head .syedittext .subtitle {
  font-size: 3rem;
  color: var(--title);
  font-weight: 500;
  margin-top: 3rem;
  text-transform: none;
}
.home_section11 .head .syedittext .stars {
  width: 2.9rem;
}
.home_section11 .right {
  max-width: 78rem;
  width: 100%;
}
.home_section11 .right .syedittext h3 {
  font-weight: 600;
  font-size: 2.8rem;
}
.home_section11 .right .syedittext p {
  margin-top: 2rem;
}
.home_section11 .form {
  margin-top: 3rem;
}
.home_section11 .form form {
  gap: 1.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
}
.home_section11 .form select {
  width: 100%;
  height: 6.2rem;
  display: block;
  border-radius: 0.6rem;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0 4.8rem 0 2.4rem;
  background: url(../img/select.svg) no-repeat right 2.3rem center / 1.3rem #fff;
}
.home_section11 .form input[type="submit"] {
  font-size: 1.8rem;
  padding: 0 5rem;
}
.home_section11 .marquee_area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}
.home_section11 .marquee_track {
  display: flex;
  gap: 2.6rem;
  width: max-content;
  animation: home11Marquee 35s linear infinite;
}
.home_section11 .marquee_track.reverse {
  animation-direction: reverse;
  transform: translateX(-10rem);
}
.home_section11 .marquee_track:hover {
  animation-play-state: paused;
}
@keyframes home11Marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 1.3rem));
  }
}
.home_section11 .circle {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.4px solid transparent;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.home_section11 .circle:hover {
  transform: scale(1.05);
}
.home_section11 .c1 {
  border-color: #9176c4;
}
.home_section11 .c2 {
  border-color: #768ec1;
}
.home_section11 .c3 {
  border-color: #76c1c1;
}
.home_section11 .c4 {
  border-color: #8cc5f9;
}
.home_section11 .c5 {
  border-color: #e6c2b3;
}
.home_section11 .circle img {
  max-width: 65%;
  max-height: 65%;
  object-fit: contain;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_section11 .head .syedittext h2 {
    font-size: 12rem;
  }
  .home_section11 .head .syedittext h2 small {
    font-size: 10rem;
  }
  .home_section11 .form_row {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_section11 .top_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
  .home_section11 .right {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_section11 .head .syedittext h2 {
    font-size: 10rem;
  }
  .home_section11 .head .syedittext h2 small {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .home_section11 {
    padding: 6rem 0;
  }
  .home_section11 .top_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .home_section11 .head .syedittext h2 {
    font-size: 8rem !important;
  }
  .home_section11 .head .syedittext h2 small {
    font-size: 6rem !important;
  }
  .home_section11 .head .syedittext .subtitle {
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  .home_section11 .box_title {
    font-size: 2.4rem;
  }
  .home_section11 .form_row {
    flex-direction: column;
    gap: 1.5rem;
  }
  .home_section11 .select_box,
  .home_section11 .btn_search {
    width: 100%;
    height: 5.5rem;
    font-size: 1.6rem;
    padding: 0 2rem;
  }
  .home_section11 .circle {
    width: 15rem;
    height: 15rem;
  }
}
@media screen and (max-width: 576px) {
  .home_section11 .head .syedittext h2 {
    font-size: 6rem;
  }
  .home_section11 .head .syedittext h2 small {
    font-size: 8rem;
  }
  .home_section11 .head .syedittext .subtitle {
    font-size: 1.8rem;
  }
  .home_section11 .circle {
    width: 12rem;
    height: 12rem;
  }
  .home_section11 .marquee_area {
    gap: 1.5rem;
  }
  .home_section11 .form form {
    grid-template-columns: 1fr;
  }
  .home_section11 .form select {
    font-size: 14px;
    height: 46px;
    padding-left: 20px;
  }
  .home_section11 .form input[type="submit"] {
    line-height: 46px !important;
    margin-top: 8px;
  }
}
.home_blog {
  padding: 9.4rem 0;
  overflow: hidden;
}
.home_blog .tab {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home_blog .tab ul {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3.3rem;
  background-color: #f4f4f4;
  padding: 0.8rem;
}
.home_blog .tab ul li {
  cursor: pointer;
  transition: all 0.3s;
  line-height: 5rem;
  border-radius: 100px;
  font-size: 1.8rem;
  padding: 0 2.2rem;
}
.home_blog .tab ul .active,
.home_blog .tab ul li:hover {
  color: #fff;
  background-color: var(--primary);
}
.home_blog .tab a {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: #f4f4f4;
  padding: 0 3.5rem;
  line-height: 6.6rem;
}
.home_blog .tab a::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  background: url(../img/icon-add.svg) no-repeat center / contain;
}
.home_blog .tab a:hover {
  color: #fff;
  background-color: var(--primary);
}
.home_blog .tab a:hover::after {
  filter: contrast(0) brightness(2);
}
.home_blog .home_blog_swiper {
  display: none;
  margin-top: 5.6rem;
}
.home_blog .home_blog_swiper.active {
  display: block;
}
.home_blog .home_blog_swiper .swiper-slide {
  max-width: 60.4rem;
}
@media screen and (max-width: 768px) {
  .home_blog .tab ul {
    padding: 3px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .home_blog .tab ul::-webkit-scrollbar {
    display: none;
  }
  .home_blog .tab ul li {
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
    white-space: nowrap;
  }
  .home_blog .tab a {
    font-size: 14px;
    padding: 0 20px;
    line-height: 46px;
  }
  .home_blog .home_blog_swiper {
    margin-top: 3rem;
  }
  .home_blog .home_blog_swiper .swiper-slide {
    max-width: 260px;
  }
}
.home_search {
  position: relative;
  z-index: 9;
  transform: translateY(-50%);
}
.home_search .wrap {
  position: relative;
}
.home_search .search {
  padding: 9px 8px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #e7eaf0;
  box-shadow: 0 2px 0 rgba(12,26,48,.06), 0 20px 60px rgba(91,44,145,.10);
}
.home_search .search input[type="submit"] {
  display: none;
}
.home_search .search .btn_submit {
  width: 5.8rem;
  max-width: unset;
  height: 5.8rem;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.home_search .search .btn_submit:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(91,44,145,.3);
}
.home_search .search .btn_submit::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  filter: contrast(0) brightness(2);
  background: url(../img/icon-search.svg) no-repeat center/contain;
}
.home_search .search .field {
  flex: 1;
  padding: 5px 2rem;
  border-right: 1px solid #e7eaf0;
}
.home_search .search .field:last-child {
  border-right: none;
}
.home_search .search label {
  display: block;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: max-content;
}
.home_search .search select {
  display: block;
  width: 100%;
  height: 2.6rem;
  border: none;
  outline: none;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 6px;
}
.home_search .list {
  position: absolute;
  left: 50%;
  top: 100%;
  width: calc(100% - 7.6rem);
  min-height: 20rem;
  transform: translateX(-50%);
  transition: all .3s;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  padding: 3rem 3rem 4rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.home_search .list.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 10px);
}
.home_search .list.loading::before {
  background-color: #fff;
}
.home_search .list ul {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home_search .list ul .empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.6rem;
  color: #6b7280;
  list-style: none;
}
.home_search .list .btn {
  display: block;
  max-width: max-content;
  margin: 5rem auto 0;
  padding: 0 3rem;
  line-height: 5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  section:not(.section_banner):not(.no_mobile_section_pad).home_search {
    padding: 0;
    transform: translateY(-20px);
  }
  .home_search .search {
    padding: 8px;
    border-radius: 10px;
  }
  .home_search .search .btn_submit {
    width: 52px;
    height: 52px;
  }
  .home_search .search label {
    letter-spacing: 1px;
  }
  .home_search .search select {
    font-size: 14px;
  }
  .home_search .search .field {
    padding: 3px 12px;
  }
  .home_search .list {
    width: 100%;
    padding: 20px 20px 30px;
    border-radius: 10px;
  }
  .home_search .list ul {
    gap: 12px;
  }
  .home_search .list .btn_quote {
    display: block;
  }
  .home_search .list .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .home_search .search .btn_submit {
    display: none;
  }
  .home_search .search {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home_search .search select {
    margin-top: 0;
  }
  .home_search .search .field {
    padding: 10px;
    border-bottom: 1px solid #e7eaf0;
  }
  .home_search .search .field:nth-child(odd) {
    border-right: none;
  }
  .home_search .search .field:nth-last-child(1),
  .home_search .search .field:nth-last-child(2) {
    border-bottom: none;
  }
  .home_search .list {
    padding: 10px 10px 20px;
  }
  .home_search .list ul {
    gap: 20px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}