/*!

 =========================================================
 * manufacture.css - v1.0.0
 =========================================================
 
 font-family: 'Nanum Gothic', sans-serif;
 font-family: 'Roboto', sans-serif;
 font-family: 'Gothic A1', sans-serif;

 =========================================================
*/

.top-img {
    background: url(../../images/top-img/manufacture.jpg) no-repeat;
    background-size: cover;
    opacity: .5;
    background-position: 15% 65%;
    background-attachment: fixed !important;
}

.sub-title {
    padding: 40px 0;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    margin: 0;
}

.sub-title h4 {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.sub-title h5 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.sub-title+.sub-title {
    border-top: none;
}

.container.wood-pellets .img {
    width: 685px;
    height: 400px;
    background: url('../../images/manufacture/woodpellets-manufacture.jpg') no-repeat;
    background-size: cover;
    margin: auto;
}

.container.wood-pellets .text,
.container.daehwa-enr .text {
    margin: 30px 150px;
}

.container.daehwa-enr {
    min-height: 300px;
}

.container.daehwa-enr img {
    width: 65%;
    /* display: block; */
}

.icon-section {
    min-height: 120px;
    /* background: linear-gradient(to bottom, #499b97, #336966); */
    background: linear-gradient(to bottom, #499b97, #367471);
    color: #fff;
    cursor: pointer;
}

.icon-section .container ul {
    /* display: flex; */
    margin: 0;
    padding: 0;
}

.icon-section .container ul>li {
    width: 150px;
    /* line-height: 100px; */
    cursor: pointer;
    /* height: 100%; */
    vertical-align: middle;
    display: inline-block;
    margin: 35px 0;
    /* border-right: 1px solid #e3e3e3; */
}

.icon-section .container ul>li:last-child {
    border: none;
}

.icon-section .container ul>li>img {
    width: 55px;
}

.icon-section .container ul>li>p { 
    font-size: 13px;
    margin:0;
}

@media screen and (max-width: 990px) {
    .container.daehwa-enr .text {
        margin: 30px 50px;
    }
    .container.wood-pellets .text {
        margin: 30px 10px;
    }
}

/**
.container.wood-pellets .text, .container.daehwa-enr .text
/