.company {
	gap: 60px;
}
.company .gray_bg {
	position: relative;
	padding: 60px;
	border-radius: 10px;
	background: var(--gray);
	gap: 60px;
	box-sizing: border-box;
}
.company .gray_bg h3 {
	text-transform: uppercase;
}
.company h3 {
	font-size: 40px;
	text-transform: capitalize;
}
.company .img {
	overflow: hidden;
}
.company .img img {
	width: 100%;
	transition: all .5s;
}
.company .img:hover img {
	transform: scale(1.05);
}
.company .txt {
	flex: 1;
	width: 100%;
	font-size: 20px;
	line-height: 1.4;
}
.txt_box {
	gap: 20px;
}


.company02 .line_bar {
	padding: 60px;
	border-radius: 10px;
	box-sizing: border-box;
}
.company02 .line_bar .bar {
	position: relative;
	max-width: 940px;
	background: var(--gray2);
	border-radius: 10px;
	height: 90px;
	padding: 0 40px;
	overflow: hidden;
	margin: 0 auto;
	gap: 20px;
	color: var(--gray3);
	box-sizing: border-box;
}
.company02 .line_bar .bar:before {
    content: '';
    position: absolute;
    top: -10%;
    left: -4.7%;
    display: block;
    width: 55%;
    height: 120%;
    background: var(--white);
    transform: skew(-22deg, 0deg);
}
.company02 .line_bar .bar > div {
	flex: 1;
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	z-index: 1;
}
.company02 .line_bar .bar > p {
	position: relative;
	z-index: 1;
}
.company02 .line_bar .bar > p strong {
	display: inline-block;
    vertical-align: middle;
    line-height: 90px;
	font-size: 90px;
	font-weight: 900;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.company02 .line_bar .download a {
	display: inline-block;
	color: var(--white);
	font-size: 20px;
	margin-top: 60px;
	background: url("../images/arrow-right-white.svg")no-repeat 100% 50%;
	padding-right: 25px;
}
.company02 .grid2 {
	gap: 60px;
}
.company02 .grid2 .img {
	width: 600px;
}
.company02 .grid2 .txt_box {
	flex: 1;
	width: 100%;
}



.company03 {
	gap: 80px;
}
.company03 .safe_box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 49.4%;
	background: url("../images/safety_img1.png")no-repeat 50% 50% / auto 100%;
	border-radius: 15px;
	transition: all .5s;
}
.company03 .safe_box:hover {
	background-size: auto 105%;
}
.company03 .safe_box .box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	background: rgba(255, 255, 255, 0.40);
	box-sizing: border-box;
}
.company03 .safe_box .box h2 {
	font-size: 48px;
	margin-bottom: 20px;
}
.company03 .safe_box .box .info {
	padding: 0 30px;
	gap: 10px;
	box-sizing: border-box;
}
.company03 .safe_box .box .info h3 {
	text-transform: capitalize;
}
.company03 .safe_box .box .info p {
	font-size: 20px;
	line-height: 1.4;
}
.company03 .all_box {
	gap: 30px;
}
.company03 .all_box .box {
	gap: 40px;
	padding: 0 30px;
	box-sizing: border-box;
}
.company03 .all_box .box > div {
	border-radius: 10px;
	background: var(--gray);
	padding: 30px;
	gap: 40px;
	box-sizing: border-box;
}
.company03 .all_box .box > div .thumb {
	position: relative;
	width: 300px;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
}
.company03 .all_box .box > div .thumb img {
	width: 100%;
	transition: all .5s;
}
.company03 .all_box .box > div .thumb:hover img {
	transform: scale(1.05);
}
.company03 .all_box .box > div .info {
	flex: 1;
	width: 100%;
}
.company03 .all_box .box > div .info h4 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.company03 .all_box .box > div .info ul {
	gap: 10px;
}
.company03 .all_box .box > div .info ul li {
	width: calc(50% - 5px);
	border-radius: 10px;
	background: var(--white);
	padding: 16px 20px;
	gap: 10px;
	box-sizing: border-box;
}
.company03 .all_box .box > div .info ul li span {
	flex: 1;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.company03 .all_box .box > div .info ul li a {
	border-radius: 5px;
	border: 1px solid var(--black);
	padding: 8px 10px;
	gap: 10px;
	box-sizing: border-box;
}
.company03 .all_box .box > div .info ul li a:after {
	content: '';
	width: 16px;
	height: 12px;
	background: url("../images/line-arrow-right.svg")no-repeat 50% 50% / 100%;
}
.company03 .all_box p {
	font-size: 20px;
}



.company04 {
	gap: 80px;
}
.company04 .box {
	padding: 0 40px;
	box-sizing: border-box;
}
.company04 .box .title {
	gap: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}
.company04 .box .title h4 {
	font-size: 32px;
}
.company04 .multiple .swiper-slide {
	width: 98%;
}
.company04 .swiper-pagination {
	position: static;
	margin-top: 20px;
}
.company04 .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: var(--gray2);
	opacity: 1;
}
.company04 .swiper-pagination .swiper-pagination-bullet-active {
	background: var(--key-color);
}



.company05 {
	gap: 80px;
}
.company05 .eco_box {
	position: relative;
	height: 616px;
	justify-content: center;
	background: url("../images/eco_img.png")no-repeat 50% 50% / auto 100%;
	transition: all .5s;
	border-radius: 10px;
}
.company05 .eco_box:hover {
	background-size: auto 105%;
}
.company05 .eco_box .box {
	width: 90%;
	max-width: 1144px;
	padding: 40px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	margin: 0 auto;
	color: var(--white);
	gap: 20px;
	font-size: 20px;
	box-sizing: border-box;
}
.company05 .all_box {
	gap: 20px;
}
.company05 .all_box > .flex {
	padding: 0 30px;
	gap: 40px;
	box-sizing: border-box;
}
.company05 .all_box > .flex > div {
	width: calc(25% - 30px);
	font-size: 20px;
}
.company05 .all_box > .flex > div .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 10px;
	border: 1px solid var(--gray2);
	background: #C4C4C4;
	overflow: hidden;
	margin: 0 auto 16px;
}
.company05 .all_box > .flex > div .thumb img {
	width: 100%;
	transition: all .5s;
}
.company05 .all_box > .flex > div .thumb:hover img {
	transform: scale(1.05);
}









@media screen and (max-width: 1280px) {
	.company h3 {
		font-size: 28px;
	}
	.company .txt {
		font-size: 18px;
	}
	

	.company02 .line_bar .bar > div {
		font-size: 18px;
	}
	.company02 .line_bar .bar > p strong {
		font-size: 55px;
	}
	.company02 .line_bar .download a {
		font-size: 18px;
		margin-top: 30px;
		padding-right: 19px;
	}
	.company02 .grid2 .img {
		width: 500px;
	}


	.company03 .safe_box .box h2 {
		font-size: 38px;
	}
	.company03 .safe_box .box .info p {
		font-size: 18px;
	}
	.company03 .all_box .box > div {
		gap: 25px;
	}
	.company03 .all_box .box > div .thumb {
		width: 250px;
		height: 250px;
	}
	.company03 .all_box .box > div .info h4 {
		font-size: 28px;
	}
	.company03 .all_box .box > div .info ul li {
		padding: 10px 15px;
		font-size: 14px;
	}
	.company03 .all_box .box > div .info ul li a {
		width: 100%;
		justify-content: center;
	}
	.company03 .all_box p {
		font-size: 18px;
	}
	
	
	.company04 .box .title {
		font-size: 18px;
	}
	.company04 .box .title h4 {
		font-size: 24px;
	}
	
	
	.company05 .eco_box .box {
		font-size: 18px;
	}
	.company05 .all_box > .flex > div {
		font-size: 18px;
	}
}
@media screen and (max-width: 1024px) {
	.company {
		gap: 30px;
	}
	.company .gray_bg {
		padding: 30px;
		gap: 30px;
	}
	.company h3 {
		font-size: 20px;
	}
	.company .txt {
        font-size: 16px;
    }
	
	
	.company02 .line_bar {
		padding: 30px;
	}
	.company02 .line_bar .bar {
		padding: 0 20px;
	}
	.company02 .line_bar .bar > div {
        font-size: 16px;
    }
	.company02 .line_bar .download a {
		font-size: 16px;
	}
	.company02 .grid2 {
		gap: 30px;
	}
	.company02 .grid2 .img {
        width: 400px;
    }
	
	
	.company03 {
		gap: 40px;
	}
	.company03 .safe_box .box {
		padding: 20px;
	}
	.company03 .safe_box .box h2 {
        font-size: 24px;
    }
	.company03 .safe_box .box .info {
		padding: 0 20px;
	}
	.company03 .safe_box .box .info p {
        font-size: 14px;
    }
	.company03 .all_box .box {
		padding: 0;
		gap: 20px;
	}
	.company03 .all_box .box > div .info h4 {
        font-size: 22px;
    }
	.company03 .all_box p {
        font-size: 16px;
    }
	
	
	.company04 {
		gap: 40px;
	}
	.company04 .box {
		padding: 0;
	}
	.company04 .box .title {
        font-size: 14px;
		gap: 5px;
    }
	.company04 .box .title h4 {
        font-size: 18px;
    }
	
	
	.company05 {
		gap: 40px;
	}
	.company05 .eco_box {
		height: 425px;
	}
	.company05 .eco_box .box {
		font-size: 16px;
	}
	.company05 .all_box > .flex {
		padding: 0;
		gap: 20px;
	}
	.company05 .all_box > .flex > div {
		width: calc(25% - 15px);
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.company h3 {
		width: 100%;
	}
	.company .txt {
        flex: none;
    }
	
	
	.company02 .line_bar .bar > p strong {
        font-size: 38px;
    }
	.company02 .line_bar .download a {
        font-size: 14px;
    }
	.company02 .grid2 .img {
		width: 100%;
	}
	.company02 .grid2 .txt_box {
		flex: none;
	}
	
	
	.company03 .safe_box {
		height: auto;
		padding-bottom: 0;
		background: none;
	}
	.company03 .safe_box:before {
		content: '';
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		background: url("../images/safety_img1.png")no-repeat 50% 50% / cover;
	}
	.company03 .safe_box .box {
		position: static;
		background: var(--gray);
	}
	.company03 .safe_box .box .info {
		padding: 0;
	}
	.company03 .all_box .box > div {
		padding: 20px;
	}
	.company03 .all_box .box > div .thumb {
		width: 100%;
	}
	
	
	.company05 .all_box > .flex > div {
		width: calc(50% - 10px);
		font-size: 14px;
	}
	.company05 .eco_box .box {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
	.company02 .line_bar .bar {
		height: auto;
		justify-content: center;
		gap: 0;
		padding: 10px 0;
	}
	.company02 .line_bar .bar:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        transform: skew(0deg, 0deg);
    }
	.company02 .line_bar .bar > div {
		flex: none;
		width: 100%;
		padding: 15px 0;
	}
	.company02 .line_bar .bar > p strong {
		line-height: 24px;
	}
	
	
	.company03 .all_box .box > div .thumb {
		height: 0;
		padding-bottom: 80%;
	}
	.company03 .all_box .box > div .thumb img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.company03 .all_box .box > div .info ul li {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.company05 .all_box > .flex > div {
		width: 100%;
	}
}