@charset "utf-8";

/* ==================================================
	공통사항
================================================== */
.cont_inner {
	width: 100%;
	margin-top: 6rem;
}

.cont_inner2 {
	width: 100%;
	margin: 6rem 0;
}

/* 애니메이션 */
.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: 4rem;
	}

	.cont_inner2 {
		margin-top: 4rem;
	}
}

/* ==================================================
	아이콘
================================================== */
.con_title {
	position: relative;
	font-size: 2.6rem;
	font-weight: var(--font-sb);
	padding-left: 1.8rem;
}

.con_title:before {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 0.5rem;
	height: 2.4rem;
	background: var(--brand-color-main);
}

.dot_title {
	position: relative;
	font-size: 3.5rem;
	font-weight: var(--font-bd);
}

.dot_title:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--brand-color-sub);
	border-radius: 50%;
	display: inline-block;
	margin-left: 0.5rem;
}

.dot_title2 {
	position: relative;
	font-size: 3.2rem;
	font-weight: var(--font-bd);
}

.dot_title2:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--brand-color-sub);
	border-radius: 50%;
	display: inline-block;
	margin-left: 0.5rem;
}

.l-list01 {
	line-height: 1.2;
	font-size: 1.8rem;
}

.l-list01>li {
	position: relative;
	padding-left: 1.5rem;
	margin-top: 1rem;
	color: #606060;
}

.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: #b8b8b8;
}

.l-list01>li span {
	font-weight: var(--font-bd);
}

.width_line_list {
	margin-top: 0.5rem;
	font-size: 1.6rem;
}

.width_line_list>li:before {
	position: absolute;
	top: 0.9rem;
	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;
}

.a-tit01 {
	font-size: 2.2rem;
	background: url('../images/icon/arrow_icon.svg') no-repeat 0 0.3rem;
	background-repeat: no-repeat;
	padding-left: 2.7rem;
	line-height: 1.4;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.con_title {
		font-size: 2.4rem;
		padding-left: 1.7rem;
	}

	.con_title:before {
		height: 2.2rem;
	}

	.l-list01 {
		font-size: 17px;
	}

	.l-list01>li:before {
		top: 9px;
		width: 5px;
		height: 5px;
	}

	.a-tit01 {
		font-size: 18px;
		padding-left: 3rem;
	}
}

/* ==================================================
	테이블
================================================== */
table.chart01 {
	width: 100%;
	border-top: solid 2px #c5cbcf;
	border-bottom: solid 2px #c5cbcf;
	font-size: 1.5rem;
	letter-spacing: -0.025em;
}

table.chart01 tr th {
	background-color: #e2e5e7;
	text-align: center;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

/*table.chart01 td {
	padding-left: 2.5rem !important;
	line-height: 1.35;
}*/

table.chart01 tr th,
table.chart01 tr td {
	padding: 1rem 0.2rem;
	border-bottom: solid 1px #c5cbcf;
	border-left: 1px solid #c5cbcf;
	vertical-align: middle;
}

table.chart01 tr th:first-child,
table.chart01 tr td:first-child {
	border-left: 0;
}

table.chart01 tr td.ch_bl {
	border-left: 1px solid #c5cbcf;
}

table.chart01 tr td.ch_bg {
	background: #f8f8f8;
}

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_width01 {
	width: 35%;
}

.chart02_width02 {
	width: 50%;
}

.chart02_width03 {
	width: 15%;
}

/* 모바일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.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;
	}
}

/* ==================================================
	애니메이션
================================================== */
@-webkit-keyframes fadeUpAni {
	0% {
		opacity: 0;
		transform: translate3d(0, 54px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

.fadeUp.active {
	animation-name: fadeUpAni;
	animation-duration: 2s;
}

/* ==================================================
	이미지 움직이는 효과
================================================== */
.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: var(--color-white)
}

.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
}

.overveiw-wrap {
	overflow: hidden;
}

/* ==================================================
	서브상단멘트 공통
================================================== */
.sub_txt01{
	text-align: center;
	font-size: 2.5rem;
}
.sub_txt01 p{
	padding-bottom: 1.2rem;
	font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.sub_txt01 p span{
	color: var(--brand-color-main);
}
/* 모바일CSS */
@media screen and (max-width:800px) {
	.sub_txt01{
		line-height: 1.3;
	}
}

/* ==================================================
	탭메뉴1
================================================== */
#mlayer_menu {
	margin: -10rem auto 0 auto;
	padding-top: 3rem;
	width: 90%;
}
#mlayer_menu ul{
	display: flex;
	gap: 2rem;
	align-items: center;
    justify-content: center;
}

#mlayer_menu ul li {	
	width: 20rem;
	border-radius: 5rem;
	border: solid 1px var(--color-gray2);
	/* position: relative; */
}
/* #mlayer_menu ul li::after{
	content: "";
    width: 1px;
    height: 16px;
    background-color: var(--color-gray2);
    position: absolute;
    right: 0;
	top: 50%;
	transform: translateY(-50%);
} */
#mlayer_menu ul li:last-child::after{
	content: none;
}
#mlayer_menu ul li button {
	padding: 1rem 0;
	width: 100%;
	text-decoration: none;
	font-size: var(--rem-22);
	color: var(--color-gray3);
	text-align: center;
	cursor: pointer;
}

#mlayer_menu ul li button.on {
	color: var(--color-white);
	font-weight: var(--font-bd);
	background-color: var(--brand-color-main);
	border-radius: 5rem;
}

/*** 모바일CSS ***/
@media all and (max-width:900px) {
	#mlayer_menu ul li {
		/* width: 50%; */
		margin-top: -1px;
	}

	#mlayer_menu ul li button {
		padding: 0.5rem 0;
	}
	#mlayer_menu ul li:nth-child(2):after {
		height: 20px;
	}
}
@media all and (max-width:800px) {
	/* #mlayer_menu ul{
		display: grid;
    	grid-template-columns: repeat(3, 2fr);
	} */
	#mlayer_menu ul li:nth-child(3)::after{
		content: none;
	}
}

@media all and (max-width:640px) {
	.cont_detail {
		margin-top: 25px;
	}

	#mlayer_menu ul li button {
		font-size: 1.5rem;
	}
}

@media all and (max-width:450px) {
	#mlayer_menu ul li {
		/* padding: 0; */
	}
	#mlayer_menu ul li button {
		/* font-size: 2.5rem; */
	}
	#mlayer_menu ul li:nth-child(2):after {
		height: 16px;
	}
}

/* ==================================================
	회사소개 - 개요
================================================== */
.ov_com img{
	width: 100%;
	border-radius: 2rem;
}
.ov_box{
	padding-top: 4rem;
	display: flex;
	justify-content: space-between;
}
.ov_tit p:nth-child(1) {
    font-size: var(--rem-18);
    color: var(--brand-color-main);
    font-weight: var(--font-sb);
}
.ov_tit p:nth-child(3){
	font-size: var(--rem-16);
	line-height: 1.3;
}
.ov_tit h3{
	padding: 1rem 0;
	font-size: var(--rem-90);
    font-weight: var(--font-eb);
    color: var(--color-gray2);
}
.ov_txt{
	
}
.ov_txt dl{
	margin-bottom: 0.4rem;
	display: flex;	
	gap: 0.1rem;
}
.ov_txt dl:nth-child(odd) dt, .ov_txt dl:nth-child(odd) dd{
	background-color: #DCE4F1;
}
.ov_txt dl:nth-child(even) dt, .ov_txt dl:nth-child(even) dd{
	background-color: var(--color-gray1);
}
.ov_txt dl:nth-child(1) dt{
	border-radius: 0.5rem 0 0 0;
}
.ov_txt dl:nth-child(1) dd{
	border-radius: 0 0.5rem 0 0;
}
.ov_txt dl:nth-child(4) dt{
	border-radius: 0 0 0 0.5rem;
}
.ov_txt dl:nth-child(4) dd{
	border-radius: 0 0 0.5rem 0 ;
}
.ov_txt dl dt{
	padding: 1.5rem 0;
	width: 20rem;
	text-align: center;
	border-right: solid 1px var(--color-white);
}
.ov_txt dl dd{
	padding: 1.5rem 0 1rem 2rem;
	width: 50rem;
	text-align: left;
}
.ov_biz{
	margin-top: 6rem;
	padding-top: 6rem;
	border-top: solid 1px var(--color-gray2);
}
.ov_bizTit{
	text-align: center;
}
.ov_bizTit h3{
	font-size: var(--rem-34);
	font-weight: var(--font-bd);
}
.ov_bizTit p{
	padding-top: 2rem;
	font-size: var(--rem-18);
	font-weight: var(--font-sb);
}
.ov_bizTit p span{
	padding-top: 1rem;
	display: block;
	font-size: var(--rem-16);
	color: var(--color-gray3);	
	font-weight: normal;
}
.ov_bizCont{
	padding-top: 8rem;
	position: relative;
	display: flex;
	gap: 7rem;
	justify-content: center;    
}
.ov_bizCont::before{
	content: "";
    position: absolute;
    top: 35%;    
	left: 0;
    width: 100%;
    height: 150px;
	background: linear-gradient(to right, #DCE4F1, #EAEAEA);
	border-radius: 2rem;
}
.ov_bizCont li{	
	max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
	text-align: center;
}
.ov_bizCont li img{
	width: 100%;
	border-radius: 50%;
	transition: transform 0.3s ease, filter 0.3s ease;
}
.ov_bizCont li:hover img {
    transform: scale(1.05);
    filter: brightness(0.8);
}
.ov_bizCont li p{
	margin-top: 10px;
    position: relative;
    display: inline-block;
	font-size: var(--rem-22);
}
.ov_bizCont li p::after{
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px; /* 텍스트 오른쪽 바깥으로 약간 나가게 */
    width: 21px;
    height: 15px;
    background: url(../images/common/arrow02.png) center no-repeat;
    background-size: cover;
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.ov_box{
		display: block;
	}
	.ov_txt {
		padding-top: 3rem;
	}
	.ov_txt dl dd {
		width: 100%;
	}
	.ov_bizTit p{
		font-size: var(--rem-22);
	}
	.ov_bizTit p span {
		font-size: var(--rem-18);
	}
	.ov_bizCont{
		display: block;
	}
	.ov_bizCont::before {
		display: none;
	}
	.ov_bizCont {
        display: block;
        margin: 0 auto;
        width: 220px;
    }
	.ov_bizCont li {
		padding-bottom: 3rem;
	}
}



/* ==================================================
	회사소개 - 인사말
================================================== */
.greeting{
	display: flex;
	justify-content: space-between;
	gap: 5rem;
}
.grt_txt{
	width: 50%;
}
.grt_txt h3{
	font-size: var(--rem-36);
	font-weight: var(--font-bd);
	line-height: 1.3;
}
.grt_txt h3:nth-child(1){
	color: var(--brand-color-main);
}
.grt_txt h3:nth-child(2){
	color: var(--brand-color-dmain);
}
.grt_txt p{
	padding-top: 3rem;
	word-break: keep-all;
	line-height: 1.5;
}
.ceo{
	padding-top: 3rem;
}
.ceo span{
	padding-left: 1rem;
}
.nanum_pen {
	font-family: 'Nanum Pen Script', cursive;
	font-size: var(--rem-40);	
}
@import url('//fonts.googleapis.com/earlyaccess/nanumpenscript.css');

.grt_pic img{
	width: 100%;
}


/* 모바일CSS */
@media screen and (max-width:800px) {
	.greeting{
		display: block;
	}
	.grt_txt{
		width: 100%;
	}
}


/* ==================================================
	기업소개 - 비전
================================================== */
.vision{
	text-align: center;
	word-break: keep-all;
}
.vision h3{
	font-size: var(--rem-34);
	color: var(--brand-color-main);
	font-weight: var(--font-sb);
	line-height: 1.3;
}
.vision p{
	padding: 1.5rem 0 2rem 0;
	line-height: 1.2;
}
.vi_cont{
	display: flex;
	gap: 5rem;
}

.vi_pic {
	padding: 8rem 2rem 4rem 2rem;
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	
}
.card {
	flex: 1;
	position: relative;
}
.card img {
	width: 100%;
	display: block;
	border-radius: 1rem ;
}
.card .number {
	position: absolute;
	top: -2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: #5a8dee;
	color: var(--color-white);
	border: solid 1px var(--color-white);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: var(--font-sb);
	z-index: 2;
}
.card_txt {
	padding: 1.5rem;
}
.card_txt h3 {
	margin: 1rem  0 1.5rem 0;
	font-size: var(--rem-24);	
}
.card_txt ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.card_txt ul li {
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 1rem;
	line-height: 1.2;
}
.card_txt ul li::before {
	content: "·";
	position: absolute;
	left: 0;
	color: var(--color-black); 
	font-size: var(--rem-16);
	line-height: 1;
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.vi_pic{
		display: block;
	}
	.card{
		padding-bottom: 2rem;
	}
}



/* ==================================================
	기업소개 - 연혁
================================================== */
.history {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 4rem 0;
}

.history::before {
	content: "";
	position: absolute;
	/* top: 0; */
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: var(--brand-color-dmain);
}

.history_item {
	position: relative;
	width: 50%;
	padding: 1rem 2rem;
	box-sizing: border-box;
}

.history_item.left {
	left: 0;
	text-align: right;
}

.history_item.right {
	left: 50%;
	text-align: left;
}

.history_item::before {
	content: "";
	position: absolute;
	top: 1.5rem;
	width: 15px;
	height: 15px;
	background: var(--color-white);
	border: 1px solid var(--brand-color-main);
	border-radius: 50%;
	z-index: 2;
}

.history_item.left::before {
	right: -8px;
}

.history_item.right::before {
	left: -9px;
}

.his_cont {
	background: var(--color-white);
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	display: inline-block;
}

.year {
	font-size: var(--rem-28);
	font-weight: var(--font-bd);
	color: var(--brand-color-dmain);
}

.desc {
	margin-top: 1rem;
	line-height: 1.2;
}
.desc::before {
	content: "•";
	display: inline-block;
	margin-right: 0.2rem;
	color: var(--color-black);
	font-size: 1.2rem;
	vertical-align: middle;
}
.fade-in {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.in-view {
	opacity: 1;
	transform: translateY(0);
}


/* ==================================================
	기업소개 - 주요고객
================================================== */
.customer{
	padding-top: 3rem;
	text-align: center;
}
.customer img{
	width: 100%;
	max-width: 760px;
}
.cus_ba{
	display: grid;
	grid-template-columns: repeat(5, 2fr);
	gap: 1rem;
}
.cus_ba img{
	border-radius: 1rem;
	border: solid 1px var(--color-gray2);
}


/* 모바일CSS */
@media screen and (max-width:800px) {
	.vision h3 br{
		display: none;
	}
	.cus_ba{
	display: grid;
	grid-template-columns: repeat(3, 6fr);
	gap: 1rem;
	}
}


/* ==================================================
	기업소개 - 오시는 길
================================================== */
.location{
	padding-top: 4rem;
}
.location img{
	margin: 5rem 0 -1rem 0;
	width: 100%;
	border-radius: 1rem;    
}
.location .loc_txt{
	
	display: flex;
	gap: 4rem;
	justify-content: center;
}
.location .loc_txt li{
	position: relative;
}
.location .loc_txt li:nth-child(2):after, .location .loc_txt li:nth-child(3):after {
	content: "";
    position: absolute;
    left: -20px;
    width: 1px;
    height: 15px;
    background: #c6cbcd;
}
/* 지도 */
.loc_detail {
	width: 100%;
	max-width: var(--px-base);
	margin-right: auto;
	margin-left: auto;
	margin-top: 4rem;
	
}
.loc_detail .loc_map{
	border-radius: 1rem;
	border: solid 1px var(--color-gray2);
}
.loc_detail .loc_map iframe{
	border-radius: 1rem;
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.location .loc_txt{
		display: block;
		text-align: center;
	}
	.location .loc_txt li{
		padding-bottom: 0.5rem;
		line-height: 1.2;
	}
}




/* ==================================================
	사업분야 - 
================================================== */
/* 가전 */
.biz_point{
	padding: 1rem 0.5rem;
	width: 25rem;
	text-align: center;
	color: var(--color-white);
	background-color: #ED7113;
	border-radius: 10rem;
}
.bizElec{
	padding-bottom: 5rem;
	display: flex;
	gap: 5rem;
	justify-content: space-between;
	align-items: flex-start;
}
.bElec_txt{
	padding-top: 2rem;
}
.bElec_txt h3{
	font-size: var(--rem-34);
	font-weight: var(--font-bd);
	color: var(--brand-color-main);
}
.bElec_txt p{
	padding-top: 2rem;
	line-height: 1.7;
}
.bElec_pic{
	padding: 4rem;
	text-align: center;
	border-radius: 1rem;
	border:solid 1px var(--color-gray2);
}
.bElec_pic img{
	padding-bottom: 2rem;
	width: 100%;
	min-width: 463px;
}
.bElec_pic2 img{
	width: 100%;
	border-radius: 1rem;
} 

/* 모바일 */
@media screen and (max-width: 800px) {
	.bizElec{
		display: block;
	}
	.bElec_pic{
		margin: 5rem 0 2rem 0;
	}
	.bElec_pic img{
		min-width: 100%;
	}
	
}

/* 방산&스마트팜 */

.bizDef{
	position: relative;
    min-height: 550px;
}
.bDef_pic img{
	width: 100%;
	border-radius: 2rem;
}
.bDef_txt{
	padding: 4rem 0 0 4rem;
	position: absolute;
	top: 32rem;
    left: 55rem;	
	word-break: keep-all;
	line-height: 1.7;
	background-color: var(--color-white);
	border-radius: 1rem 0 0 0;
}
.bSmf_txt{
	padding: 4rem 1rem 0 1rem;
	position: absolute;
	top: 32rem;
    right: 55rem;	
	word-break: keep-all;
	line-height: 1.7;
	background-color: var(--color-white);
	border-radius: 0 1rem  0 0;
}
.bDef_txt p, .bSmf_txt p{
	padding-bottom: 1rem;
	font-size: var(--rem-30);
	color: var(--brand-color-main);
	font-weight: var(--font-bd);
	
}
.bDef_txt span, .bSmf_txt span{
	padding-bottom: 1rem;
	display: block;
	font-size: var(--rem-24);
	font-weight: var(--font-bd);
}

.bSmf_prd{
	margin-top: 20rem;
	padding: 5rem 0;
	border-top: solid 1px var(--color-black);
	border-bottom: solid 1px var(--color-gray2);
}
.bSmf_prd ul{
	display: flex;
	justify-content: center;
	gap: 8rem;
}
.bSmf_prd ul li img{
	width: 100%;
	border-radius: var(--rem-15);
	border: solid 1px var(--color-gray2);
	background-color: #FAFAFA;
}
.bSmf_prd ul li p{
	padding-top: 2rem;
	text-align: center;
	font-size: var(--rem-22);
	font-weight: var(--font-sb);
}
a.bSmf_btn{
	margin: 5rem auto 0 auto;
	display: block;
	width: 210px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 5rem;
	border: solid 1px var(--color-gray2);
	transition: background-color 0.3s ease;
}
a.bSmf_btn:hover {
	color: var(--color-white);
	background-color: var(--brand-color-main);
}
a.bSmf_btn:hover p span{
	filter: invert(1);
}

a.bSmf_btn p{
	padding: 0 2.5rem;
	display: flex;
    align-items: center;
    justify-content: space-between;    
}
a.bSmf_btn p span{
	display: block;
	width: 21px;
    height: 15px;
    background: url(../images/common/arrow02.png);
    background-repeat: no-repeat;
}

@media screen and (max-width:1024px){
	.bDef_txt {
		padding: 4rem 0 0 0rem;
		position: static;
	}
	.bSmf_txt {
		padding: 4rem 0 0 0rem;
		position: static;
	}
}
@media screen and (max-width:800px){
	.bizDef, .bSmf{
		min-height: 300px;
	}
	.bSmf_prd {
		margin-top: 10rem;
	}
	.bSmf_prd ul{
		gap: 4rem;
	}
}
@media screen and (max-width:500px){
	.bSmf_prd ul{
		gap: 1rem;
	}
	.bSmf_prd {
        margin-top: 6rem;
    }
	a.bSmf_btn{
		width: 160px;
		height: 50px;
		line-height: 50px;
	}
}




/* ==================================================
	제품생산 - 주요제품 
================================================== */
.major_prd_top {
	padding-bottom: 4rem;
}
.major_prd_top img{
	width: 100%;
	border-radius: 1rem;
}
.major_prd{
	display: grid;
	grid-template-columns: repeat(4, 3fr);
	gap: 2rem;
}
.major_prd li{
	opacity: 0;
	animation: fadeInDown 0.8s ease forwards;
}
.major_prd li img{
	padding: 1.5rem;
	border: solid 1px var(--color-gray2);
	border-radius: 1rem;
	width: 100%;	
	background-color: #FAFAFA;
}
.major_prd li p{
	padding-top: 1.5rem;
	text-align: center;
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* 순차적으로 등장하게 만들기 */
.major_prd li:nth-child(1), .major_prd li:nth-child(2), .major_prd li:nth-child(3), .major_prd li:nth-child(4) { 
	animation-delay: 0s; 
}
.major_prd li:nth-child(5), .major_prd li:nth-child(6), .major_prd li:nth-child(7), .major_prd li:nth-child(8) { 
	animation-delay: 0.5s;  
}
.major_prd li:nth-child(9), .major_prd li:nth-child(10), .major_prd li:nth-child(11){ 
	animation-delay: 0.9s;  
}



@media screen and (max-width:800px){
	.major_prd_top img {
		min-height: 160px;
		object-fit: cover;
		/* object-position: center top; */
	}
	.major_prd{
		display: grid;
		grid-template-columns: repeat(2, 6fr);
		gap: 2rem;
	}
	
}


/* ==================================================
	제품생산 - 스마트팜
================================================== */
.smfBox{
	padding-top: 2rem;
}
.smfBox .tit{
	padding-bottom: 2rem;
	margin-bottom: 5rem;
	font-size: var(--rem-38);
	font-weight: var(--font-bd);
	color: var(--brand-color-main);
	border-bottom: solid 1px var(--color-black);
}
.smfBox .smf_cont:nth-child(3){
	padding-top: 5rem;
	margin-top: 5rem;
	border-top: solid 1px var(--color-gray2);
}
.smf_cont {
	display: flex;
	justify-content: space-between;
	gap: 8rem;
}
.smf_txt {
	flex: 1;
	line-height: 1.5;
}
.smf_txt h3{
	padding-bottom: 1.5rem;
	font-size: var(--rem-32);
	font-weight: var(--font-bd);
	color: var(--brand-color-dmain);
}
.smfBox .smf_cont:nth-child(2) .smf_txt .spec{
	padding-top: 3rem;
}
.smf_txt .spec p{
	padding-bottom: 0.5rem;
	font-size: var(--rem-20);
	font-weight: var(--font-sb);
}
.smf_txt .spec li{
	position: relative;
	padding-left: 1rem;
}
.smf_txt .spec li::before{
	content: '· ';
    position: absolute;
    left: 0;
}
.smf_pic{
	flex: 2;
}
.smf_pic ul{
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
.smf_pic img{
	width: 100%;
	border: solid 1px var(--color-gray2);
	background-color: #FAFAFA;
	border-radius: 1.5rem;
}

@media screen and (max-width:800px){
	.smfBox .tit {
		margin-bottom: 3.5rem;
	}
	.smf_cont {
		display: block;
	}
	.smf_txt h3 {
		padding-bottom: 0;
	}
	.smf_pic{
		padding-top: 2rem;
	}
}



/* ==================================================
	제품생산 - 생산공정
================================================== */

.process {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5rem;
}

.process_item {
	position: relative;
	text-align: center;
	border-radius: 10px;
	padding: 1rem;
	opacity: 0;
	transform: translateY(-20px);
	animation: fadeInUp 0.8s ease forwards;
}

.process_item img {
	width: 100%;
	border-radius: 8px;
}

.process_item p {
	margin-top: 0.5rem;
}

/* 화살표 */
.process_item::after {
	content: "";
	position: absolute;
	top: 46%;
	right: -60px;
	transform: translateY(-50%) rotate(0deg);
	width: 67px;
	height: 99px;
	background-color: var(--color-gray1);
	background-image: url('../images/common/arrow03.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	z-index: -1;
}

/* 아래 방향 */
.process_item:nth-child(4)::after,
.process_item:nth-child(5)::after,
.process_item:nth-child(12)::after {
	top: auto;
	bottom: -75px;
	left: 50%;
	right: auto;
	transform: translateX(-50%) rotate(90deg);
	background-color: #fff;
}

/* 왼쪽 방향 */
.process_item:nth-child(6)::after,
.process_item:nth-child(7)::after,
.process_item:nth-child(8)::after,
.process_item:nth-child(14)::after,
.process_item:nth-child(15)::after,
.process_item:nth-child(16)::after {
	right: auto;
	left: -60px;
	transform: translateY(-50%) rotate(180deg);
}
.process_item:nth-child(13)::after{
	display: none;
}
.process_item:nth-child(1) { animation-delay: 0s; }
.process_item:nth-child(2) { animation-delay: 0.1s; }
.process_item:nth-child(3) { animation-delay: 0.2s; }
.process_item:nth-child(4) { animation-delay: 0.3s; }

.process_item:nth-child(8) { animation-delay: 0.4s; }
.process_item:nth-child(7) { animation-delay: 0.5s; }
.process_item:nth-child(6) { animation-delay: 0.6s; }
.process_item:nth-child(5) { animation-delay: 0.7s; }

.process_item:nth-child(9) { animation-delay: 0.8s; }
.process_item:nth-child(10) { animation-delay: 0.9s; }
.process_item:nth-child(11) { animation-delay: 1s; }
.process_item:nth-child(12) { animation-delay: 1.1s; }

.process_item:nth-child(16) { animation-delay: 1.2s; }
.process_item:nth-child(15) { animation-delay: 1.3s; }
.process_item:nth-child(14) { animation-delay: 1.4s; }
.process_item:nth-child(13) { animation-delay: 1.5s; }

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.process_mo{
	display: none;
}
.process_mo .process_item::after{
	display: none;
}



/* 모바일 */
@media (max-width: 1700px) {
.process_item:nth-child(6)::after, .process_item:nth-child(7)::after, .process_item:nth-child(8)::after, .process_item:nth-child(14)::after, .process_item:nth-child(15)::after, .process_item:nth-child(16)::after {
    left: -50px;
	}
}
@media (max-width: 1024px) {
	.process_item::after {
		background-color: rgba(255, 255, 255, 0.0);
	}
}
@media (max-width: 800px) {
	.process{
		display: none;
	}
	.process_mo{
		display: block;
	}	
	.process_mo .process {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}

	.process_item::after {
		display: none;
	}
}

/* ==================================================
	제품생산 - 생산설비 
================================================== */
.facil{
	padding-bottom: 5rem;
}
.facil_tit{
	padding-bottom: 1rem;
	font-size: var(--rem-32);
	font-weight: var(--font-sb);
	color: var(--brand-color-dmain);
	border-bottom:  solid 1px var(--brand-color-dmain);
}
.facil> ul{
	padding-top: 2rem;
	display: grid;
	grid-template-columns: repeat(4, 2fr);
	gap: 2rem;
}
.facil ul li img{
	width: 100%;
	border-radius: 1rem;
	border: solid 1px var(--color-gray2);
}
.facil ul li p{
	padding-top: 1rem;
	text-align: center;
	font-weight: var(--font-sb);
	line-height: 1.5;
}
.facil ul li p span{
	display: block;
}
.facil_auto{
	padding-top: 3rem;
	display: flex;
	justify-content: space-between;
}
.facil_txt{
	
}
.facil_txt img{
	border-radius: 1rem;
	width: 100%;
}
.facil_txt p{
	padding-top: 2rem;
	font-weight: var(--font-sb);
	font-size: var(--rem-24);
}
.facil_txt p span{
	font-size: var(--rem-18);
	color: var(--color-gray3);
	font-weight: normal;
}
.facil_txt ul{
	padding-top: 1rem;
	display: grid;
	grid-template-columns: repeat(2, 2fr);
}
.facil_txt ul li{
	line-height: 1.5;
}
.facil_txt ul li img{
	width: 100%;
}
.facil_txt ul li::before{
	content: "•";
    display: inline-block;
    margin-right: 0.2rem;
    color: var(--color-black);
    font-size: 1.2rem;
    vertical-align: middle;
}
.vod video{
	width: 100%;
	border-radius: 1rem;	
}

@media screen and (max-width:800px){
	.facil> ul{
		grid-template-columns: repeat(2, 4fr);
	}
	.facil_txt{
		padding-bottom: 3rem;

	}
	.facil_txt ul{
		grid-template-columns: repeat(1, 4fr);
	}
	.facil_auto{
		display: block;
	}
}


/* ==================================================
	R&D - 연구소 소개 
================================================== */
.rnd{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5rem;
}
.rnd img{
	border-radius: 1.5rem;
	width: 100%;
}
.rnd_txt01 h3{
	padding: 0 0 1rem 0;
	font-size: var(--rem-32);
	font-weight: var(--font-bd);
	color: var(--brand-color-main);
	line-height: 1.4;
}
.rnd_txt01 p{
	line-height: 1.6;
}
.rnd_tit{
	margin-bottom: 3.5rem;
	padding: 6rem 0 1.5rem 0;
	font-size: var(--rem-30);
	font-weight: var(--font-bd);
	color: var(--brand-color-dmain);
	border-bottom: solid 1px var(--brand-color-dmain);
}
.rnd_txt02 p{
	padding-bottom: 2.5rem;
	font-size: var(--rem-22);
	font-weight: var(--font-sb);
}
.rnd_txt02Cont li{
	padding: 0 0 1.5rem 1rem;
	position: relative;
}
.rnd_txt02Cont li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: var(--color-black);
    font-size: var(--rem-16);
    line-height: 1;
}
.rnd .rnd_pic{
	display: flex;
	gap: 1.5rem;
}
.rnd .rnd_pic img{
	border-radius: 1rem;
	border: solid 1px var(--color-gray2);
}



@media screen and (max-width:800px){
	.rnd{
		display: block;
	}
}

/* 인증서 마우스 커서 */
.sp_popimgs {cursor:default;}

/* ==================================================
	ESG - 환경경영
================================================== */
.esg{}
.esg img{
	width: 100%;
	border-radius: 2rem;
}
.esg_cont01{
	padding: 3rem 0 5rem 0;
	display: flex;
	justify-content: space-between;
	gap: 6rem;
}
.esg_cont01 h3{
	width: 35%;
	font-size: var(--rem-32);
	color: var(--brand-color-main);
	font-weight: var(--font-bd);
	line-height: 1.3;
	word-break: keep-all;
}
.esg_cont01 h3 span{
	display: block;
}
.esg_cont01 p{
	width: 65%;
	line-height: 1.6;
}
.esg ul{
	display: flex;
	gap: 10rem;
	justify-content: center;	
}
.esg ul li{	
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	text-align: center;
	font-size: var(--rem-24);
	font-weight: var(--font-sb);
	line-height: 1.3;
	background-color:#DCE4F1;
	opacity: 0;
	animation: fadeUp 1s ease-out forwards;
	word-break: keep-all;
	
}
.esg ul li:nth-child(1){
	animation-delay: 0s;
}
.esg ul li:nth-child(2){
	background-color:var(--brand-color-sub);
	animation-delay: 0.3s;
}
.esg ul li:nth-child(3){
	animation-delay: 0.6s;
}
@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(3rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.esg ul li::after{
	position: absolute;
	content: "";
	width: 6.1rem;
	min-width: 3rem;
	height: 1rem;
	top: 50%;
	left: 100%; /* 부모의 오른쪽 끝에서 시작 */
	transform: translateY(-50%) translateX(25%); /* 정확히 중앙 정렬로 밀어줌 */
    border-radius: 2rem;
}
.esg ul li:nth-child(1)::after{
	background: linear-gradient(to right, #DCE4F1, #EAEAEA);
}
.esg ul li:nth-child(2)::after{
	background: linear-gradient(to left, #DCE4F1, #EAEAEA);
}
.esg ul li:nth-child(3)::after{
	display: none;
}


@media screen and (max-width:893px){
	.esg_cont01 h3 span {
		display: inline;
	}
}

@media screen and (max-width:800px){
	.esg_cont01{
		display: block;
	}
	.esg_cont01 h3{
		padding-bottom: 1.5rem;
		width: 100%;
	}
	.esg_cont01 h3 br{
		display: none;
	}
	.esg_cont01 p{
		width: 100%;
	}
	.esg ul{
		gap: 5rem;
	}
	.esg ul li{
		font-size: var(--rem-20);
	}
	.esg ul li::after{
		width: 3rem;
	}
}


/* ==================================================
	고객지원 - 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;
	border-radius: 1rem;
}

.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: 7rem;
	line-height: 1.5;
}

.prbox .txt .eng {
	position: relative;
	font-size: 2rem;
	color: #002C6A;
	font-weight: 500;
	margin-bottom: 1.5rem;
	padding-left: 4rem;
}

.prbox .txt .eng:before {
	content: "";
	display: block;
	width: 3rem;
	height: 0.3rem;
	background: #002C6A;
	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: #14326b !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 {



	}
}
/* ==================================================
	고객지원 - Contact us
================================================== */
.contact{
	text-align: center;
	line-height: 1.2;
}
.contact h3{
	padding-bottom: 2rem;
	font-size: var(--rem-30);
	color: var(--brand-color-main);
	line-height: 1.3;
}
.contact p{
	margin: 2rem auto 4rem auto;
    padding: 1.5rem 0;
	width: 35rem;
    font-size: var(--rem-24);
    font-weight: var(--font-sb);
    color: var(--color-white);
    background-color: var(--brand-color-main);
    border-radius: 5rem;    
}
.contact  img{
	width: 100%;
	border-radius: 2rem;
}