@charset "utf-8";
#dream{
	height: 3120px;
	position: relative;
	overflow: hidden;
}

.dream_text{
	text-align: center;
	font-size: 16px;
	padding-top: 6px;
}

.green{
	color: #5A8241;
}

.textb{
	font-weight: bold;
	line-height: 300%;
}

.textl{
	font-size: 24px;
}


.dream_back{
	width: 1200px;
	height: 2834px;
	position: absolute;
	top: 286px;
	background: rgba(255,255,255,0.60);
	border-radius: 0px 0px 10px 10px;
}

.dream_tab{
	position: relative;
	z-index: 1;
}

.dream_contents .hide{
	display: none;
}

.dream_tab .tab{
	width: 1180px;
	height: 274px;
	margin: 16px 10px;
	padding-left: 10px;
	
}

.dream_tab .tab li{
	float: left;
    width: 380px;
    margin-right: 10px;
    text-indent: -9999px;
    height: 244px;
}

.tab .nos#tab01 , .tab .nos#tab02 , .tab .nos#tab03{
	margin-top: 0px;
	transition: margin-top 0.3s;
}
.tab .nos#tab01{
	background: url(../images/dream_tab1.png) no-repeat top center;
}
.tab .nos#tab02{
	background: url(../images/dream_tab2.png) no-repeat top center;
}
.tab .nos#tab03{
	background: url(../images/dream_tab3.png) no-repeat top center;
}

.tab .nos#tab01:hover , .tab .nos#tab02:hover , .tab .nos#tab03:hover{
	margin-top: 0px;
	transition: margin-top 0.3s;
	transition: background 0.3s;
}
.tab .nos#tab01:hover{
	background: url(../images/dream_tab1_on.png) no-repeat top center;
}
.tab .nos#tab02:hover{
	background: url(../images/dream_tab2_on.png) no-repeat top center;
}
.tab .nos#tab03:hover{
	background: url(../images/dream_tab3_on.png) no-repeat top center;
}

.tab .select#tab01 , .tab .select#tab02 , .tab .select#tab03{
	margin-top: 30px;
	transition: margin-top 0.3s;
}
.tab .select#tab01{
	background: url(../images/dream_tab1_s.png) no-repeat bottom center;
}
.tab .select#tab02{
	background: url(../images/dream_tab2_s.png) no-repeat bottom center;
}
.tab .select#tab03{
	background: url(../images/dream_tab3_s.png) no-repeat bottom center;
}

.dream_contents img{
	padding-bottom: 60px;
	opacity: 0;
}

.data_sub{
	opacity: 1 !important;
}

.sub_text{
	position: absolute;
	bottom: -120px;
	width: 1200px;
	height: 120px;
	text-align: center;
	font-size: 16px;
	color: #1F1F1F;
	padding: 10px 0px;
	background: url(../images/dream_tab2_data_sub.png);
	line-height: 150%;
}

#page_top{
	z-index: 2;
}