@charset "utf-8";

/* 메인 타이틀 */
.title-top {
	width: 100%;
	height: 480px;
	background-image: url(../images/main/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.title-top .ex1 {
	font-size: 40px;
	color: #fff;
	opacity: 0;
	letter-spacing: 6px;
}

.title-top .ex2 {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	transition: 0.4s;
	letter-spacing: 3px;
}

.title-top .ex2::before {
	width: 350px;
	height: 2px;
	content: '';
	display: inline-block;
	margin-right: 20px;
	background-color: #fff;
	vertical-align: middle;
}

.ex1 span {
	position: relative;
	top: 10px;
	left: 10px;
	opacity: 0;
}

.title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-42%, -50%);
	text-align: right;
}

.title p {
	white-space: nowrap;
}

/* contact */
.sec01 {
	font-size: 0;
	max-width: 1200px;
	margin: -85px auto 0;
	position: relative;
	z-index: 10;
	padding: 0 10px;
}

.sec01 .box01 {
	width: calc((100% / 3) - 75px);
	display: inline-block;
	background-color: rgba(240, 240, 240, 0.9);
	text-align: center;
}

.sec01 .box01:nth-child(2) {
	margin: 0 112px;
}

.sec01 .box01 h3 {
	font-size: 18px;
	color: #0b2979;
	margin: 20px auto;
	letter-spacing: 2px;
}

.sec01 .box01 .text {
	background-color: #0b2979;
	padding: 20px 0;
	line-height: 1.6;
	letter-spacing: 1.8px;
}

.sec01 .box01 p {
	font-size: 16px;
	color: #fff;
}

.sec01 .box01 .icons {
	margin: 15px auto;

}

.sec01 img {
	width: 150px;
	height: 150px;
	background-color: #fff;
	border-radius: 50%;
}

/* progress */
section {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px;
}

section h3 {
	margin: 90px auto 40px;
	font-size: 20px;
	color: #0b2979;
}

section h3::after,
section h3::before {
	display: inline-block;
	content: '';
	width: 120px;
	height: 2px;
	background-color: #0b2979;
	border-radius: 10px;
	margin: 0 20px;
	vertical-align: middle;
}

main {
	position: relative;
}

main::after {
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	height: 360px;
	background-color: #0b2979;
	left: 0;
	bottom: 0;
}

/* 제품공정 슬라이드 */
.partners h3 {
	color: #fff;
}

.partners h3::after,
.partners h3::before {
	background-color: #fff;
}

.mySwiper {
	max-width: 1200px;
}

.mySwiper .swiper-slide {
	margin-bottom: 50px;
}

.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.74);
}

.mySwiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 12px;
	transition: all 0.3s;
	background-color: rgba(240, 240, 240, 0.28);
}

.mySwiper .swiper-pagination-bullet-active {
	background-color: #f0f0f0;
	width: 13px;
	height: 13px;
}

/* 파트너쉽 슬라이드 */
.slider {
	max-width: 1200px;
	margin: 30px auto;
}

.slider img {
	border: 1px solid rgba(240, 240, 240, 0.9);
	width: 90%;
	margin: 5% auto;
}

.partners {
	padding: 0;
	padding-bottom: 20px;

}

@media screen and (max-width:1280px) {
	.slider {
		max-width: 900px;
	}

}

@media screen and (max-width:1024px) {
	.title-top {
		height: 380px;
		background-image: url(../images/main/title-bg-m.jpg);
	}

	.title-top .ex1 {
		font-size: 35px;
		letter-spacing: 4px;
		margin-bottom: 10px;
	}

	.title-top .ex2 {
		font-size: 16px;
		letter-spacing: 2px;
		white-space: nowrap;
	}

	.title-top .ex2::before {
		width: 250px;
		margin-right: 14px;
	}

	.sec01 .box01 {
		width: calc((100% / 3) - 5%);
	}

	.sec01 .box01:nth-child(2) {
		margin: 0 7.5%;
	}

}

@media screen and (max-width:812px) {
	.title-top {
		height: 300px;
		background-attachment: scroll;
	}

	.title-top .ex1 {
		font-size: 30px;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}

	.title-top .ex2 {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.title-top .ex2::before {
		display: none;
	}

	.title {
		text-align: center;
		transform: translate(-50%, -50%);
	}

	.sec01 .box01 {
		width: 100%;
		margin: 0 0 12px;

	}

	.sec01 .box01:nth-child(2) {
		margin: 0 0 12px;
	}

	.sec01 {
		max-width: 620px;
		margin: 0 auto 0;
		padding: 10px;
	}

	.sec01 .box01 a {
		display: table;
		width: 100%;
	}

	.sec01 .box01 h3 {
		display: table-cell;
		vertical-align: middle;
		width: 10%;
		font-size: 16px;
	}

	.sec01 .box01 span {
		width: 17px;
		display: block;
		margin: auto;
	}

	.sec01 .box01 .text {
		display: table-cell;
		vertical-align: middle;
		width: 60%;
	}

	.sec01 .box01 img {
		width: 120px;
		height: 120px;
	}

	.sec01 .box01 .icons {
		padding: 15px;
		display: table-cell;
		vertical-align: middle;
		width: 30%;
	}

	.sec01 .box01 p {
		font-size: 13px;

	}

	/* 슬라이드 */
	.mySwiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 7px;
	}

	.mySwiper .swiper-pagination-bullet-active {
		width: 10px;
		height: 10px;
	}

	.mySwiper .swiper-slide {
		margin-bottom: 30px;
	}

	section h3 {
		margin: 30px auto 30px;
	}

	section h3::after,
	section h3::before {
		width: 40px;
		height: 2px;
		margin: 0 15px;
	}

}
