@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

body > br {
    display: none;
}

#main_services .service_box .tl-ellipsis{
    display: none;
}

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

.whatsapp_float_title {
    background-color: rgba(255, 255, 255, 0.7);
  width: 50px;
  border-radius: 30px;
  padding: 0 5px;
}


/*navigation bar*/
.navbar_type8 {
    height: 100px;
    background-color: #00357a;
    width: 100%;
  margin: 0;
  border-bottom: 1px solid #d5ad5c;
  
  padding: 0 7vw;
}

#main_index .navbar_type8 {
    background-color: transparent;
    width: 86%;
  margin: 0 7%;
  padding: 0
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top: 20px;
}

.navbar_type8 .nav_tab .nav_item a {
  color: #d5ad5c;
  font-size: 1vw;
  font-weight: 700;
  display: block;
  padding: 0 0.5vw;
  text-shadow: none;
}

.navbar_type8.dark_nav .nav_tab .nav_item a {
    text-shadow: none !important;
}

#main_index .navbar_type8 .nav_tab .nav_item a {
    text-shadow: 0px 0px 5px #000;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    animation: 1s tada;
}

.navbar_type8 .logo img {
    width: 100%;
    /*padding: 22px 22px 22px 0;*/
    padding: 0;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    margin: 0 5px;
}

.navbar_type8 .logo {
    margin-left: 30px;
}

.navbar_type8 .nav_tab {
    padding-right: 30px;
}

.dark_nav {
    background-color: #00357a !important;
    width: 100% !important;
  margin: 0 !important;
  animation: 1s fadeInDown;
  padding: 0 7vw;
}

#main_index .dark_nav {
    padding: 0 7vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    width: 0;
  border-bottom: none;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  height: 2px;
  background-image: linear-gradient(to right, #f1ebb3, #d8a143);
}

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

/*footer*/
.footer_type10 {
    font-size: 15px;
    background-color: #1a1a1a;
    line-height: 1.6;
}
.footer_type10 .text {
    font-size: 15px;
}

.footer_type10 a:hover, .footer_type10 a.text-light:focus, .footer_type10 a.text-light:hover {
    color: #d5ad5c !important;
}

.footer_type10 .sub_title p {
    color: #d5ad5c;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

.footer_type10 .logo img {
    max-height: 150px;
}

.footer_type10 .title {
    min-height: 150px;
    padding-top: 150px;
}

.footer_type10 .social_media a .icon_s i {
    font-size: 20px;
}

.footer_type10 .social_media a .icon_s i.fab.fa-tiktok {
    font-size: 17px;
}

.footer_type10 .social_media a:hover .icon_s i {
  color: #d5ad5c;
}

.footer_type10 .social_media {
    flex-wrap: unset;
}

.footer_type10 .social_media a {
  margin-right: 0px;
}

/*homepage banner*/

.sec_banner_ebox {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner {
    display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
}

.hp_banner1 {
    align-items: flex-end;
    padding-bottom: 4vw;
}

.hp_banner4 {
    align-items: flex-end;
    padding-bottom: 4vw;
}

.hp_banner_title {
  font-family: "Libre Baskerville", serif;
  font-size: 2.4vw;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.hp_banner_keyword {
    color: #fff;
  font-size: 19px;
  width: 55%;
  margin: 25px 0 35px;
}

.hp_banner_button {
    display: flex;
  gap: 10px;
}

.hp_banner_button .hp_button {
    color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  padding: 10px 25px;
}

.hp_banner_button .hp_button:hover {
  background-color: #d5ad5c;
  color: #000;
    border: 1px solid #d5ad5c;
}

.hp_banner_button a:hover {
    text-decoration: none;
}

.hp_banner1_pic {
    max-width: 40vw;
    margin-top: 3vw;
    position: relative;
    left: -5vw;
    filter: drop-shadow(2px 0 5px rgba(0, 0, 0, 0.5));
}

.hp_banner4_pic {
    max-width: 40vw;
    margin-top: 3vw;
    position: relative;
    left: -5vw;
    filter: drop-shadow(2px 0 5px rgba(0, 0, 0, 0.5));
}

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

.slider_banner .slick-next, .slider_banner .slick-prev {
    border: 1px solid #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.slider_banner .slick-next::before, .slider_banner .slick-prev::before {
    opacity: 1;
}

.slider_banner .item {
    overflow: hidden;
}

@media (min-width: 991px) {
    .slider_banner {
        margin-top: -100px;
    }
    .page_title {
        margin-top: 30px;
    }
}

/*homepage why*/
.hp_why {
    padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

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

.hp_why_number {
    display: flex;
  font-size: 55px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  transform-origin: center bottom;
}

.hp_why_box:hover .hp_why_number {
    animation: 1s swing;
}

.hp_why_img {
    width: 45%;
}

.hp_why_box:hover .hp_why_img img {
    animation: 1s tada;
}

.hp_why_title {
    font-size: 1.4vw;
  font-weight: 800;
  margin: 25px 0 15px;
}

.hp_why_keyword {
  color: #444;
  font-size: 20px;
  text-align: center;
  margin: 15px 0 0;
  font-weight: 600;
}

/*homepage about*/
.hp_about {
    padding-top: 6rem;
  padding-bottom: 8rem;    
}

.hp_about_title {
  position: absolute;
  width: max-content;
  left: 5vw;
  top: 44vw;
  font-family: "Libre Baskerville", serif;
  font-size: 2vw;
  color: #19203d;
  font-weight: 700;
  line-height: 1.6;
  z-index: 2;
  margin: 0;
  width: 70%;
}

.hp_about_title  span {
    display: block;
}

.hp_about_right {
    display: flex;
  flex-direction: column;
  justify-content: center;
}

.hp_about_keyword {
    color: #444;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 25px;
}

.hp_about_content {
    padding: 0;
}

.hp_about_img {
    position: relative;
}

.hp_about_img::before {
    content: "";
    position: absolute;
    left: -9vw;
  bottom: -10vw;
  width: 100%;
  height: 55%;
    background-image: url('https://cdn1.npcdn.net/userfiles/25872/image/3_AbtImg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}

.hp_about_text {
    font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 15px;
  white-space: nowrap;
}

.hp_about_text::after {
    content: "";
    width: 100%;
    height: .8px;
    background-color: #000;
}

.hp_button {
    font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #19203d;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #d5ad5c;
  padding: 10px 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: all 0.4s ease-in-out;
}

.hp_button span {
    transition: all 0.4s ease-in-out;
    display: block;
    font-size: 14px;
}

.hp_button:hover {
    background-color: #19203d;
    color: #fff;
}

.hp_button:hover span {
    animation: 1s tada;
}

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

.hp_button:focus {
    outline: none;
}

.hp_about_button {
    display: flex;
}

.hp_about_button a:hover {
    text-decoration: none;
}

/*homepage category*/

.hp_category_ebox {
    padding: 0;
}

.hp_category_box {
    position: relative;
}

.hp_category_imgbg {
    overflow: hidden;
}

.hp_category_imgbg img {
    animation: zoomInOut 100s infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.hp_category_content {
    overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 3vw;
}

.hp_category_left .hp_category_content {
  justify-content: flex-end;
}

.hp_category_right .hp_category_content {
  justify-content: flex-start;
  align-items: flex-start;
}

.hp_category_img, .hp_category_wording {
    animation-delay: 0.5s !important;
}

.hp_category_left .hp_category_img {
    position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 70%;
}

.hp_category_right .hp_category_img {
    position: absolute;
    right: 10%;
    top: 64%;
    transform: translate(0, -50%);
    width: 37%;
}

.hp_category_wording {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.hp_category_right .hp_category_wording {
    width: 65%;
}

.hp_category_title {
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.hp_category_title span {
    display: block;
}

.hp_category_button .hp_button {
    color: #fff;
    border: 1px solid #fff;
}

.hp_category_button .hp_button:hover {
  background-color: #d5ad5c;
  color: #000;
    border: 1px solid #d5ad5c;
}

.hp_category_button a:hover {
    text-decoration: none;
}

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

.hp_category_box:hover .hp_category_img img {
    animation: 2s pulse infinite;
}

/*homepage product*/
.hp_product_keyword {
    color: #444;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.hp_product_title {
    font-family: "Libre Baskerville", serif;
  font-size: 2vw;
  color: #19203d;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.hp_product_title span {
    display: block;
}

.hp_product_box {
    padding-bottom: 50px;
}

#main_index .index_wrapper_6 {
    padding-top: 6rem;
  padding-bottom: 6rem;
  display: none;
}

#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: #d5ad5c;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
    position: absolute;
  top: 7vw;
  left: -19vw;
  transform: translate(-50%, -50%);
}

#main_index .productSlider-1 .product_img .slick-next {
  right: unset;
  left: 5vw;
}

#main_index .productSlider-1 .product_img .slick-arrow {
  z-index: 5;
}

#main_index .productSlider-1 .product_img .product_box .align-top {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    border-radius: 0;
  box-shadow: none;
  margin: 10px 5px;
  transition: all 0.4s ease-in-out;
}

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

#main_index .productSlider-1 .slick-track .slick-slide a:hover {
    text-decoration: none;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame {
    border: 1px solid rgba(213, 173, 92, 0.5);
  border-radius: 15px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 15px;
  object-fit: contain !important;
}

#main_index .index_wrapper_6 .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #19203d;
  font-size: 16px;
  text-align: center;
  margin: 25px 0 0;
}

@media (min-width: 768px) {
  #main_index .index_wrapper_6 .col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #main_index .index_wrapper_6 .col-md-8 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

/*homepage service*/
.hp_service {
    padding-top: 6rem;
    position: relative;
}

.hp_service::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    height: 85%;
    background-color: #f4f4f4;
}

.hp_service_text {
    color: #19203d;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hp_service_title {
  font-size: 16px;
  text-align: center;
  color: #19203d;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}

.hp_service_ebox {
    padding: 0 10px;
  margin: 10px 0;
}

.hp_service_box {
  padding: 65px 20px;
  background-color: #d5ad5c;
  height: 100%;
  position: relative;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.hp_service_number {
    position: absolute;
  z-index: 1;
  color: #333;
  margin: 0;
  font-size: 6.5vw;
  font-weight: 700;
  right: 0.5vw;
  bottom: -3.5vw;
  display: block;
}

.hp_service_box:hover .hp_service_number {
    animation: 1s tada;
}

.hp_service_top_box {
  width: 53%;
  padding: 5vw 6vw 3vw;
  text-align: right;
  margin-left: auto;
  margin-right: 8vw;
  background-image: url('https://cdn1.npcdn.net/userfiles/25872/image/6_TitleBg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

.hp_service_top_title {
    font-family: "Libre Baskerville", serif;
  font-size: 2vw;
  color: #19203d;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.hp_service_top_title span {
    display: block;
}

.hp_service_top_img {
    position: absolute;
  right: 2vw;
  top: -6.5vw;
}

.hp_service_top_img img {
    animation: 1.5s pulse infinite;
}

.hp_service_top {
    margin-top: 10rem;
}

/*homepage brand*/
.hp_brand {
    padding-top: 7rem;
  padding-bottom: 7rem;
}

.hp_brand_title {
    font-family: "Libre Baskerville", serif;
  font-size: 1.9vw;
  color: #19203d;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px
}

.hp_brand_keyword {
    color: #444;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.hp_brand_right_point {
    margin: 10px 35px;
}

.hp_brand_left {
    display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.hp_brand_left_box {
  border-right: 2px solid #d5ad5c;
  padding: 0 2vw 0 10vw;
  width: 100%;
}

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

.hp_brand_right_point img {
    max-width: 155px;
}

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

.hp_brand_right_box,
.hp_brand_bottom_box{
    overflow: hidden;
}

.hp_brand_slider,
.hp_brand_slider2{
    display: flex;
    width: max-content;
}

.hp_brand_slider{
    animation: scrollLeft 20s linear infinite;
}

.hp_brand_slider2{
    animation: scrollRight 30s linear infinite;
}

.hp_brand_bottom_box {
    margin-top: 1.5rem;
}

@keyframes scrollLeft{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}

@keyframes scrollRight{
    from{
        transform: translateX(-50%);
    }
    to{
        transform: translateX(0);
    }
}

@media (min-width: 768px) {
  .col-md-4.hp_brand_left {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .col-md-8.hp_brand_right {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

/*other pages*/
.page_title b {
    font-family: "Libre Baskerville", serif;
}

.ws_gallery-2 .img_frame img, .category_list_type4 .category_box .img_frame img, .product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

.np_language_btn .dropdown_btn a {
    color: #000;
}

/*homepage responsive*/
@media (max-width: 1200px) and (min-width: 767px) {
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4) {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 1200px) {
    #main_index .navbar_type8 {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .navbar_type8 .nav_tab {
      padding-right: 15px;
    }
    .navbar_type8 .logo {
      margin-left: 15px;
    }
    .navbar_type8 .logo img {
        padding: 17px 17px 17px 0;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.2vw;
        padding: 0 5px;
    }
    .navbar_type8, .dark_nav, #main_index .dark_nav {
        padding: 0 4vw;
    }
    .slider_banner .slick-next::before, .slider_banner .slick-prev::before {
      width: 12px;
      height: 12px;
    }
    .slider_banner .slick-next, .slider_banner .slick-prev {
        width: 35px;
        height: 35px;
    }
    .slider_banner .slick-prev {
        left: 10px;
    }
    .slider_banner .slick-next {
      right: 10px;
    }
    .hp_banner_keyword {
        font-size: 15px;
        margin: 10px 0 15px;
    }
    .hp_banner_button .hp_button {
        font-size: 13px;
        padding: 6px 20px;
    }
    .hp_button {
        font-size: 13px;
        padding: 8px 25px;
        gap: 15px;
    }
    .hp_button span {
        font-size: 12px;
    }
    .hp_banner {
        padding-left: 7vw;
    }
    .hp_why, #main_index .index_wrapper_6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .hp_why_ebox {
        gap: 25px;
    }
    .hp_why_keyword, .hp_about_keyword, .hp_product_keyword, .hp_brand_keyword {
        font-size: 14px;
    }
    .hp_why_title {
      font-size: 16px;
      margin: 20px 0 10px;
    }
    .hp_why_img {
      width: 50%;
    }
    .hp_about {
      padding-top: 4rem;
      padding-bottom: 6rem;
    }
    .hp_about_keyword {
        margin-bottom: 15px;
    }
    .hp_about_content {
      padding: 0;
    }
    .hp_category_title {
        margin-bottom: 15px;
    }
    .hp_product_title {
        margin-bottom: 5px;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        font-size: 30px;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        left: -22.5vw;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        left: 6vw;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 14px;
        margin: 15px 0 0;
    }
    .hp_service {
        padding-top: 3rem;
    }
    .hp_service_title {
        font-size: 15px;
    }
    .hp_service_box {
        padding: 45px 15px;
    }
    .hp_service_top_img {
        right: 2vw;
        top: -7vw;
        width: 20%;
    }
    .hp_service_top {
      margin-top: 7rem;
    }
    .hp_service::before {
        width: 80%;
    }
    .hp_brand {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
    .hp_brand_right_box {
        gap: 5vw;
    }
    .hp_brand_title {
        margin-bottom: 5px;
    }
    .hp_brand_left_box {
        padding: 0 15px;
    }
    .hp_brand_right_point {
      margin: 10px 20px;
    }
    .hp_brand_right_point img {
        max-width: 120px;
    }
    .hp_brand_bottom_box {
        margin-top: 0;
    }
    .footer_type10 .sub_title p {
        font-size: 17px;
    }
    .footer_type10, .footer_type10 .text {
        font-size: 14px;
    }
    .footer_type10 .logo img {
      max-height: 45px;
    }
    .footer_type10 .title {
      min-height: 45px;
      padding-top: 45px;
    }
}

.navbar_mobile, .side_menu {
    background-color: #00357a;
}

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

.navbar_mobile .btn-outline-light:hover {
  border-color: #fff;
  color: #fff;
  background-color: #1a1a1a;
}

@media (max-width: 991px) {
    .hp_banner_keyword {
        font-size: 15px;
    }
    .hp_why_img {
        width: 60%;
    }
    .hp_about_img::before {
        left: -9vw;
        bottom: -19vw;
        width: 100%;
        height: 80%;
    }
    .hp_button {
        font-size: 12px;
        padding: 8px 20px;
        gap: 10px;
    }
    .hp_button span {
        font-size: 11px;
    }
    #main_index .productSlider-1 .product_img  .slick-list {
        padding: 0 !important;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        font-size: 25px;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        left: -22vw;
        top: 13vw;
    }
    .footer_type10 .logo img {
        max-height: 35px;
    }
    .footer_type10 .title {
        min-height: 35px;
        padding-top: 35px;
    }
    .footer_type10 .social_media {
      flex-wrap: wrap;
    }
    .hp_about_title {
        top: 50vw;
    }
}

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

@media (max-width: 767px) {
    #main_index {
        overflow-x: hidden;
    }
    .index_wrapper_2 .item.slick-slide > img {
        min-height: 380px !important;
        object-fit: cover;
        object-position: 65%;
    }
    .sec_banner_ebox img {
        min-height: 300px;
        max-height: 300px;
        object-fit: cover;
        object-position: 85% 50%;
    }
    .hp_banner {
        padding: 20px 12px;
        align-items: flex-start;
    }
    .hp_banner_title {
        font-size: 20px;
        text-shadow: 2px 2px 3px #000;
    }
    .hp_banner_keyword {
        font-size: 14px;
        width: 100%;
        margin: 10px 0;
        text-shadow: 2px 2px 3px #000;
    }
    .sec_banner_ebox {
        bottom: -25px;
    }
    .sec_banner_ebox2 {
        bottom: 0;
    }
    .hp_banner1_pic,
    .hp_banner4_pic {
        max-width: 60%;
        left: 0;
    }
    .slider_banner .slick-next::before, .slider_banner .slick-prev::before {
        width: 10px;
        height: 10px;
    }
    .slider_banner .slick-next, .slider_banner .slick-prev {
        width: 30px;
        height: 30px;
    }
    .slider_banner .slick-next {
        right: 5px;
        top: 93%;
    }
    .slider_banner .slick-prev {
        left: 5px;
        top: 93%;
    }
    .hp_banner_button .hp_button {
        font-size: 11px;
        padding: 6px 10px;
    }
    .hp_why_ebox {
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px;
    }
    .hp_about_title {
      position: relative;
      width: 100%;
      left: unset;
      bottom: unset;
      font-family: "Libre Baskerville", serif;
      font-size: 23px;
      color: #19203d;
      font-weight: 700;
      line-height: 1.5;
      margin: 2rem 0 3rem;
      top: unset;
        width: 100%;
    }
    .hp_about_img img {
        position: relative;
        z-index: 1;
    }
    .hp_about_img::before {
        left: -5rem;
        bottom: -5.5rem;
        width: 100%;
        height: 100%;
    }
    .hp_about_title span {
      display: inline;
    }
    .hp_about {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .hp_category_title {
        margin-bottom: 10px;
        font-size: 20px;
        text-shadow: 1px 1px 3px #000;
    }
    .hp_category_ebox {
        padding: 7.5px 15px;
    }
    .hp_category_left .hp_category_title {
        text-align: right;
    }
    .hp_category_right .hp_category_title {
        text-align: left;
    }
    .hp_category_left .hp_category_wording {
        align-items: flex-end;
    }
    .hp_category_right .hp_category_wording {
        align-items: flex-start;
    }
    .hp_category_content {
        padding: 5vw;
    }
    .hp_category_wording {
        width: 55%;
    }
    .hp_product_title, .hp_service_top_title, .hp_brand_title {
        font-size: 20px;
    }
    .hp_product_box {
      padding-bottom: 3rem;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
        left: 0;
        top: -40vw;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        left: 55px;
    }
    #main_index .productSlider-1 .product_img .product_box {
        border: none;
    }
    .hp_service_top {
        margin-top: 2rem;
    }
    .hp_service_top_box {
        width: 100%;
        padding: 2rem 2rem 1rem;
        margin-right: 0;
    }
    .hp_service_top_img {
        right: 7vw;
        top: -17vw;
        width: 25%;
    }
    .hp_service_ebox {
      padding: 0 15px;
      margin: 15px 0;
      -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_service_box {
        padding: 35px 10px;
    }
    .hp_service_number {
        font-size: 12vw;
        right: 2.5vw;
        bottom: -6.5vw;
    }
    .hp_brand_left_box {
      border-right: none;
      padding: 0;
      margin-bottom: 2rem;
    }
    .hp_brand_left {
        padding-right: 15px;
    }
    .hp_brand_right_box {
        gap: 1rem;
        padding-left: 0;
        width: 100%;
    }
    .hp_brand_right_point {
        margin: 10px 15px;
    }
    .hp_brand {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .hp_brand_right_point img {
        max-width: 100px;
    }
    .footer_type10 .sub_title p {
        font-size: 18px;
    }
    .footer_type10 .logo img {
        max-height: 55px;
    }
    .footer_type10 .title {
        min-height: 55px;
        padding-top: 55px;
    }
    .hp_product_ebox {
        padding: 0;
    }
}
