@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: #3f8cd2;
	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("/theme/IDEN_TN1/img/company_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.initial_top .box:last-child {
	background-image: url("/theme/IDEN_TN1/img/company_2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.idea_text_box {
	padding: 60px 0;
}

.idea_text_box p {
	font-size: 20px;
	word-break: keep-all;
}

.idea_text_box p span.sign {
	font-size: 26px;
	text-align: right;
	font-weight: bold;
	color: #08385a;
	display: block;
}

.idea_flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 10px auto 60px auto;
}

.idea_flex_item {
	width: calc(33% - 16px);
	border: 1px solid #c3c3c3;
	padding: 45px;
	transition: 0.3s ease;
	border-radius: 15px;
	background: #fcfcfc;
	transition: 0.3s ease;
	display: block;
}

.idea_flex_item .idea_flex_img {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
}

.idea_flex_item .idea_flex_img img {
	width: 100%;
	border-radius: 15px;
	transition: 0.3s ease;
}

.idea_flex_item h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	word-break: keep-all;
	transition: 0.3s ease;
}

.idea_flex_item b {
	display: block;
	font-size:20px;
	text-align: center;
	font-weight:bold;
}

.idea_flex_item p {
	font-size: 18px;
	transition: 0.3s ease;
	position: relative;
	/* padding-left: 15px; */
	word-break: keep-all;
}

.idea_flex_item:hover {
	background: #3f8cd2;
}

.idea_flex_item:hover h3 {
	color: #fff;
}

.idea_flex_item:hover p {
	color: #fff;
}

.idea_flex_item:hover b {
	color: #fff;
}


.idea_flex_item:hover .idea_flex_img img {
	transform: scale(1.2);
}

.people_title {
	font-size:32px;
	text-align: center;
	margin: 15px auto;
}




@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: 991px) {
	.idea_title {
		font-size: 26px;
	}

	.idea_flex_item {
		width: 100%;
		padding: 25px;
	}

	.idea_flex_item .idea_flex_img {
		width: 100%;
	}

	.idea_flex_item h3 {
		font-size: 18px;
		word-break: keep-all;
	}

	.idea_flex_item p {
		font-size: 15px;
		word-break: keep-all;
	}

	.work_area {
		padding: 20px 10px;
	}

	.idea_flex {
		gap: 15px;
		margin: 10px auto 20px auto;
	}
}

@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;
		flex-direction: column;
	}

	.initial_top .box {
		width: 100%;
		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: #5fe064;
}

.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;
	}

}