
/*foot_box*/
.foot_box .foot_box_tit {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1e1e1e;
}
.foot_box .foot_box_tit .icon_wrp {
	background: url(../img/foot_box_tit.png) center center no-repeat;
	margin-bottom: 20px;
}
.foot_box .md_box .txtbox {
	padding: 40px 0;
}
.foot_box ul li {
	margin-bottom: 30px;
}
.foot_box .rcon {
	position: relative;
}
.foot_box .rcon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 8px solid rgba(255,255,255,0.2);
}
.foot_box .rcon .shadow {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}
.foot_box .rcon .txtbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    padding: 15px;
}
.foot_box .rcon .txtbox .lined:after{
	content: "";
	display: inline-block;
	height: 2px;
	width: 20px;
	background-color: #fff;
	margin: 10px 0;
}
.foot_box .rcon .txtbox p {
	line-height: 1.3em;
}
.foot_box .rcon .txtbox .icon {
	margin-top: 20px;
}
@media (max-width:768px){
	.foot_box .foot_box_tit .icon_wrp {
		margin-bottom: 10px;
	}
	.foot_box .foot_box_tit .icon_wrp img {
		width: 50px;
	}
	.foot_box .md_box .imgbox img {
		max-width: 70%;
	}
	.foot_box .md_box .txtbox {
		padding: 20px 0;
	}
	.foot_box .rcon .txtbox .icon {
		margin-top: 10px;
	}
	.foot_box .rcon .txtbox .icon img {
		width: 80px;
	}
}