@charset "utf-8";

/* ==================================================
	공통사항
================================================== */
.cont_inner {
	width: 100%;
}

.cont_inner2 {
	width: 100%;
}

.cblue {
	color: var(--brand-color-main)
}

.continner_mt {
	margin-top: var(--rem-50);
}

.img100 {
	width: 100%;
}
.overveiw-wrap {
    overflow: hidden;
}

/* 애니메이션 */
.cont_inner {
	opacity: 0;
	transform: translateY(50px)
}

.cont_inner.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.8s;
	-webkit-transition: all 0.7s 0.8s;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.cont_inner {
		margin-top: 3rem;
	}

	.cont_inner2 {
		/* margin-top: 3rem; */
	}
}

/* ==================================================
	아이콘
================================================== */
.con_title {
	position: relative;
	font-size: 2.4rem;
/*	font-weight: var(--font-sb);*/
	padding-left: 1.8rem;
	color: #333;
}

.con_title sub {
	font-size: 1.5rem;
}

.con_title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.5rem;
	height: 2.3rem;
	background: var(--brand-color-main);
}

.l-list01 {
	line-height: 1.2;
	font-size: 1.8rem;
}

.l-list01>li {
	position: relative;
	padding-left: 1.5rem;
	margin-top: 1rem;
	font-weight: var(--font-rg);
	color: #474747;
}

.l-list01>li:first-child {
	margin-top: 0;
}

.l-list01>li:before {
	content: "";
	position: absolute;
	top: 0.9rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	background: var(--brand-color-sub);
}

.l-list01>li span {
	font-weight: var(--font-bd);
}

.width_line_list {
	margin-top: 0.5rem;
	font-size: 1.7rem;
}

.width_line_list>li:before {
	position: absolute;
	top: 1.2rem;
	left: 0;
	content: "";
	display: block;
	width: 0.5rem;
	height: 1px;
	background: #a0a0a0;
}

.width_line_list>li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.3rem;
}

.width_line_list>li:last-child {
	margin-bottom: 0;
}

.check_list {
	font-size: 1.8rem;
	line-height: 1.5;
}

.check_list>li {
	position: relative;
	padding-left: 3.3rem;
	margin-top: 2.5rem;
	font-weight: var(--font-md);
	word-break: keep-all;
}

.check_list>li:first-child {
	margin-top: 0;
}

.check_list>li:before {
	content: "";
	position: absolute;
	top: 0.5rem;
	left: 0;
	width: 2.2rem;
	height: 1.6rem;
	background: url('../images/icon/check.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.check_list>li sup {
	font-size: 1.3rem;
}

.check_list2 {
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	gap: 2.5rem;
}

.check_list2>li {
	position: relative;
	padding-left: 3.3rem;
	font-weight: var(--font-md);
}

.check_list2>li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.2rem;
	height: 1.6rem;
	background: url('../images/icon/check.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.con_title {
		font-size: 2.4rem;
	}

	.con_title:before {
		height: 2.2rem;
	}
}

/* ==================================================
	테이블
================================================== */
table.chart01 {
	width: 100%;
	border-top: solid 1px #cccaca;
	border-bottom: solid 1px #cccaca;
}

table.chart01 tr th {
	background-color: #ecebeb;
	text-align: center;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

table.chart01 tr td {
	padding-left: 2.5rem !important;
	line-height: 1.35;
}

table.chart01 tr th,
table.chart01 tr td {
	padding: 1.5rem 0.3rem;
	border-bottom: solid 1px #cdcdcd;
	vertical-align: middle;
}

table.chart02 {
	width: 100%;
	border-top: solid 1px #262626;
	border-bottom: solid 1px #cdcdcd;
	text-align: center;
	font-size: 1.7rem;
}

table.chart02 tr th {
	background-color: #E5E5E5;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

table.chart02 tr th:first-child {
	border-left: 0;
}

table.chart02 tr td {
	line-height: 1.35;
}

table.chart02 tr td:first-child {
	background: #F8F8F8;
	border-left: 0;
	font-weight: var(--font-sb);
}

table.chart02 tr th,
table.chart02 tr td {
	padding: 1.3rem 0.3rem;
	border-bottom: solid 1px #cdcdcd;
	vertical-align: middle;
	border-left: solid 1px #cdcdcd;
}

/* 테이블 사이즈 */
.chart01_width {
	width: 25%;
}

.chart02_width1 {
	width: 27.5%;
}

.chart02_width2 {
	width: 45%;
}

.resin_width1 {
	width: 30%;
}

.resin_width2 {
	width: 17.5%;
}

.reinf_width1 {
	width: 36%;
}

.reinf_width2 {
	width: 21.33333333333333%;
}

.power_width1 {
	width: 10%;
}

.power_width2 {
	width: 20%;
}

.corepipecy_width1 {
	width: 30%;
}

.corepipecy_width2 {
	width: 35%;
}

.antenna_width1 {
	width: 17%;
}

.antenna_width2 {
	width: 66%;
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {
	table.chart01 {
		font-size: 1.6rem;
	}

	table.chart02 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {
	table.chart01 tr td {
		padding-left: 1.2rem !important;
	}

	table.chart02 tr th,
	table.chart02 tr td {
		padding: 1.3rem 1rem;
	}
}

/* ==================================================
	반응형 테이블 스크롤
================================================== */
.msg_touch_help {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width:720px) {
	.con_table_wrap {
		overflow-x: auto;
	}

	.con_table_wrap {
		position: relative;
	}

	.table_scroll {
		width: 200%;
	}

	.msg_touch_help {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		display: block;
	}

	.msg_touch_help img {
		width: 100px;
		height: 100px;
	}
}

/* ==================================================
	이미지 움직이는 효과
================================================== */
.over-cover {
	overflow: hidden;
	position: relative;
	display: inline-block;
	line-height: 0;
}

.over-cover img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.over-cover:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

/* ==================================================
	영상
================================================== */
.movie_con {
	text-align: center;
}

.movie_con video {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
}

.promovie_con {
	text-align: center;
}

.promovie_con video {
	width: 100%;
	max-width: 1000px;
}

/* ==================================================
	유튜브 영상
================================================== */
.youtubeWrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden
}

.youtubeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.youtubeWrap .btn_prev,
.youtubeWrap .btn_next {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.6);
	color: #fff
}

.youtubeWrap .btn_prev {
	left: 0
}

.youtubeWrap .btn_next {
	right: 0
}

.youtubeWrap .btn_prev>img {
	float: left
}

.youtubeWrap .btn_next>img {
	float: right
}

.youtubeWrap .btn_prev>span,
.youtubeWrap .btn_next>span {
	display: inline-block;
	float: left;
	height: 90px;
	padding: 0 15px;
	margin: 20px 0;
	max-height: 50px;
	max-width: 180px;
	font-size: 16px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

.youtubeWrap .btn_prev:hover>span,
.youtubeWrap .btn_prev:focus>span,
.youtubeWrap .btn_next:hover>span,
.youtubeWrap .btn_next:focus>span {
	display: inline-block
}

/* ==================================================
	상단이미지 01
================================================== */
.content_topcon {
	position: relative;
	margin-bottom: 4rem;
}

.contact_bg {
	background: url('../images/pr/contact_bg.jpg') no-repeat 50% 50%;
	background-size: cover;
}

.content_topcon:before,
.content_topcon:after {
	position: absolute;
	top: 50%;
	width: 3.5rem;
	height: 25.8rem;
	margin-top: -12.9rem;
	content: "";
}

.content_topcon:before {
	left: 5rem;
	background: url('../images/common/cont_tleft.png') no-repeat;
	background-size: cover;
}

.content_topcon:after {
	right: 5rem;
	background: url('../images/common/cont_tright.png') no-repeat;
	background-size: cover;
}

.content_topcon p {
	color: var(--color-white);
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: -0.3px;
	font-weight: 400;
	line-height: 1.5;
	padding: 12.4rem 0;
	word-break: keep-all;
}

.content_topcon p b {
	font-weight: var(--font-bd);
}

.ct_dl {
	display: block;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.content_topcon {
		margin-bottom: 4rem;
	}

	.content_topcon p {
		font-size: 2.8rem;
	}
}

@media screen and (max-width:800px) {
	.content_topcon p {
		font-size: 2.2rem;
	}

	.ct_dl {
		display: inline;
	}
}

@media screen and (max-width:640px) {
	.content_topcon {
		margin-bottom: 2.5rem;
	}

	.content_topcon:before,
	.content_topcon:after {
		display: none
	}

	.content_topcon p {
		padding: 15% 1.5rem
	}
}

/* ==================================================
	상단이미지 02
================================================== */
.section_top {
	position: relative;
	padding-bottom: 5rem;
	text-align: center;
}

.section_top .pht {
	position: relative;
}

.section_top .pht .img img {
	width: 100%;
	border-radius: 10rem;
}

.section_top .txtarea {
	position: absolute;
	width: 95rem;
	height: 32rem;
	padding: 6rem 1rem 2rem 6rem;
	border-radius: 8rem 0 0 0;
	bottom: 0;
	right: -1px;
	z-index: 10;
	text-align: left;
	background: var(--color-white);
}

.section_top .txtarea h4 {
	font-family: var(--font-Elice);
	font-size: 3rem;
	font-weight: var(--font-sb);
	color: var(--color-black);
	line-height: 1;
}

.section_top .txtarea h4.sectxt_mt {
	margin-bottom: 2.5rem;
}

.section_top .txtarea .sec_stit {
	font-family: var(--font-Outfit);
	font-size: 2rem;
	font-weight: var(--font-md);
	color: #afafaf;
	margin-top: 2rem;
	margin-bottom: 3.2rem;
}

.section_top .txtarea .sec_stit2 {
	font-family: var(--font-Outfit);
	font-size: 2rem;
	font-weight: var(--font-md);
	color: #afafaf;
	padding-left: 1rem;
}

.section_top p {
	font-size: 1.7rem;
	line-height: 1.45;
	color: var(--color-black);
	word-break: keep-all;
	margin-top: 1rem;
}

.section_esgtop p {
	font-size: 1.8rem;
	line-height: 1.6;
}

.section_top p:first-child {
	margin-top: 0;
}

/* 애니메이션*/
.section_top {
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
}

.section_top.active {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 0.7s 0.8s;
	-webkit-transition: all 0.7s 0.8s;
}

/* 모바일CSS */
@media screen and (max-width:900px) {
	.section_top {
		padding-bottom: 3.5rem;
	}

	.section_top .pht .img img {
		border-radius: 7rem 7rem 0 0;
	}

	.section_top .txtarea {
		position: relative;
		width: 94%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		margin-top: -15rem;
		padding: 4rem 2rem 0 2rem;
		border-radius: 4rem 4rem 0 0;
		text-align: center;
		background: var(--color-white);
	}

	.section_top .txtarea h4 {
		font-size: 3rem;
	}

	.section_top .txtarea h4.sectxt_mt {
		margin-bottom: 1.8rem;
	}

	.section_top .txtarea .sec_stit {
		font-size: 1.8rem;
		margin-top: 1.8rem;
		margin-bottom: 3rem;
	}

	.section_top .txtarea .sec_stit2 {
		display: block;
		font-size: 1.8rem;
		padding-left: 0;
		margin-top: 1rem;
	}
}

@media screen and (max-width:640px) {
	.section_top .pht .img img {
		border-radius: 3rem 3rem 0 0;
	}

	.section_top .txtarea {
		margin-top: -5rem;
	}

	.section_top p {
		text-align: left;
	}
}

/* ==================================================
	컨텐츠 디자인
================================================== */
.con_design {
	overflow: hidden;
}

.con_design>ul>li {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.con_design>ul>li .context_g {
	width: 50%;
	padding: 0 4rem 0 0;
	order: 1;
}

.con_design>ul>li .context_g .constitle {
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	color: var(--color-black);
	line-height: 1;
	padding-top: 55px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: top left;
}

.con_design>ul>li:nth-child(1) .context_g .constitle {
	background-image: url('../images/common/num_1.png');
}

.con_design>ul>li:nth-child(2) .context_g .constitle {
	background-image: url('../images/common/num_2.png');
}

.con_design>ul>li:nth-child(3) .context_g .constitle {
	background-image: url('../images/common/num_3.png');
}

.con_design>ul>li:nth-child(4) .context_g .constitle {
	background-image: url('../images/common/num_4.png');
}

.con-list01>dt {
	font-size: 2.5rem;
	font-weight: 700;
	margin-top: 1.5rem;
	word-break: keep-all;
	color: var(--brand-color-main);
}

.con-list01>dt span {
	display: block;
}

.con-list01>dd {
	font-size: 1.7rem;
	line-height: 1.7;
	font-weight: 400;
	color: #9a9a9a;
	letter-spacing: -0.03em;
	margin-top: 1.5rem;
	word-break: keep-all;
}

.con_design>ul>li .conimg_g {
	width: 50%;
	height: 45rem;
	order: 2;
}

.conimg_g .conimg {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}

/* 애니메이션 */
.con_design>ul>li:nth-child(1) {
	width: 100%;
	opacity: 0;
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-webkit-transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}

.con_design.active>ul>:nth-child(1) {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.con_design>ul>li:nth-child(2) {
	width: 100%;
	opacity: 0;
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-webkit-transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}

.con_design.active>ul>:nth-child(2) {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.con_design>ul>li:nth-child(3) {
	width: 100%;
	opacity: 0;
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-webkit-transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}

.con_design.active>ul>:nth-child(3) {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.con_design>ul>li:nth-child(4) {
	width: 100%;
	opacity: 0;
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-webkit-transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}

.con_design.active>ul>:nth-child(4) {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.con_design>ul>li:nth-child(1) {
	transition-delay: .5s
}

.con_design>ul>li:nth-child(2) {
	transition-delay: .8s
}

.con_design>ul>li:nth-child(3) {
	transition-delay: 1.1s
}

.con_design>ul>li:nth-child(4) {
	transition-delay: 1.4s
}

/* 모바일CSS */
@media screen and (min-width:1201px) {
	.con_design>ul>li:nth-child(odd) .context_g {
		order: 3;
		padding-left: 7rem;
	}
}

@media screen and (max-width:1200px) {
	.con_design>ul>li+li {
		margin-top: 8rem;
	}

	.con_design>ul>li .context_g {
		width: 100%;
		padding: 6rem 0 0 0;
		order: 2;
	}

	.con_design>ul>li .context_g .vistitle h3 {
		padding-top: 5.7rem;
	}

	.con_design>ul>li .conimg_g {
		width: 100%;
		max-width: 90rem;
		height: 50rem;
		order: 1;
	}
}

@media screen and (max-width:1023px) {
	.con_design>ul>li+li {
		margin-top: 50px;
	}

	.con_design>ul>li .context_g {
		padding-top: 4.2rem;
	}

	.con_design>ul>li .context_g .constitle {
		font-size: 2.8rem;
		padding-top: 3.8rem;
		padding-bottom: 2rem;
		background-size: auto 7rem;
		word-break: keep-all;
	}

	.con-list01>dt {
		font-size: 2.4rem;
		margin-top: 10px;
	}

	.con-list01>dd {
		font-size: 1.6rem;
		line-height: 1.6;
	}
}

@media screen and (max-width:640px) {
	.con_design>ul>li+li {
		margin-top: 3.5rem;
	}

	.con_design>ul>li .context_g {
		padding: 3rem 0 0 0;
	}

	.con_design>ul>li .context_g .constitle {
		font-size: 2.3rem;
		padding-top: 2.5rem;
		padding-bottom: 1.5rem;
		background-size: auto 5rem;
	}

	.con_design>ul>li .conimg_g {
		height: 25rem;
	}

	.con-list01>dt {
		font-size: 2rem;
	}

	.con-list01>dt span {
		display: inline;
	}
}

/* ==================================================
	회사소개 - 회사개요
================================================== */
.overview .ov_top h1 {
	font-size: 2.6rem;
	font-weight: var(--font-sb);
	text-align: var(--text-ag-center);
	line-height: 1.5;
}

.overview .ov_top h1 span {
	display: block;
}

.ovtop_info {
	width: 75%;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: var(--rem-20);
    margin-top: var(--rem-40);
}

.ovtop_info li .box {
	width: 100%;
	height: 30rem;
	background: #EDF1F4;
	border-radius: 2rem;
	padding: 1.5rem 2rem 2rem 2rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ovtop_info li .box span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 11rem;
	height: 11rem;
	border-radius: 50%;
	background: var(--color-white);
}

.ovtop_info li .box span img {
	max-width: 4.5rem;
	width: 100%;
}

.ovtop_info li .box dl {
	margin-top: 2.6rem;
}

.ovtop_info li .box dl dd {
	font-size: 2rem;
	color: #6F6E6E;
}

.ovtop_info li .box dl dt {
	font-size: 2rem;
	font-weight: var(--font-sb);
	margin-top: 0.7rem;
	line-height: 1.35;
}

.ov_tb .chart01 {
	margin-top: var(--rem-25);
}

/* 주요사업 */
.ov_middle {
	width: 100%;
	margin: 6rem 0 0;
	padding: 6rem 0;
	background: #f7f7f7;
}

.ov_middle .inner {
	overflow: hidden;
}

.ov_middle ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: var(--rem-20);
	margin-top: 3rem;
}

.ov_middle ul>li {
	position: relative;
	display: block;
	border-radius: var(--rem-20);
}

.ov_middle ul>li a .img {
	padding-bottom: 42.38%;
}

.ov_middle ul>li a .img_tit2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ov_middle ul>li a .img h1 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--color-white);
	font-size: 3rem;
	font-weight: var(--font-bd);
	line-height: 1.2;
}

.ov_middle ul>li a:hover .img h1 {
	opacity: 0;
}

.ov_middle ul>li a .img_tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
	opacity: 0;
	transition: 0.2s all ease-in;
}

.ov_middle ul>li a .img_tit .img_txt {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--color-white);
	line-height: 1.2;
}

.ov_middle ul>li a .img_tit .img_txt h1 {
	font-size: 2.5rem;
	font-weight: var(--font-bd);
}

.ov_middle ul>li a .img_tit .img_txt p {
	font-size: 2rem;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.ov_middle ul>li a .img_tit .img_txt p span {
	font-size: 1.7rem;
	display: block;
}

.ov_middle ul>li a:hover .img_tit {
	opacity: 1;
}

/* 메인비주얼 사업군 서브 이미지 */
.ov_middle ul>li:nth-child(1) {
	background: url('../images/company/ov_loc01.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.ov_middle ul>li:nth-child(2) {
	background: url('../images/company/ov_loc02.jpg') 50% 50% no-repeat;
	background-size: cover;
}
.ov_middle ul>li:nth-child(3) {
	background: url('../images/company/ov_loc03.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.ov_middle ul>li:nth-child(4) {
	background: url('../images/company/ov_loc04.jpg') 50% 50% no-repeat;
	background-size: cover;
}

/* 애니메이션 */
.overview .ov_top {
	opacity: 0;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}

.overview .ov_top.active {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 0.6s 0.5s;
	-webkit-transition: all 0.6s 0.5s;
}

.ov_middle .inner {
	opacity: 0;
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-webkit-transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}

.ov_middle.active .inner {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.ov_bottom {
	opacity: 0;
	transform: translateX(50px);
	-webkit-transform: translateX(50px);
	transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-webkit-transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}

.ov_bottom.active {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {
	.ovtop_info {
		width: 100%;
	}

	/* 주요사업 */
	.ov_middle ul {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

@media screen and (max-width: 640px) {
	.overview .ov_top h1{
		font-size: 2.2rem;
		padding: 0 10%;
		word-break: keep-all;
	}
	.overview .ov_top h1 span{
		display: inline;
	}
	
	.ovtop_info {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}

	/* 주요사업 */
	.ov_middle ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
	}

	.ov_middle ul>li a .img h1 {
		font-size: 18px;
	}


	.ov_middle ul>li a .img_tit .img_txt h1 {
		font-size: 20px;
	}

	.ov_middle ul>li a .img_tit .img_txt p {
		font-size: 17px;
	}

	.ov_middle ul>li a .img_tit .img_txt p span {
		font-size: 16px;
	}
}

@media screen and (max-width: 450px) {
	.ovtop_info li .box dl dt {
		font-size: 1.8rem;
		letter-spacing: -0.25px;
	}
}

/* ==================================================
	회사소개 - 인사말
================================================== */
.grt_con {
	display: flex;
	align-items: center;
	gap: 8rem;
}

.grt_img {
	position: relative;
	width: 50%;
}

.grt_img .main-img {
	position: relative;
	z-index: 2;
	border-radius: var(--rem-40);
	overflow: hidden;
	display: block;
	box-shadow: 1.5rem 4rem 5rem 0 rgba(0, 0, 0, 0.1);
	width: 100%;
}

.grt_img .main-img img {
	width: 100%;
	display: block;
}

.grt_img .deco-img {
	position: absolute;
	left: -10rem;
	top: -10rem;
	z-index: 3;
	animation: circleSpin 15s infinite linear
}

@keyframes circleSpin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.grt_txt {
	width: 50%;
}

.grt_txt .cm_tit {
	font-size: 3.6rem;
	line-height: 1.4;
	color: var(--brand-color-sub);
}

.grt_txt .cm_tit span {
	display: block;
}

.grt_txt .cm_txt {
	font-size: var(--rem-18);
	line-height: 1.75;
	margin-top: 3.5rem;
	word-break: keep-all;
    position: relative;
    padding: var(--rem-40) 0;
}

.grt_txt .cm_txt::before {
    position: absolute;
    bottom: 00px;
    left: calc(-200% - 4rem);
    background: var(--brand-color-main);
    width: 400%;
    height: 100%;
    content: "";
    z-index: -99;
    opacity: 0.1;
}

.grt_txt .cm_txt b{
	font-size: 120%;
}

.grt_txt .cm_txt p+p {
	margin-top: 2rem;
}

.grt_txt .cm_txt p span {
	display: block;
}

.grt_txt .cm_txt .ceo {
	display: flex;
	align-items: center;
	margin-top: 3rem;
	color: var(--color-esan);
	font-size: var(--rem-18);
}

.grt_txt .cm_txt .ceo b {
	font-size: var(--rem-20);
	font-weight: var(--font-sb);
}

.grt_txt .cm_txt .ceo img {
	width: 100%;
	max-width: 6.5rem;
	margin-left: 1.5rem;
}

/* 모바일CSS */
@media screen and (max-width: 800px) {
	.grt_con {
		display: block;
	}

	.grt_img {
		width: 100%;
		padding-right: 0
	}

	.grt_img .main-img {
		border-radius: 2rem;
		width: 90%;
	}

	.grt_img .deco-img {
		left: auto;
		right: 0;
		top: -3rem;
		height: 12rem;
	}

	.grt_txt {
		width: 100%;
		margin-top: 3rem;
	}

	.grt_txt .cm_tit {
		font-size: 4rem;
	}

	.grt_txt .cm_tit span {
		display: inline;
	}

	.grt_txt .cm_txt {
		line-height: 1.75;
		margin-top: 4rem;
	}

	.grt_txt .cm_txt p {
		word-break: keep-all;
	}
}

@media screen and (max-width: 640px) {
	.grt_txt .cm_tit {
		font-size: 3rem;
	}

	.grt_txt .cm_txt {
		line-height: 1.7;
		margin-top: 2.5rem;
	}

	.grt_txt .cm_txt .ceo {
		margin-top: 1rem;
	}
}

/* ==================================================
	기업소개 - 연혁
================================================== */
.history .box {
	position: relative;
	padding-left: 500px
}

.history .box .historyLine {
	position: absolute;
	left: 500px;
	top: 0;
	z-index: 1;
	width: 2px;
	height: 0;
	max-height: 100%;
	background-color: var(--brand-color-main);
	transition: height .3s
}

.history .box .dep1 {
	position: relative;
	line-height: 1.8;
}

.history .box .dep1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #ddd
}

.history .box .dep1>dt {
	position: absolute;
	left: -500px;
	width: 500px;
	font-family: var(--font-nexonlv2);
	font-size: 4.2rem;
	font-weight: var(--font-bd);
	color: #ddd;
	transition: color .3s
}

.history .box .dep1>dt::after {
	content: "";
	position: absolute;
	right: -7px;
	top: 6%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	transition: background-color .3s
}

.history .box .dep1>dt.on {
	color: var(--brand-color-main)
}

.history .box .dep1>dt.on::after {
	background-color: var(--brand-color-main)
}

.history .box .dep1>dt .hisimg {
	position: relative;
}

.history .box .dep1>dt .hisimg>li {
	margin-top: 0.5rem;
	transform: translateX(-1.5rem);
	transition: .8s;
	opacity: 0
}

.history .box .dep1>dt .hisimg.active>li {
	transform: translateX(0px);
	opacity: 1
}

.history .box .dep1>dt .hisimg.active>li:nth-child(1) {
	transition-delay: .3s
}

.history .box .dep1>dt .hisimg.active>li:nth-child(2) {
	transition-delay: .6s
}

.history .box .dep1>dt .hisimg>li img {
	width: 100%;
	max-width: 42rem;
	border-radius: 5rem 0;
}

.history .box .dep1>dt:nth-child(1) {
	top: -15px
}

.history .box .dep1>dt:nth-child(1)::after {
	top: 2%
}

.history .box .dep1>dt span {
	font-weight: 600;
}

.history .box .dep1>dd {
	position: relative;
	padding-left: 99px
}

.history .box .dep1>dd:first-of-type .dep2 {
	padding-top: 0
}

.history .box .dep1>dd:first-of-type .dep2 dt {
	top: 0
}

.history .box .dep1>dd:last-of-type .dep2 {
	border-bottom: 0
}

.history .box .dep1>dd .dep2 {
	position: relative;
	padding: 2.8rem 0 3rem 13.3rem;
	border-bottom: 1px solid #efefef
}

.history .box .dep1>dd .dep2 dt {
	position: absolute;
	left: 0;
	top: 28px;
	font-size: 2rem;
	font-weight: 800;
}

.history .box .dep1>dd .dep2 dd~dd {
	margin-top: 14px
}

.history .box .dep1>dd .dep2 dd {
	display: flex;
}

.history .box .dep1>dd .dep2 dd em {
	flex-basis: 10%;
	font-size: 2rem;
	font-weight: 500;
	font-style: normal;
	vertical-align: top
}

.history .box .dep1>dd .dep2 dd span {
	flex-basis: 90%;
	font-size: 2rem;
}

.history .box .dep1>dd:last-of-type::after {
	content: "";
	position: absolute;
	left: -5px;
	bottom: 0;
	z-index: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	transition: background-color .3s
}

.history .box .dep1>dd:last-of-type.on::after {
	background-color: var(--brand-color-main)
}

/* 모바일CSS */
@media screen and (max-width:1200px) {
	.history .box .dep1>dd .dep2 {
		padding: 2.8rem 0 3rem 10rem;
	}

	.history .box .dep1>dd .dep2 dd em {
		font-size: 1.8rem;
	}

	.history .box .dep1>dd .dep2 dd span {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:1023px) {
	.history {
		padding: 7rem 0 0 0;
	}

	.history .box {
		padding-left: 0
	}

	.history .box .historyLine {
		left: 0
	}

	.history .box .dep1>dt {
		position: relative;
		left: 0;
		width: auto;
		padding-left: 50px;
		margin-top: 10px;
		font-size: 4rem;
		line-height: 1.2
	}

	.history .box .dep1>dt::after {
		left: -5px;
		top: 4%;
	}

	.history .box .dep1>dt.on::after {
		background-color: var(--brand-color-main)
	}

	.history .box .dep1>dt:nth-child(1) {
		top: -5px;
		margin-top: 0
	}

	.history .box .dep1>dt:nth-child(1):after {
		top: 0
	}

	.history .box .dep1>dt .hisimg>li {
		float: left;
		width: 48%;
	}

	.history .box .dep1>dt .hisimg>li:nth-child(odd) {
		margin-right: 4%;
	}
	
	.history .box .dep1>dt .hisimg>li img {
		border-radius: 3rem 0;
	}

	.history .box .dep1>dt .hisimg:after{content:'';display:block;clear:both;height:0;visibility:hidden;}

	.history .box .dep1>dd {
		padding-left: 50px
	}

	.history .box .dep1>dd .dep2 {
		padding: 20px 0
	}

	.history .box .dep1>dd .dep2 dt {
		position: relative;
		left: 0;
		top: 0;
		font-size: 2.5rem;
		line-height: 1.2
	}

	.history .box .dep1>dd .dep2 dd {
		margin-top: 20px
	}

	.history .box .dep1>dd .dep2 dd~dd {
		margin-top: 15px
	}

	.history .box .dep1>dd .dep2 dd em {
		flex-basis: 5%;
	}

	.history .box .dep1>dd .dep2 dd span {
		flex-basis: 95%;
	}

	.history .box .dep1>dd:last-of-type::after {
		left: -5px
	}
}

@media screen and (max-width:640px) {
	.history {
		padding: 20px 0 0 0;
	}

	.history .box .dep1 {
		line-height: 1.6;
	}

	.history .box .dep1>dt {
		padding-left: 30px;
		font-size: 3.6rem;
	}

	.history .box .dep1>dd {
		padding-left: 30px;
	}

	.history .box .dep1>dd .dep2 dd em {
		flex-basis: 8%;
		font-size: 1.7rem;
	}

	.history .box .dep1>dd .dep2 dd span {
		flex-basis: 92%;
		font-size: 1.7rem;
	}
}

@media screen and (max-width:450px) {
	.history {
		padding: 20px 0 0 0;
	}

	.history .box .dep1>dt {
		padding-left: 20px;
	}

	.history .box .dep1>dd {
		padding-left: 20px;
	}

	.history .box .dep1>dd .dep2 dd em {
		flex-basis: 10%;
	}

	.history .box .dep1>dd .dep2 dd span {
		flex-basis: 90%;
	}
}

/* ==================================================
	기업소개 - 비전
================================================== */
h5.h_tit {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--brand-color-main);
	margin-bottom: 3.7rem;
}

h5.h_tit .h_etit {
	display: block;
	font-size: 1.5rem;
	color: var(--brand-color-sub);
}

.mis_cont {
	margin-top: 8rem;
	text-align: center;
}

/* 비전 */
.mission_title {
	width: 100%;
	height: 320px;
	display: table;
	margin: 0 auto;
	text-align: center;
}

.mission_title>div {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	background: url('../images/company/vision.jpg')no-repeat 50% 50% / cover;
	color: var(--color-white);
}

.mission_title>div * {
	text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.3)
}

.mission_title>div h5.h_tit {
	color: var(--color-white);
	margin-bottom: 0;
}

.mission_title>div h5.h_tit .h_etit {
	color: var(--color-white);
}

.mission_title>div p.txt {
	width: 100%;
	margin: 0 auto;
	font-size: 4.5rem;
	margin-top: 0;
	line-height: 1.3;
}

.mission_title>div p.txt span {
	display: block;
}

.mission_title>div p.txt span b {
	font-weight: var(--font-sb);
}

/* 미션 */
.mis_cont.vision .mis_txt {
	position: relative;
	font-size: 3.2rem;
	line-height: 1.45;
}

.mis_cont.vision .mis_txt::before {
	position: absolute;
	z-index: -1;
	content: 'KFCOMS MISSON';
	font-size: 15rem;
	font-family: var(--font-nexonlv1);
	font-style: normal;
	font-weight: var(--font-bd);
	font-style: Italic;
	color: #f9f9f9;
	left: 50%;
	top: 0;
	margin-left: -60.5rem;
	margin-top: -5rem;
	letter-spacing: -5px;
}

.mis_txt span {
	display: block;
}

.tblue {
	color: var(--brand-color-dmain);
	font-weight: var(--font-bd);
}

/* 핵심가치 */
.dl_list {
	max-width: var(--px-base);
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.dl_list dl {
	width: 24.7%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 10px;
}

.dl_list dl:after {
	content: "";
	display: inline-block;
	width: 46px;
	height: 6px;
	background: url('../images/company/vision_area.png') repeat;
	position: absolute;
	right: -8%;
	top: 103px;
}

.dl_list dl:last-child:after {
	display: none;
}

.dl_list dl dt {
	padding-top: 23.7rem;
	font-family: var(--font-nexonlv1);
	font-weight: var(--font-bd);
	font-size: 2.6rem;
	letter-spacing: -0.2px;
	color: var(--brand-color-main);
	margin-bottom: 1.5rem;
}

.dl_list dl:nth-child(1) dt {
	background: url('../images/company/vision_icon01.png') no-repeat center top;
	color: #d4281e;
}

.dl_list dl:nth-child(2) dt {
	background: url('../images/company/vision_icon02.png') no-repeat center top;
	color: #006eb2;
}

.dl_list dl:nth-child(3) dt {
	background: url('../images/company/vision_icon03.png') no-repeat center top;
	color: #083968;
}

.dl_list dl:nth-child(4) dt {
	background: url('../images/company/vision_icon04.png') no-repeat center top;
	color: #008167;
}

.dl_list dl dd {
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: -0.1px;
	color: #333;
}

.dl_list dl dd span {
	display: block;
}

/* 애니메이션 */
.visani .mission_title {
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

.visani.active .mission_title {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 1s 0.2s;
	-webkit-transition: all 1s 0.2s;
}

.visani .vision {
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

.visani.active .vision {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 1s 0.2s;
	-webkit-transition: all 1s 0.7s;
}

.visani .corevalues {
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

.visani.active .corevalues {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 1s 0.2s;
	-webkit-transition: all 1s 1s;
}

/* 모바일CSS */
@media screen and (max-width:1400px) {
	.dl_list dl dt {
		padding-top: 26rem;
	}
}

@media screen and (max-width:1023px) {
	h5.h_tit {
		font-size: 3rem;
		margin-bottom: 3rem;
	}

	h5.h_tit .h_etit {
		font-size: 1.4rem;
	}

	.mis_cont {
		margin-top: 6rem;
	}

	/* 비전 */
	.mission_title {
		height: auto;
	}

	.mission_title>div {
		padding: 5rem 1.5rem;
	}

	.mission_title>div * {
		text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.3)
	}

	.mission_title>div p.txt {
		font-size: 2.5rem;
		margin-top: 5px;
	}

	/* 미션 */
	.mis_cont.vision .mis_txt {
		font-size: 3rem;
	}

	.mis_txt span {
		display: inline;
	}

	.mis_cont.vision .mis_txt::before {
		font-size: 11rem;
		margin-left: -480px;
		margin-top: -30px;
	}

	/* 핵심가치 */
	.dl_list dl {
		margin-bottom: 2.6rem;
	}

	.dl_list dl:after {
		display: none;
	}

	.dl_list dl dt {
		padding-top: 17.5rem;
		font-size: 2.2rem;
	}

	.dl_list dl:nth-child(1) dt {
		background: url('../images/company/vision_icon01.png') no-repeat center top;
		background-size: auto 130px;
	}

	.dl_list dl:nth-child(2) dt {
		background: url('../images/company/vision_icon02.png') no-repeat center top;
		background-size: auto 130px;
	}

	.dl_list dl:nth-child(3) dt {
		background: url('../images/company/vision_icon03.png') no-repeat center top;
		background-size: auto 130px;
	}

	.dl_list dl:nth-child(4) dt {
		background: url('../images/company/vision_icon04.png') no-repeat center top;
		background-size: auto 130px;
	}
}

@media screen and (max-width:640px) {
	h5.h_tit {
		font-size: 2.5rem;
		margin-bottom: 2.5rem;
	}

	.mis_cont {
		margin-top: 4rem;
	}

	/* 비전 */
	.mission_title>div {
		padding: 3rem 1.5rem 4.5rem 1.5rem;
	}

	.mission_title>div p.txt {
		font-size: 2rem;
	}

	.mission_title>div p.txt span {
		display: inline;
	}

	/* 미션 */
	.mis_cont.vision .mis_txt {
		font-size: 2.5rem;
		line-height: 1.5;
	}

	.mis_cont.vision .mis_txt::before {
		display: none;
	}

	/* 핵심가치 */
	.dl_list {
		margin-top: 2rem;
	}

	.dl_list dl {
		width: 100%;
		display: block;
		margin-bottom: 2.5rem;
	}

	.dl_list dl:nth-child(3) {
		margin-bottom: 2.5rem;
	}

	.dl_list dl dt {
		padding-top: 20rem;
		font-size: 2rem;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width:450px) {
	h5.h_tit {
		font-size: 2rem;
	}

	/* 미션 */
	.mis_cont.vision .mis_txt {
		font-size: 2rem;
	}
}


/* ==================================================
	회사소개 - 사업장안내
================================================== */
.loc_con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* 상단이미지 */
.loc_left {
	flex-basis: 45%;
	padding-right: 3%;
}

.loc_left img {
	width: 100%;
	border-radius: 2rem;
}

/* 주소정보 */
.loc_right>h1 {
	font-family: var(--font-Elice);
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 2.5rem;
}

.loc_right>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.5rem;
}

.loc_right>ul>li:first-child {
	margin-top: 0;
}

.loc_right>ul>li .icon i {
	color: var(--color-white);
	font-size: 2.3rem;
}

.loc_right>ul>li .icon {
	width: 4rem;
	height: 4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: var(--brand-color-main);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loc_right>ul>li b,
.loc_right>ul>li p {
	color: var(--color-black);
}

.loc_right>ul>li b {
	display: inline-block;
	font-size: 1.9rem;
	font-weight: var(--font-bd);
	margin: 0 2.5rem 0 1.5rem;
}

.loc_right>ul>li p {
	font-size: 1.7rem;
}

/* 지도 */
.loc_detail {
	width: 100%;
	max-width: var(--px-base);
	margin-right: auto;
	margin-left: auto;
	margin-top: 4rem;
}

/* 모바일CSS */
@media screen and (max-width: 800px) {
	.loc_con {
		display: block;
	}

	.loc_right {
		margin-top: 2.5rem;
	}
}

@media screen and (max-width: 640px) {

	/* 주소정보 */
	.loc_right>ul>li b {
		width: 6rem;
	}
}




/* ==================================================
	사업분야 - 방산부문
================================================== */
.biz_con{}

.lgray_box {
	position: relative;
	width: 100%;
/*	padding: 8rem 0;
	margin: 8rem 0 7rem 0;*/
	display: inline-block;
}
.lgray_box:first-child {
	margin-top: 8rem;
}
.lgray_box:before {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: #F7F7F7;
	z-index: -1;
}
.biz_pro{
    width: 100%;
    padding: 7rem 0;
    display: inline-block;
}
.p_line img{
	border: #CED4DA solid 1px;
	
}
.biz_pro_l{
	float: left;
	margin-right: 1%;
	width: 50%;
}
.biz_pro_r{
	float: left;
	width: 49%;
}
.biz_tit{
	font-size:2.5rem;
	font-weight: 500;
}
.biz_tit span{
	padding:0 1.5rem 0 1rem;
	font-size: 4.5rem;
    font-family: 'Russo One';
    font-weight: 700;
	color: #002A85;
}
.cus_icon {
	padding-left:30px;
	background:url('../images/icon/custom_icon.gif');
	background-position:0 10px;
	background-repeat:no-repeat;
	}
.biz_pic{
	padding-top: 4rem;
}
.biz_pic_m{
	float: left;	
	margin-right: 2%;
	width: 47%;
	max-width: 279px;
}
.biz_pic_m img{
	width: 100%;
	max-width: 297px;
}
.biz_pic_s, .biz_pic_s2{	
	background-color: #fff;
	width: 51%;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.biz_pic_s div{
	border-right: 1px solid #B3C0DB ;
    border-bottom: 1px solid #B3C0DB ;
    padding: 10px 0 10px 0px;
	text-align: center;
}
.biz_pic_s div:nth-child(2n) {
    border-right: 0;
}
.biz_pic_s div:nth-child(3n) {
    border-bottom: 0;
}
.biz_pic_s div:nth-child(4n) {
    border-bottom: 0;
}

.biz_pic_s img{
	width: 100%;
	max-width: 130px;
}
.biz_pic_s p{
	text-align: center;
	font-weight: bold;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.biz_pro_r, .biz_pro_l{
		float: none;
		width: 100%;
	}
	.biz_pic {
		padding-top: 3rem;
		padding-bottom: 8rem;
	}
}

/* ==================================================
	사업분야 - 항공  상용차
================================================== */
.biz_pic_m2{
	float: left;	
	margin-right: 2%;
	width: 47%;
	max-width: 650px;
}
.biz_pic_m2 img{
	width: 100%;
	max-width: 650px;
}
.biz_pic_s2 img{
	width: 100%;
	max-width: 235px;
}
.biz_pic_s2 div{
	border-right: 1px solid #B3C0DB ;
    border-bottom: 1px solid #B3C0DB ;
    padding: 10px 0 10px 0px;
	text-align: center;
}
.biz_pic_s2 div:nth-child(2n) {
    border-right: 0;
}
.biz_pic_s2 div:nth-child(3n) {
    border-bottom: 0;
}
.biz_pic_s2 div:nth-child(4n) {
    border-bottom: 0;
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	
	.biz_con {
		padding-top: 8rem;
	}
	.biz_pic_m2{
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.biz_pic_s2{
		width: 100%;
	}
	.biz_pic_m2 img{
		max-width: 100%;
	}
	.lgray_box{
		margin: 0;
		padding: 0;
	}
	.lgray_box:before {		
		background: #fff;
	}
	.lgray_box .biz_pic_m img{
		border: #CED4DA solid 1px;
	}
}
/* ==================================================
	사업분야 - 반도체
================================================== */
.biz_pic_m3{
	float: left;	
	
	width: 40%;
	
}
.biz_pic_m3 img{
	width: 100%;
	max-width: 546px;
}
.biz_pic_s3{
	background-color: #fff;
	float: left;
	width: 29%;
	margin-left: 1%;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	font-size: 1.4rem;
}
.biz_pic_s3 img{
	width: 100%;
	max-width: 235px;
}
.biz_pic_s3 div{
	border-right: 1px solid #B3C0DB ;
    border-bottom: 1px solid #B3C0DB ;
    padding: 10px 0 10px 0px;
	text-align: center;
}
.biz_pic_s3 div:nth-child(2n) {
    border-right: 0;
}
.biz_pic_s3 div:nth-child(3n) {
    border-bottom: 0;
}
.biz_pic_s3 div:nth-child(4n) {
    border-bottom: 0;
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.biz_pic_m3{
		width: 100%;
	}
	.biz_pic_s3{
		float: none;
		width: 100%;
		padding-top: 8rem;
		font-size: 2rem;
	}
	.biz_pic_m3 img{
		max-width: none;
	}
	
}

/* ==================================================
	설비현황
================================================== */
.equip_con{
	padding-top: 50px;
}

.equip_con .lgray_box{
    padding: 6rem 0;
    margin: 6rem 0;
}
.equip_con img{
	width: 100%;
}
.equip_box{
	display: -ms-grid;
    display: grid;    
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
/*    margin-top: 4rem;*/
}
.equip_box img{
	max-width: 440px;
	width: 100%;
	border-bottom: solid 1px #ced4da;
}
.equip_box li{
	text-align: center;
	background-color: #fff;
	border: solid 1px #ced4da;
}
.equip_box li p{
	line-height: 85px;
	font-size:2.6rem; 
	
}
.equip_box li p span{
	
	color: #002A85;
	font-weight: 800;
}
.equip_line{

}
.equip_line li{
/*	border: solid 1px #cccccc;*/
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.equip_box{
		grid-template-columns: repeat(1, 1fr);
	}/*
	.equip_box li {
		border: solid 1px #cccccc;
	}*/
	
}


/* ==================================================
	홍보센터 - E-카탈로그
================================================== */
.prsection {
	position: relative;
	width: 100%;
	padding-top: 5rem;
}

.prsection:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #eeeff0;
}

.prbox {
	position: relative;
	max-width: 115rem;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5rem;
}

.prbox .img {
	width: 32rem;
}

.prbox .img img {
	width: 100%;
	border: 1px solid #c7bebe;
	-webkit-box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.2);
}

.prbox .txt {
	padding-left: 11rem;
	padding-top: 6rem;
	line-height: 1.5;
}

.prbox .txt .eng {
	position: relative;
	font-size: 2rem;
	color: #2d4d0c;
	font-weight: 500;
	margin-bottom: 1.5rem;
	padding-left: 4rem;
}

.prbox .txt .eng:before {
	content: "";
	display: block;
	width: 3rem;
	height: 0.3rem;
	background: #2d4d0c;
	position: absolute;
	left: 0;
	top: 1.1rem;
}

.prbox .txt h4 {
	font-size: 2.8rem;
	color: #282d39;
}

.prbox .txt p {
	font-size: 1.8rem;
	margin-top: 1rem;
	margin-bottom: 3.5rem;
}

.prbox .txt p span {
	display: block;
}

.btn_wrap {
	width: 100%;
}

.btn_wrap a {
	display: inline-block;
	font-size: 1.7rem;
	color: #fff;
	position: relative;
	background: var(--brand-color-main);
	line-height: 5.6rem;
	text-align: center;
	margin-right: 2%;
	width: 49%;
	float: left;
}

.btn_wrap a:last-child {
	background: var(--brand-color-sub) !important;
}

.btn_wrap a:last-child {
	margin-right: 0;
}

.btn_wrap a:after {
	content: "";
	display: inline-block;
	width: 1.9rem;
	height: 1.8rem;
	background: url("../images/icon/link_ico.png") no-repeat center;
	background-size: cover;
	margin: 0 0 -0.2rem 1rem;
}

.btn_wrap a:last-child:after {
	background-image: url("../images/icon/download_ico.png");
}

.btn_wrap a:before {
	content: "";
	display: block;
	width: 0%;
	height: 0.4rem;
	background: var(--brand-color-dmain);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: width 0.4s;
}

.btn_wrap a:last-child::before {
	background: #2d4d0c !important;
}

.btn_wrap a:hover:before {
	width: 100%;
}

/* 모바일CSS */
@media screen and (min-width:901px) {
	.prbox {
		display: table;
		z-index: 1;
	}

	.prbox .img {
		display: table-cell;
		vertical-align: top;
	}

	.prbox .txt {
		display: table-cell;
		vertical-align: top;
	}
}

@media screen and (max-width:900px) {
	.prbox {
		padding-bottom: 0;
	}

	.prsection {
		padding-top: 0;
	}

	.prsection:after {
		display: none;
	}

	.prbox .img {
		width: 100%;
		max-width: 28rem;
		margin: 0 auto;
	}

	.prbox .img img {
		max-width: 28rem;
	}

	.prbox .txt {
		padding-left: 0;
		padding-top: 3rem;
	}
}

@media screen and (max-width:700px) {
	.prbox .txt h4 {
		font-size: 2.5rem;
	}

	.prbox .txt p {
		font-size: 1.7rem;
		margin-bottom: 2.5rem;
	}
}

@media screen and (max-width:640px) {
	.prsection {
		margin-bottom: 0;
	}

	.prbox .txt .eng {
		font-size: 1.8rem;
	}

	.prbox .txt h4 {
		font-size: 2.3rem;
		line-height: 1.1;
	}

	.prbox .txt p span {
		display: inline;
	}

	.btn_wrap a {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.btn_wrap a:last-child {
		margin-top: 1rem;
	}
}

/* ==================================================
	홍보센터 - CI소개
================================================== */
.ci {
	padding-top: 7rem;
}

/* 구분 타이틀 */
.ci .sec_txt {
	text-align: center;
	margin-bottom: 4rem;
}

.ci .sec_txt h5 {
	font-size: 3.5rem;
}

.ci .sec_txt p {
	margin-top: 1.8rem;
	line-height: 1.45;
}

/* 로고타입 내용*/
.logo_list {
	margin-bottom: 5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}

.logo_list .item {
	border: 1px solid #e0e0e0;
}

.logo_list .item2>img {
	width: 100%;
	border: 1px solid #e0e0e0;
}

.logo_list .logo_box {
	padding: clamp(57px, 1vw * 0.6, 85px) 0;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	background-image: linear-gradient(#f5f5f5 1px, transparent 1px), linear-gradient(90deg, #f5f5f5 1px, transparent 0.1px);
	background-size: 20px 20px;
	background-position: center;
}

.logo_box .logo_img {
	position: relative;
	overflow: hidden;
	width: 78.96%;
	max-width: 500px;
	aspect-ratio: 1 / 0.20793;
	margin: 0 auto;
}

.logo_box .logo_img img {
	object-fit: contain;
}

.logo_img img,
.logo_img .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.logo_img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.logo_box .logo_img img {
	object-fit: contain;
}

.logo_list .txt_area {
	padding: 3rem 4rem;
}

.logo_list .txt_area .tit {
	line-height: 1;
	letter-spacing: -0.025em;
	font-weight: 700;
	margin-bottom: 1.03rem;
}

.logo_list .txt_area .cont {
	line-height: 1.4;
	word-break: keep-all;
}

/* 컬러 내용*/
.logo_color_list {
	display: grid;
	gap: 3rem;
	background-color: #dee2e6;
	padding: 5rem 4.5rem;
	overflow: hidden;
}

.logo_color_list .box.grad {
	background: linear-gradient(90deg, #FAA519 0%, #F36F21 50%, #78B6E3 100%);
    border-radius: 1rem;
}

.logo_color_list .box.grad2 {
	background: linear-gradient(90deg, #2EA7E0 0%, #036EB8 50%, #898989 75%, #3E3A39 100%);
}

.logo_color_list .txt_area {
	color: var(--color-white);
	width: 100%;
	height: 100%;
	padding: 2.5rem 3.5rem;
	font-size: 1.5rem;
	line-height: 1.4;
}

.logo_color_list .box.grad .txt_area {
	display: flex;
	flex-direction: column;
}

.logo_color_list .box.grad .cont ul {
	display: flex;
	justify-content: space-between;
}

.logo_color_list .box.grad .cont li {
	display: flex;
	gap: 0.534em;
	white-space: nowrap;
}

.logo_color_list .txt_area .cont li span {
	display: inline-block;
	letter-spacing: inherit;
}

.logo_color_list .row.row3 {
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(3, 1fr);
    border-radius: 1rem;
    overflow: hidden;
}

.logo_color_list .row.row4 {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
}

/* btn*/
.ci_btn {
	margin: 4rem auto 0;
	width: 60%;
    display: flow-root;
}

.ci_btn a {
    background: var(--brand-color-sub);
}
.ci_btn a:last-child {
    background: var(--color-grey2) !important;
}

/* margin */
.ci_mb0 {
	margin-bottom: 0;
}

.ci_mt80 {
	margin-top: 8rem;
}

/* 애니메이션 */
.ci,
.bi {
	opacity: 0;
	transform: translateY(50px)
}

.ci.active,
.bi.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.4s;
	-webkit-transition: all 0.7s 0.4s;
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {
	.ci {
		padding-top: 4rem;
	}
}

@media screen and (max-width: 800px) {
	.xp_hide {
		display: none;
	}

	/* 구분 타이틀 */
	.ci .sec_txt {
		margin-bottom: 2rem;
	}

	.ci .sec_txt h5 {
		font-size: 3rem;
	}

	.ci .sec_txt p {
		margin-top: 1.4rem;
	}

	.xp-hide {
		display: none;
	}

	/* 로고타입 내용*/
	.logo_list {
		margin-bottom: 3rem;
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
	}

	/* 컬러 내용*/
	.logo_color_list {
		gap: 3rem;
		padding: 3rem 2.5rem;
	}

	.logo_color_list .box.grad .txt_area {
		gap: 2rem;
	}

	.logo_color_list .box.grad .cont li {
		display: grid;
		gap: 0;
	}

	.logo_color_list .txt_area .cont li span {
		display: inline-block;
		letter-spacing: inherit;
	}

	.logo_color_list .row.row3 {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.2rem;
	}

	.logo_color_list .row.row4 {
		grid-template-columns: repeat(1, 1fr);
		gap: 1.2rem;
	}

	.ci_mt80 {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 640px) {
	.ci {
		padding-top: 2rem;
	}
}

@media screen and (max-width: 480px) {
	.ci {
		padding-top: 1rem;
	}

	.ci .sec_txt p {
		margin-top: 1rem;
	}

	.logo_list .txt_area {
		padding: 2.4rem 2rem;
	}

	.logo_list .logo_box {
		padding: clamp(40px, 13.889vw * 0.5, 60px) 0;
	}

	/* 로고타입 내용 */
	.logo_list {
		margin-bottom: 5rem;
	}

	.logo_list .txt_area .tit {
		margin-bottom: 0.8rem;
	}

	/* 컬러내용 */
	.logo_color_list {
		gap: 2rem;
		padding: 1.8rem 1.5rem;
	}

	.logo_color_list .txt_area {
		padding: 1.8rem 1.5rem;
		font-size: 1.3rem;
	}

	.ci_mt80 {
		margin-top: 5rem;
	}
}

/* ==================================================
	고객지원 - Contact Us
================================================== */
.contact {
	width: 100%;
	background: url('../images/customer/contact_bg01.jpg') center center no-repeat #e8ecef;
	background-size: cover;
/*	border-radius: 10px;*/
	/* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
}

.contact .txt {
	padding: 10rem 8rem 10rem 58%;
	line-height: 1.6;
}

.contact h2 {
	font-size: 3.6rem;
	color: #000;
}

.contact .txt1 {
	width: 100%;
	font-size: 2rem;
	color: #333;
	padding: 1rem 0 4rem;
	border-bottom: 1px solid #808080;
}

.contact .txt2 {
	margin: 4rem 0 1rem;
}

.contact .txt2 li {
	font-size: 1.8rem;
	color: #333;
	line-height: 50px;
	padding-left: 46px;
}

.contact .txt2 li.tel {
	background: url('../images/icon/ic_tel.svg') 0 50% no-repeat;
}

.contact .txt2 li.fax {
	background: url('../images/icon/ic_fax.svg') 0 50% no-repeat;
}

.contact .txt2 li.email {
	background: url('../images/icon/ic_email.svg') 0 50% no-repeat;
}

.contact .txt2 li.tel,
.contact .txt2 li.fax,
.contact .txt2 li.email{
	background-size: 40px;
}

.contact .txt2 li.email a {
	color: #333;
}

.contact .txt3 {
	color: #333;
}

/* 모바일CSS */
@media screen and (max-width:1400px) {

	.contact .txt {
		padding: 10rem 6rem 10rem 50%;
	}
}
@media screen and (max-width:1100px) {

	.contact .txt {
		padding: 10rem 6rem 8rem 50%;
	}
	
	.contact .txt1 {
		padding: 1rem 0 3rem;
	}
	
	.contact .txt2 {
		margin: 3rem 0 1rem;
	}
	.contact .txt2 li {
		padding-left: 40px;
		line-height: 40px;
	}

	.contact .txt2 li.tel,
	.contact .txt2 li.fax,
	.contact .txt2 li.email{
		background-size: 30px;
	}

}
@media screen and (max-width:800px) {

	.contact {
		background-image: none;
	}

	.contact .txt {
		padding: 6rem;
	}
	
	.contact .txt1 {
		border-bottom: 1px solid #aaaaac;
	}

    .contact .txt2 {
        margin: 2rem 0 1rem;
    }

	.contact .txt2 li {
		line-height: 36px;
		padding-left: 36px;
	}
	
	.contact .txt2 li.tel,
	.contact .txt2 li.fax,
	.contact .txt2 li.email{
		background-size: 26px;
	}
}

@media screen and (max-width:480px) {

	.contact h2 {
		font-size: 3.0rem;
	}

	.contact .txt {
		padding: 4rem 2rem;
	}

	.txt p {
		margin-top: 1rem;
		font-size: 1.5rem;
	}

	.contact .txt1 {
		padding: 0 0 2rem;
	}
}