@charset "utf-8";

.header .gNavi>li:nth-child(5)>a {
	color: #E2F019;
	border-bottom: 6px solid #E2F019;
}

.comBanner {
	background-image: url("../images/support/banner.png");
}

.main .section01 {
	padding: 110px 0 120px;
}

.main .inner {
	margin-top: 46px;
	display: flex;
}

.main .conts {
	margin-left: 40px;
	min-width: 1px;
	flex: 1;
}

.main .supportList {
	margin: 0 -12px 19px;
	display: flex;
	flex-wrap: wrap;
}

.main .supportList li {
	padding: 0 12px 40px;
	width: 33.33%;
	box-sizing: border-box;
}

.main .supportList li a {
	display: block;
	color: #141E28;
	font-size: 14px;
	line-height: 1.6;
}

.main .supportList li a .img {
	margin-bottom: 16px;
	padding: 20px;
	height: 312px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #F5F6F7;
	box-sizing: border-box;
}

.main .supportList li a .img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.main .supportList li a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.main .section02 {
	padding-top: 83px;
	height: 404px;
	box-sizing: border-box;
	background: url("../images/support/contact_bg.png") no-repeat;
	background-size: cover;
}

.main .section02 .comSection {
	max-width: 1300px;
}

.main .section02 p {
	margin: 0 0 37px;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.main .section02 .moreLink {
	margin-bottom: 0;
	background-position: right 29px center;
}

@media all and (min-width: 1240px) and (max-width: 1449px) {}

@media all and (min-width: 750px) and (max-width: 1239px) {
	.main .section01 {
		padding: 72px 0;
	}

	.main .section01 .inner {
		margin-top: 48px;
		display: block;
	}

	.main .conts {
		margin: 40px 0 0;
	}

	.main .conts .supportList {
		margin-bottom: 0;
		display: block;
	}

	.main .conts .supportList li {
		padding-bottom: 56px;
		width: auto;
	}

	.main .conts .supportList li a .img {
		margin: 0;
		padding: 0;
		height: auto;
		display: block;
	}

	.main .conts .supportList li a .img img {
		width: 100%;
		height: auto;
		transform: none !important;
		-webkit-transform: none !important;
	}

	.main .conts .supportList li a .txt {
		padding: 24px;
		display: block;
		font-size: 28px;
		font-weight: bold;
		line-height: 1.5;
	}

	.main .section02 {
		padding-top: 84px;
		height: 356px;
		background-image: url("../images/support/sp_contact_bg.png");
	}

	.main .section02 p {
		margin-bottom: 36px;
		font-size: 32px;
	}

	.main .section02 .moreLink {
		width: 240px;
		line-height: 58px;
		border-radius: 4px;
		background-position: right 22px center;
	}
}


@media all and (min-width: 0) and (max-width: 749px) {
	.main .section01 {
		padding: 36px 0;
	}

	.main .section01 .inner {
		margin-top: 24px;
		display: block;
	}

	.main .conts {
		margin: 20px 0 0;
	}

	.main .conts .supportList {
		margin-bottom: 0;
		display: block;
	}

	.main .conts .supportList li {
		padding-bottom: 28px;
		width: auto;
	}

	.main .conts .supportList li a .img {
		margin: 0;
		padding: 0;
		height: auto;
		display: block;
	}

	.main .conts .supportList li a .img img {
		width: 100%;
		height: auto;
		transform: none !important;
		-webkit-transform: none !important;
	}

	.main .conts .supportList li a .txt {
		padding: 12px;
		display: block;
		font-weight: bold;
		line-height: 1.5;
	}

	.main .section02 {
		padding-top: 42px;
		height: 178px;
		background-image: url("../images/support/sp_contact_bg.png");
	}

	.main .section02 p {
		margin-bottom: 18px;
		font-size: 16px;
	}

	.main .section02 .moreLink {
		width: 120px;
		line-height: 28px;
		border-radius: 2px;
		background-position: right 11px center;
	}
}

li.active {
	background-color: #E2F019;
}