body{
	background: #fff;
}

header{
	/*position: static !important;*/
	/*background: #bcb8b7;*/
}

header ul li{
	border-left: 1px solid #ffffff;
}

header ul li.active::after{
	display: none;
}

header ul li:last-child{
	border-right: 1px solid #ffffff;
}

.contents_wrapper{
	min-height: 100vh;
	/*background-image: url(../img/common/background_img.png);*/
	background-image: url(../img/common/background_img1.JPG);
    background-size: cover;
    height: 100%;
	padding-top: 100px;
}

.sec2{
    /*background: #fff;*/
    background: none;
}

.sec2 h4{
    margin-top: 55px;
    margin-bottom: 40px;
}

.border_box{
	border: 1px solid #c4c4c480;
	padding: 5px 25px;
	display: inline-block;
}

.sec2 h4 span{
	font-size: 24px;
	/*color: #5E97BA;*/
	color: #fefefe;
}

footer{
	position: fixed;
    width: 100%;
    bottom: 0;
}

@media screen and (max-width: 480px){
	.contents_wrapper{
		padding-top: 65px;
	}
	.sec2 h4 span{
		font-size: 17px;
	}

}