body > br {
    display: none;
}


#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    border-top: 7px solid #e8118c;
    border-bottom: 1px solid rgb(0,0,0,0.1);
    padding: 0 7%;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: 1px solid rgb(0,0,0,0.1) !important;
}

.navbar_type8 .logo img {
    padding: 0;
  width: 100%;
  object-position: left;
  height: 100%;
  transition: all 0.4s ease-in-out;
}

#main_index .navbar_type8 .logo img {
    height: 170%;
}

.navbar_type8.dark_nav .logo img {
    height: 100% !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    overflow: visible;
}

.navbar_type8 .nav_tab {
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    background-color: #e8118c;
  border-radius: 30px;
  color: #fff;
  padding: 10px 22px;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
  margin: 0 2px;
  position: relative;
}

.navbar_type8 .nav_tab .nav_item:last-child {
    margin-left: 10px;
}

.navbar_type8 .nav_tab .nav_item::after {
   content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 85%;
  background-color: #000;
  opacity: 0.4;
}

.navbar_type8 .nav_tab .nav_item:nth-last-child(2)::after {
    display: none;
}

.navbar_type8 .nav_tab .nav_item:last-child::after {
    display: none;
}

.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 5%;
  top: 110%;
  width: 0;
  border-bottom: none;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 2px;
  background-color: #e8118c;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
   width: 90%; 
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    display: none;
}

/*footer*/

.footer_type6 {
  background-color: #222a35;
  background-image: url('https://cdn1.npcdn.net/userfiles/26939/image/footer-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: white;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  font-size: 14px;
  line-height: 1.4;
}

.footer_type6 .title h5 {
    color: #e8118c;
  font-weight: 600;
  font-family: "Prompt", serif;
  font-size: 19px;
}

.footer_type6 .title {
    min-height: unset;
}

.footer_type6 .logo img {
    max-height: 90px;
}

.footer_type6 .logo {
    padding-top: 90px;
}

.footer_type6 a:hover {
    color: #e8118c;
}

.footer_type6 p.mb-2 {
    margin-bottom: 5px !important;
}

/*homepage banner*/


.slider_banner .slick-next::before {
  content: "";
  background-image: unset;
  width: 45px;
  height: 45px;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  filter: unset;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.slider_banner .slick-prev::before {
  content: "";
  background-image: unset;
  width: 45px;
  height: 45px;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  filter: unset;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.slider_banner .slick-next, .slider_banner .slick-prev {
    width: 45px;
  height: 45px;
}

/*homepage about*/

.hp_about {
    padding: 1.5rem 8%;
  background-image: url('https://cdn1.npcdn.net/userfiles/26939/image/about-bg.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.hp_about_img {
    width: 93%;
  position: relative;
  left: -7%;
}

.hp_about_right {
    display: flex;
  align-items: center;
}

.hp_big_title {
    font-family: "Prompt", serif;
  color: #000;
  font-size: 2.75vw;
  font-weight: 600;
  margin-bottom: 10px;
}

.hp_big_title span {
    display: block;
}

.hp_keyword {
    font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #555;
}

.hp_about_box {
    padding: 0 2vw 0 1vw;
}

.hp_about_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 35px;
}

.hp_button {
  position: relative;
  transition: all 0.35s ease-in-out;
  padding: 15px 30px;
  background-color: #e8118c;
  border-radius: 9999px;
  color: #ffff;
  font-weight: 300;
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  cursor: pointer;
}

.hp_button:hover {
  transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.8);
}

.hp_button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}


/*homepage solution*/
.hp_solution {
  padding: 3rem 9% 7rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/26939/image/solution-bg(1).jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.hp_solution_left {
    display: flex;
  align-items: center;
}

.hp_solution_left_button {
    display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.hp_solution_right_box {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-left: 2vw;
}

.hp_solution_point {
    position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
}

.hp_solution_img {
    overflow: hidden;
}

.hp_solution_img img {
    transition: all 0.4s ease-in-out;
}

.hp_solution_point:hover .hp_solution_img img {
    transform: scale(1.15);
}

.hp_solution_content {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hp_solution_button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 23px 33px;
  color: #fff;
  font-size: 1.35vw;
  font-weight: 500;
  font-family: "Prompt", serif;
  line-height: 1.2;
  text-align: left;
}

.hp_solution_point:nth-child(2), .hp_solution_point:nth-child(4) {
    transform: translateY(2rem);
}

/*homepage product*/
#main_index .index_wrapper_5 {
    padding: 5rem 11% 4rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/26939/image/product-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_product .hp_big_title, .hp_product .hp_keyword {
    color: #fff;
}

.hp_product_top_box {
    display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.hp_product .hp_button {
    background-color: #fff;
  color: #e8118c;
  font-weight: 400;
}

#main_index .productSlider-1 .slick-track .slick-slide {
  margin: 10px 13px;
  height: auto;
  flex: 1;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box {
  margin: 0;
  border: none;
  background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    background-color: #fff;
}

#main_index .productSlider-1 .product_img {
    padding: 0 2vw;
}

#main_index .productSlider-1 .product_img .product_box h6 {
  color: #fff;
  font-weight: 600 !important;
  font-size: 16px;
}

#main_index .productSlider-1 .product_img .product_box p {
    font-size: 12px;
    color: #fff;
    margin-bottom: .5rem;
}

#main_index .productSlider-1 .product_img .product_box .align-top {
    color: #fff;
}

#main_index .productSlider-1 .product_img .product_box .align-top a, #main_index .productSlider-1 .product_img .product_box .align-top a:hover {
    color: #fff;
}

#main_index .productSlider-1 .product_img .slick-next::before {
  content: "";
}

#main_index .productSlider-1 .product_img .slick-prev::before {
  content: "";
}

#main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 15px;
}

#main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev {
    width: 40px;
  height: 40px;
}

#main_index .productSlider-1 .product_img .slick-prev {
    left: -35px;
}

#main_index .productSlider-1 .product_img .slick-next {
  right: -40px;
}

/*homepage project*/

#main_index .index_wrapper_6 {
    padding: 5rem 11% 7rem;
  background-image: url('https://cdn1.npcdn.net/userfiles/26939/image/project-info-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hp_project .hp_big_title, .hp_project .hp_keyword {
    color: #fff;
}

.hp_project_top_box {
    display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.hp_project .hp_button {
    background-color: #fff;
  color: #e8118c;
  font-weight: 400;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
  padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 8px;
    transition: all 0.4s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
  padding: 0 7px;
}

#main_index .hp_photoGallerySlider_type3 {
  background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
  border-radius: 20px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
  content: "";
  background-image: unset;
  width: 40px;
  height: 40px;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  filter: unset;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 15px;
  text-shadow: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
  content: "";
  background-image: unset;
  width: 40px;
  height: 40px;
  background-size: unset;
  background-repeat: unset;
  text-indent: unset;
  display: flex;
  filter: unset;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 15px;
  text-shadow: none;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: 40px;
  height: 40px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
  right: 15px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: 15px;
}

/*homepage provider*/
.hp_provider {
    padding-top: 4rem;
}

.hp_provider .hp_big_title {
    color: #fff;
}

.hp_provider_point {
    background-color: #4a2b3a;
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.hp_provider_point:hover {
    transform: translateY(-10px);
}

.hp_provider_group {
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 2.5rem;
}

.hp_provider_number {
    display: flex;
  color: #fff;
  font-size: 2.9vw;
  font-weight: 600;
  font-family: "Prompt", serif;
  line-height: 1;
  align-items: center;
}

.hp_provider_keyword {
    font-size: 1.05vw;
  color: #fff;
  font-weight: 300;
  margin-top: 5px;
}

/*homepage client*/
.hp_client {
    padding: 5rem 11%;
    position: relative;
}

.hp_client .hp_big_title {
    margin-bottom: 2rem;
}

.hp_client::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
  background-image: url('https://cdn1.npcdn.net/userfiles/26939/image/client-bg(1).jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.hp_client_group {
    display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 18px 30px;
}

.hp_client_point {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hp_client_point:hover {
    transform: translateY(-10px);
}

/*homepage why*/

.hp_why {
    padding: 0 0 2rem 11%;
}

.hp_why_point {
    border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 35px;
}

.hp_why_bottom_box {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 3rem;
}

.hp_why_icon img {
    max-width: 75px;
}

.hp_why_point:hover .hp_why_icon img {
    animation: 1s swing;
}

.hp_why_top {
    display: flex;
  align-items: center;
  gap: 20px;
}

.hp_why_title {
    font-size: 1.25vw;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

.hp_why_keyword {
    font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #555;
  margin-top: 15px;
}

.hp_why_point:nth-child(2), .hp_why_point:nth-child(4) {
    transform: translateY(2rem);
}

.hp_why_left {
    padding-right: 0;
}

.hp_why_img {
    position: absolute;
  right: 0;
  top: -8vw;
  width: 96%;
}

/*homepage brand*/
.hp_brand {
    padding: 5rem 11%;
}

.hp_brand_top_box {
    margin-bottom: 1.5rem;
}

.hp_brand_point {
    margin: 10px 25px;
}

.hp_brand_img {
    transition: all 0.3s ease-in-out;
}

.hp_brand_img:hover {
    transform: translateY(-10px);
}

.hp_brand_img img {
    margin: 0 auto;
}

.hp_brand_bottom_box {
    padding: 0 1.5vw;
  width: 100%;
}

.hp_brand_slider .slick-arrow {
  z-index: 5;
}

.hp_brand_slider .slick-next::before {
  content: "";
}

.hp_brand_slider .slick-prev::before {
  content: "";
}

.hp_brand_slider .slick-prev::before, .hp_brand_slider .slick-next::before {
  text-shadow: none;
  color: #e8118c;
  opacity: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e8118c;
  border-radius: 50%;
  font-size: 15px;
}

.hp_brand_slider .slick-next, .hp_brand_slider .slick-prev {
    width: 40px;
  height: 40px;
}

.hp_brand_slider .slick-prev {
    left: -35px;
}

.hp_brand_slider .slick-next {
  right: -35px;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        padding: 10px 15px;
        font-size: 14px;
    }
    .navbar_type8 .nav_tab .nav_item:last-child {
      margin-left: 5px;
    }
    
    /*footer*/
    .footer_type6 {
        padding-top: 3rem;
    }
    
    /*homepage banner*/
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before, .slider_banner .slick-next, .slider_banner .slick-prev {
      width: 35px;
      height: 35px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 1.5rem 15px;
    }
    .hp_about_img {
      width: 100%;
      position: relative;
      left: 0;
    }
    .hp_about_box {
      padding: 0;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_button {
        padding: 12px 25px;
        font-size: 14px;
    }
    .hp_about_button {
        margin-top: 20px;
    }
    
    /*homepage solution*/
    .hp_solution {
        padding: 2rem 15px 6rem;
    }
    .hp_solution_left_button {
        margin-top: 20px;
    }
    .hp_solution_right_box {
        gap: 25px;
        padding-left: 0;
    }
    .hp_solution_point {
        border-radius: 15px;
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
    }
    .hp_solution_button {
        padding: 20px;
        font-size: 17px;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_5 {
        padding: 3rem 15px;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before, #main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev {
      padding: 0;
      width: 35px;
        height: 35px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
      left: -30px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
      right: -30px;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_6 {
        padding: 3rem 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        padding: 0;
        width: 35px;
        height: 35px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
        border-radius: 15px;
    }
    
    /*homepage provider*/
    .hp_provider {
      padding-top: 2rem;
    }
    .hp_provider_group {
        gap: 15px;
        margin-top: 2rem;
    }
    .hp_provider_number {
        font-size: 32px;
    }
    .hp_provider_point {
        padding: 15px 20px;
    }
    .hp_provider_keyword {
        font-size: 13px;
    }
    
    /*homepage client*/
    .hp_client {
        padding: 3rem 15px;
    }
    .hp_client .hp_big_title {
      margin-bottom: 1.5rem;
    }
    .hp_client_group {
        gap: 20px;
    }
    
    /*homepage why*/
    .hp_why {
      padding: 0 0 2rem 15px;
    }
    .hp_why_bottom_box {
        gap: 20px;
        margin-top: 2rem;
    }
    .hp_why_icon img {
      max-width: 55px;
    }
    .hp_why_point {
        padding: 20px;
        border-radius: 20px;
    }
    .hp_why_keyword {
        margin-top: 8px;
        font-size: 14px;
    }
    .hp_why_img {
        top: -5vw;
    }
    .hp_why_title {
        font-size: 15px;
    }
    .hp_why_top {
        gap: 15px;
    }
    
    /*homepage brand*/
    .hp_brand {
      padding: 3rem 15px;
    }
    .hp_brand_slider .slick-prev::before, .hp_brand_slider .slick-next::before, .hp_brand_slider .slick-next, .hp_brand_slider .slick-prev {
        padding: 0;
        width: 35px;
        height: 35px;
    }
    .hp_brand_point {
        margin: 10px 20px;
    }
}

.side_menu {
    background-color: #e8118c;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

.navbar_mobile .logo_img {
    transform: scale(1.2);
}

@media (max-width: 991px) {
    /*homepage provider*/
    .hp_provider_number {
        font-size: 28px;
    }
    
    /*homepage client*/
    .hp_client_group {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 767px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before, .slider_banner .slick-next, .slider_banner .slick-prev {
        width: 25px;
        height: 25px;
        padding: 0;
        font-size: 10px;
    }
    .slider_banner .slick-next {
      right: 5px;
    }
    .slider_banner .slick-prev {
        left: 5px;
    }
    
    /*homepage about*/
    .hp_big_title {
        font-size: 24px;
    }
    .hp_about_box {
        margin-bottom: 2rem;
    }
    .hp_big_title span {
      display: unset;
    }
    .hp_about .row {
        flex-direction: column-reverse;
    }
    
    /*homepage solution*/
    .hp_solution {
        padding: 3rem 15px;
    }
    .hp_solution_right_box {
        gap: 20px;
        padding-left: 0;
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .hp_solution_point:nth-child(2), .hp_solution_point:nth-child(4) {
      transform: translateY(0);
    }
    .hp_solution_button {
        padding: 20px;
        font-size: 18px;
        line-height: 1.3;
    }
    
    /*homepage product*/
    .hp_product_top_box {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before, #main_index .productSlider-1 .product_img .slick-next, #main_index .productSlider-1 .product_img .slick-prev {
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        background-color: #000;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -10px;
    }
    
    /*homepage project*/
    .hp_project_top_box {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next, #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    
    /*homepage provider*/
    .hp_provider_point {
        padding: 15px;
    }
    .hp_provider_number {
        font-size: 25px;
    }
    .hp_provider_group {
        gap: 10px;
        margin-top: 1.5rem;
        grid-template-columns: 1fr 1fr;
    }
    
    /*homepage client*/
    .hp_client_group {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    /*homepage why*/
    .hp_why_left {
      padding-right: 30px;
      position: relative;
      z-index: 1;
    }
    .hp_why_bottom_box {
        gap: 20px;
        margin-top: 1.5rem;
        grid-template-columns: 1fr;
    }
    .hp_why_point:nth-child(2), .hp_why_point:nth-child(4) {
        transform: translateY(0);
    }
    .hp_why_point {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
    .hp_why_img {
        top: 0;
        position: relative;
        margin-left: auto;
        width: 90%;
    }
    .hp_why_right {
        margin-top: -10rem;
    }
    
    /*homepage brand*/
    .hp_brand_slider .slick-prev::before, .hp_brand_slider .slick-next::before, .hp_brand_slider .slick-next, .hp_brand_slider .slick-prev {
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    .hp_brand_point {
        margin: 10px;
    }
    .hp_brand_slider .slick-next {
      right: -25px;
    }
    .hp_brand_slider .slick-prev {
      left: -25px;
    }
}