@charset "utf-8";
/* CSS Document */

#banner_top .item{
	background-position:bottom center;
	background-size:auto 100%;
	background-repeat:no-repeat;
	position:relative;
}
#banner_top .title{
	position: absolute;
    top: 70px;
    right: calc(50% - 530px);    
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    color: #4a4a4a;
	width:400px;
}
#banner_top .subtitle{
	position: absolute;
    top: 85px;
    right: calc(50% - 530px);    
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
	width:400px;
}
#banner_top .more{
	position: absolute;
    top: 125px;
    right: calc(50% - 630px);    
	width:400px;
	color:#7ba900;
}
#banner_top .more span:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #6aad00;
    position: absolute;
    left: -100px;
	top:-10px;
	transition:linear 150ms;
}
#banner_top .more:hover > span:after,
#banner_top .more:hover > span:before {
    left: -30px;
}
#banner_top .more span:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #909090;
    position: absolute;
    bottom: -10px;
    left: 40px;
	transition:linear 150ms;
}
#banner_top img{
	min-width:100%;
}
