/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
h2 {
	color: #FFFFFF;
}
#word-area {
	min-height: calc(100vh - 582px);
	color: #FFFFFF;
	position: relative;
}
.word-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background: url("../../img/word/word-bg.jpg") no-repeat center top / cover;
	box-sizing: border-box;
}
.word {
	width: 100%;
	min-width: 1280px;
	max-width: 1600px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:0 70px 100px;
	position: relative;
	overflow: hidden;
	font-size: 0px;
}
.word li {
	width: 48%;
	display: inline-block;
	margin-right: 4%;
	margin-bottom: 4%;
	vertical-align: top;
}
.word li:nth-child(2n) {
	margin-right: 0px;
}
.word li .img {
	width: 100%;
	padding-top: 50%;
}
.word li.word1 .img {background: url("../../img/word/photo1.jpg") no-repeat center center / cover;}
.word li.word2 .img {background: url("../../img/word/photo2.jpg") no-repeat center center / cover;}
.word li.word3 .img {background: url("../../img/word/photo3.jpg") no-repeat center center / cover;}
.word li.word4 .img {background: url("../../img/word/photo4.jpg") no-repeat center center / cover;}
.word li.word5 .img {background: url("../../img/word/photo5.jpg") no-repeat center center / cover;}
.word li.word6 .img {background: url("../../img/word/photo6.jpg") no-repeat center center / cover;}
.word li.word7 .img {background: url("../../img/word/photo7.jpg") no-repeat center center / cover;}
.word li.word8 .img {background: url("../../img/word/photo8.jpg") no-repeat center center / cover;}
.word li.word9 .img {background: url("../../img/word/photo9.jpg") no-repeat center center / cover;}
.word li.word10 .img {background: url("../../img/word/photo10.jpg") no-repeat center center / cover;}
.word li h3 {
	text-align: center;
	font-weight: 600;
	font-size: 28px;
	margin-top: 20px;
}
.word li p {
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 600;
	margin-top: 15px;
	
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
#word-area {
	min-height: calc(100vh - 382px);
	color: #FFFFFF;
	position: relative;
}
.word-bg {
	height: 120vh;
	position: fixed;
	background: url("../../img/word/word-bg.jpg") no-repeat left -58vw bottom 10vw / cover;
}
.word {
	min-width: 740px;
	max-width: 1000px;
	padding:0 40px 8;
}
.word li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 8%;
}
.word li h3 {
	font-size: 4vw;
	margin-top: 3.5vw;
}
.word li p {
	text-align: center;
	font-size: 2.5vw;
	margin-top: 2.5vw;
	
}

}

@media print{
}