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

h2{
	font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #9ec61e;
    text-align: center;
    margin-bottom: 50px;
}
#work{
	max-width: 1000px;
    margin: 100px auto 30px auto;
	color: #323232;
    }
#work .copy{
	font-size: 1.1rem;
	font-weight:500 ;
	text-align: center;
	line-height: 35px;
	letter-spacing: 2px;
	margin-bottom: 70px;
}
#work ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#work ul li{
	width: 22%;
	margin-bottom: 25px;
}
#work ul li .list-box{
	height: 160px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#work ul li .list-box img{
	position: absolute;
 }
#work ul li .data{
	font-family: 'Poppins', sans-serif;
	color: #9ec61e;
	margin-top: 10px;
	letter-spacing: 1px;
}
#work ul li .text{
	font-size: 0.9rem;
	text-align: justify;
}
#work ul li .text span{
	display: block;
	color: #9ec61e;
	margin-top: 5px;
}
#work .title{
	font-size: 1.3rem;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
}
#work .title span{
font-size: 0.9rem;
}
#work .copy2{
	font-size: 0.9rem;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
#work .btn{
	text-align: center;
	width: 28%;
	background-color: #323232;
	color: #fff;
	padding: 12px 0 15px 0;
	margin: 0 auto;
	display: block;
	border: 1px solid #323232;
	transition: 0.7s;
}
#work .btn:hover{
	background-color: #fff;
	color: #323232;
	border: 1px solid #323232;
	transition: 0.7s;
}
.page ul{
	    display: flex;
    margin: 0 auto;
    width: 200px;
    justify-content: space-around;
    margin-bottom: 100px;
    color: #323232;
}
.page ul li a{
	color: #323232;
}
.page ul li.listOn{
	text-decoration: underline;
}


@media screen and (max-width:750px) {
h2{
	font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #9ec61e;
    text-align: center;
    margin-bottom: 25px;
}
#work{
	max-width: 100%;
    margin: 50px auto;
	color: #323232;
    }
#work .copy{
	font-size: 1.1rem;
	font-weight:500 ;
	text-align: center;
	line-height: 35px;
	letter-spacing: 2px;
	margin-bottom: 70px;
}
#work ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#work ul li{
	width: 47%;
	margin-bottom: 25px;
}
#work ul li .data{
	font-family: 'Poppins', sans-serif;
	color: #9ec61e;
	margin-top: 10px;
	letter-spacing: 1px;
}
#work ul li .text{
	font-size: 0.9rem;
	text-align: justify;
}
#work ul li .text span{
	display: block;
	color: #9ec61e;
	margin-top: 5px;
}
#work .btn{
	text-align: center;
	width: 80%;
	background-color: #323232;
	color: #fff;
	padding: 12px 0 15px 0;
	margin: 0 auto;
	display: block;
	border: 1px solid #323232;
	transition: 0.7s;
}	
	
}