/* ===========================================
 * achievement use css
=========================================== */
#achievement{
	padding: 60px 0;
}
#achievementTitle{
	padding: 40px 0;
	text-align: center;
	color: #1F9143;
	font-size: 26px;
}
#achievementInner p{
	text-align: center;
}

#achievementArea{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#achievementArea .block{
	width: 260px;
	background: #fff;
}
#achievementArea .block:nth-of-type(even){
	background: #E1EFE5;
}
#achievementArea .block .link{
	width: 260px;
	height: 110px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	background: #1F9143;
	border-radius: 4px 4px 0 0;
	padding: 10px 20px;
	box-sizing: border-box;
}
#achievementArea .block .link img{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	object-fit: cover;
}
#achievementArea .block .link a{
	display: block;
}
#achievementArea .block .box{
	width: 232px;
	margin: 20px auto;
	border-bottom: 1px solid #D5D5D5;
}
#achievementArea .block .box:last-of-type{
	border-bottom: none;
}
#achievementArea .block .box .img_box{
	width: 232px;
	height: 157px;
	cursor: pointer;
}
#achievementArea .block .box .img_box img{
	width: 232px;
	height: 157px;
	object-fit: cover;
}
#achievementArea .block .box .text_box{
	margin: 10px auto;
}
#achievementArea .block .box .text_box h3{
	color: #1F9143;
	font-size: 18px;
	text-align: center;
}
#achievementArea .block .box .text_box p.desc{
	display: none;
}

#modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#modal.active {
  display: flex;
}

.modal_inner {
  max-width: 900px;
	background: #fff;
	position: relative;
}

#modal img {
  max-width: 100%;
  height: auto;
}

#modalTitle {
	padding: 20px 20px 0;
  font-size: 24px;
	color: #1F9143;
}

#modalDesc {
	padding: 0 20px 40px;
}

.close {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 22px;
  cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	padding-left: 2px;
}



#achievement_entry{
	padding: 60px 0;
}

#achievement_entryTitle{
	padding: 40px 0;
	text-align: center;
	color: #1f9143;
	font-size: 26px;
}
#achievement_entryInner .block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#achievement_entryInner .block .box{
	width: 540px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
}
#achievement_entryInner .block .box .img_box{
	width: 540px;
	height: 369px;
	border-radius: 4px 4px 0 0;
}
#achievement_entryInner .block .box .img_box img{
	width: 540px;
	height: 369px;
	border-radius: 4px 4px 0 0;
	object-fit: cover;
}
#achievement_entryInner .block .box .text_box{
	width: 540px;
	padding: 20px;
	box-sizing: border-box;
}
#achievement_entryInner .block .box .text_box h3{
	font-size: 24px;
	color: #1F9143;
	margin-bottom: 20px;
}


@media screen and (max-width:640px){
	#achievement{
		padding: 60px 0;
	}
	#achievementTitle{
		padding: 40px 0;
		text-align: center;
		color: #1F9143;
		font-size: 32px;
	}
	#achievementInner p{
		text-align: left;
	}

	#achievementArea{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 60px;
	}
	#achievementArea .block{
		width: 280px;
		background: #fff;
		margin-bottom: 40px;
	}
	#achievementArea .block:nth-of-type(even){
		background: #E1EFE5;
	}
	#achievementArea .block .link{
		width: 280px;
		height: 110px;
		text-align: center;
		color: #fff;
		font-size: 26px;
		font-weight: 700;
		background: #1F9143;
		border-radius: 4px 4px 0 0;
		padding: 10px 20px;
		box-sizing: border-box;
		letter-spacing: normal;
	}
	#achievementArea .block .link img{
		display: block;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		object-fit: cover;
	}
	#achievementArea .block .box{
		width: 232px;
		margin: 20px auto;
		border-bottom: 1px solid #D5D5D5;
	}
	#achievementArea .block .box:last-of-type{
		border-bottom: none;
	}
	#achievementArea .block .box .img_box{
		width: 232px;
		height: 157px;
		cursor: pointer;
	}
	#achievementArea .block .box .img_box img{
		width: 232px;
		height: 157px;
		object-fit: cover;
	}
	#achievementArea .block .box .text_box{
		margin: 10px auto;
	}
	#achievementArea .block .box .text_box h3{
		color: #1F9143;
		font-size: 22px;
		text-align: center;
	}
	#achievementArea .block .box .text_box p.desc{
		display: none;
	}

	#modal {
	  display: none;
	  position: fixed;
	  inset: 0;
	  background: rgba(0,0,0,0.8);
	  justify-content: center;
	  align-items: center;
	  z-index: 9999;
	}

	#modal.active {
	  display: flex;
	}

	.modal_inner {
	  max-width: 580px;
		background: #fff;
		position: relative;
	}

	#modal img {
	  max-width: 100%;
	  height: auto;
	}

	#modalTitle {
		padding: 20px 20px 0;
	  font-size: 30px;
		color: #1F9143;
	}

	#modalDesc {
		padding: 0 20px 40px;
	}

	.close {
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 50%;
	  position: absolute;
	  top: 20px;
	  right: 30px;
	  font-size: 22px;
	  cursor: pointer;
		text-align: center;
		box-sizing: border-box;
		padding-left: 2px;
	}

	#achievement_entry{
		padding: 60px 0;
	}

	#achievement_entryTitle{
		padding: 40px 0;
		text-align: center;
		color: #1f9143;
		font-size: 32px;
	}
	#achievement_entryInner .block{
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#achievement_entryInner .block .box{
		width: 580px;
		background: #fff;
		border-radius: 4px;
		margin-bottom: 20px;
	}
	#achievement_entryInner .block .box .img_box{
		width: 540px;
		height: 396px;
		border-radius: 4px 4px 0 0;
	}
	#achievement_entryInner .block .box .img_box img{
		width: 580px;
		height: 396px;
		border-radius: 4px 4px 0 0;
		object-fit: cover;
	}
	#achievement_entryInner .block .box .text_box{
		width: 580px;
		padding: 20px;
		box-sizing: border-box;
	}
	#achievement_entryInner .block .box .text_box h3{
		font-size: 30px;
		color: #1F9143;
		margin-bottom: 20px;
	}	
	
	
	
	
	
	
	
	
}

