/* pc용() */
html,body{width:100%;height:100%;margin:0px;padding:0px;overflow:hidden;overflow-x:hidden;}

#fullpage {position:relative;top:0px;z-index:9;width:100%;height:100%;}
.fullsection{position:relative;width:100%;height:100%}
.full1{background:url('/home/images/dv1.jpg')no-repeat;background-size:cover;}
.full2{background:url('/home/images/dv2.jpg')no-repeat fixed;background-size:cover;}
.full3{background:url('/home/images/dv3.jpg')no-repeat;background-size:cover;}
.full4{background:url('/home/images/dv4.jpg')no-repeat;background-size:cover;}
.full4:before {content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,.4);}
.full5 {height:170px;}
/* pc */

@media (max-width: 768px) {
	#fullpage >div >span{display:block;position:absolute;width:80%;transform:translate(-50%,-50%);color:#fff;}
	.full1{background:url('/home/images/dv1.jpg')no-repeat right top;}
	.full5 {height:220px;}
}