/*=================================================
			SPECIAL TIES
=================================================*/
.specialties-wrap .section-wrap{
    padding: 160px;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){
    .specialties-wrap .section-wrap {
        padding: 50px;
    }
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
    .specialties-wrap .section-wrap {
        padding: 50px;
    }
}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){
    .specialties-wrap .section-wrap {
        padding: 30px;
    }
}

/***** xs *****/
@media (max-width: 575px) {
    .specialties-wrap .section-wrap {
        padding: 0;
    }
}

/*=================================================
			OUR BUYERS
=================================================*/
.ourbuyers-wrap .title{
    color: #4d4d4d;
}

.ourbuyers-wrap .content-wrap{
    position: relative;

    margin: 55px 0 0;
    padding: 100px 0;

    background-color: #efefef;
}

.ourbuyers-wrap .content-wrap .brand-lists-wrap{
    margin: 0;
    padding: 0;
}

.ourbuyers-wrap .content-wrap .brand-lists-wrap .brand_slick .slick-arrow{
    display: none !important;
}

.ourbuyers-wrap .content-wrap .brand-lists-wrap .brand_slick .item {
    padding: 50px 0;
}

.ourbuyers-wrap .content-wrap .button-type1{
    right: 160px;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    .ourbuyers-wrap .content-wrap{
        position: relative;

        margin: 55px 0 0;
        padding: 30px 0;

        background-color: #efefef;
    }

    .ourbuyers-wrap .content-wrap .button-type1{
        right: 0;
    }
}

/*=================================================
			PRODUCT
=================================================*/
.product-wrap{
    background-image: url('/img/section_bg.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 550px;
}

.product-wrap .content-wrap{
    padding: 70px 0 100px;
}


/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    .product-wrap .content-wrap{
        padding: 30px 0;
    }
}

/*=================================================
			GLOBAL NETWORK
=================================================*/
.globalnetwork-wrap .content-wrap{
    margin: 70px 0 0;
    padding: 90px 0 60px;
}

/*****#####===== 미디어 쿼리  =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){

}

/***** sm *****/
@media (min-width: 576px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 575px) {
    .globalnetwork-wrap .content-wrap{
        margin: 30px 0 0;
    }
}
