@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* 회사소개 */
.company {
	max-width: 1200px;
	overflow: hidden;
	margin: 50px auto 70px auto;
}

.company:after {
	content: "";
	display: block;
	clear: both;
}

.company .img_cont {
	width: 100%;
	margin-bottom: 50px;
}

.company .img_cont img {
	width: 100%;
	height: 300px;
}

.company .ceo_msg {
	width: 100%;
	/* margin-top: 50px; */
}

.company .ceo_msg .cont_1 {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 50%;
	font-size: 2em;
	color: #000;
	line-height: 1.4em;
}

.company .ceo_msg .cont_1 .nemo {
	width: 300px;
	height: 250px;
	margin-left: 50px;
	border: 10px solid #eee;
}

.company .ceo_msg .cont_1 .nemo_txt p {
	font-size: 2em;
	color: #000;
	line-height: 1.4em;
}

.company .ceo_msg .cont_1 img {
	width: 97%;
	margin-top: 5px;
	min-height: 492px;
	-o-object-fit: cover;
	object-fit: cover;
}

.company .ceo_msg .cont_2 {
	float: left;
	width: 49%;
	padding: 0 20px;
	margin-left: 1%;
}

.company .ceo_msg .cont_2 p {
	color: #444;
	/* line-height: 1.8em; */
	line-height: 25px;
	/* font-size: 1.3em; */
	font-size: 18px;
	margin-top: 10px;
	word-break: keep-all;
}

.company .ceo_msg .cont_2 .bold {
	color: #A4A4A4;
	line-height: 38px;
	font-size: 1.8em;
	padding-bottom: 15px;
}

.company .ceo_msg .cont_2 .bold strong {
	/* color: #353aac; */
	color: #4caf50;
	font-size: 1.8em;
	font-weight: 600;
	display: inline-block;
	margin-top: 5px;
}

.company .ceo_msg .cont_2 .sign {
	display: block;
	font-size: 1.6em;
	color: #000;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
}

.company .ceo_msg .cont_2 .sign .pen {
	font-family: "Nanum Pen Script", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	display: inline-block;
	padding-left: 15px;
}

.company .summary {
	float: left;
	width: 100%;
	margin-top: 50px;
}



.initial_top {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	justify-content: center;
	overflow: hidden;
}

.initial_top .box {
	width: 50%;
	padding: 60px 40px;
	text-align: center;
	color: #fff;
}

.initial_top .box h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

.initial_top .box p {
	font-size: 17px;
}

.initial_top .box:first-child {
	background-image: url("/data/editor/2503/9433cdc32fd99f64202fd0cc81820b66_1743055031_1169.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.initial_top .box:last-child {
	background-image: url("/data/editor/2503/9433cdc32fd99f64202fd0cc81820b66_1743055031_218.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 1200px) {
	.company .ceo_msg .cont_1 img {
		width: 50%;
		min-height: unset;
	}

	.company .ceo_msg .cont_2 .bold {
		font-size: 1.5em;
	}

	.company .ceo_msg .cont_2 p {
		margin-left: 20px;
	}

	.company .img_cont img {
		width: 100%;
		height: auto;
	}

	.company .ceo_msg .cont_1 {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 0px;
		padding-bottom: 60px;
	}

	.company .ceo_msg .cont_1 .nemo {
		margin: 0 auto;
	}

	.company .ceo_msg .cont_1 .nemo_txt {
		left: 50%;
		margin-left: -155px;
		border: 0px solid red;
	}

	.company .ceo_msg .cont_2 {
		width: 100%;
		float: none;
	}

	.company .ceo_msg .msg1 {
		width: 98%;
		margin: 1%;
		border: 0;
		border-bottom: 1px solid #e7e7e7;
	}

	.company .ceo_msg .msg2 {
		width: 98%;
		margin: 1%;
		border: 0;
		border-bottom: 1px solid #e7e7e7;
	}

	.company .ceo_msg .msg3 {
		width: 98%;
		margin: 1%;
		border: 0;
	}
}

@media screen and (max-width: 550px) {


	.company .ceo_msg .cont_1 img {
		width: 90%;
	}

	.company .ceo_msg .cont_2 {
		padding: 0 20px 0 0;
		margin-top: -40px;
	}

	.company .ceo_msg .cont_2 .bold {
		font-size: 1.2em;
	}

	.company .ceo_msg .cont_2 p {
		font-size: 15px;
	}

	.company .ceo_msg .cont_2 .bold strong {
		display: inline-block;
		margin-top: -5px;
	}

	.company .ceo_msg .cont_2 .sign {
		display: block;
		font-size: 1.3em;
	}


	.initial_top {
		gap: 10px;
		margin-bottom: 20px;
		justify-content: center;
		padding: 0 20px;
	}

	.initial_top .box {
		padding: 30px 20px;
	}

	.initial_top .box h4 {
		font-size: 22px;
		margin-bottom: 10px;
		word-break: keep-all;
	}

	.initial_top .box p {
		font-size: 14px;
		text-align: left;
		word-break: keep-all;
	}
}


.map_info_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info_block {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-bottom: 20px;
	word-break: keep-all;
}

.info_block h2 {
	width: 20%;
	font-weight: 600;
	font-size: 24px;
	color: #ebeaff;
}

.info_block div {
	width: 80%;
	font-size: 16px;
	color: #fff;
}



@media screen and (max-width:1200px) {
	.map {
		padding: 60px 20px 60px 20px;
	}
}

@media screen and (max-width: 992px) {
	/* .right {
	padding-left: 60px;
} */

	.right h1 {
		font-size: 2.5em;
	}

	.info_block {
		width: 100%;
	}

	.info_block h2 {
		font-size: 16px;
		width: 50%;

		& i {
			font-size: 18px;
		}
	}

	.info_block div {
		font-size: 15px;
	}

	.right .map_info_wrap {
		flex-direction: column;
	}
}

@media screen and (max-width:550px) {
	.map {
		flex-wrap: wrap;
		padding: 40px 20px 40px 20px;
		flex-direction: column-reverse;
	}

	.left {
		width: 100%;
	}

	.right {
		width: 100%;
		padding-left: 0px;
		/* margin-top: 60px; */
	}


}

@media screen and (max-width:360px) {
	.right h1 {
		text-align: center;
	}

	.info_block h2 {
		font-size: 1.3em;
	}

	.info_block div {
		font-size: 1.2em;
	}

}