@charset "UTF-8";

section{
	position: relative;
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
}

#wrap{
	background-color: #e5b71d;
}

#bg{
	position:absolute;
	width:100%;
	height: 0;
	padding-top: 203.4%;
	background-image:url(../img/bg.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.contents_inner{
	position:relative;
	width:98%;
	margin: auto;
	padding-top: 3%;
}
section h2{
	position: relative;
	width: 100%;
	height:0;
	padding-top: 29.2%;
	background-image:url(../img/title.png) ;
	background-position:50% ;
	background-repeat:no-repeat ;
	background-size: contain;
}

section div.contents_inner div.storyTxt{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 104.2%;
	margin-top: 83%;
	background-image:url(../img/storyTxt.png) ;
	background-position:50% 0;
	background-repeat:no-repeat ;
	background-size: contain;
}

section div.contents_inner div.photo{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30.27%;
	margin: 3% 0;
	background-image:url(../img/Images.png) ;
	background-position:0 0 ;
	background-repeat:no-repeat ;
	background-size: contain;
}
