@charset "utf-8";
/* CSS Document */
.bg {
	background: url(../images/design/bg.jpg) no-repeat 60% 80%;
	background-size: cover;
}

section {
	height: 100%;
}

.top_head {
	height: 50vh;
}

.txt {
	background: #FFF;
}

.award{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center
}

.award-img{
	width: 80px; 
	display: inline-block;
	border: 1px solid rgba(131, 140, 116, 0.1);
	padding: 8px;
}

.award-img img{
	width: 100%;
}


.content {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 100px;
	overflow: hidden;
}

.box{
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	background: rgba(131, 140, 116, 0.1);
	border: solid 1px rgba(131, 140, 116, 0.3);
}

.box:last-child{
	margin-bottom: 0;
}

.box:hover {
	border: unset;
	background: transparent;
}

.box:hover .box-img{
	width: calc(65%);
	padding: 0;
	filter: unset;
}

.box:hover .box-title{
	transform: translateY(-10px);
}

.box:hover .note:before{
	width: calc(100% + 1px + 30px);
	left: -60px;
	transform: translateY(55px);
}

.box:hover .note:after{
	opacity: 1;
	transform: scaleX(1);
}

.box-img{
	position: relative;
	width: calc(65% - 20px);
	padding: 10px;
	background: #FFF;
	overflow: hidden;
	filter: saturate(0.5) grayscale(0.3);
	transition: all .6s;
}

.box-img img{
	width: 100%;
}

.box-prize{
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	height: 120px
}

.box-prize img{
	height: 100%
}

.box-award{
	position: relative;
	margin-top: 30px;
}

.box-award p{
	line-height: 1.3;
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}

.box-award p:last-child{
	margin-bottom: 0;
}

.prize {
	margin-top: 120px
}

.note{
	position: relative;
	width: calc(35% - 70px);
	padding: 15px 35px 15px 5px;
	margin-left: 30px;
}

.note:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 1px);
	height: 5px;
	background: #838c74;
	z-index: 1;
	transition: width .6s .2s, transform .6s, left .6s .4s;
}

.note:after{
	content: '';
	position: absolute;
	width: calc(100% + 0px);
	height: calc(100% + 30px);
	top: -25px;
	left: -15px;
	border: solid 1px #d1d4cb;
	opacity: 0;
	transform: scaleX(0);
	transition: all .6s .3s;
}

.box-title{
	font-size: 16px;
	letter-spacing: 1px;
	color: #838c74;
	line-height: 1.5;
	transition: transform .6s;
}

.box-title span{
	display: block;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

.more {
	position: relative;
	margin-top: 30px;
}

.more p {
	position: absolute;
	top: 0;
	padding: 10px 20px;
	left: 0;
	border: #838c74 solid 1px;
	/*transform: translateX(-50%);*/
	/*-webkit-transform: translateX(-50%);*/
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #666;
	letter-spacing: 0.05em;
}

.more:hover p{
	background: #838c74;
	color: #fff;
}

 @media screen and (max-width:1100px) {
	 
.bg1 {
		background-attachment:scroll;
}
.bg2 {
		background-attachment:scroll;
} 

.subtitle {
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 50px;
	width: 100%;
}
.subtitle span {
	display: inline-block;
}
.subtitle img {
	margin-top: 15px;
}
.content {
	max-width: 800px;
}

.award{
	max-width: 800px;
}

.box{
	flex-flow: column;
}

.box:hover .box-img{
	width: 100%;
}

.box:hover {
	background: rgba(131, 140, 116, 0.1);
	border: solid 1px rgba(131, 140, 116, 0.3);
}

.box:hover .box-title{
	transform: translateY(0px);
}

.box:hover .note:before{
	width: calc(100%);
	height: calc(100% + 30px);
	top: -15px;
	left: calc(100% - 8px);
	transform: translateX(10px);	
}

.box:hover .note{
	width: calc(100% - 60px);
	margin: 30px;
}

.box-prize{
	right: 0;
	transform: translateX(-60%);
}

.box-img{
	width: 100%;
	padding: 0;
}

.note{
	width: calc(100% - 80px);
	margin: 30px 40px;
	padding: 0;
}

.note:before{
	left: -20px;
	width: 5px;
	height: 100%;
}

.note:after{
	top: -15px;
	height: calc(100% + 30px);
}

}

 @media screen and (max-width:640px) {

.box{
	margin-bottom: 30px;
}

}

 @media screen and (max-width:540px) {

.content{
	width: calc(100% - 80px);
	margin: 0 40px;
}

.award{
	width: calc(100% - 80px);
}

.award-img{
	width: 60px;
}



.box-prize{
	display: none;
}

}
