@charset "UTF-8";

.about_wrap {
	margin-top: 105px;
	overflow: hidden;
}

.about_wrap .slider_btn {
	display: inline-block;
	vertical-align: top;
	position: fixed;
	left: 15%;
	z-index: 9998;
}

.about_wrap .slider_btn li {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	cursor: pointer;
	margin-bottom: 20px;
	position: relative;
}

.about_wrap .slider_btn li::after {
	content: '';
	position: absolute;
	left: -24px;
	top: 4px;
	width: 11px;
	height: 11px;
	background-color: #e8e8e8;
	border-radius: 50%;
}

.about_wrap .slider_btn li:last-child {
	margin-bottom: 0;
}

.about_wrap .slider_btn li a {
	color: #e8e8e8;
	display: inline-block;
}

.about_wrap .slider_btn li.on a {
	color: #55a5af;
}

.about_wrap .slider_btn li.on::after {
	background-color: #55a5af;
}

.about_wrap .slider_wrap {
	padding-bottom: 165px;
	position: relative;
	padding-top: 80px;
}

.about_wrap .slider_wrap::after {
	content: '';
	width: 700px;
	height: 100%;
	position: absolute;
	left: 12%;
	bottom: -29%;
	background: url('/images/jium/slider_ellipse.png') no-repeat center;
}

.about_wrap .slider_wrap .main_txt_box {
	display: inline-block;
	text-align: center;
	margin-left: 134px;
	margin-top: 188px;
}

.about_wrap .slider_wrap .main_txt_box h1 {
	display: inline-block;
	font-size: 45px;
	font-weight: 800;
	line-height: 60px;
	color: #004952;
	position: relative;
}

.about_wrap .slider_wrap .main_txt_box h1::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -80px;
	transform: translateX(-50%);
	width: 287px;
	height: 70px;
	background: url('/images/jium/about_for.png') no-repeat center;
}

.about_wrap .slider_wrap .main_txt_box p {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #909090;
}

.about_wrap .slider_wrap .main_txt_box span {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #161616;
}

.about_wrap .slider_wrap .slider_box {
	display: inline-block;
	width: 426px;
	vertical-align: top;
	margin-left: 231px;
}
.about_wrap .slider_wrap .slider_box .slick-slide img{
    width: 100%;
}

.about_wrap .slider_wrap .slider_box .slick-next, .about_wrap .slider_wrap .slider_box .slick-prev
	{
	position: absolute;
	top: 50%;
	display: block;
	width: 54px;
	height: 54px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
	z-index: 9998;
}

.about_wrap .slider_wrap .slider_box .slick-next:before, .about_wrap .slider_wrap .slider_box .slick-prev:before
	{
	width: 54px;
	height: 54px;
	line-height: 1;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_wrap .slider_wrap .slider_box .slick-prev:before {
	content: '';
	display: inline-block;
	background: url('/images/jium/slider_prev.png') no-repeat center;
	width: 54px;
	height: 54px;
}

.about_wrap .slider_wrap .slider_box .slick-prev {
	left: -82px;
}

.about_wrap .slider_wrap .slider_box .slick-next:before {
	content: '';
	display: inline-block;
	background: url('/images/jium/slider_next.png') no-repeat center;
	width: 54px;
	height: 54px;
}

.about_wrap .slider_wrap .slider_box .slick-next {
	right: -82px;
}

.about_wrap .slider_wrap .slider_box .slick-dots {
	bottom: -32px;
}

.about_wrap .slider_wrap .slider_box .slick-dots li {
	width: 8px;
	height: 8px;
}

.about_wrap .slider_wrap .slider_box .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.about_wrap .slider_wrap .slider_box .slick-dots li button:before {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #e7e4e4;
	border-radius: 50%;
	content: '';
	text-align: center;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_wrap .slider_wrap .slider_box .slick-dots li.slick-active button:before
	{
	background-color: #004952;
	border-radius: 50%;
}

.about_wrap .company_info .banner {
	position: relative;
	z-index: 9997;
	width: 100%;
	height: 287px;
	background-color: #023f46;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.about_wrap .company_info .banner .txt_box {
	text-align: center;
	color: #fff;
}

.about_wrap .company_info .banner .txt_box span {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 5px;
	color: #92fccf;
	display: inline-block;
}

.about_wrap .company_info .banner .txt_box h1 {
	font-size: 40px;
	font-weight: 800;
	line-height: 60px;
	margin-bottom: 5px;
}

.about_wrap .company_info .banner .txt_box p {
	font-size: 25px;
	font-weight: 500;
	line-height: 40px;
}

.about_wrap .company_info .section1 {
	background: url('/images/jium/company_info1_bg.png');
	background-size: cover;
	padding-top: 105px;
	padding-bottom: 109px;
	box-sizing: border-box;
	text-align: center;
}

.about_wrap .company_info .section1 .left {
	display: inline-block;
	width: 297px;
	height: 297px;
	text-align: center;
	border: 1px solid #92fccf;
	border-radius: 297px;
	border: 1px solid #92fccf;
	background: linear-gradient(143deg, rgba(82, 255, 181, 0) 7.64%,
		rgba(146, 252, 207, 0.34) 100%);
}

.about_wrap .company_info .section1 .left .txt {
	height: 279px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: #fff;
}

.about_wrap .company_info .section1 .left .txt span {
	color: #92fccf;
}

.about_wrap .company_info .section1 .right {
	vertical-align: top;
	display: inline-block;
	width: 768px;
	height: 297px;
	text-align: center;
	border-radius: 300px;
	border: 1px solid #92fccf;
	background: rgba(0, 27, 31, 0.7);
	padding: 75px 104px;
	box-sizing: border-box;
	text-align: left;
}

.about_wrap .company_info .section1 .right h2 {
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
	color: #92fccf;
}

.about_wrap .company_info .section1 .right h2 {
	font-size: 18px;
	font-weight: 800;
	line-height: 40px;
	margin-bottom: 3px;
}

.about_wrap .company_info .section1 .right p {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #fff;
}

.about_wrap .company_info .section2 {
	padding-top: 106px;
	padding-bottom: 230px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.about_wrap .company_info .section2::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 20%;
	top: -50%;
	background: url('/images/jium/slider_ellipse.png') no-repeat center;
}

.about_wrap .company_info .section2::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -25%;
	bottom: -40%;
	background: url('/images/jium/slider_ellipse.png') no-repeat center;
}

.about_wrap .company_info .section2 .txt_box {
	margin-bottom: 80px;
}

.about_wrap .company_info .section2 .txt_box span.tag {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #004952;
	margin-bottom: 5px;
}

.about_wrap .company_info .section2 .txt_box h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 60px;
	color: #272727;
	margin-bottom: 5px;
}

.about_wrap .company_info .section2 .txt_box p {
	font-size: 25px;
	font-weight: 500;
	line-height: 40px;
	color: #004952;
}

.about_wrap .company_info .section2 .list_box {
	display: inline-block;
}

.about_wrap .company_info .section2 .list_box .list {
	text-align: left;
	padding: 40px 80px;
	box-sizing: border-box;
	border: 1px solid #004952;
	border-radius: 500px;
	margin-bottom: 40px;
}

.about_wrap .company_info .section2 .list_box .list h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 10px;
	color: #004952;
}

.about_wrap .company_info .section2 .list_box .list p {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #272727;
	width: 517px;
}

.about_wrap .company_info .section2 .list_box .list:last-child {
	margin-bottom: 0;
}

.about_wrap .section3 {
	padding-top: 100px;
	text-align: center;
}

.about_wrap .section3 .slider_box {
	display: inline-block;
	width: 741px;
	vertical-align: top;
	position: relative;
}

.about_wrap .section3 .slider_box .mo {
	display: none;
}

.about_wrap .section3 .slider_box::after {
	content: '';
	width: 336px;
	height: 337px;
	position: absolute;
	left: -22%;
	bottom: -20%;
	background: url('/images/jium/section3_bg1.png') no-repeat center;
}

.about_wrap .section3 .slider_box::before {
	content: '';
	width: 336px;
	height: 337px;
	position: absolute;
	right: -22%;
	top: -40%;
	background: url('/images/jium/section3_bg2.png') no-repeat center;
}

.about_wrap .section3 .slider_box .slick-dotted.slick-slider {
	position: relative;
	z-index: 9999;
}

.about_wrap .section3 .slider_box .slick-next, .section3 .slider_box .slick-prev
	{
	position: absolute;
	top: 50%;
	display: block;
	width: 54px;
	height: 54px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.about_wrap .section3 .slider_box .slick-next:before, .section3 .slider_box .slick-prev:before
	{
	width: 54px;
	height: 54px;
	line-height: 1;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_wrap .section3 .slider_box .slick-prev:before {
	content: '';
	display: inline-block;
	background: url('/images/jium/slider_prev.png') no-repeat center;
	width: 54px;
	height: 54px;
}

.about_wrap .section3 .slider_box .slick-prev {
	left: -82px;
}

.about_wrap .section3 .slider_box .slick-next:before {
	content: '';
	display: inline-block;
	background: url('/images/jium/slider_next.png') no-repeat center;
	width: 54px;
	height: 54px;
}

.about_wrap .section3 .slider_box .slick-next {
	right: -82px;
}

.about_wrap .section3 .slider_box .slick-dots {
	bottom: -32px;
}

.about_wrap .section3 .slider_box .slick-dots li {
	width: 8px;
	height: 8px;
}

.about_wrap .section3 .slider_box .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}

.about_wrap .section3 .slider_box .slick-dots li button:before {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #e7e4e4;
	border-radius: 50%;
	content: '';
	text-align: center;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.about_wrap .section3 .slider_box .slick-dots li.slick-active button:before
	{
	background-color: #004952;
	border-radius: 50%;
}

.about_wrap .section4 {
	padding-top: 221px;
	text-align: center;
	padding-bottom: 141px;
}

.about_wrap .section4 .logo_box .mo {
	display: none;
}

.about_wrap .section4 p {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-bottom: 64px;
}

@media ( max-width :1200px) {
	.about_wrap {
		margin-top: 80px;
	}
	.about_wrap .slider_btn {
		left: 105px;
	}
	.about_wrap .slider_wrap {
		
	}
	.about_wrap .slider_wrap::after {
		left: -15%;
	}
	.about_wrap .slider_wrap .slider_box {
		width: 380px;
		margin-left: 15%;
	}
	.about_wrap .slider_wrap .slider_box img {
		width: 100%;
		height: 100%;
	}
	.about_wrap .slider_wrap .main_txt_box {
		margin-left: 3%;
	}
	.about_wrap .company_info .section1 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.about_wrap .company_info .section1 .inner {
		max-width: 900px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.about_wrap .company_info .section1 .right {
		margin-top: 50px;
		width: 500px;
		height: auto;
		border-radius: 0;
		border: 0;
		background: transparent;
		padding: 0;
	}
	.about_wrap .company_info .section2 {
		padding-top: 106px;
		padding-bottom: 100px;
	}
}

@media ( max-width :1000px) {
	.about_wrap .slider_wrap {
		text-align: center;
	}
	.about_wrap .slider_wrap .main_txt_box {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 50px;
		display: block;
	}
	.about_wrap .slider_wrap .slider_box {
		margin-left: 0;
	}
	.about_wrap .company_info .section2 .txt_box h2 .br {
		display: block;
		font-size: 40px;
		font-weight: 800;
		line-height: 35px;
		color: #272727;
		margin-bottom: 20px;
	}
	.about_wrap .company_info .section2 .list_box {
		width: 650px;
	}
	.about_wrap .section3 .slider_box {
		width: 500px;
	}
	.about_wrap .section3 .slider_box img {
		width: 100%;
		height: 100%
	}
	.about_wrap .section4 {
		text-align: center;
	}
	.about_wrap .section4 .logo_box {
		display: inline-block;
		width: 500px;
	}
	.about_wrap .section4 .logo_box img {
		width: 100%;
		height: 100%
	}
}

@media ( max-width : 700px) {
	.about_wrap .slider_btn {
		display: none;
	}
	.about_wrap .slider_wrap .slider_box .slick-next, .about_wrap .slider_wrap .slider_box .slick-prev
		{
		top: 93%;
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	.about_wrap .slider_wrap .main_txt_box {
		margin-bottom: 100px;
	}
	.about_wrap .slider_wrap .slider_box .slick-next {
		right: 30%;
	}
	.about_wrap .slider_wrap .slider_box .slick-prev {
		left: 30%;
	}
	.about_wrap .slider_wrap .slider_box .slick-dots {
		bottom: 104%;
	}
	.about_wrap .slider_wrap .slider_box .slick-dots li button {
		width: 5px;
		height: 5px;
	}
	.about_wrap .slider_wrap .slider_box .slick-dots li button:before {
		top: 0;
		left: 0;
		width: 5px;
		height: 5px;
	}
	.about_wrap .slider_wrap .slider_box .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 2px;
	}
	.about_wrap .company_info .section1 .right {
		width: 400px;
	}
	.about_wrap .company_info .section1 .right  br {
		display: none !important;
	}
	.about_wrap .company_info .section1 .right p .br {
		display: block;
	}
	.about_wrap .company_info .section2 .txt_box p {
		font-size: 18px;
	}
	.about_wrap .company_info .section2 .list_box {
		width: 100%;
	}
	.about_wrap .company_info .section2 .list_box .list {
		padding: 30px;
		border-radius: 30px;
	}
	.about_wrap .company_info .section2 .list_box .list p {
		width: 100%;
	}
	.about_wrap .company_info .section2 .list_box .list p  br {
		display: none !important;
	}
	.about_wrap .company_info .banner .txt_box span {
		font-size: 13px;
	}
	.about_wrap .company_info .banner .txt_box p {
		font-size: 18px;
	}
	.about_wrap .company_info .banner .txt_box h1 {
		line-height: 50px;
	}
	.about_wrap .company_info .banner .txt_box h1 .br {
		display: block;
	}
	.about_wrap .section3 .slider_box {
		width: 100%;
	}
	.about_wrap .section3 .slider_box .pc {
		display: none;
	}
	.about_wrap .section3 .slider_box .mo {
		display: block;
	}
	.about_wrap .section3 .slider_box::before {
		width: 100%;
		height: 100%;
		right: -38%;
		top: -40%;
		background-size: contain;
	}
	.about_wrap .section3 .slider_box::after {
		content: '';
		width: 100%;
		height: 100%;
		left: -40%;
		bottom: -29%;
		background-size: auto;
		bottom: -29%;
	}
	.about_wrap .section3 .slider_box .slick-next, .section3 .slider_box .slick-prev
		{
		top: 90%;
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	.about_wrap .company_info .section2 .txt_box span.tag {
		font-size: 13px;
	}
	.about_wrap .section3 .slider_box .slick-next {
		right: 30%;
	}
	.about_wrap .section3 .slider_box .slick-prev {
		left: 30%;
	}
	.about_wrap .section3 .slider_box .slick-dots {
		display: none !important;
	}
	.about_wrap .section4 .logo_box {
		width: 400px
	}
	.about_wrap .section4 .logo_box .pc {
		display: none;
	}
	.about_wrap .section4 .logo_box .mo {
		display: block;
	}
}

@media ( max-width : 499px) {
	.about_wrap {
		padding-top: 80px;
	}
	.about_wrap .slider_wrap::after {
		left: 0;
		bottom: 48%;
	}
	.about_wrap .slider_wrap::after {
		width: 100%;
		background-size: contain;
	}
	.about_wrap .slider_wrap .slider_box {
		width: 100%;
	}
	.about_wrap .company_info .banner .txt_box h1 {
		font-size: 35px;
	}
	.about_wrap .company_info .banner .txt_box p {
		font-size: 16px;
		line-height: 30px;
	}
	.about_wrap .company_info .section1 .left {
		width: 243px;
		height: 243px;
	}
	.about_wrap .company_info .section1 .left .txt {
		height: 243px;
	}
	.about_wrap .company_info .section1 .right {
		width: 100%;
	}
	.about_wrap .company_info .section1 .right {
		width: 100%;
		padding: 0 20px;
	}
	.about_wrap .company_info .section1 .right p {
		font-size: 12px;
	}
	.about_wrap .company_info .section1 .right h2 {
		font-size: 16px;
	}
	.about_wrap .company_info .section2::after {
		left: 6%;
		top: -42%;
		background-size: contain;
	}
	.about_wrap .company_info .section2 .txt_box span {
		font-size: 13px;
	}
	.about_wrap .company_info .section2 .txt_box h2 {
		font-size: 30px;
	}
	.about_wrap .company_info .section2 .txt_box h2 .br {
		font-size: 30px;
		line-height: 22px;
	}
	.about_wrap .company_info .section2 .txt_box p {
		font-size: 15px;
	}
	.about_wrap .company_info .section2::before {
		background-size: contain;
	}
	.about_wrap .company_info .section2::before {
		display: none;
	}
	.about_wrap .section3 {
		padding-top: 41px;
	}
	.about_wrap .section3 .slider_box::before {
		width: 100%;
		height: 100%;
		right: -38%;
		top: -40%;
		background-size: contain;
	}
	.about_wrap .section3 .slider_box::after {
		content: '';
		width: 100%;
		height: 100%;
		left: -40%;
		bottom: -29%;
		background-size: contain;
		bottom: -29%;
	}
	.about_wrap .company_info .banner .txt_box h1 {
		line-height: 45px;
	}
	.about_wrap .section4 .logo_box {
		width: 100%;
	}
}