.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:16px;
	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_1{
	padding: 50px 0;
	width: 100%;
	overflow: hidden;
	background-color: #eee;
}

.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;
}

/* Content7 */

.section7{
	padding: 50px 0;
	overflow: hidden;

}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

ul.step_ul{
  width: 100%;
  margin: 0 auto;
}

ul.step_ul>li{
  width: 100%;
  position: relative;
}

ul.step_ul>li>span{
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 100px;
  opacity: 0.7;
	left: 0;
	top: -15px;
}

ul.step_ul>li:nth-child(1)>span{
  background-color: #c2cad4;
  opacity: 0.6;
}

ul.step_ul>li:nth-child(2)>span{
  background-color: #5fbda8;
  opacity: 0.6;
}

ul.step_ul>li:nth-child(3)>span{
  background-color: #59d1e4;
}

ul.step_ul>li:nth-child(4)>span{
  background-color: #4cb5ce;
}

ul.step_ul>li:nth-child(5)>span{
  background-color: #3fa1c8;
}

ul.step_ul>li:nth-child(6)>span{
  background-color: #0080d2;
}

ul.step_ul>li:nth-child(7)>span{
  background-color: #6e6aa7;
}

ul.step_ul>li:nth-child(8)>span{
  background-color: #3b71b5;
}

ul.step_ul>li:nth-child(9)>span{
  background-color: #1a688e;
}

.step_title{
	width: 94%;
	height: 60px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	padding-left: 60px;
	margin-left: 20px;
	font-size: 14px;
	color: #111;
	font-family: 'Pretendard-Bold', sans-serif;
	position: relative;
	box-sizing: border-box;
	background-color: #f8f8f8;
	text-align: left;
}

ul.step_ul>li:nth-child(1) .step_title{
  border: 3px solid #c2cad4;
}

ul.step_ul>li:nth-child(2) .step_title{
  border: 3px solid #5fbda8;
}

ul.step_ul>li:nth-child(3) .step_title{
	border: 3px solid #59d1e4;
}

ul.step_ul>li:nth-child(4) .step_title{
	border: 3px solid #4cb5ce;
}

ul.step_ul>li:nth-child(5) .step_title{
	border: 3px solid #3fa1c8;
}

ul.step_ul>li:nth-child(6) .step_title{
	border: 3px solid #0080d2;
}

ul.step_ul>li:nth-child(7) .step_title{
	border: 3px solid #6e6aa7;
}

ul.step_ul>li:nth-child(8) .step_title{
	border: 3px solid #3b71b5;
}

ul.step_ul>li:nth-child(9) .step_title{
	border: 3px solid #1a688e;
}

.circle_num{
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background-color: #fff;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
}

.circle_num p{
	font-size: 16px;
	color: #111;
	font-family: 'Pretendard-ExtraBold', sans-serif;
	text-align: center;
}

.circle_num p span{
	font-size: 10px;
	font-family: 'Pretendard-SemiBold', serif;
	display: block;
	margin-bottom: 3px;
}

.step_content{
	margin-left: 45px;
	border-left: 1px dashed #ccc;
	padding: 30px 0 50px 40px;
	box-sizing: border-box;
}

ul.sc_text li{
	font-size: 12px;
	color: #555;
	font-family: 'Pretendard-Regular', sans-serif;
	margin-bottom: 15px;
	list-style: disc;
	list-style-position: inside;
	text-align: left;
	line-height: 16px;
}

ul.sc_text li::marker{
	font-size: 10px;
}

ul.sc_text li:last-child{
	margin-bottom: 0;
}

.step_title p.step_tt{
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
