body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}


body {
    background: #333;
}

a {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 80%;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.container { height: 100%; }

.bl-main {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bl-main > section {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bl-main > section .bl-icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}


div.bl-panel-items,
div.bl-panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}


div.bl-panel-items {
	top: 100%;
	z-index: 9999;
}

div.bl-panel-items > div {
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-ms-transform: translateY(0);
}


div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-hide-current-work {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

section.bl-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.bl-main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


/***************/


.wrapper{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.content{
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
}

.content ul{
	padding: 0px;
	margin: 0px;
}

/***************/

.start{
	width: 100%;
	height: 100%;
	background: url(images/start.jpg) center top;
	opacity: 0.9;
	position: absolute;
	left: 0;
	top:0;
	z-index: 888;
}

.main-content{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.head{
	background: url(images/head.jpg) center top no-repeat;
	height: 750px;
}
.head .content{
	background: url(images/head.jpg) center top no-repeat;
	position: relative;
}

.head .menu{
	position: absolute;
	left: 180px;
	top:530px;
}

.head .t1{
	position: absolute;
	left: 210px;
	top:95px;
}
.head .t2{
	position: absolute;
	left: 230px;
	top:350px;
}
.head .t3{
	position: absolute;
	left: 740px;
	top:230px;
}
.head .t4{
	position: absolute;
	left: 460px;
	top:430px;
}

.intro{
	background: url(images/intro.jpg) center top no-repeat;
	height: 580px;
}
.intro .content{
	background: url(images/intro.jpg) center top no-repeat;
	position: relative;
}
.intro .shop{
	position: absolute;
	left: 120px;
	top:515px;
}
.intro .shop .ss{
	color: #FF0000;
	font-weight: bolder;
}
.intro .shop .btn{
	margin-left: 40px;
}
.intro img.gift-pic{
	position: absolute;
	left: 740px;
	top:230px;
}

.preview{
	background: url(images/preview.jpg) center top no-repeat;
	height: 510px;
}
.preview .content{
	background: url(images/preview.jpg) center top no-repeat;
	position: relative;
}
.preview .content .row1{
	position: absolute;
	top:150px;
	left: 18px;
}
.preview .content .row1 img{
	margin-right: 6px;
}
.preview .content .row2{
	position: absolute;
	top:335px;
	left: 70px;
}
.preview .content .row2 img{
	margin-right: 14px;
}
.preview .content .p2{

}
.preview .content .p3{

}

.foot1{
	background: url(images/foot1.jpg) center top no-repeat;
	height: 390px;
}
.foot1 .content{
	background: url(images/foot1.jpg) center top no-repeat;
}

.foot2{
	background: #2e4089;
}
.foot2 img{
	display: block;
}

/*******************/

ul#bl-work-items{
	height: 80px;
	width: 660px;
}

ul#bl-work-items li{
	display: block;
	float: left;
}
ul#bl-work-items li img{
	display: block;
}

a.menus{
	display: block;
	height: 80px;
	background: url(images/menu.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

a.menu1{
	width: 140px;
	background-position: 0px 0px;
	background-position-x: 0px;
	background-position-y: 0px;
}
a.menu1:hover{
	background-position-y: -80px;
}
a.menu2{
	width: 175px;
	background-position: -145px 0px;
	background-position-x: -145px;
	background-position-y: 0px;
}
a.menu2:hover{
	background-position-y: -80px;
}
a.menu3{
	width: 155px;
	background-position: -325px 0px;
	background-position-x: -325px;
	background-position-y: 0px;
}
a.menu3:hover{
	background-position-y: -80px;
}
a.menu4{
	width: 140px;
	background-position: -485px 0px;
	background-position-x: -485px;
	background-position-y: 0px;
}
a.menu4:hover{
	background-position-y: -80px;
}


/*******************/

a.btn{
	display:block;
	width:160px;
	height:30px;
	text-align: center;
	text-decoration: none;
	background: #009944;
	color:#FFFFFF;
	font-size: 13px;
	margin-top:8px;
	line-height: 30px;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 0px solid #000000;
}

a.btn:hover{
	background: #1d2088;
}

.btcf:after {
    content:"";
    display:table;
    clear:both;
}

/*******************/

.txt{
	font-size: 12pt;
	line-height: 1.6em;
	font-family:"微軟正黑體","Microsoft JhengHei","儷黑 Pro","LiHei Pro Medium",Verdana, Arial, Helvetica,sans-serif;
}

img.bl-icon-close{
	cursor:pointer
}
img.bl-next-work{
	cursor:pointer
}

div.bl-panel-items img{
	display: block;
	float: left;
}

.panel1{
	background: #FFFFFF;
}
.panel2 .wrapper{
	background: #FFFFFF url(images/panel2-bg.jpg) center top;
	height: 875px;
}
.panel3 .wrapper{
	background: url(images/panel3-bg.jpg) center top;
	height: 920px;
}
.panel4 .wrapper{
	background: url(images/panel4-bg.jpg) center top;
	height: 880px;
}


