/* $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important */
@charset "utf-8";
*{ font-size:14px;}


.head {
	padding: 30px 0;
}

.search {
	margin: 0 auto;
	padding: 80px 0 40px 0;
	text-align: center;
	position: relative;
}

.search h2 {
	color: #373d40;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 30px;
	line-height: 34px;
}

form {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

form:after {
	position: absolute;
	display: block;
	content: "";
	background: url(../images/search_light.png) no-repeat center center;
	background-size: 23px;
	height: 20px;
	width: 20px;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	opacity: .7;
}

form input {
	border-radius: 99px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 18px 20px 18px 45px;
	border: 0;
	outline: none;
	box-shadow: 0 0 0 1px rgb(208 209 210);
}

.is-searchlist {
	width: 100%;
	max-width: 700px;
	padding: 10px 0px;
	position: absolute;
	background: #fff;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 24px rgb(28 76 186 / 8%);
	box-shadow: 0 2px 24px rgb(28 76 186 / 8%);
}

.is-searchlist ul {
	max-height: 500px;
	overflow-y: auto;
}

.is-searchlist ul li,
.questionNone {
	color: #1f2329;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 0px 20px;
}

.is-searchlist ul li {
	justify-content: space-between;
	cursor: pointer;
}

.questionNone a {
	margin-left: 15px;
	cursor: pointer;
	color: #0163E3;
}

.is-searchlist ul li:hover,
.is-searchlist ul li:active,
.questionNone:hover,
.questionNone:active {
	background-color: #Fbfbfb;
}

.is-searchlist ul li h4 {
	font-weight: normal;
	text-align: left;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.is-searchlist ul li p {
	font-size: 14px;
	color: #aaa;
	display: block;
}

main {
	position: inherit;
	margin: 0 auto 50px auto;
	background-color: transparent;
}

.tabIcon {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.tabIcon li {
	width: 30%;
}

.tabIcon li a {
	display: flex;
	align-content: center;
	box-sizing: border-box;

	padding: 30px 0;
	color: #1e2330;
	border-radius: 8px;
	background-color: #fff;
	transition: .2s ease-out;
	box-shadow: 0 2px 24px rgb(28 76 186 / 8%);
	cursor: pointer;
}

.tabIcon li a:hover,
.tabIcon li a:active {
	transform: translateY(-10px);
}

.tabIcon li:first-of-type img {
	position: relative;
	top: 5px;
}

.tabIcon dl {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabIcon dd {
	margin-left: 20px;
	font-size: 24px;
}

.questionWrap {
	margin-top: 50px;
	/*display: flex;
    justify-content: space-between;*/
}

.modular {
	background: #fff;
	padding: 40px;
	margin-top: 20px;
	/*width:30%;*/
	box-sizing: border-box;
}

.modular h2 {
	font-size: 24px;
	font-weight: bold;
	border-left: 4px solid #4e83fd;
	padding-left: 12px;
	line-height: 28px;
}

.list-item {
	padding: 30px 15px;
	border-bottom: 1px solid #eee;
}

.list-item:last-of-type {
	border: none;
	padding-bottom: 0px;
}

.list-item h3 {
	font-weight: normal;
	color: #7D8EA8;
	font-size: 18px;
}

.list-item h4 {
	margin-top: 15px;
	font-weight: normal;
	color: #7D8EA8;
	font-size: 16px;
}

.list-item ul {
	display: flex;
	flex-wrap: wrap;
}

.list-item li {
	width: 50%;
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
}

.list-item li a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
}

.list-item li a:hover,
.list-item li a:active {
	color: #0163E3;
}

.list-item li a:first-of-type:before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	background: url(../images/questionIcon.png) no-repeat;
}


@media (min-width: 1200px) {

	.search,
	main,
	.foot {
		width: 1170px;
	}

	.search {
		animation: 1s dh_bt linear both;
	}

	main {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 768px) {
	nav {
		margin: 0 15px;
	}

	.minNav {
		margin-top: 25px;
	}

	.logo {
		margin-left: 15px;
	}

	.navBtn {
		margin-top: 10px;
	}

	.search {
		padding: 50px 0 10px 0;
	}

	.search h2 {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 24px;
	}

	form,
	.is-searchlist {
		width: 80%;
	}

	form input {
		padding: 12px 20px 12px 45px;
	}

	.is-searchlist {
		top: 150px;
		padding: 8px 0;
	}

	.is-searchlist ul li,
	.questionNone {
		height: 36px;
	}

	.is-searchlist ul li a p {
		display: none;
	}

	.tabIcon {
		margin-top: 10px;
		flex-direction: column;
		align-items: center;
	}

	.tabIcon li {
		margin: 5px 0px;
		width: calc(100% - 60px);
	}

	.tabIcon li a {
		padding: 10px 0;
		box-shadow: 0 2px 10px rgb(28 76 186 / 8%);
	}

	.tabIcon dt,
	.tabIcon dt img {
		width: 30px;
		position: relative;
		top: 2px;
	}

	.tabIcon dd {
		margin-left: 10px;
		font-size: 18px;
	}

	main {
		margin-bottom: 20px;
	}

	main.container {
		padding-top: 0px;
	}

	.questionWrap {
		margin-top: 10px;
	}

	.modular:first-of-type {
		margin-top: 0px;
	}

	.list-item ul {
		flex-direction: column;
	}

	.list-item li {
		width: 100%;
	}

	.free {
		margin-top: 20px;
	}

	.free_main {
		width: initial;
		margin: 30px auto 20px;
	}

	.free_main h1 {
		font-size: 30px;
		line-height: 30px;
	}

	.free_main h2 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}

	.free_button {
		margin-top: 20px;
	}

	button {
		width: 100px;
	}

	footer {
		padding: 30px 50px 10px 50px;
	}

	.foot .logo {
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.foot,
	.box {
		display: flex;
		flex-direction: column;
	}

	.contact h3 {
		margin-bottom: 10px;
	}

	.contact ul {
		width: initial;
		flex-direction: column;
	}

	.ewm {
		margin-left: 0px;
		margin-top: 10px;
	}

	.list-item li:nth-of-type(2n+1) .up {
		margin-right: 0px;
	}
}

@keyframes dh_bt {
	from {
		opacity: 0;
		transform: translate(0, 60px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}
