@charset "UTF-8";
/* CSS Document */

#main_visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
#main_visual .visual {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/oem-p.jpg") no-repeat center;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	#main_visual {
		position: relative;
		width: 100%;
		height: 70svh;
		margin-top: 10vh
	}
	#main_visual .visual {
		background: url("../img/oem-s.jpg") no-repeat center;
		background-size: cover;
	}

}

#main_contents {
	position: relative;
}
#main_contents section {
	margin: 0 auto;
}

#main_contents img {
	width: 100%;
}
#main_contents .read {
	margin: 10% auto;
	width: 86%;
}
#main_contents .read h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 50px;
}
#main_contents .read p {
	text-align: center;
	font-size: 14px;
	margin: 15px auto;
}
@media only screen and (max-width: 768px) {
	#main_contents .read h2 {
		font-size: 20px;
		line-height: 2.6;
		margin: 20% auto;
	}
	#main_contents .read p {
		font-size: 12px;
		text-align: left;
	}
}



#main_contents .service {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
	position: relative;
	background: #000;
	color: #FFF;
}
#main_contents .service h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #FFF;
	position: relative;
	z-index: 10
}
#main_contents .service .inner {
	position: relative;
	max-width: 1200px;
	margin: 50px auto 100px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_contents .service .inner .img {
	line-height: 0;
	box-sizing: border-box;
	padding: 0 5%;
}
#main_contents .service .inner .txt {
	box-sizing: border-box;
	padding: 0 5%;
}
#main_contents .service .inner .txt h4 {
	font-size: 20px;
	color: #FFF;
	margin: 6% 0 3%
}
#main_contents .service .inner .txt p {
	font-size: 14px;
	color: #FFF;
}
#main_contents .service .swiper {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
}
#main_contents .service .swiper .box {
	box-sizing: border-box;
	padding: 10px;
}
#main_contents .service .swiper .box .img {
	filter: invert(1);
	width: 85%;
	margin: 0 0 0 10%;
}
#main_contents .service .swiper .box .data {
	width: 90%;
	margin: 5% 0
}
#main_contents .service .swiper .box .data p {
	font-size: 12px;
}
@media only screen and (max-width: 768px) {
	#main_contents .service {
		width: 100%;
		padding: 10% 0;
		margin: 20% auto;
	}
	#main_contents .service h3 {
		font-size: 26px;
	}
	#main_contents .service .inner {
		width: 100%;
		margin: 10% auto;
		display: block;
	}
	#main_contents .service .inner .img {
		padding: 0;
	}
	#main_contents .service .inner .txt {
		padding: 0;
		width: 86%;
		margin: 10% auto;
	}
	#main_contents .service .inner .txt h4 {
		font-size: 18px;
		margin: 10% 0 5%
	}
	#main_contents .service .inner .txt p {
		font-size: 12px;
	}
	#main_contents .service .swiper .box .img {
		filter: invert(1);
		width: 100%;
		margin: 0%;
	}
	#main_contents .service .swiper .box .data {
		width: 100%;
		margin: 5% 0
	}
	#main_contents .service .swiper .box .data p {
		font-size: 11px;
	}
}
	.swiper-wrapper,.swiper-slide {
		height: auto;
	}

	#main_contents .swiper-button-prev,
	#main_contents .swiper-button-next {
	  height: 50px!important;
	  width: 50px!important;
	}
	#main_contents .swiper-button-prev::after,
	#main_contents .swiper-button-next::after {
	  background-repeat: no-repeat!important;
	  background-size: contain!important;
	  content: ""!important;
	  height: 50px!important;
	  margin: auto!important;
	  width: 50px!important;
		opacity: 0.8!important;
	}
	@media only screen and (max-width: 768px)  {
		#main_contents .swiper-button-prev,
		#main_contents .swiper-button-next {
		  height: 35px!important;
		  width: 35px!important;
		}
		#main_contents .swiper-button-prev::after,
		#main_contents .swiper-button-next::after {
		  background-repeat: no-repeat!important;
		  background-size: contain!important;
		  content: ""!important;
		  height: 35px!important;
		  margin: auto!important;
		  width: 35px!important;
			opacity: 0.8!important;
		}
		
	}
	#main_contents .swiper-button-prev::after {
	  background-image:url("../img/arrow_prev.svg")!important;
	}
	#main_contents .swiper-button-next::after {
	   background-image:url("../img/arrow_next.svg")!important;
	}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.swiper-button-next, .swiper-button-prev {
	top: 25%;
}

#main_contents .service .reference {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 5%;
	
}
#main_contents .service .reference li {
	position: relative;
	overflow: hidden;
	margin-bottom: 10%;
}
#main_contents .service .reference li .data h4 {
	font-size: 14px;
	text-align: center;
}
#main_contents .service .reference li .data p {
	font-size: 12px;
	line-height: 2;
}
#main_contents .service .reference .list {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	margin: 0px auto;
	padding: 15px 0;
}
#main_contents .service .reference .list .in {
	box-sizing: border-box;
	position: relative;
	min-width: 200px;
	border: 1px solid #FFF;

}
#main_contents .service .reference .list .in::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFF;
	transform: translate(0,-50%);
	border-bottom: 1px solid #FFF;
}
#main_contents .service .reference .list .in span{
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0 0 10%;
	width: 36%;
	border-right: 1px solid #FFF;
	font-size: 12px;
}
#main_contents .service .reference .list .in p{
	display: inline-block;
	box-sizing: border-box;
	padding: 0 0 0 10%;
	font-size: 12px;
}
.list_wrap {
	overflow: auto;
}
.simplebar-track.simplebar-horizontal {
  height: 10px;
  background: #B5B5B5;
  border-radius: 5px;
  max-width: 372px;
  margin: 0 auto;
}
.simplebar-scrollbar {
  height: 10px;
  background: #41485B;
  border-radius: 5px;
  top: 0;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
	#main_contents .service .reference {
		width: 100%;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 2%;
	}
	#main_contents .service .reference li .data {
		margin: 5% auto;
		width: 90%
	}
	#main_contents .service .reference li .data h4 {
		font-size: 12px;
	}
	#main_contents .service .reference li .data p {
		font-size: 11px;
		line-height: 2;
	}
	#main_contents .service .reference .list .in span{
		font-size: 11px;
	}
	#main_contents .service .reference .list .in p{
		font-size: 11px;
	}
}

#main_contents .faq {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
	position: relative;
}
#main_contents .faq h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	position: relative;
	z-index: 10
}
.accordion-003 {
    max-width: 1000px;
	margin: 0 auto;
    border-bottom: 1px solid #000;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 25px;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	font-size: 16px;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 0 15px;
    padding: 25px;
    color: #000;
    transition: transform .5s, opacity .5s;
	background: #eee;
	font-size: 14px;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
@media only screen and (max-width: 768px) {
	#main_contents .faq {
		width: 90%;
	}
	.accordion-003 summary {
		font-size: 12px;
	}
	.accordion-003 p {
		font-size: 11px;
	}
}


#main_contents .factory {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
	position: relative;
}
#main_contents .factory h3 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #000;
	position: relative;
	z-index: 10
}
#main_contents .factory .main {
	margin: 50px auto;
}
#main_contents .factory .topics {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	max-width: 1200px;
	width: 90%;
	margin: 5% auto;
	
}
#main_contents .factory .topics li {
	position: relative;
	margin-bottom: 50px;
}
#main_contents .factory .topics li .no {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	margin: 10px 0;
}
@media only screen and (max-width: 768px) {
	#main_contents .factory .main {
		overflow: hidden;
	}
	#main_contents .factory .main img {
		width: 150%;
		margin-left: -25%;
	}
	#main_contents .factory .topics {
		display: block;
		width: 90%;
		margin: 5% auto;
	}	
	#main_contents .factory .topics li .no {
		font-weight: 700;
		font-size:18px;
	}
	#main_contents .factory .topics li p {
		font-size: 12px;
	}

	
	
	
}

