#bo_btn_top {width: 100%;}
.product-1 .animation-btn {
    margin-top: 50px;
}
.owl-normal-slider-1 .item-cont .text-con .title-zone h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.03em;
}
.owl-normal-slider-1 .item-cont .text-con p.content {
    flex: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 1.1;
}
