@charset "utf-8";

/* ==================================================
	공통 틀 CSS
================================================== */
.m_content {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 90px 0;
}

/* ==================================================
	공통 사항
================================================== */
/* 타이틀 */
.mtitcon {
	text-align: center;
}

.mtit {
	display: inline-block;
	position: relative;
	font-size: 6rem;
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 700;
	color: #000;
	text-align: center;
	padding-right: 60px;
	line-height: 1;
}

.mtit:before {
	content: "";
	background: url('../images/icon/stit_ic.png');
	background-repeat: no-repeat;
	width: 49px;
	height: 29px;
	position: absolute;
	bottom: 12px;
	right: 0;
}

.mtitcon>p {
	margin-top: 25px;
	font-size: 2.4rem;
	font-weight: 400;
	color: #333;
}

/* 버튼 */
a.mbtn {
	position: relative;
	display: inline-block;
	font-size: 1.7rem;
	vertical-align: middle;
	transition: all .25s ease;
	line-height: 1;
	color: #fff;
	background: #c30d23;
	border-radius: 50px;
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 600;
}

a.mbtn:hover,
a.mbtn:focus {
	background: #a80115;
	color: #fff;
}

a.mbtn span {
	display: block;
	padding: 18px 75px 18px 45px;
	line-height: 1;
}

a.mbtn .mbtn_icon {
	position: absolute;
	right: 25px;
	top: 50%;
	padding: 0;
	-webkit-transition: right .25s ease;
	transition: right .25s ease-out
}

a.mbtn:hover .mbtn_icon {
	right: 20px;
}

.mbtn_link {
	width: 31px;
	height: 11px;
	margin-top: -7px;
	background: url('../images/icon/arrow.png') no-repeat 0 0;
}

/* 모바일CSS */
@media screen and (max-width:1400px) {

	/* 타이틀 */
	.mtit {
		font-size: 5rem;
	}

	.mtitcon>p {
		margin-top: 22px;
		font-size: 2.2rem;
	}
}

@media screen and (max-width:1200px) {

	/* 버튼 */
	a.mbtn {
		font-size: 1.6rem;
	}

	a.mbtn span {
		display: block;
		padding: 15px 65px 15px 35px;
		line-height: 1;
	}

	a.mbtn .mbtn_icon {
		right: 23px;
	}

	a.mbtn:hover .mbtn_icon {
		right: 18px;
	}
}

@media screen and (max-width: 1023px) {

	/* 타이틀 */
	.mtit {
		font-size: 4rem;
		padding-right: 50px;
	}

	.mtit:before {
		width: 39px;
		height: 23px;
		background-size: 39px 23px;
		bottom: 10px;
	}

	.mtitcon>p {
		margin-top: 20px;
		font-size: 2rem;
	}
}

@media screen and (max-width: 640px) {

	/* 타이틀 */
	.mtit {
		font-size: 3.2rem;
		padding-right: 40px;
	}

	.mtit:before {
		width: 32px;
		height: 19px;
		background-size: 32px 19px;
		bottom: 6px;
	}


	.mtitcon>p {
		font-size: 1.7rem;
	}
}

/* ==================================================
	스크롭 탑 / 다운
================================================== */
.scroll_btn {
	position: fixed;
	bottom: 70px;
	right: 35px;
	width: 17px;
	height: 84px;
	background: url('../images/gnb/scroll_btn.png')no-repeat center;
	transition: 0.3s;
	z-index: 15;
}

.scroll_btn.top_btn:hover {
	transform: translateY(-15px);
	transition: 0.4s;
}

.scroll_btn.down_btn:hover {
	transform: translateY(15px);
	transition: 0.4s;
}

.theme_white .scroll_btn {
	background: url('../images/gnb/scroll_btn_w.png')no-repeat center;
}

/* 모바일CSS */
@media screen and (max-width:1600px) {
	.scroll_btn {
		display: none !important;
	}
}

@media screen and (max-width:1280px) {
	.page_top {
		position: relative;
		z-index: 100;
		text-align: center;
	}

	.page_top #top_btn {
		border: 0;
		position: fixed;
		display: block;
		bottom: 60px;
		right: 3%;
		width: 60px;
		height: 60px;
		color: #1e1e1e;
		font-size: 14px;
		font-weight: 600;
		background: #c3c3c3;
		border-radius: 50%;
		text-align: center;
		line-height: 72px;
	}

	.page_top #top_btn:before {
		position: absolute;
		top: 17px;
		left: 26px;
		display: block;
		content: "";
		width: 2px;
		height: 8px;
		background: #1e1e1e;
		transform: rotate(45deg);
	}

	.page_top #top_btn:after {
		position: absolute;
		top: 17px;
		right: 27px;
		display: block;
		content: "";
		width: 2px;
		height: 8px;
		background: #1e1e1e;
		transform: rotate(-45deg);
	}
}

@media screen and (max-width:767px) {
	.page_top #top_btn {
		bottom: 95px;
		width: 45px;
		height: 45px;
		font-size: 12px;
		line-height: 58px;
	}

	.page_top #top_btn:before {
		top: 11px;
		left: 20px;
		width: 2px;
		height: 7px;
	}

	.page_top #top_btn:after {
		top: 11px;
		right: 19px;
		width: 2px;
		height: 7px;
	}
}


/* ==================================================
	section1 - 메인비주얼
================================================== */
 #section1{
	position: relative;
	height: calc(95rem);
} 
/* 모바일CSS */
 @media screen and (min-width: 1920px) {
	#section1 {
		height: 90rem;
	}
}
@media screen and (max-width: 1100px) {
	#section1{
		height: 80rem;
	}
}
@media screen and (max-width: 800px) {
	#section1{
		height: 60rem;
	}
} 
/* ==================================================
	section1 - 메인비주얼 영상
================================================== */
.m_visual{
	position: relative;
	top: 100px;
	width: 100%;
	height: calc(75rem);
}
.mv_box{
    overflow: hidden;
    height: 100%;
    position: relative;
}
.m_visual .mv_box video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 105%;
    min-height: 105%;
    transform: translate(-50%, -50%);
}
.mv_txt{
	position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; /* 글자가 잘 보이도록 */
    z-index: 1; /* 필요 시 영상 위로 */
}
.mv_txt p{
	font-size: var(--rem-80);
	font-weight: var(--font-bd);
	text-transform: capitalize;
	line-height: 1.3;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.6);
	opacity: 0; /* 초기 상태 숨김 */
    animation: fadeInLeft 0.8s ease-out forwards;
}
.mv_txt p:nth-child(1) {
    animation-delay: 0.2s;
}
.mv_txt p:nth-child(2) {
    animation-delay: 0.7s;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px); /* 왼쪽에서 시작 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* 모바일 */
@media screen and (min-width: 1920px) {
	.m_visual {
		height: 75rem;
	}
}
@media screen and (max-width: 1100px) {
	.m_visual{
		height: 70rem;
	}
	.mv_txt p{
		font-size: var(--rem-50);
		line-height: 1.3;
	}
}
@media screen and (max-width: 1024px) {
	.m_visual{
		top: 65px;
	}
}
@media screen and (max-width: 800px) {
	.m_visual{
		height: 60rem;
	}
}
@media screen and (max-width: 500px) {
	.mv_txt p{
		font-size: var(--rem-40);
		line-height: 1.2;
	}
}




/* 전체 배경 래퍼 */
.background-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px; /* 너비는 디자인에 맞게 조정 */
    height: 100%;
    pointer-events: none; /* 클릭 이벤트 무시 */
    z-index: -1; /* 배경 뒤로 보내기 */
}

/* 노란색 배경 모양 */
.background-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, #f7c948 20%, transparent 21%) no-repeat,
                radial-gradient(circle at bottom right, #f7c948 20%, transparent 21%) no-repeat,
                #ffffff; /* 배경색 */
    background-size: 80px 80px, 80px 80px;
}

/* ==================================================
	도트 아이콘
================================================== */
.ico_circle {
	margin: 9rem 0 2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.decor_line {
	flex: 1;
	height: 1px;
	background-color: #000;
}
.dot_group {
	display: flex;
	gap: 8px;
	margin: 0 6rem;
	justify-content: center;
}
.dot {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	display: inline-block;
}
.dot.green {
	background-color: var(--brand-color-dmain);
}
.dot.purple {
	background-color: var(--brand-color-sub);
}
.dot.white {
	background-color: var(--color-white);
}
.dot.gray {
	background-color: var(--color-gray2);
}


/* ==================================================
	주요제품
================================================== */
#mproduct{
	padding-top: 100px;
	overflow: hidden;
	width: 100%;
}

.mproduct_cont{
	position: relative;
	margin: 0 auto;
	max-width: 1320px;	
}
.mproduct_cont h3, .mprdTech_tit h3, .mB_tit h3{
	padding-top: 2rem;
	font-size: var(--rem-50);
	font-weight: var(--font-bd);
	text-align: center;
}
.mproduct_cont p, .mprdTech_tit p, .mB_tit p{
	padding-top: 2rem;
	text-align: center;
}
.m_prdBox {
	padding-top: 4rem;
	display: flex;
	justify-content: center;
    gap: 7rem;
}

.m_prdBox li {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.6s ease forwards;
	position: relative;
	width: 30%;
}

.m_prdBox li:nth-child(1) {
	animation-delay: 0.2s;
}
.m_prdBox li:nth-child(2) {
	animation-delay: 0.4s;
}
.m_prdBox li:nth-child(3) {
	animation-delay: 0.6s;
}

.m_prdBox li a {
	display: block;
	overflow: hidden; 
}

.m_prdBox li img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}

/* 이미지 확대 효과 */
.m_prdBox li:hover img {
	transform: scale(1.1); 
}

.m_prdBox li p {
	padding-top: 1rem;
	font-size: var(--rem-22);
	text-align: center;
	position: relative;
	z-index: 1; 
}

.m_prdBox li p i {
	margin-left: 2rem;
	display: inline-block;
	width: 9px;
	height: 14px;
	background: url('../images/common/arrow04.png') no-repeat center center;
	background-size: contain;
	vertical-align: middle;	
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 1320px) {
	.mproduct_cont{
		width: 90%;
	}
}


@media screen and (max-width: 800px) {
	.m_prdBox{
		display: block;
	}
	.m_prdBox li{
		padding-bottom: 4rem;
		margin: 0 auto;
		width: 80%;
	}
}


/* ==================================================
	생산기술
================================================== */
#mprdTech{
	overflow: hidden;
	width: 100%;
}
.mprdTech_cont {
	padding: 10rem 0 8rem 0;
	position: relative;
	margin: 0 auto;
	max-width: 1320px;	
}
.mprdTech_cont::before{
	position: absolute;
    /* top: 40%; */
	left: -48%;
    content: "";
    width: 204%;
    height: 100%;
    background: url(../images/main/m_tech_bg.jpg) no-repeat;
    background-repeat: no-repeat;
	background-size: cover;
    z-index: -1;
}
.mprdTech_tit{
	padding-top: 8rem;
	color: var(--color-white);
}
.mprdTech_tit h3{
	padding-top: 3.5rem;
}
.mprdTech_cont .m_prdBox li p{
	color: var(--color-white);
}
.mprdTech_cont .m_prdBox li p i{	
    filter: invert(1);
}

@media screen and (max-width: 1320px) {
	.mprdTech_cont{
		width: 95%;
	}
}

/* ==================================================
	ESG
================================================== */
#mesg{
	overflow: hidden;
	width: 100%;
	border-bottom: solid 1px var(--color-gray2);
}
.mesg_cont {
	padding: 10rem 0 5rem 0;
	position: relative;
	margin: 0 auto;
	max-width: 67%;	
}
.mesgBox{
	display: flex;
	justify-content: space-between;
}
.mB_tit h3{
	padding-top: 3.5rem;
	text-align: left;
}
.mB_tit p{
	text-align: left;
	line-height: 2.6rem;
	word-break: keep-all;
}
.mB_tit .dot_group{
	margin: 0;
    justify-content: flex-start;
}
.mB_tit{
	max-width: 20%;
}
.mesgBox .m_prdBox {
	gap: 4rem;
}
.mesgBox .m_prdBox li img{
	min-width: 420px;
}

/*모바일*/
@media screen and (max-width: 2400px) {
	.mesg_cont{
		max-width: 75%;
	}
}
@media screen and (max-width: 2000px) {
	.mesgBox .m_prdBox {
		gap: 2rem;
	}
	.mesgBox .m_prdBox li img {
		min-width: 350px;
	}
}
@media screen and (max-width: 1800px) {
	.mesg_cont {
		max-width: 1320px;
	}
	.mesgBox{
		gap: 6rem;
	}
	.mB_tit {
		max-width: 15%;
	}
	.mesgBox .m_prdBox {		
		/* gap: 0;
		justify-content: space-between; */
	}
}
@media screen and (max-width: 1320px) {
	.mesg_cont{
		width: 95%;
	}
	.mesgBox .m_prdBox li img {
		min-width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.mesgBox{
		display: block;
	}
	.mB_tit .dot_group {
		justify-content: center;
	}
	.mB_tit{
		max-width: 100%;
	}
	.mB_tit h3 {
		text-align: center;
	}
	.mB_tit p{
		text-align: center;
	}
	
}


/* ==================================================
	하단 공지&자료실
================================================== */
#mpost {
	overflow: hidden;
	width: 100%;
}
.mNotice{	
	margin: 0 auto;
	padding: 5rem 0;
	max-width: 1320px;	
}
.mNotice ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8rem;
}
.mNotice ul li img{
	width: 100%;
}
.mNotice ul li{
	position: relative;
}
.mNotice_imgBox{
	position: relative;
}
.mNotice_titBox{
	padding-left: 4rem;
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
	color: var(--color-white);
	font-size: var(--rem-30);
	font-weight: var(--font-sb);
}
.mNotice_titBox::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 20px;
    background: url(../images/common/arrow05.png) 50% 50% no-repeat;
    transition: transform 0.3s ease;
}
/* 마우스 오버 상태 */
.mNotice ul li:hover .mNotice_titBox::after {
    transform: translate(-50%, -50%) translateX(10px); 
}

/*모바일*/
@media screen and (max-width: 1400px) {
	#mComm{
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media screen and (max-width: 1320px) {
	.mNotice{
		width: 95%;
	}
}
@media screen and (max-width: 1024px) {
	.mgallery {
		display: block;
	}
	.mgall_tit {
		padding: 0 3rem 2rem 0;
		width: 100%;
		display: flex	;
		align-items: center;
		justify-content: space-between;
	}
	.mgall_tit h4 {
		padding-bottom: 0
	}	
	.mgall_tit a::after{
		top: 1px;
	}
}
@media screen and (max-width: 800px) {
	#mComm{
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.mComm_cont {
		padding-top: 0rem;
	}
	.mComm_tit {
		padding-bottom: 2rem
	}
	.mboard> ul{
		grid-template-columns: repeat(1, 2fr);
		gap:3rem
	}
	.mgall_cont ul{
		grid-template-columns: repeat(2, 2fr);
	}
	.mNotice {
		padding: 5rem 2rem;
	}
	.mNotice ul{
		display: block;
	}
	.mNotice ul li {
		margin-bottom: 2rem;
	}
}