*{letter-spacing: .3px;}
p, b, ul li, a{font-size: 18px;}
img{max-width: 100%;}
.container, .col-xs-12{padding: 5px;}

.kv, .title, .icons{text-align: center;}
a:hover{
	text-decoration: none;
}
p > a{
	color: #337ab7;
}

.del, .bg-b{position: relative;}
.kv-bg{
	height: 80vh;
	background: url('../images/kv.jpg') center 0 no-repeat;
	background-size: cover;
}
.del:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: /*#b1cb8a*/ #7cc77a transparent transparent transparent;
}

.kv h1{
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.logo{
	max-width: 200px;
	margin-top: 0;
	text-align: left;
}
.kvTitle{
	display: block;
	text-align: center;
}
.kvImg{
	margin-top: 8%;
	margin-bottom: 6%;
	margin-right: 3%;
}
.kvImg img{
	position: relative;
	left: -30px;
}
.topbtn{
	margin-top: 10px;
}
.topbtn li{
	display: inline-block;
	margin: 15px;
	margin-bottom: 30px;
}
.topbtn li a{
	background-color: #fff6cf;
	font-weight: bold;
	font-size: 22px;
	padding:15px 30px; 
	border-radius: 8px;
	border:2px solid #4975be;
	color: #4975be;
	box-shadow: 4px 2px 0px #4975be; 
	-webkit-box-shadow: 4px 2px 0px #4975be; 
	-moz-box-shadow: 4px 2px 0px #4975be;
}
.topbtn li a:hover{
	background-color: #4975be;
	color: #fff;
	transition: .3s;
    -webkit-transition: .3s;
}

.icon{
	max-width: 90px;
	position: relative;
	z-index: 5;
}
.box{
	padding: 0 40px 40px; 
}
.line, .line2{position:relative;}
.line:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #4975be;
	position: absolute;
	top:45px;
	left: 55px;
	z-index: 1;
}

.line2:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c0deff;
	position: absolute;
	top:45px;
	left: 55px;
}
.title{
	margin-top: 40px;
	padding:5px;
	color: #373737;
}

.bg-y{
	background-color: #fff5d5;
}

.title2{color: #fff;}
.title h2{
	font-size: 30px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #3c70c7;
	
}
.title h3{
	font-size: 20px;
	margin-top: 5px;
	font-weight: normal;
	color: #3c70c7;
	display: inline-block;
}
.tip1 h3{position: relative;}
.tip1 h3:before{
	content: '';
	background:url('../images/tip.png') 0 0 no-repeat;
	background-size: contain;
	width: 80px;
	height: 70px;
	display: block;
	position: absolute;
	left: -40px;
	top:-90px;
}
.tip2 h3{position: relative;}
.tip2 h3:before{
	content: '';
	background:url('../images/tip2.png') 0 0 no-repeat;
	background-size: contain;
	width: 80px;
	height: 70px;
	display: block;
	position: absolute;
	left: -100px;
	top:-90px;
}

.line h4{
	font-size: 26px;

}
.line2 h4{
	font-size: 26px;
	margin-bottom: 25px;
	color: #fff;
}

.line2{
	color: #fff;
}
.linkbtn{
	margin-top: 10px;
}
.linkbtn a{
	background-color:#3c70c7;
	padding:10px 30px; 
	border-radius: 8px;
	text-align: left;
	display: inline-block;
}
.linkbtn a:hover{
	background-color: #3e66a8;
	transition: .3s;
    -webkit-transition: .3s;
}
.linkbtn a{color: #fff;}

.btn2 a{background-color: #5c5d61;}
.btn2 a:hover{
	background-color: #111;
	transition: .3s;
    -webkit-transition: .3s;
}


.btnNone a{background-color: #ababab;}
.btnNone a:hover{
	cursor: no-drop;
	background-color: #ababab;
}


.txt a{text-decoration: underline;color: #111;}

footer{text-align: center;padding: 25px 15px 15px;}
footer p{
	font-size: 13px;
	color: #aeaeae;
	margin:0px; 
}

.txt{height: 75px;}
.txt-box{height: 210px;}

.kv2{
	display: block;
	opacity: .9;
	margin-top: 30px;
	max-width: 400px;
}

@media (max-width: 1200px) {
	.txt{height: 80px;}
	.txt2{height: 90px;}
}
@media (max-width: 990px) {
	.kvImg{
		text-align: center;
		padding-top: 20%;
		margin: auto;
	}
	.kvImg img{left: -10px;}
	.txt{height: auto;}
	.txt-box{height: auto;}
}

@media (max-width: 768px) {
	.line:after,.line2:after{left: 5px;}
	.box{
		padding:0; 
	}
	.outbox{
		padding:0px 0 40px; 
	}
	
}
@media (max-width: 500px) {

	.container, .col-xs-12{padding: 0px;}
	.title{margin:0; margin-top: 25px; }
	.box{
		margin:10px 5px 20px;
		padding:15px; 
	}
	.logo{margin-top: 15px;}
	.kv{
		margin-top: 25px;
	}
	.kv h1{font-size: 24px;}
	.txt{
		height: auto;
		margin:15px 0 20px;
	}
	.kvImg{
		max-width: 90%;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.kvImg img{left: 0px;}
	.line:after,.line2:after{display: none;}
	header{
		padding-top: 0;
	}
	.line h4, .line2 h4{display: inline-block;}
	.outbox{
		padding:20px 0; 
	}
	.linkbtn a{
		display: block;
		text-align: center;
	}
}

