header{
   position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header_inner{
    max-width: 1020px;
    margin: 0 auto;
    display: flex;   
    justify-content: space-between;
    font-weight: bold;
    padding-top: 10px;
}
.header-texts{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-texts p:nth-child(1){
    font-size: 23px;
    margin: 0;
}
.header-texts p:nth-child(2){
    font-size: 27px;
    margin: 0;
}
.header-texts p:nth-child(2) span{
    color: #EB5A1B;
}
.header_menu{
    background-color: #597C95;
    color: #fff;   
    margin-bottom: -16px;
}
.header_menu ul{
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}
.header_menu ul li{
    padding: 10px ;
    list-style: none;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.header_menu ul li::before{
    position: absolute;
    left: -64px;
    width: 2px;
    height: 100%;
    top: 0;
    content: "";
    background-color: #fff;
}
.header_menu ul li:first-child::before{
    content: none;
}
.inner{
    max-width: 1020px;
    margin: 0 auto;
}
.new_hero{
    /*background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;*/
    /*height: 797px;*/
    position: relative;
    background-color: #f1f1f1;
}
.new_hero-inner{
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.head-title{
    width: 52%;
    /*margin-top: 16%;*/
}
.head-car{
    /* position: absolute;
    left: 22%;
    bottom: 5%;
    width: 25%; */
    width: 206px;
    display: block;
    margin-top: 13px;
}
/*.slick-slide{
    margin: 10px;
  }*/
.sliderSec .pc-ct{
    background-color: #597C95;
    padding:0 0 0px 0;
}
/*.sliderSec .inner{
    display: flex;
    justify-content: space-around;
}*/
.header-btn-area{
    display: flex;
}

@media (max-width:768px) {
    .new_hero{
        background-image:none;
        height: auto;
    }
    .header-texts{
        display: none;
    }
    .header_inner{
        padding: 20px 10px 10px 10px;
        justify-content: start;
    }
    /* .header_inner img{
        width: 30%;
    } */
    .header_menu{
        display: none;
    }
    .header-btn-area{
        align-items: center;
        margin-left: 20px;
    }
    .header-btn-area img{
        width: 90px;
        height: 28px;
    }
    .header-btn-area img:nth-child(2){
        margin-left: 5px;
    }
    .sliderSec.sp-b{
        background-color: #EB5A1B;
    }
    .sliderSec .inner{
        flex-direction: column;
    }
    .shop-list{
        display: block;
        text-align: center;
    }
    .shop-list img {
        margin: 15px 0;
    }
    .new_hero{
        position: relative;
        background-color: #f2f2f2;
    }
}
@media (min-width: 768px){
    .shop-list{
        display: flex;
        justify-content: space-around;
    }
}

.placeholder {
    height: 162px; 
}