.makers_01 .dvd_sec:nth-child(2){
    padding: 0px !important;
}


/*makers*/
.produre > ul {
    display: table;
    width: 100%;
}
.produre > ul > li {
    display: table-row;
}
.produre > ul > li > div {
    display: table-cell;
    position: relative;
}
.produre > ul >  li > div:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 2px;
    background-color: #333;
}
.produre > ul >  li > .cont {
    padding-left: 5%;
}
.produre > ul >  li > .cont:after {
    left: auto;
    right: 0;
    width: 95%;
}
.produre ul li h3 {
    position: relative;
}
.produre .consec > li {
    margin: 40px 0;
}
.produre .consec > li {
    position: relative;
}
.produre .consec > li > h4 {
    font-weight: 700;
    color: #ff7e00;
}
.produre .consec > li .txtbox h4 {
	
		color:#444444;
		font-size:24px;
		margin-bottom: 15px;
		font-weight: 500;
}

.produre .consec > li .txtbox h4 span {
	
		color:#ea5413;
}

.produre .consec > li .txtbox li {
	font-size:16px;
	font-weight: 400;
}

@media (min-width:769px) {
    .produre ul li h3 {
		font-size:28px;
		color:#444444;
        position: relative;
        padding-left: 20px;
    }
    .produre ul li h3:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        width: 15px;
        height: 1px;
        background-color: #222;
    }
    .produre > ul >  li .prd01 {
		width:25%;
		background: url(../img/prd_bg05.png) right bottom no-repeat;
		background-size:60%;
		}
    .produre > ul >  li .prd02 {
		width:25%;
        background: url(../img/prd_bg06.png) right bottom no-repeat;
		background-size:60%;
    }
    .produre > ul >  li .prd03 {
		width:25%;
        background: url(../img/prd_bg07.png) right bottom no-repeat;
		background-size:60%;
    }
    .produre > ul >  li .prd04 {
		width:25%;
        background: url(../img/prd_bg04.png) right bottom no-repeat;
		background-size:60%;
    }
    .produre .consec > li > h4 {
        position: absolute;
        left: 0px;
        text-align: right;
        width: 200px;
        padding-right: 30px;
    }
    .produre .consec > li > h4:after {
        content: "";
        position: absolute;
        right: 15px;
        height: 70%;
        top: 15%;
        width: 1px;
        background-color: #aaa;
    }
}
@media (max-width:768px) {
    .produre .consec > li {
        margin: 20px 0;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
    }
    .produre .consec > li:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
    }
    .produre .consec > li > h4 {
        margin-bottom: 10px;
    }
    .produre .consec > li .txtbox h4 {
        margin-bottom: 5px;
    }
	
    .produre > ul >  li .prd01 {	
		width:25%;
        background: url(../img/prd_bg05.png) right bottom no-repeat;
		background-size:100%;
    }
    .produre > ul >  li .prd02 {
		width:25%;
        background: url(../img/prd_bg06.png) right bottom no-repeat;
		background-size:100%;
    }
    .produre > ul >  li .prd03 {
		width:25%;
        background: url(../img/prd_bg07.png) right bottom no-repeat;
		background-size:100%;
    }
    .produre > ul >  li .prd04 {
		width:25%;
        background: url(../img/prd_bg04.png) right bottom no-repeat;
		background-size:100%;
    }
	
	.produre .consec > li .txtbox h4 {
		
			font-size:18px;
	}

	.produre .consec > li .txtbox li {
		font-size:14px;
	}

}
/*grb01_sec01*/
.grb01_sec01 {
    background: url(../img/grb01_sec01_bg.png) center top no-repeat;
}
@media (min-width:769px){
    .grb01_sec01 {
        background-attachment: fixed;
    }
}

/*msec01*/

#msec01 ul li a {
	text-decoration: none;
	display: block;
	width:360px;
}
#msec01 ul li a .img_box {
	display: block;
	overflow: hidden;
}
#msec01 ul li a .img_wrp {
	background-size: cover !important;

	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-o-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
#msec01 ul li a:hover .img_wrp {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
#msec01 ul li a .txtbox {
	background-color: #0d6fb8;
	max-width: 80%;
	position: relative;
	padding: 30px 15px;
	margin: 0 auto;
	margin-top: -15%;
}
#msec01 ul li a .txtbox .lined {
	position: absolute;
	width: 100%;
	top: -14px;
	left: 0;
}
#msec01 ul li a .txtbox .lined:after {
	content: "";
	display: inline-block;
	height: 28px;
	width: 4px;
	background-color: #ea5413;
}
#msec01 ul li a .txtbox h3 {
	font-size: 25px;
	line-height: 1em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}
#msec01 ul li a .txtbox p {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 300;
	color: #fff;
}
@media (max-width:992px){
	

	.business_01 .container{
		margin-right: auto;
		margin-left: auto;
		padding-left: 50px;
		padding-right: 50px;
	}

	#msec01 ul li a {
		width:100%;
	}
	#msec01 ul li {
		margin-top: 15px;
	}
	#msec01 ul li a .txtbox {
		padding: 20px 15px;
		max-width: 90%;
	}
	#msec01 ul li a .txtbox .lined {
		top: -8px;
	}
	#msec01 ul li a .txtbox .lined:after {
		height: 16px;
		width: 3px;
	}
	#msec01 ul li a .txtbox h3 {
		font-size: 15px;
	}
	#msec01 ul li a .txtbox p {
		font-size: 13px;
	}
}
