@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;
	}
}

/* ==================================================
	회사소개 - 인사말
================================================== */
.greeting {
    position: relative;
	min-height: 700px;
}
.grt_pic {
    position: relative;
}
.grt_pic img{
	width: 100%;
}
.grt_txt {
    padding: 3rem;
    width: 90rem;
    position: absolute; 
    top: 37%;  
    left: 50%;
    transform: translateX(-50%); 
    background-color: var(--color-white);
    z-index: 10;
}
.grt_txt h3 {
	padding-bottom: 3rem;
    font-size: var(--rem-34);
	color: var(--brand-color-main);
    font-weight: var(--font-bd);
    text-align: center;
	line-height: 1.3;
}
.grt_txt p {
    margin-bottom: 1rem;
	word-break: keep-all;
}


/*** 모바일CSS ***/
@media all and (max-width:1024px) {
	.greeting {
		min-height: 350px;
	}
	.grt_txt {
		width: 100%;
		position: static;
		transform: none;
		margin: 0 auto;
	}
}
@media all and (max-width:800px){
	.grt_txt h3 br{
		display: none;
	}
}



/* ==================================================
	회사소개 - 개요
================================================== */
.ovTop{
	display: flex;
	gap: 7rem;
}
.ovTop_pic{
	width: 55%;
}
.ovTop_pic img{
	width: 100%;
}
.ovTop_cont{
	width: 45%;
}
.ovTop_cont p:nth-child(1){
	padding-bottom: 1rem;
	font-size: var(--rem-20);
	font-weight: var(--font-bd);
	color: var(--brand-color-main);
}
.ovTop_cont p:nth-child(2){
	font-size: var(--rem-16);
	line-height: 1.5;
}
.ovTop_cont h3{
	padding-top: 3rem;
	font-size: var(--rem-38);
	font-weight: var(--font-eb);
}
.ovTop_cont ul{
	padding-top: 2rem;
}
.ovTop_cont ul li{
	border-bottom: dotted 1px var(--color-gray2);
	padding: 1rem 0;
}
.ovPrd{
	padding-top: 6rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4rem;
}
.ovPrd li{
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 0.8s ease forwards;
}
.ovPrd li img{
	width: 100%;
	border: solid 1px var(--color-gray2);
}
/* 순서별로 animation-delay 지정 */
.ovPrd li:nth-child(1) {
	animation-delay: 0s;
}
.ovPrd li:nth-child(2) {
	animation-delay: 0.3s;
}
.ovPrd li:nth-child(3) {
	animation-delay: 0.6s;
}
.ovPrd li:nth-child(4) {
	animation-delay: 0.9s;
}

/* keyframes */
@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* 모바일CSS */
@media screen and (max-width:800px) {
	.ovTop{
		display: block;
	}
	.ovTop_pic, .ovTop_cont{
		padding-bottom: 2rem;
		width: 100%;
	} 
	.ovTop_cont p:nth-child(2) br{
		display: none;
		
	}
	.ovTop_cont p:nth-child(2){
		word-break: keep-all;
	}
	.ovPrd{
			grid-template-columns: repeat(2, 2fr);
	}
}






/* ==================================================
	기업소개 - 연혁
================================================== */
.history {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	gap: 4rem;
}

.history::before {
	content: "";
	grid-column: 2;
	grid-row: 1 / -1;
	background-image: repeating-linear-gradient(
		to bottom,
		var(--brand-color-dmain),
		var(--brand-color-dmain) 2px,
		transparent 2px,
		transparent 6px
	);
	width: 1px;
	height: 100%;
	justify-self: center;
}

.history_left {
	grid-column: 1;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.history_right {
	grid-column: 3;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.history_item {
	padding-bottom: 4rem;
	display: flex;
	align-items: baseline;
	gap: 2rem;
	font-size: var(--rem-16);
}
.history_left div.history_item:nth-child(1){
	padding-top: 4rem;
}
.history_item .year {
	font-size: var(--rem-18);
	font-weight: var(--font-bd);
	color: var(--brand-color-dmain);
	white-space: nowrap;
	position: relative;
	padding-left: 1.8rem;
}

.history_item .year::before {
	content: "●";
	position: absolute;
	left: 0;
	color: var(--brand-color-dmain);
	font-size: 1.2rem;
	/* top: 0.2rem; */
}

.history_item .desc {
	line-height: 1.4;
	color: var(--color-black);
}
/* 왼쪽 아이템 뒤집기 */
.history_left .history_item {
    flex-direction: row-reverse;
    /* justify-content: flex-end; */
	text-align: right;
}
.history_left .year {
    padding-left: 0;
    padding-right: 1.8rem;
    text-align: right;
    position: relative;
}

.history_left .year::before {
    content: "●";
    position: absolute;
    right: 0;
    left: auto;
    color: var(--brand-color-dmain);
    font-size: 1.2rem;
    /* top: 0.2rem; */
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.history_item {
  opacity: 0;
  animation: fadeUp 0.8s ease forwards;
}

/* 왼쪽 아이템 지연 등장 */
.history_left .history_item:nth-child(1) { animation-delay: 0.2s; }
.history_left .history_item:nth-child(2) { animation-delay: 0.4s; }
.history_left .history_item:nth-child(3) { animation-delay: 0.6s; }
.history_left .history_item:nth-child(4) { animation-delay: 0.8s; }
.history_left .history_item:nth-child(5) { animation-delay: 1s; }
.history_left .history_item:nth-child(6) { animation-delay: 1.2s; }
.history_left .history_item:nth-child(7) { animation-delay: 1.4s; }
.history_left .history_item:nth-child(8) { animation-delay: 1.6s; }

/* 오른쪽 아이템 지연 등장 */
.history_right .history_item:nth-child(1) { animation-delay: 0.3s; }
.history_right .history_item:nth-child(2) { animation-delay: 0.5s; }
.history_right .history_item:nth-child(3) { animation-delay: 0.7s; }
.history_right .history_item:nth-child(4) { animation-delay: 0.9s; }
.history_right .history_item:nth-child(5) { animation-delay: 1.1s; }
.history_right .history_item:nth-child(6) { animation-delay: 1.3s; }
.history_right .history_item:nth-child(7) { animation-delay: 1.5s; }
.history_right .history_item:nth-child(8) { animation-delay: 1.7s; }
.history_right .history_item:nth-child(9) { animation-delay: 1.9s; }

.his_pic{
	padding-top: 5rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
.his_pic img{
	width: 100%;
}

/* 모바일CSS */
@media screen and (max-width:800px) {
	.history_item {
		display: block;
	}
}


/* ==================================================
	인증서 마우스 커서
================================================== */
.sp_popimgs {cursor:default;}




/* ==================================================
	기업소개 - 오시는 길
================================================== */
.location{
	padding-top: 4rem;
}
.location_cont{
	display: flex;	
	align-items: center;
    gap: 4rem;
}
.loc_pic img{
	width: 100%;
}
.loc_txt {
	font-weight: var(--font-sb);
}
.loc_txt ul{
	position: relative;
	display: flex;
	align-items: center;
	gap: 4rem;	
}
.loc_txt ul li{
	position: relative;
}
.loc_txt ul li:nth-child(2)::after{
	content: "";
	position: absolute;
	top: 50%;
	left: -13%;
	transform: translateY(-50%);
	width: 1px;
	height: 1.5rem; 
	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_cont{
		display: block;
	}
	.loc_txt p{
		text-align: center;
	}
	.loc_txt ul{
		justify-content: center;
	}
}




/* ==================================================
	제품소개 -  
================================================== */
.prd{
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
.prd_pic img{
	width: 100%;
}
.prd_cont{
	display: grid;
	grid-template-columns: repeat(3, 2fr);
	gap: 2rem;
}
.prd_cont li p{
	text-align: center;
}
.prd_cont li img{
	width: 100%;
	border: solid 1px var(--color-gray2);
	background-color: var(--color-gray1);
}
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.prd_cont li {
	opacity: 0;
	animation: fadeUp 0.6s ease forwards;
}

/* 순차적으로 등장하게 delay 주기 */
.prd_cont li:nth-child(1) { animation-delay: 0.1s; }
.prd_cont li:nth-child(2) { animation-delay: 0.2s; }
.prd_cont li:nth-child(3) { animation-delay: 0.3s; }
.prd_cont li:nth-child(4) { animation-delay: 0.4s; }
.prd_cont li:nth-child(5) { animation-delay: 0.5s; }
.prd_cont li:nth-child(6) { animation-delay: 0.6s; }

/* 모바일CSS */
@media screen and (max-width:800px) {
	.prd{
		display: block;
	}
	.prd_pic{
		padding-bottom: 3rem;
		text-align: center;
	}
	.prd_pic img{
		max-width: 330px;
	}
	.prd{
		gap: 2rem;
	}
	.prd_cont{
		grid-template-columns: repeat(2, 3fr);
		gap: 1rem;
	}
}


/* ==================================================
	제품생산 - 생산공정
================================================== */

.process {
	display: grid;
	grid-template-columns: repeat(5, 2fr);
	gap: 3rem;
}

.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%;
}

.process_item p {
	margin-top: 0.5rem;
	font-size: var(--rem-22);
}

/* 화살표 */
.process_item::after {
	content: "";
	position: absolute;
	top: 46%;
	right: -40px;
	transform: translateY(-50%) rotate(0deg);
	width: 45px;
	height: 45px;
	background-image: url('../images/common/arrow03.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%;
	z-index: -1;
}

/* 아래 방향 */
.process_item:nth-child(5)::after {
	top: auto;
	bottom: -35px;
	left: 50%;
	right: auto;
	transform: translateX(-50%) rotate(90deg);
	background-color: #fff;
}
.process_item:nth-child(6)::after{
	display: none;
}

/* 왼쪽 방향 */
.process_item:nth-child(7)::after,
.process_item:nth-child(8)::after,
.process_item:nth-child(9)::after,
.process_item:nth-child(10)::after{
	right: auto;
	left: -37px;
	transform: translateY(-50%) rotate(180deg);
}

.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(5) { animation-delay: 0.4s; }

.process_item:nth-child(10) { animation-delay: 0.5s; }
.process_item:nth-child(9) { animation-delay: 0.6s; }
.process_item:nth-child(8) { animation-delay: 0.7s; }
.process_item:nth-child(7) { animation-delay: 0.8s; }
.process_item:nth-child(6) { animation-delay: 0.9s; }





@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.process_mo{
	display: none;
}
.process_mo .process_item::after{
	display: none;
}

.vod{
	padding-top: 5rem;
}
.vod video {
    width: 100%;
    border-radius: 1rem;
}

/* 모바일 */
@media (max-width: 1700px) {
.process_item:nth-child(6)::after, .process_item:nth-child(7)::after, .process_item:nth-child(8)::after {
    left: -40px;
	}
}
@media (max-width: 1024px) {
	.process_item::after {
		background-color: rgba(255, 255, 255, 0.0);
		background-size: 65%;
		right: -35px;
	}
	.process_item:nth-child(6)::after, .process_item:nth-child(7)::after, .process_item:nth-child(8)::after {
    	left: -35px;
	}
}
@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;
	}
}




/* ==================================================
	설비현황 - 생산설비
================================================== */
.equip{
	display: grid;
	grid-template-columns: repeat(4, 2fr);
		gap: 2rem;
	}
.equip li{
	text-align: center;
}
.equip li img, .equip_pic img{
	width: 100%;
}
.equip li p span{
	display: block;
}
.equip_pic{
	padding-top: 7rem;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.equip li {
	opacity: 0;
	animation: fadeUp 0.6s ease forwards;
}

/* 순차 delay */
.equip li:nth-child(1) { animation-delay: 0.1s; }
.equip li:nth-child(2) { animation-delay: 0.2s; }
.equip li:nth-child(3) { animation-delay: 0.3s; }
.equip li:nth-child(4) { animation-delay: 0.4s; }
.equip li:nth-child(5) { animation-delay: 0.5s; }
.equip li:nth-child(6) { animation-delay: 0.6s; }
.equip li:nth-child(7) { animation-delay: 0.7s; }
.equip li:nth-child(8) { animation-delay: 0.8s; }

@media (max-width: 800px){
	.equip{
		grid-template-columns: repeat(2, 4fr);
	}
}


/* ==================================================
	설비현황 - 검사장비
================================================== */
.inspec_box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.inspec_box img {
	width: 100%;
	height: auto;
	display: block;
}
.inspec_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-white);
	font-size: var(--rem-36);
	text-align: center;
	padding: 1rem 2rem;
	width: 100%;
	line-height: 1.2;
}
.inspec_cont{
	padding-top: 5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4.5rem;
}
.inspec_cont li p{
	text-align: center;
}
.inspec_cont li img{
	width: 100%;
}
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.inspec_cont li {
	opacity: 0;
	animation: fadeUp 0.6s ease forwards;
}

/* 순차 delay */
.inspec_cont li:nth-child(1) { animation-delay: 0.1s; }
.inspec_cont li:nth-child(2) { animation-delay: 0.3s; }
.inspec_cont li:nth-child(3) { animation-delay: 0.5s; }
.inspec_cont li:nth-child(4) { animation-delay: 0.7s; }


@media (max-width: 800px){
	.inspec_text{
		font-size: var(--rem-24);
	}
	.inspec_cont{
		grid-template-columns: repeat(2, 2fr);
	}
}




/* ==================================================
	ESG - 환경경영
================================================== */
.esg {
	padding: 2rem;
	text-align: center;	
}
.esg_pic img {
	width: 100%;
	height: auto;
	display: block;
}
.esg_cont {
	margin-top: 5rem;
	position: relative;
}

.esg_cont h2 {
	margin-bottom: 2rem;
	font-size: var(--rem-36);
	color: var(--brand-color-main);
	font-weight: var(--font-bd);	
	line-height: 1.3;
    word-break: keep-all;
}

.esg_cont p {
	word-break: keep-all;
}
.esg_cert {
	position: absolute;
	top: -140px;
	right: 20px;
	width: 15rem;
	height: 15rem;
	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
}
.esg_cert img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.esg_cards{
	padding-top: 5rem;
	display: flex;
	gap: 2rem;
}
.esg_cards li{
	padding-left: 3rem;
	width: 33.3333%;
	border-left: dashed 1px var(--color-gray2);
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 1s forwards;
}
.esg_cards li:nth-child(3){
	border-right: dashed 1px var(--color-gray2);
}
.esg_cards li:nth-child(1){
	animation-delay: 0.2s;
}
.esg_cards li:nth-child(2){
	animation-delay: 0.4s;
}
.esg_cards li:nth-child(3){
	animation-delay: 0.6s;
}
.esg_cards li h3{
	padding-bottom: 1rem;
	font-size: var(--rem-22);
	font-weight: var(--font-sb);
}
.esg_cards li p{
	line-height: 1.4;
	font-size: var(--rem-16);
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width:945px){
	.esg_cards li br{
		display: none;
	}
}
@media screen and (max-width:800px){
	.esg_cert {
		top: -90px;
		right: 5px;
		width: 12rem;
		height: 12rem;
	}
	.esg_cards{
		padding-top: 3rem;
		display: block;
	}
	.esg_cards li{
		padding-bottom: 3rem;
		width: 100%;
		text-align: center;
		border-left: 0;
		padding-left: 0;
	}	
	.esg_cards li:nth-child(3){
		border-right: 0;
	}
}






/* ==================================================
	고객지원 - Contact us
================================================== */
.contact_box{
	margin: 0 auto;
	width: 80%;
}
.contact{
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
}
.contac_pic img{
	width: 100%;
}
.contac_txt h3{
	padding-bottom: 1.5rem;
	font-size: var(--rem-32);
	color: var(--brand-color-main);
	font-weight: var(--font-bd);
}
.contac_txt p{
	padding-bottom: 3rem;
}
.contac_txt ul{	
	position: relative;
	display: flex;
	gap: 4rem;
	font-weight: var(--font-sb);
}
.contac_txt ul li{
	position: relative;
}
.contac_txt ul li:nth-child(2)::after{
	content: "";
	position: absolute;
	top: 50%;
	left: -7%;
	transform: translateY(-50%);
	width: 1px;
	height: 1.5rem; 
	background: #c6cbcd;
}

@media screen and (max-width:1024px){
	.contact{
		display: block;
	}
	.contac_pic{
		padding-bottom: 3rem;
		text-align: center;
	}
	.contac_pic img{
		max-width: 377px;
	}
	.contac_txt{
		text-align: center;
	}
	.contac_txt ul{
		display: block;
		text-align: center;
	}
	.contac_txt ul li:nth-child(2)::after{
		display: none;
	}
}