.section1{
	width: 100%;
	background-image:url("../image/mainBg.jpg");
	height: 200px;
	background-size: cover;
	background-position: center center;
}
.section2{
	padding: 7% 0;
	    overflow: hidden;
}
.sec2Title{
	font-size:20px;
	font-weight: 200;
	color:#3d3d3d;
}
.redhr{
	width: 80px;
	border:0;
	border-top:1px solid #991b1b;
	margin: 20px auto;
}
.picBox{
	margin-top:30px;
}
.picContent{
	float: left;
	width: 33%;
	text-align: center;
}
.pic img{
	width: 100%;
}
.picContent .text{
	font-size: 12px;
	    line-height: 18px;
	    margin-top: 10px;
	    font-weight: 300;
	    color: #8b8b8b;
}
.section3{
	width: 100%;
	background-image: url(../image/mainBg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 210px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section3 .title{
	font-size:18px;
	font-weight: 500;
	color:#fff;
}
.whiteHr{
	width: 80px;
	border:0;
	border-top:1px solid #fff;
	margin: 20px auto;
}
.section3 .content{
		font-size:12px;
	line-height: 18px;
	margin-top:10px;
	font-weight: 300;
	color:#bdbdbd;
}
.boardBox{
	border:3px solid #3d3d3d;
	width: 92%;
	padding:4% 2%;
	border-radius: 10px;
	margin:20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.boardBox .text{
	text-align: left;
	margin-left:10px;
	font-size:12px;
	color:#585858;
	line-height: 18px;
}

/*추가건*/
/*Content5*/

.section5{
	padding: 50px 0;
	width: 100%;
	min-width: 100%;
	background-image:url("../image/new_bg.jpg");
	height: 1200px;
	background-size: cover;
	background-position: center center;
}

.sec5Title{
	font-size:18px;
	font-weight: 200;
	color:#fff;
}
.whhr{
	width: 80px;
	border:0;
	border-top:1px solid #fff;
	margin: 20px auto 40px;
}

.project_slide{
	width: 100%;
}

.project_box{
	width: 47%;
	float: left;
	border-radius: 10px;
	background-color: #fff;
	padding: 20% 1%;
	margin: 10px 2% 10px 0;
	position: relative;
}

.project_box:nth-child(2n){
	margin-right: 0;
}

.new_work_img{
	margin-bottom: 10px;
}

.new_work_title{
	font-size: 12px;
	font-weight: 600;
	color: #111;
	line-height: 18px;
}


.hover_t{
	position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #51c5f8, #2878C6);
    /* display: flex;
    align-items: center;
    justify-content: center; */
		opacity: 0;
		border-radius: 10px;
		color: #fff;
		line-height: 14px;
		font-size: 10px;
		text-align: left;
		padding: 0 10px;
    box-sizing: border-box;
    word-break: keep-all;

}

.hover_t_text_box{
	width: 90%;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	margin: 0 auto;
}

.hover_t_text{
	display: flex;
	align-items: baseline;
	width: 100%;
	margin: 5px 0;
}

.bar{
	margin-right: 5px;
}

.bar_text{
	font-size: 10px;
}

.project_box:hover .hover_t{
    width: 100%;
		opacity: 1;
		cursor: pointer;
		transition: 1s;

}


/*Content6*/
.section6{
	width: 100%;
	margin-top: 5%;
}

.l_sec6{

	width: 100%;
}

.l_sec6 li{
	float: left;
	width: 47%;
	text-align: center;
	margin-bottom: 12%;
}


.r_sec6{

	width: 100%;
}

.r_sec6 img{
	width: 100%;
}

.l_mini{
	font-size: 12px;
	color: #555;
	margin-bottom: 10px;
}

.l_num{
	font-size: 22px;
	color: #111;
	font-weight: bold;
}
