@charset "utf-8";


/* 회사소개 */

.works {
	max-width: 1200px;
    overflow: hidden;
	margin: 50px auto 70px auto;
}

.works:after {
	content: "";
	display: block;
	clear: both;
}

.works .col-md-3 {
	padding:20px;
}
.works .col_in {
	width: 100%;
	padding: 15px 15px 45px 15px;
	border:1px solid #e7e7e7;
	border-radius:15px;
	box-shadow:1px 3px 3px 2px #A4A4A4;
	transition:0.3s;
}

.works .img_in {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius:15px;
}

.works .img_in img {
	display: block;
	width: 100%;
	border-radius:15px;
	transition:0.3s ease;
}


.works .col_in h2 {
	text-align: center;
	margin-top:30px;
	font-size:1.8em;
	word-break:keep-all;
}

.works .col_in h2 a {
	display: block;
	width: 100%;
	text-align: center;
	transition:0.3s ease;
}

@media screen and (hover:hover) {
	.works .col_in:hover h2 a {
		color: #167df1;
	}
}

@media screen and (hover:none) {
	.works .col_in h2 a {
		color: #167df1;
	}
}

.works .img_cont {
	width: 100%;
	margin-bottom: 50px;
}

.works .img_cont img {
	width: 100%;
	height: 300px;
}

.works .ceo_msg {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.works .ceo_msg .cont_1 {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 50%;
	font-size: 2em;
	color: #000;
	line-height: 1.4em;
}

.works .ceo_msg .cont_1 .nemo {
	width: 300px;
	height: 250px;
	margin-left: 50px;
	border: 10px solid #eee;
}

.works .ceo_msg .cont_1 .nemo_txt p {
	font-size: 2em;
	color: #000;
	line-height: 1.4em;
}

.works .ceo_msg .cont_1 img {
	width: 97%;
	margin-top: 5px;
}

.works .ceo_msg .cont_2 {
	float: left;
	width: 49%;
	padding: 0 20px;
	margin-left: 1%;
}

.works .ceo_msg .cont_2 p {
	color: #444;
	line-height: 1.8em;
	font-size: 1.3em;
	margin-top: 10px;
	word-break:keep-all;
}

.works .ceo_msg .cont_2 .bold {
	color: #A4A4A4;
	line-height: 38px;
	font-size: 1.8em;
	padding-bottom: 15px;
}

.works .ceo_msg .cont_2 .bold strong {
	/* color: #353aac; */
	color: #000;
	font-size: 1.8em;
	font-weight: 600;
	display: inline-block;
	margin-top: 5px;
}

.works .ceo_msg .cont_2 .sign {
	display: block;
	font-size: 1.6em;
	color: #000;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
}

.works .summary {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.works .bottom_img {
	display: block;	
	width: 40%;
	margin: 0 auto;
	margin-top: 60px;
}

@media screen and (hover:hover) {
	.works .col_in:hover {
		transform:translate(0,-20px);
	}

	.works .col_in:hover .img_in img {
		transform:scale(1.4);
	}
}


@media screen and (max-width:992px) {
	.works .col_in h2 {
		font-size:1.5em;
	}
	.works .img_in {
		padding: 20px 0;
	}
}

@media screen and (max-width:550px) {
	.works .col_in h2 {
		font-size:1.2em;
	}
}
