.after-all {
	padding-top: 60px;
}

.after-list {
	margin-top: 80px;
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
}
.after-one {
	display: inline-block;
	position: relative;
	border: 1px solid #d2d2d2;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}
.after-one-desc h3 {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.after-one:hover .after-one-desc h3 {
	color: #225da7;
}
.after-one-img {
	overflow: hidden;
}
.after-one-img img {
    -o-transition: .7s .05s;
    -moz-transition: .7s .05s;
    transition: .7s .05s;
	width:50%;
}
.after-one:hover .after-one-img img {
	-webkit-transform: scale(1.13);
	   -moz-transform: scale(1.13);
	     -o-transform: scale(1.13);
	        transform: scale(1.13);
}

.after-line-tb::before,
.after-line-tb::after {
	content: ' ';
	position: absolute;
	right: 0;
	top: -1px;
	width: 0;
	height: 1px;
	background: #225da7;
	-o-transition: .8s .05s;
	-moz-transition: .8s .05s;
	transition: .8s .05s;
}
.after-line-tb::after {
	right: auto;
	left: 0;
	top: auto;
	bottom: -1px;
}
.after-one:hover .after-line-tb::before {
	width: 100%;
}
.after-one:hover .after-line-tb::after {
	width: 100%;
}

.after-line-rl::before,
.after-line-rl::after {
	content: ' ';
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 0;
	background: #225da7;
	-o-transition: .8s .05s;
	-moz-transition: .8s .05s;
	transition: .8s .05s;
}
.after-line-rl::before {
	top: auto;
	bottom: 0;
}
.after-line-rl::after {
	left: auto;
	right: -1px;
}
.after-one:hover .after-line-rl::before {
	height: 100%;
}
.after-one:hover .after-line-rl::after {
	height: 100%;
}

.desc-all {
	padding-bottom: 50px;
}
.desc-1000 {
	margin: 0 auto;
	width: 1000px;
}
.desc-one h3 {
	position: relative;
	font-size: 22px;
	font-family: xdlgob;
	color: #004ea2;
	background: #ebebeb;
}
.desc-one h3 .desc-1000 {
	position: relative;
	padding: 10px 0 10px 57px;
	border-left: 2px solid #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.desc-one h3 img {
	position: absolute;
	left: 24px;
}
.desc-one-dtl {
	padding: 44px 0;
}
.desc-one-dtl p.p-1,
.desc-one-dtl p.p-2 {
	position: relative;
	padding: 14px 0 14px 52px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.desc-one-dtl p.p-1::before,
.desc-one-dtl p.p-2::before {
	content: '';
	position: absolute;
    left: 32px;
    top: 24px;
	width: 10px;
	height: 10px;
	background: #004ea2;
	-moz-border-radius: 50%;
	     border-radius: 50%;
}
.desc-one-dtl h4 {
	padding: 0 0 20px 16px;
	font-size: 18px;
	color: #004ea2;
}

.desc-list {
	padding-top: 43px;
	padding-bottom: 43px;
	margin-top: 36px;
	margin-bottom: 36px;
	border: 1px solid #dedede;
}
.desc-list-more {
	text-align: center;
}
.desc-list p.p-2 {
    padding: 14px 0 14px 81px;
	font-size: 14px;
	color: #8c8c8c;
}
.desc-one-dtl p.blue  {
	color: #004ea2;
}
.desc-list p.more {
	display: none;
}
.desc-one-dtl .desc-list p.p-2::before {
    left: 61px;
    top: 26px;
    width: 7px;
    height: 7px;
}
.desc-list a.a-1 {
	margin-top: 24px;
}
.desc-list a.a-1 img {
    margin-left: 8px;
}

@media (max-width: 1450px) {
	.after-one {
		width: 25%;
	}
	.after-one-img img {
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 1100px) {
	.after-one-desc h3 {
		padding-top: 10%;
		padding-bottom: 10%;
	    height: auto;
	    line-height: 1;
	    font-size: 20px;
	}
}

@media (max-width: 1000px) {
	.desc-1000 {
		width: 100%;
	}
	.desc-one h3 .desc-1000 {
	    padding: 10px 15px 10px 57px;
		width: 100%;
	}

	.desc-list {
		margin-right: 15px;
		margin-left: 15px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width: 62em) {
	.after-one {
	    margin: 0 auto 30px;
		width: 350px;
	    display: block;
	}
	.after-one-desc h3 {
		padding-top: 8%;
		padding-bottom: 8%;
	}
}


@media (min-width: 48em) {
	.inside-banner-bg {
	    background-image: url(../images/banner-support.jpg);
	}
}

@media (max-width: 48em) {
	.after-all {
	    padding-top: 47px;
	}

	.after-list {
		margin-top: 66px;
		margin-bottom: 53px;
	}
	.after-one {
	    margin: 0 auto 30px;
		width: 90%;
		max-width: 350px;
	    display: block;
	}

	.desc-one-dtl {
		padding: 26px 0;
	}
	.desc-one h3 {
	    font-size: 18px;
	}
	.desc-one h3 img {
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	       -moz-transform: translateY(-50%);
	         -o-transform: translateY(-50%);
	            transform: translateY(-50%);
	    left: 13px;
	}
	.desc-one h3 .desc-1000 {
	    padding: 16px 15px 16px 50px;
	}

	.desc-one-dtl p {
	    padding: 5px 15px 5px 30px;
        line-height: 26px;
		font-size: 14px;
	}
	.desc-one-dtl p::before {
	    left: 16px;
	    top: 14px;
	    width: 7px;
	    height: 7px;
	}
	.desc-one-dtl .desc-list p::before {
	    left: 17px;
	    top: 14px;
	    width: 7px;
	    height: 7px;
	}

	.desc-list {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	.desc-list a.a-1 {
	    margin-top: 18px;
	}
}

@media (max-width: 34em) {
	.after-one {
	    margin: 0 auto 7%;
	    display: block;
	}
	.after-one-desc h3 {
	    padding-top: 6%;
	    padding-bottom: 6%;
	    font-size: 18px;
	}
}
