/*TAB1*/
.content.tab1{
	margin-top: 0px;
	height: 615px;
}
.content.tab1 .page{
	height: 615px;
}
.content.tab1 .page p{
	color: #666666;
	width: 100%;
	text-align: center;
	font-size: 1.56em;
	position: absolute;
	left: 0px;
	top: 507px;
	line-height: 1.1em;
}
.content.tab1 .page1{
	background-image: url('../img/intro/S_G11_U04_L02_intro001.png');
}
.content.tab1 .page2{
	background-image: url('../img/intro/S_G11_U04_L02_intro002.png');
}
.content.tab1 .page3{
	background-image: url('../img/intro/S_G11_U04_L02_intro003.png');
}
.content.tab1 .page4{
	background-image: url('../img/intro/S_G11_U04_L02_intro004.png');
}
.content.tab1 .page5{
	background-image: url('../img/intro/S_G11_U04_L02_intro005.png');
}
/*TAB2*/
.content.tab2{
	background-image: url('../img/intro/S_G11_U04_L02_intro006.png');
	height: 665px;
	top: 0px;
	margin-top: 0px;
	background-position: center top;
	overflow: hidden;
}
.content.tab2 p{
    color: #666666;
    font-size: 1.68em;
    position: absolute;
    left: 605px;
    top: 195px;
}
.content.tab2 .btn_poster{
	position: absolute;
	top: 480px;
    left: 809px;
    width: 223px;
    height: 73px;
}
.content.tab2 .btn_poster:hover{
	box-shadow: 0px 0px 17px white;
}
.content.tab2 .poster{
	width: 1107px;
	height: 875px;
	position: absolute;
    top: -226px;
    left: 70px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	z-index: 100;
	background-image: url('../img/intro/S_G11_U04_L02_intro007.png');
}
.content.tab2 .poster ul{
	font-size: 1.56em;
	color: white; 
	position: absolute;
    top: 334px;
    left: 475px;
}
.content.tab2 .poster ul li{
	margin-bottom: 32px;
	line-height: 1.2em;
}
.content.tab2 .poster .icon_close_button{
    top: 254px;
    right: -24px;
    cursor: pointer;
}
.content.tab2 .black-layer{
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	z-index: 50;
}
/*TAB3*/
.content.tab3{
	background-image: url('../img/intro/S_G11_U04_L02_intro008.png');
}
.content.tab3 ul{
	font-size: 1.56em;
	color: #666666;
	position: absolute;
    top: 158px;
    left: 714px;
}
.content.tab3 ul li{
    margin-bottom: 39px;
    line-height: 1.2em;
}
