.sub-custom-div {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
}
.sub-custom-div:after {
	display: block;
	content: "";
	clear: both;
}

.sub-custom-div-1 {
	position: relative;
	/* float: left; */
	display: table-cell;
	width: 200px;
	height: auto;
	min-height: 165px;
	box-sizing: border-box;
	border-top: 1px solid #333333;
	/* border-bottom: 1px solid #333333; */
	padding-top: 31px;
}

.sub-custom-div-1-2 {
	position: relative;
	/* float: left; */
	display: table-cell;
	width: 70px;
}

.sub-custom-div-2 {
	position: relative;
	/* float: left; */
	display: table-cell;
	width: calc(100% - 340px);
	height: auto;
	min-height: 165px;
	margin-right: 70px;
	box-sizing: border-box;
	border-top: 1px solid #e4e4e4;
	/* border-bottom: 1px solid #e4e4e4; */
	padding-top: 33px;
	padding-bottom: 51px;
}



/* .sub-custom-div:last-child .sub-custom-div-1 {
	border-bottom: 1px solid #333333;
}

.sub-custom-div:last-child .sub-custom-div-2 {
	border-bottom: 1px solid #e4e4e4;
} */

.sub-custom-div-1-p {
	position: relative;
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	padding-left: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #222;
	letter-spacing: -0.9px;
}

.custom-ic-1:after {
	content: "";
	position: absolute;
	width: 33px;
	height: 27px;
	background: url(/img/sub/custom-ic-1.png)no-repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
}

.custom-ic-2:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 28px;
	background: url(/img/sub/custom-ic-2.png)no-repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
}

.custom-ic-3:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 28px;
	background: url(/img/sub/custom-ic-3.png)no-repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
}

.custom-ic-4:before {
	content: "";
	position: absolute;
	width: 27px;
	height: 28px;
	background: url(/img/sub/custom-ic-4.png)no-repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
}

.custom-ic-5:before {
	content: "";
	position: absolute;
	width: 31px;
	height: 27px;
	background: url(/img/sub/custom-ic-5.png)no-repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
}

.custom-ic-6:before {
	content: "";
	position: absolute;
	width: 29px;
	height: 27px;
	background: url(/img/sub/custom-ic-6.png)no-repeat center center;
	z-index: 10;
	left: 0;
	top: 0;
}

.sub-custom-div-2 p {
	display: block;
	width: 100%;
	height: auto;
	line-height: 200%;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	letter-spacing: -0.9px;
	margin: 0;
	margin-top: -7px;
	padding-left: 0.5em;
	text-indent: -0.5em;
}

.sub-custom-div-2 p:nth-child(n+2){
	margin: 0 0 0 0;
}

@media all and (max-width: 768px) {
	.sub-custom-div-1-2 {
		display: none;
	}
	.sub-custom-div-2 {
		padding-left: 15px;
	}
	
	.sub-custom-div-1-p {
		font-size: 18px;
	}
	
	.sub-custom-div-2 p {
		font-size: 14px;
	}
}

@media all and (max-width: 520px) {
	.sub-custom-div {
		display: block;
	}
	.sub-custom-div-1 {
		display: block;
		width: 100%;
		min-height: 95px;
	}
	
	.sub-custom-div-2 {
		display: block;
		width: 100%;
	}
	
	.hide-br {
		display: none;
	}

	.sub-custom-div-2 p:nth-child(n+2){
		margin: 10px 0 0 0;
	}
}





.sub-custom-div02 {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 195px;
	border-bottom: 1px solid #e4e4e4;
}
.sub-custom-div02:after {
	display: block;
	content: "";
	clear: both;
}

.sub-custom-div02:nth-child(n+2) {
	margin-top: 50px;
}

.sub-custom-div02 .sub-custom-div02-1 {
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: auto;
	min-height: 10px;
}

.sub-custom-div02 .sub-custom-div02-2 {
	position: relative;
	display: block;
	float: left;
	width: calc(100% - 200px);
	height: auto;
	padding-left: 70px;
	font-size: 0;
	vertical-align: top;
}
.sub-custom-div02 .sub-custom-div02-2 h3{
	display: block;
	letter-spacing: -0.9px;
	color: #006699;
	font-size: 40px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 23px;
}
.sub-custom-div02 .sub-custom-div02-2 p {
	display: block;
	width: 100%;
	height: auto;
	line-height: 200%;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	letter-spacing: -0.9px;
	margin: 0;
	margin-top: -7px;
}



@media all and (max-width: 768px) {
	
	
	.sub-custom-div02 .sub-custom-div02-2  {
		padding-left: 40px;
	}
	
	
	.sub-custom-div02 .sub-custom-div02-2 h3{
		font-size: 32px;
	}
	
	.sub-custom-div02 .sub-custom-div02-2 p {
		font-size: 14px;
	}
}

@media all and (max-width: 520px) {
	.sub-custom-div02 .sub-custom-div02-1 {
		width: 100%;
	}
	.sub-custom-div02 .sub-custom-div02-1 img {
		width: 100%;
	}
	.sub-custom-div02 .sub-custom-div02-2 {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
		padding-bottom: 50px;
	}
}

@media all and (max-width: 767px) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 1000px;
	}
}


span.num-notice {
	padding: 3px 5px;
	display: inline-block;
	background: #006699;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}



/* 시공절차 new */

.steelHouse-3-div {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.steelHouse-3-div:after {
	content: "";
	display: block;
	clear: both;
}

.steelHouse-3-LR {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.steelHouse-3-LR:after {
	content: "";
	display: block;
	clear: both;
}

.steelHouse-3-Img {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 550px;
	height: auto;
	padding: 10px 0 0 10px;
	float: left;
}
.steelHouse-3-Img span {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #006699;
	color: #fff;
	font-size: 54px;
	text-align: center;
	font-weight: 500;
}
.steelHouse-3-Img img {
	max-width: 100%;
}

.steelHouse-3-Left .steelHouse-3-Text {
	position: relative;
	display: block;
	float: left;
	width: calc(100% - 550px);
	height: auto;
	box-sizing: border-box;
	padding-top: 130px;
	padding-left: 40px;
	font-size: 0;
}

.steelHouse-3-Right .steelHouse-3-Text {
	position: relative;
	display: block;
	float: left;
	width: calc(100% - 550px);
	height: auto;
	box-sizing: border-box;
	padding-top: 130px;
	padding-right: 40px;
	font-size: 0;
}

.steelHouse-3-Left .steelHouse-3-arrow {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	background: url(/img/sub/steelHouse-3/steelHouse-3-arrow.png)no-repeat left top;
	padding-bottom: 30px;
}
.steelHouse-3-Right .steelHouse-3-arrow {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	background: url(/img/sub/steelHouse-3/steelHouse-3-arrow2.png)no-repeat right top;
	padding-bottom: 30px;
}

.steelHouse-3-Left .steelHouse-3-Text p {
	font-size: 16px;
	font-weight: 400;
	color: #04152a;
	letter-spacing: -0.9px;
	line-height: 200%;
	margin-top: -8px;
}

.steelHouse-3-Right .steelHouse-3-Text p {
	font-size: 16px;
	font-weight: 400;
	color: #04152a;
	letter-spacing: -0.9px;
	line-height: 200%;
	margin-top: -8px;
	text-align: right;
}

.steelHouse-3-div>div.steelHouse-3-LR:nth-child(n+2) {
	margin-top: -80px;
}

@media all and (max-width: 1200px) {
	
	.steelHouse-3-div>div.steelHouse-3-LR:nth-child(n+2) {
		margin-top: 40px;
	}
	
	.steelHouse-3-Img {
		float: left !important;
	}
	.steelHouse-3-Text {
		float: right !important;
	}
	
	.steelHouse-3-Right .steelHouse-3-Text {
		padding-right: 0;
		padding-left: 40px;
	}
	
	.steelHouse-3-Right .steelHouse-3-Text p {
		text-align: left;
	}
	
	.steelHouse-3-Right .steelHouse-3-arrow {
		background: url(/img/sub/steelHouse-3/steelHouse-3-arrow.png)no-repeat left top;
	}
}


@media all and (max-width: 991px) {
	.steelHouse-3-Img {
		width: 350px;
	}
	.steelHouse-3-Left .steelHouse-3-Text {
		width: calc(100% - 350px);
		padding-top: 60px;
	}
	.steelHouse-3-Right .steelHouse-3-Text {
		width: calc(100% - 350px);
		padding-top: 60px;
	}
}


@media all and (max-width: 767px) {
	.steelHouse-3-Img {
		width: 350px;
		padding-right: 10px;
	}
	.steelHouse-3-Left .steelHouse-3-Text {
		width: 100%;
		margin-top: 20px;
		padding-top: 0;
		padding-left: 10px;
	}
	.steelHouse-3-Right .steelHouse-3-Text {
		width: 100%;
		padding-top: 0;
		padding-left: 10px;
	}
	.steelHouse-3-Left .steelHouse-3-Text p {
		text-align: left;
	}
	.steelHouse-3-Right .steelHouse-3-Text p {
		text-align: left;
	}
	
	.steelHouse-3-Left .steelHouse-3-arrow {
		display: none;
	}
	
	.steelHouse-3-Right .steelHouse-3-arrow {
		display: none;
	}
	
	.steelHouse-3-Img span {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
	
	.steelHouse-3-LR {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
   flex-direction: column; /* 세로로 정렬하겠다는 의미 */
	}
	
	.steelHouse-3-LR .steelHouse-3-Img {
		order: 1;
	}
	
	.steelHouse-3-LR .steelHouse-3-Text {
		order: 2;
	}
}
/* 시공절차 new[e]*/






























































































































































































