
/*products*/
#businesswraper .htitle {margin-bottom: 50px;}
#businesswraper .htitle h1 {
    font-family: 'Lato'!important;
    font-weight: 900;
    font-size: 46px!important;
    color: #333333!important;
}
#businesswraper .htitle p {
    font-size: 18px!important;
    font-weight: 300!important;
    color: #555555!important;
    margin : 0 auto;
}
#businesswraper .htitle {text-align: center;}
#businesswraper button.slick-prev.slick-arrow {
    background: url(btn_prev_pc.png) center center no-repeat;
    left: -10%;
}
#businesswraper button.slick-next.slick-arrow {
    background: url(btn_next_pc.png) center center no-repeat;
    right: -10%;
}
#businesswraper .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 26%;
    font-size: 0;
    text-indent: -9999px;
    width: 54px;
    height: 54px;
    border: none;
    box-shadow: none;
    opacity: 0.8;
    transition: all 0.5s;
    z-index: 9999;
}
#businesswraper .slick-arrow:hover {opacity: 1;}
#businesswraper {
    padding: 80px 0 100px!important;
/*
    background: url(sc04_bg.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
*/
}
#businesswraper .slick-track {
    display: flex!important;
    justify-content: space-between;
}
#businesswraper .slick-slide {max-width:  389px!important;    float: initial!important}
#businesswraper .product-flex img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 0.5s;
    margin: auto;
}
#businesswraper .product-flex li {overflow: hidden;}
#businesswraper .slide-area a:hover img {
/*    transform:  scale(1.05);*/
}
#businesswraper .product-cont h2 {
    font-family: 'Noto Sans KR','Roboto'!important;
    font-size: 22px!important;
    font-weight: 500!important;
    color: #333333!important;
    text-align: center;
    line-height: 1.5!important;
    text-decoration: none!important;
}
#businesswraper a:hover h2 {
    color: #d20939!important;
}
#businesswraper a {text-decoration: none!important;}




@media screen and (max-width:680px){
    #businesswraper button.slick-next.slick-arrow {right: 0;}
    #businesswraper button.slick-prev.slick-arrow {left: 0;}
    #businesswraper {padding: 50px 0!important;}
    
    
}
