@charset "utf-8";


/* 회사소개 */

.company2 {
	font-size: 1.4em;
	max-width: 1200px;
	margin: 60px auto;
	overflow: hidden;
}


.equip_list {
	display: block;
	width: 100%;
	margin-bottom: 80px;
}

.equip_list h2 {
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: 800;
}

.equip_list h3 {
	font-size: 1.5em;
	margin-bottom: 30px;
}

.ebox {
	display: flex;
	flex-direction: column;
}

.ebox img {
	display: block;
	width: 100%;
}
.ebox p {
    display: block;
    width: 100%;
    padding: 13px 1px;
    text-align: center;
    background: #394141;
    font-size: 1em;
    color: #fff;
    font-weight: 500;
}

.col-6 {
	margin-bottom: 30px;
}


@media screen and (max-width:1199px) {
	.company2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.equip_list h2 {
		font-size: 1.6em;
	}
	
	.equip_list h3 {
		font-size: 1em;
	}

}

@media screen and (max-width:576px) {

	.equip_list h2 {
		margin-bottom: 15px;
	}

	.equip_list {
		margin-bottom: 30px;
	}
}



h2.section_title {
	font-size: 2em;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}



.company {
	max-width: 1200px;
	overflow: hidden;
	margin: 50px auto 120px auto;

	overflow: hidden;
}

.company p {
	word-break: keep-all;
	font-size: 1.2em;
}

.company .sign {
	font-family: 'Nanum Brush Script', cursive;
	font-weight: 600;
	font-size: 1.8em;
}

.company .p_right {
	margin-top: 20px;
	text-align: right;
}

.company img {
	display: block;
	width: 100%;
}

.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;
}

.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;
	font-size: 1.3em;
	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: #000;
	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 .summary {
	float: left;
	width: 100%;
	margin-top: 50px;
}

@media screen and (max-width:1200px) {

	.company {
		padding-left: 20px;
		padding-right: 20px;
	}

	.company .ceo_msg .cont_1 img {
		width: 50%;
	}

	.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 p {
		font-size: 1em;
	}

	.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: 1.0em;
	}

	.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;
	}
}




.sec_history {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.history {

	display: flex;
	padding: 50px 0 120px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.history_left {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 20px;
}

.history_left img {
	display: block;
	width: 100%;
}

.history_left .history_img {
	width: 100%;
}

.history_left .history_img.img2,
.history_img.img3 {
	width: calc(100% / 2 - 10px);
}

.history_right {
	width: 50%;
	padding-left: 80px;
	box-sizing: border-box;
}

.history_section {
	width: 100%;
	box-sizing: border-box;
}

.history_detail {
	width: 100%;
}

.history_detail h2 {
	font-size: 2.4em;
	color: #353aac;

}

.history_wrap {
	border-left: 1px solid #ccc;
}

.history_item {
	padding-left: 50px;
	position: relative;
	margin-bottom: 40px;
}

.history_item:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #2f1c81;
	border-radius: 100%;
	transform: translate(-50%, 40%);
}

.history_item h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
	color: #2f1c81;
}

.history_item p {
	/* font-size: 1.4em; */
	font-weight: 400;
	line-height: 1.6em;
	word-break: keep-all;
}

@media screen and (max-width:992px) {
	.history {
		padding: 15px 20px 45px 20px;
	}
}

@media screen and (max-width:550px) {
	.history {
		flex-wrap: wrap;
	}

	.history_left {
		width: 100%;
	}

	.history_right {
		width: 100%;
		/* padding-left: 50%; */
		padding-left: 10px;
		margin-top: 60px;
	}

	.history_item h2 {
		font-size: 1.6em;
	}

	.history_item p {
		font-size: 1em;
		line-height: 2em;
	}
}

@media screen and (max-width:360px) {
	.history_item h2 {
		font-size: 1.3em;
	}

	.history_item p {
		font-size: 1em;
		line-height: 2em;
	}
}



.sec_map {
	max-width: 1200px;
	margin: 0 auto;
}

.sec_map_in {
	margin: 40px auto;
}

.sec_map_in h4 {
	font-size: 1.6em;
}

.map {
	width: 100%;
	display: flex;
	padding: 0px 0 60px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.left {
	width: 50%;
}

.left .root_daum_roughmap_landing {
	width: 100%;
}

.right {
	width: 50%;
	padding-left: 100px;
}

.right h1 {
	font-size: 4.5em;
	margin-bottom: 30px;
}

.right .map_info_wrap {
	width: 100%;
}

.info_block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}

.info_block h2 {
	width: 25%;
	font-weight: 600;
	font-size: 1.6em;
}

.info_block div {
	width: 75%;
	font-size: 1.4em;
}

@media screen and (max-width:1200px) {
	.map {
		padding: 10px 0 20px 0;
	}

	.sec_map_in {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 992px) {
	.right {
		padding-left: 60px;
	}

	.right h1 {
		font-size: 2.5em;
	}

	.info_block h2 {
		font-size: 1.3em;
	}

	.info_block div {
		font-size: 1.4em;
	}
}

@media screen and (max-width:550px) {
	.map {
		flex-wrap: wrap;
	}

	.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;
	}

}