@charset "utf-8";

/* ==================================================
	공통 틀 CSS
================================================== */
.mcontent {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

/* 모바일CSS */
@media screen and (max-width:1400px) {
	.mcontent {
		width: 96%;
	}
}

@media screen and (max-width:1200px) {
	.mcontent {
		width: 94%;
	}
}

@media screen and (max-width: 768px) {
	.mcontent {
		width: 94%;
	}
}

/* ==================================================
	공통 사항
================================================== */
/* 타이틀 */
.mtitcon {
	text-align: center;
}

.mtit>p {
	font-size: 2rem;
	color: var(--color-red);
	padding-bottom: 5px;
	font-weight: 700;
}

.mtit>h5 {
	font-size: 4.5rem;
	font-family: 'TheJamsil';
	font-weight: 500;
	line-height: 1.5;
	word-break: keep-all;
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {

	/* 타이틀 */
	.mtit>h5 {
		font-size: 4rem;
	}

}

@media screen and (max-width: 640px) {

	/* 타이틀 */
	.mtit>p {
		padding-bottom: 5px;
	}

	.mtit>h5 {
		font-size: 3.5rem;
	}

}

@media screen and (max-width: 450px) {

	/* 타이틀 */
	.mtit>h5 {
		font-size: 3.3rem;
	}

}

/* ==================================================
	애니메이션
================================================== */
@keyframes fadeUpAni {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}

	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes clipPathLeft {
	0% {
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@keyframes clipPathright {
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}

	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}

@keyframes leftFade {
	0% {
		transform: translate3d(100px, 0, 0);
	}

	100% {
		transform: translate3d(0px, 0, 0);
	}
}

@keyframes lineActiveAnimation {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center top;
		transform-origin: center bottom
	}

	49% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}

	99% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: center bottom;
		transform-origin: center top
	}
}

/* ==================================================
	메인비주얼
================================================== */
.mvisual {
	margin-top: 96px;
	margin-right: 9.4rem;
}

.mvisual:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 94rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	border-radius: 0rem 0rem 0rem 6rem;
	content: '';
	right: 0;
	top: 0;
	z-index: -1;
	margin-right: -40rem;
	background-color: var(--color-red);
}

.mainvisual {
	width: 100%;
	position: relative;
	display: flex;
	height: 85rem;
}

.mainvisual .visual {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	max-height: 85rem;
	background: var(--color-white);
}

.main-visual-con .slick-track,
.main-visual-con .slick-list {
	-webkit-perspective: 2000;
	-webkit-backface-visibility: hidden;
}

.main-visual-con,
.main-visual-con .slick-list,
.main-visual-con .slick-track,
.main-visual-item {
	height: 85rem;
}

.main-visual-con {
	z-index: 1;
}

/* 메인 비주얼 :: 이미지 */
.main-visual-item {
	position: relative;
}

.main-visual-item .main-visual-pc-img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: transform 5000ms ease-in-out;
	transition: transform 5000ms ease-in-out;
}

.main-visual-item:nth-child(1) .main-visual-pc-img {
	background: #fff url('../images/main/main_visual01.jpg') no-repeat 50% 50%;
	background-position: right;
	background-size: cover;
}

.main-visual-item:nth-child(2) .main-visual-pc-img {
	background: #fff url('../images/main/main_visual02.jpg') no-repeat 50% 50%;
	background-position: right;
	background-size: cover;
}

.main-visual-item .main-visual-m-img {
	display: none;
}

/* 메인 비주얼 :: 텍스트 */
.main-visual-item .main-visual-txt-con {
	position: absolute;
	top: 28%;
	left: 0px;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-visual-item .main-visual-txt-con .main-visual-txt1,
.main-visual-item .main-visual-txt-con .main-visual-txt2,
.main-visual-item .main-visual-txt-con .box_wrap {
	opacity: 0;
}

.main-visual-txt-inner {
	display: flex;
}

.main-visual-txt-all {}

.main-visual-item .main-visual-txt-con .main-visual-txt1 {
	font-size: 3.6rem;
	font-weight: var(--font-sb);
	color: var(--color-red);
	margin-bottom: 10px;
	line-height: 1.1;
}

.main-visual-item .main-visual-txt-con .main-visual-txt2 {
	font-size: 4rem;
	font-family: var(--font-TheJamsil);
	font-weight: var(--font-bd);
	line-height: 1.3;
	color: var(--color-white);
}

/* 메인 비주얼 :: active효과 */
.main-visual-item.active-item .main-visual-pc-img {
	-webkit-transform: scale(1.06, 1.06) rotate(0.002deg);
	transform: scale(1.06, 1.06) rotate(0.002deg);
}

.main-visual-item.active-item .main-visual-txt1,
.main-visual-item.active-item .main-visual-txt2,
.main-visual-item.active-item .box_wrap {
	-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.main-visual-item.active-item .main-visual-txt-con .main-visual-txt1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.main-visual-item.active-item .main-visual-txt-con .main-visual-txt2 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	line-height: 1.5;
}

.main-visual-item.active-item .main-visual-txt-con .box_wrap {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@keyframes text-active-animation {
	from {
		opacity: 0;
		filter: Alpha(opacity=0);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	to {
		opacity: 1.0;
		filter: Alpha(opacity=100);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* 메인 비주얼 :: 컨트롤러 */
.main-visual-control {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 99;
	width: 100%
}

.main-visual-control .inner {
	display: flex;
}

.slide-control {
	margin: 0 auto
}

/* Dot */
.main-visual-control .main-slide-dot {
	display: inline-block;
	vertical-align: middle;
	margin: -1px -8px 0 7px
}

.main-visual-control .main-slide-dot li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	transition: all 0.8s
}

.main-visual-control .main-slide-dot li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background-color: var(--color-red);
	left: 35px;
	top: 8px;
}

.main-visual-control .main-slide-dot li.slick-active {
	margin-right: 120px
}

.main-visual-control .main-slide-dot li.slick-active:after {
	animation: LoadingBar 4s both;
	animation-delay: 0.2s
}

.main-visual-control .main-slide-dot li button {
	position: relative;
	display: inline-block;
	padding-left: 7px;
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 14px;
	color: var(--color-white);
	opacity: 0.3
}

.main-visual-control .main-slide-dot li button:before {
	position: absolute;
	content: "0";
	left: 0;
	top: 0
}

.main-visual-control .main-slide-dot li.slick-active button {
	opacity: 1
}

@-webkit-keyframes LoadingBar {
	from {
		width: 0px;
	}

	to {
		width: 80px;
	}
}

@keyframes LoadingBar {
	from {
		width: 0px;
	}

	to {
		width: 80px;
	}
}

/* 화살표 */
.main-visual-control .main-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	text-align: center
}

.main-visual-control .main-arrow a {
	transition: all 0.3s;
	position: relative;
	display: block !important
}

.main-visual-control .main-arrow.main-arrow-prev:hover a {
	transform: translateX(-5px)
}

.main-visual-control .main-arrow.main-arrow-next:hover a {
	transform: translateX(5px)
}

.main-visual-control .main-arrow a i {
	color: var(--color-white);
	font-size: 18px
}

/* 메인 비주얼 :: pause,play */
.main-visual-control .main-play-control {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 1px;
	margin-left: 10px;
}

.main-visual-control .slick-control-btns {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.main-visual-control .slick-control-btns button {
	color: var(--color-white);
	vertical-align: top;
}

.main-visual-control .slick-control-btns button i {
	vertical-align: top;
	font-size: 22px;
	position: relative;
}

.main-visual-control .slick-control-btns .slick-play-btn {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width: 1400px) {
	.mainvisual .visual {
		width: 100%;
	}
}

@media screen and (max-width: 1260px) {

	/* 메인 비주얼 :: 이미지 */
	.mvisual {
		margin-right: 0;
	}

	.mainvisual {
		height: 75rem;
	}

	.mvisual::before {
		display: none;
	}

	.mainvisual .visual {
		max-height: 75rem;
	}

	.main-visual-con,
	.main-visual-con .slick-list,
	.main-visual-con .slick-track,
	.main-visual-item {
		height: 75rem;
	}

	/* 메인 비주얼 :: 텍스트 */
	.main-visual-item .main-visual-txt-con {
		position: absolute;
		top: 25%;
	}
}

@media screen and (max-width: 1100px) {
	.mvisual {
		margin-top: 78px;
	}
}

@media screen and (max-width: 800px) {

	/* 메인 비주얼 :: 이미지 */
	.main-visual-item:nth-child(1) .main-visual-pc-img {
		background: url('../images/main/main_mvisual01.jpg?v=1003') no-repeat 50% 50%;
		background-position: right;
		background-size: cover;
	}

	.main-visual-item:nth-child(2) .main-visual-pc-img {
		background: url('../images/main/main_mvisual02.jpg') no-repeat 50% 50%;
		background-position: right;
		background-size: cover;
	}

	.main-visual-item:nth-child(3) .main-visual-pc-img {
		background: url('../images/main/main_mvisual03.jpg') no-repeat 50% 50%;
	}

	.main-visual-item:nth-child(4) .main-visual-pc-img {
		background: url('../images/main/main_mvisual04.jpg') no-repeat 50% 50%;
	}

	/* 메인 비주얼 :: 텍스트 */
	.main-visual-txt-inner {
		display: block;
	}

	.main-visual-item .main-visual-txt-con {
		top: 30%;
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt1 {
		font-size: 3.6rem;
		margin-bottom: 15px
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt1 span {
		display: block;
		font-size: 5rem;
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt2 {
		font-size: 3rem;
	}

	/* 메인 비주얼 :: 컨트롤러 */
	.main-visual-control {
		bottom: 20px;
	}

	.main-visual-control .main-slide-dot li {
		margin-right: 10px
	}

	.main-visual-control .main-slide-dot li button {
		font-size: 12px
	}

	.main-visual-control .main-arrow a i {
		font-size: 15px;
	}

	/* 메인 비주얼 :: pause,play */
	.main-visual-control .main-play-control {
		margin-left: 3px
	}

	.main-visual-control .slick-control-btns button i {
		font-size: 19px;
	}
}

@media screen and (max-width: 640px) {
	.mainvisual {
		margin-top: 68px;
	}

	/* 메인 비주얼 :: 텍스트 */
	.main-visual-item .main-visual-txt-con {
		top: 25%;
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt1 {
		font-size: 2.8rem;
		margin-bottom: 10px
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt1 span {
		font-size: 4rem;
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt2 {
		font-size: 2.8rem;
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt2 br {
		display: none;
	}
}

@media screen and (max-width: 450px) {

	/* 메인 비주얼 :: 텍스트 */
	.main-visual-item .main-visual-txt-con {
		top: 30%;
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt1 {
		font-size: 2.3rem;
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt1 span {
		font-size: 3.2rem;
	}

	.main-visual-item .main-visual-txt-con .main-visual-txt2 {
		font-size: 3rem;
	}
}


/* ==================================================
	제품소개
================================================== */
.mproduct {
	width: 100%;
	padding: 120px 0;
}

/* ==================================================
	퀵메뉴
================================================== */
.mquick_con {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 0 85px;
	padding: 95px 20px;
}

.mquick a {
	position: relative;
	display: block;
	position: relative;
	padding-top: 100%;
	background: no-repeat center top / cover;
}

.mquick a .inner-box {
	position: absolute;
	top: 70px;
	left: 70px;
}

.mquick a .point-txt {
	font-size: 2.5rem;
	font-weight: 600;
	color: #f2b01c;
	letter-spacing: 0.0075em;
}

.mquick a .tit {
	display: block;
	font-size: 4.8rem;
	font-weight: 700;
	color: #fff;
	margin-top: 20px;
}

.mquick a .txt {
	font-size: 2.3rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.3;
	margin-top: 20px;
}

.mquick_l a {
	margin-top: 11.02%;
	background-image: url('../images/main/rnd.png');
}

.mquick .left_bg {
	position: absolute;
	width: 404px;
	bottom: 0;
	left: -192px;
	z-index: -1;
}

.mquick_r a {
	background-image: url('../images/main/facility.png');
}

.mquick .right_bg {
	position: absolute;
	width: 544px;
	top: -20px;
	right: -263px;
	z-index: -1;
}

/* 애니메이션 */
.mquick_con .mquick a {
	border-radius: 200px;
	transition: border-radius 1.3s;
}

.mquick_con.active .mquick a {
	border-radius: 0;
	border-bottom-right-radius: 100px;
}

/* 모바일CSS */
@media screen and (max-width:1400px) {
	.mquick_con {
		gap: 0 65px;
		padding: 65px 0;
	}

	.mquick a .inner-box {
		top: 60px;
		left: 60px;
	}

	.mquick a .point-txt {
		font-size: 2.3rem;
	}

	.mquick a .tit {
		font-size: 4.3rem;
		margin-top: 15px;
	}

	.mquick a .txt {
		font-size: 2rem;
		margin-top: 15px;
	}
}

@media screen and (max-width:1200px) {
	.mquick a .inner-box {
		top: 50px;
		left: 50px;
	}

	.mquick .left_bg {
		display: none;
	}

	.mquick .right_bg {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.mquick_con {
		padding: 40px 0;
	}

	.mquick a .inner-box {
		top: 40px;
		left: 40px;
	}

	.mquick a .point-txt {
		font-size: 2rem;
	}

	.mquick a .tit {
		font-size: 3.8rem;
	}

	.mquick a .txt {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 820px) {
	.mquick_con {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}

	.mquick_l a {
		margin-top: 0;
	}

	/* 애니메이션 */
	.mquick_con .mquick a {
		border-radius: 100px;
	}

	.mquick_con.active .mquick a {
		border-bottom-right-radius: 50px;
	}
}

@media screen and (max-width: 640px) {
	.mquick_con {
		padding: 35px 0
	}

	.mquick a .inner-box {
		top: 30px;
		left: 30px;
	}

	.mquick a .point-txt {
		font-size: 1.9rem;
	}

	.mquick a .tit {
		font-size: 3.2rem;
	}

	.mquick a .txt {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 450px) {
	.mquick a .inner-box {
		top: 25px;
		left: 25px;
	}

	.mquick a .point-txt {
		font-size: 1.8rem;
	}

	.mquick a .tit {
		font-size: 2.8rem;
	}

	.mquick a .txt {
		font-size: 1.6rem;
	}
}

/* ==================================================
	하단컨텐츠
================================================== */
.mbottom {
	padding-bottom: 170px;
	background: url('../images/main/goldtech.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.mbot_tit .mtit {
	color: #000;
}

.mbot_tit .mtit span {
	font-size: 2.5rem;
	font-weight: 500;
	padding-left: 10px;
	color: rgba(0, 0, 0, 0.5);
}

.mbot_con {
	display: flex;
	margin-top: 40px;
}

/* 왼쪽 */
.mbotc_l {
	flex-basis: 32%;
}

.mbotc_l>a {
	position: relative;
	display: block;
	border-radius: 10px;
	padding: 52px 60px;
	margin-bottom: 22px;
}

.mbotc_l>a:first-child {
	background: #034387;
}

.mbotc_l>a:first-child:hover {
	background: #003369;
}

.mbotc_l>a:last-child {
	background: #f2b01c;
	margin-bottom: 0;
}

.mbotc_l>a:last-child:hover {
	background: #e69f00;
}

.mbotc_l>a>span {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
}

.mbotc_l>a>span img {
	padding-left: 15px;
	width: 100%;
	max-width: 40px;
}

.mbotc_l>a>img {
	position: absolute;
	right: 60px;
	width: 100%;
}

.mbotc_l>a:first-child>img {
	top: 32px;
	max-width: 60px;
}

.mbotc_l>a:last-child>img {
	top: 38px;
	max-width: 55px;
}

/* 오른쪽 */
.mbotc_r {
	flex-basis: 68%;
	padding-left: 70px;
}

.mbotc_r a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 280px;
	border-radius: 20px;
}

.mbotc_r a .mbotc_txt {
	position: absolute;
	top: 65px;
	left: 60px;
	z-index: 1;
}

.mbotc_r a .mbotc_txt h3 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}

.mbotc_r a .mbotc_txt p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	margin-top: 12px;
}

.mbotc_r a .mbotc_bg {
	width: 100%;
	height: 100%;
}

.mbotc_r a:hover .mbotc_bg {
	transform: scale(1.1);
	transition: all 1.5s;
}

.mbotc_r a .mbotc_bg {
	background: url('../images/main/contactus.png');
	background-position: right top;
	background-repeat: no-repeat;
	transition: all 1.5s;
}

/* 애니메이션 */
.mbottom .mbot_tit .mtit {
	opacity: 0;
}

.mbottom.active .mbot_tit .mtit {
	animation-name: fadeUpAni;
	animation-duration: 1s;
	animation-delay: 0.4s;
	animation-fill-mode: forwards;
}

.mbottom.active .mbot_con .mbotc_l,
.mbottom.active .mbot_con .mbotc_r {
	opacity: 0;
}

.mbottom.active .mbot_con .mbotc_l,
.mbottom.active .mbot_con .mbotc_r {
	animation-name: fadeUpAni;
	animation-duration: 1.2s;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
}

.mbottom.active .mbot_con .mbotc_r {
	animation-delay: 1s;
}

/* 모바일CSS */
@media screen and (max-width:1200px) {
	.mbottom {
		padding-bottom: 130px;
	}

	.mbot_tit .mtit span {
		font-size: 2.3rem;
	}

	/* 왼쪽 */
	.mbotc_l>a {
		padding: 52px 30px;
	}

	.mbotc_l>a>img {
		right: 30px;
	}

	/* 오른쪽 */
	.mbotc_r {
		padding-left: 50px;
	}

	.mbotc_r a .mbotc_txt {
		top: 55px;
		left: 50px;
	}
}

@media screen and (max-width:1023px) {
	.mbottom {
		padding-bottom: 50px;
		background: none;
	}

	.mbot_con {
		display: block;
		margin-top: 30px;
	}

	/* 오른쪽 */
	.mbotc_r {
		padding-left: 0;
		margin-top: 25px;
	}

	.mbotc_r a {
		height: 220px;
	}

	.mbotc_r a .mbotc_bg {
		background-size: cover;
	}

	.mbotc_r a .mbotc_txt {
		top: 40px;
		left: 30px;
	}

	.mbotc_r a .mbotc_txt h3 {
		font-size: 2.5rem;
	}

	.mbotc_r a .mbotc_txt p {
		font-size: 1.7rem;
		margin-top: 10px;
	}
}

@media screen and (max-width:640px) {
	.mbottom {
		padding-bottom: 40px;
	}

	.mbot_tit .mtit span {
		font-size: 2rem;
	}

	/* 왼쪽 */
	.mbotc_l>a {
		padding: 32px 30px;
		margin-bottom: 16px;
	}

	.mbotc_l>a>span img {
		padding-left: 12px;
		max-width: 30px;
	}

	.mbotc_l>a:first-child>img {
		top: 18px;
		max-width: 50px;
	}

	.mbotc_l>a:last-child>img {
		top: 23px;
		max-width: 45px;
	}

	/* 오른쪽 */
	.mbotc_r a {
		height: 180px;
	}

	.mbotc_r a .mbotc_txt {
		top: 30px;
	}

	.mbotc_r a .mbotc_txt h3 {
		font-size: 2.3rem;
	}

	.mbotc_r a .mbotc_txt p {
		font-size: 1.6rem;
	}
}

/* ==================================================
	메인02 -제품소개
================================================== */
.mtitcon {
	padding-top: 180px;
}

.mtit_p {
	padding-top: 20px;
	font-size: var(--rem-20);
	color: #8b8b8b;
}

.mproudct {
	position: relative;
}

.mproudct::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main/pro_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: -9;
}

.main_product {
	margin-top: 55px;
}

.pro_slider {
	max-width: 1200px;
	margin: 0 auto;
}

.mpro_con {
	overflow: hidden;
}

.mpro_content {
	position: relative;
	height: 475px;
	padding: 0 20px;
}

.left_w img {
	display: block;
	width: 100%;
	max-width: 635px;
}

.right_w {
	display: flex;
}

.right_w .text_box {
	width: 55%;
	height: 390px;
	padding: 50px;
	background: url('../images/main/mprobox_bg.png')#fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 0 50px 0 50px;
	box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
	border: 1px solid #e9e7e6;
	margin: 40px 0 0 auto;
}

.right_w .text_box h4 {
	display: block;
	position: relative;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: #bfbfbf;
	margin-bottom: 25px;
}

.right_w .text_box h4>span {
	font-size: 4rem;
	font-weight: 800;
	color: var(--color-red);
}

.right_w .text_box h2 {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000000;
	margin-top: 10px;
}

.right_w .text_box h2>span {
	display: block;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: #c5c5c5;
	margin-top: 8px;
}

.right_w .text_box>p {
	display: block;
	position: relative;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1.4;
	color: #333;
	margin-top: 40px;
	word-break: keep-all;
}

.bis_more>a{
	display: block;
	height: 52px;
	width: 52px;
	margin-top: 20px;
	background: url('../images/main/gray_arrow.svg') no-repeat center;
}

/* 슬라이더 화살표 */
.biz_prev {
	position: absolute;
	left: -77px;
	top: 50%;
	transform: translate(0, -38%);
	width: 77px;
	height: 77px;
	background: url('../images/main/mslider_previous.png') center center no-repeat;
	border: none;
	outline: 0;
	text-indent: -999em;
}

.biz_next {
	position: absolute;
	right: -77px;
	top: 50%;
	transform: translate(0, -38%);
	width: 77px;
	height: 77px;
	background: url('../images/main/mslider_next.png') center center no-repeat;
	border: none;
	outline: 0;
	text-indent: -999em;
}


/* 모바일CSS */
@media screen and (max-width:1400px) {

	.biz_prev,
	.biz_next {
		display: none !important;
	}
}

@media screen and (max-width:1200px) {
	.mtitcon {
		padding-top: 80px;
	}

	.mpro_content {
		position: relative;
		height: 420px;
		padding: 0 20px;
	}

	.left_w img {
		max-width: 535px;
	}

	.right_w .text_box {
		height: 350px;
		padding: 40px;
		border-radius: 0 40px 0 40px;
		margin: 40px 0 0 auto;
	}

	.right_w .text_box h4 {
		font-size: 2.2rem;
	}

	.right_w .text_box h4>span {
		font-size: 3.5rem;
	}

	.right_w .text_box h2 {
		font-size: 3.5rem;
	}

	.right_w .text_box h2>span {
		display: block;
		font-size: 2.5rem;
	}

	.right_w .text_box>p {
		font-size: 2rem;
		margin-top: 25px;
	}
}

@media screen and (min-width:1051px) {
	.left_w {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
}

@media screen and (max-width:1050px) {
	.mtitcon {
		padding-top: 50px;
	}

	.main_product {
		margin-top: 20px;
	}

	.mpro_content {
		height: auto;
		padding: 0px 15px 15px;
		text-align: center;
	}

	.left_w {
		position: relative;
		display: inline-block;
	}

	.left_w img {
		max-width: 350px;
	}

	.right_w {
		display: block;
	}

	.right_w .text_box {
		width: 100%;
		height: auto;
		padding: 35px;
		border-radius: 0 35px 0 35px;
		margin: 10px 0 0 auto;
	}
}

@media screen and (max-width:640px) {
	.mtit_p {
		line-height: 1.5;
		word-break: keep-all;
		padding-top: 8px;
	}

	.right_w .text_box h4 {
		font-size: 1.8rem;
	}

	.right_w .text_box h4>span {
		font-size: 3rem;
	}

	.right_w .text_box h2 {
		font-size: 3.5rem;
	}

	.right_w .text_box h2>span {
		display: block;
		font-size: 2rem;
	}

	.right_w .text_box>p {
		font-size: 2rem;
		margin-top: 25px;
	}
}


/* ==================================================
	메인03 -회사소개,연구개발
================================================== */
.mcontents_con {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 120px 0;
}

.mcontents_con::before {
    content: "";
    position: absolute;
    left: -580px;
    bottom: 0;
    width: 2560px;
    height: 50%;
    background: url(../images/main/mcontents_bg.svg) 50% 50% no-repeat;
    background-size: cover;
    z-index: -99;
}

.m_flex {
	display: flex;
	animation: clipPathright 0.8s;
}

.company {
	width: 50%;
	background: url(../images/main/company_bg.jpg) no-repeat;
	border-radius: 50px 0 0 50px;
	padding: 100px 0 100px 70px;
}

.research {
	width: 50%;
	background: url(../images/main/research_bg.jpg) no-repeat;
	border-radius: 0px 50px 50px 0px;
	padding: 100px 0 100px 70px;
}

.company>.mtit,.research>.mtit  {
	padding-bottom: 25px;
}

.company>.mtit>h5,
.research>.mtit>h5 {
	color: var(--color-white);
}

.company>.txt,
.research>.txt {
	color: var(--color-white);
	line-height: 1.5;
	font-size: var(--rem-20);
	padding-bottom: 70px;
}

.company>.txt>span,
.research>.txt>span {
	display: block;
}

.more {
	position: relative;
	color: var(--color-white);
	display: flex;
	align-content: center;
	font-size: var(--rem-18);
}

.more::before {
	position: absolute;
	top: -10px;
	left: 0;
	content: "";
	width: 40px;
	height: 40px;
	background: var(--color-red);
	border-radius: 50px;
}

.more>p {
	padding-right: 10px;
	padding-left: 10px;
	z-index: 99;
}

/*모바일CSS*/
@media screen and (max-width:1500px) {
	.mcontents_con {
		padding: 120px 35px;
	}
}

@media screen and (max-width:1000px) {
	.mcontents_con {
		padding: 80px 25px;
	}

	.company {
		padding: 80px 0 80px 50px;
	}

	.research {
		padding: 80px 0 80px 50px;
	}
}

@media screen and (max-width:700px) {
	.m_flex {
		display: block;
	}

	.company {
		padding: 50px 0 50px 50px;
		width: 100%;
		display: block;
		border-radius: 50px 0 0 0;
	}

	.research {
		padding: 50px 0 50px 50px;
		width: 100%;
		display: block;
		border-radius: 0 0 50px 0;
	}

	.company>.txt, .research>.txt {
		padding-bottom: 40px;
	}

	.company>.mtit, .research>.mtit {
		padding-bottom: 15px;
	}

	.more::before {
		top: -15px;
	}
}

@media screen and (max-width:640px) {
	.mcontents_con {
		padding: 50px 25px;
	}

	.company {
		padding: 50px 0 50px 35px;
	}

	.research {
		padding: 50px 0 50px 35px;
	}
}

@media screen and (max-width:450px) {
	.company {
		padding: 35px 0 45px 35px;
	}

	.research {
		padding: 35px 0 45px 35px;
	}
}

/* ==================================================
	메인04-파트너사
================================================== */
.mpartner {
	position: relative;
	width: 100%;
}

.mpartner::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../images/main/simble_bg.svg) no-repeat;
	background-size: cover;
	z-index: -99;
}

.mpartner_con {
	max-width: 1400px;
	margin: 0 auto;
	padding: 150px 0;
}

.logo_list {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 15px;
	margin-top: 50px;
}

.logo_list>li {
	background: var(--color-white);
	border-radius: 30px 0 30px 0;
}

.logo_list>li>img {
	width: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 30px 0 30px 0;
}

/*모바일CSS*/
@media screen and (max-width:1500px) {
	.mpartner {
		padding: 0px 35px;
	}
}

@media screen and (max-width:1200px) {
	.mpartner_con {
		padding: 80px 0;
	}

	.logo_list {
		margin-top: 35px;
	}

	.logo_list>li>img {
		border-radius: 15px 0 15px 0; 
	}
}

@media screen and (max-width:1000px) {
	.mpartner {
		padding: 0px 25px;
	}

	.logo_list {
		grid-template-columns: repeat(3,1fr);
		gap: 10px;
	}
}

@media screen and (max-width:700px) {
	.mpartner_con {
		padding: 50px 0;
	}
}

@media screen and (max-width:640px) {
	.logo_list {
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
		margin-top: 25px;
	}
}


/* ==================================================
	메인04 - 카탈로그, 문의하기
================================================== */
.mbanner {
	max-width: 100%;
}

.mbanner_fl {
	display: flex;
}

.mbanner_fl>a {
	width: 50%;
}

.catalog_ban {
	width: 100%;
	background: url(../images/main/catalog_bg.jpg)no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 80px 80px 45%;
}

.inquiry_ban {
	width: 100%;
	background: url(../images/main/inquiry_bg.jpg)no-repeat;
	background-position: center;
	background-size: cover;
	padding: 80px 45%  80px 80px;
}

.catalog_ban>.mtit,
.inquiry_ban>.mtit {
	position: relative;
}

.catalog_ban>.mtit:hover>.catalog_ban>.mtit::after {
	right: -20px;
}	

.catalog_ban>.mtit::after,
.inquiry_ban>.mtit::after {
	position: absolute;
	content: "";
	right: 0;
	top: 15px;
	width: 60px;
	height: 60px;
	background: url(../images/main/arrow02.svg)no-repeat;
	-webkit-transition: right .25s ease;
    transition: right .25s ease-out;
}

.catalog_ban>.mtit::after:hover {
	transform: translateX(-50px);
}

.catalog_ban>.mtit>h5,
.inquiry_ban>.mtit>h5 {
	color: var(--color-white);
	font-size: var(--rem-40);
}


/*모바일CSS*/
@media screen and (max-width:1800px) {
	.catalog_ban {
		padding: 80px 80px 80px 20%;
	}

	.inquiry_ban {
		padding: 80px 20% 80px 80px;
	}
}

@media screen and (max-width:1200px) {
	.catalog_ban {
		padding: 80px 80px 80px 5%;
	}

	.inquiry_ban {
		padding: 80px 5% 80px 50px;
	}
}

@media screen and (max-width:1000px) {
	.mbanner_fl {
		display: block;
	}

	.catalog_ban {
		padding: 50px 50px 50px 5%;
	}

	.inquiry_ban {
		padding: 50px 50px 50px 5%;
	}

	.catalog_ban>.mtit::after,
	.inquiry_ban>.mtit::after {
		top: 0px;
	}
}

@media screen and (max-width:640px) {
	.catalog_ban>.mtit>h5,
	.inquiry_ban>.mtit>h5 {
		color: var(--color-white);
		font-size: var(--rem-30);
	}

	.catalog_ban {
		padding: 50px 35px 50px 5%;
	}

	.inquiry_ban {
		padding: 50px 35px 50px 5%;
	}
}






