@charset "utf-8";

/*common*/
.body-wrap {
	font-size: 0;
	overflow-x: hidden;
}

.color-w {
	color: #fff;
}

.color {
	color: #28A7E1;
}

.inner {
	max-width: 1400px;
	margin: auto;
	padding: 0 10px;
}

.inner-in {
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
	text-align: right;
}

.title h2 {
	font-size: 50px;
	font-weight: 900;
}


@media screen and (max-width:1024px) {
	.title h2 {
		font-size: 40px;
	}
}

@media screen and (max-width:768px) {
	.title h2 {
		font-size: 30px;
	}
}

@media screen and (max-width:425px) {
	.title h2 {
		font-size: 21px;
	}
}










.intro-txt {
	display: block;
	margin-top: 100px;
	margin-bottom: 50px;
}

.intro-img {
	background-image: url(../../img/sub/sub-img01.jpg);
	width: 80%;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: -1;
}

.intro-img .img-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.13);
	z-index: 0;
}

.img-txt {
	position: relative;
	z-index: 10;
	top: -65px;
	left: 0px;
}


@media screen and (max-width:1024px) {

	.intro-img {
		width: 80%;
		height: 600px;
	}

	.img-txt {
		top: -60px;
	}


}

@media screen and (max-width:768px) {
	.intro-txt {
		margin-left: 20px;
	}

	.intro-img {
		width: 100%;
		height: 400px;
	}

	.img-txt {
		top: -120px;
		left: 30px;
	}

	.img-txt h2 {
		color: #fff;
	}

}

@media screen and (max-width:425px) {
	.intro-txt {
		margin-left: 10px;
	}

	.img-txt {
		top: -120px;
		left: 5px;
	}

}











/*service*/
.ser-bg {
	width: 100%;
	padding: 0 10px;
	font-size: 500px;
	font-weight: 900;
	opacity: .1;
}

@media screen and (max-width:1024px) {
	.ser-bg {
		font-size: 250px;
	}

}

@media screen and (max-width:768px) {
	.ser-bg {
		font-size: 150px
	}

}

@media screen and (max-width:425px) {
	.ser-bg {
		margin: auto;
		font-size: 100px;
		text-align: center;
	}

}



.service .box {
	width: 33%;
	height: 300px;
	display: inline-block;
	vertical-align: top;
}

.service .box h3 {
	font-size: 33px;
	font-weight: 900;
	text-transform: uppercase;
}

.service .box .txt {
	margin-top: 15px;
}

.service .box span {
	font-size: 20px;
	display: block;
	padding: 5px 5px;
	font-weight: 500;
}


@media screen and (max-width:1024px) {


	.service .box {
		width: 30%;
		height: 300px;
		padding: 10px;
	}

	.service .box h3 {
		font-size: 29px;
	}

	.service .box span {
		font-size: 18px;
	}


}

@media screen and (max-width:768px) {


	.service .box h3 {
		font-size: 27px;
	}
}

@media screen and (max-width:425px) {
	.service .box {
		width: 80%;
		height: auto;
		margin: auto;
		display: block;
		text-align: left;
		padding: 10px;
	}


	.service .box h3 {
		font-size: 25px;
	}
}
















/*Certificate*/
.cer-bg {
	width: 100%;
	padding: 0 10px;
	font-size: 370px;
	font-weight: 900;
	opacity: .1;
}

@media screen and (max-width:1024px) {
	.cer-bg {
		font-size: 250px;
	}

}

@media screen and (max-width:768px) {
	.cer-bg {
		font-size: 150px
	}

}

@media screen and (max-width:425px) {
	.cer-bg {
		margin: auto;
		font-size: 100px;
		text-align: center;
	}

}




.cer {
	margin-bottom: 200px;
}


.cer .cerbox {
	/* width: 20%; */
	width: 30%;
	display: inline-block;
	vertical-align: top;
	/* 240126 추가 */
	padding-bottom: 10px;
}

.cer .cerbox .img {
	text-align: center;
	margin: auto;

}

.cer .cerbox .img img {
	width: 70%;
	border: 1px solid rgba(0, 0, 0, 0.31);
	padding: 10px;

}

.cer .cerbox h3 {
	font-size: 25px;
	text-align: center;
	font-weight: 00;
	margin-bottom: 15px;

}

.cer .cerbox h3 p {
	display: inline-block;
	vertical-align: top;
}

.cer .cerbox .txt {
	margin-top: 15px;
	text-align: center;
}

.cer .cerbox span {
	font-size: 20px;
	display: block;
	padding: 5px 5px;
	font-weight: 500;
}

.cer .cerbox span p {
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:1024px) {
	.cer {
		margin-bottom: 150px;
	}

	.cer .cerbox {
		width: 22%;
		padding: 10px;
	}

	.cer .cerbox span {
		font-size: 18px;
	}

	.cer .cerbox h3 {
		font-size: 2.5vmin;
	}

	.cer .cerbox span p {
		display: block;
	}
}

@media screen and (max-width:768px) {
	.cer {
		margin-bottom: 50px;
	}

	.cer .cerbox:last-child {}

	.cer .cerbox span {
		font-size: 2.5vmin;
	}

	.cer .cerbox {
		width: 40%;
		display: inline-block;
		vertical-align: top;
		padding-right: 5%;
		padding-left: 4%;
	}

	/* .cer .cerbox:nth-child(3n) {
		padding-right: 0;
	} */

	.cer .cerbox h3 p {
		display: block;
	}
}

@media screen and (max-width:425px) {

	.cer .cerbox .img img {
		width: 100%;
		padding: 5px;
	}

	.cer .cerbox span {
		padding: 0px 0 0 10px;
		font-size: 3.5vmin;
	}

	.cer .cerbox h3 {
		font-size: 4vmin;
		padding-left: 5%;
		margin-bottom: 7px;
	}

	.cer .cerbox .h3 {
		padding-left: 0;
		margin-left: -10%;
	}
}















/*partner*/
.partner-txt {
	margin-bottom: 100px;
}

.partner-img {
	margin-bottom: 250px;
}

.partner-img .line {
	width: 100%;
	text-align: right;
	padding: 10px;
}

.partner-img .line img {
	width: 15%;
	display: inline-block;
	vertical-align: middle;
	padding: 40px;
}


@media screen and (max-width:1024px) {

	.partner-txt {
		margin-bottom: 50px;
	}

	.partner-img {
		margin-bottom: 150px;
	}

	.partner-img .line {
		width: 100%;
		padding: 10px;
	}

	.partner-img .line img {
		width: 15%;
		padding: 40px;
	}


}


@media screen and (max-width:768px) {
	.partner-txt {
		margin-bottom: 50px;
		text-align: center;
	}

	.partner-img {
		margin-bottom: 150px;
	}

	.partner-img .line {
		width: 100%;
		padding: 10px;
		text-align: center;
	}

	.partner-img .line img {
		width: 15%;
		padding: 20px;
	}


}

@media screen and (max-width:425px) {
	.partner-txt {
		text-align: left;
		margin-left: 20px;
	}

	.partner-img {
		margin-bottom: 50px;
	}

	.partner-img .line img {
		width: 20%;
		padding: 5px;
	}


}












/*project*/
.project-img {
	width: 100%;
	height: 700px;
	background-image: url(../../img/sub/sub-img02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;

}

.project-img .img-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 0;
}

.project-img .pro-txt {
	position: absolute;
	top: 30%;
	left: 20%;
}

.project-img .pro-txt .txt {
	margin-bottom: 80px;
}

.project-img .pro-txt h2 {
	padding-bottom: 10px;
}

.project-img .pro-link {
	padding: 30px;
	border: 0.5px solid rgb(255, 255, 255);
	font-size: 18px;
	transition: .3s;
}

.project-img .pro-link:hover {
	border: 0.5px solid rgba(255, 255, 255, 0.4);
}




@media screen and (max-width:1024px) {
	.project-img {
		height: 600px;
	}

	.project-img .pro-txt {
		top: 20%;
		left: 20%;
	}

	.project-img .pro-txt .txt {
		margin-bottom: 80px;
	}

	.project-img .pro-txt h2 {
		padding-bottom: 10px;
	}

	.project-img .pro-link {
		padding: 20px 25px;
		font-size: 17px;
	}
}

@media screen and (max-width:768px) {
	.project-img {
		height: 500px;
		background-attachment: local;
	}

	.project-img .pro-link {
		padding: 20px 25px;
		font-size: 16px;
	}
}