@charset "UTF-8";
/* #Font-Face
================================================== */
/*	
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);<--google web font=

@font-face {
    font-family: myFirstFont;
            src: url('Sansation_Light.ttf'),
                 url('Sansation_Light.eot'); <--IE9+
    font-weight: normal;
    font-style: normal;
*/

/*****************************************************
Basic
*******************************************************/
body, html {
	font-family: '微軟正黑體', 'Calibri', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676665;
	line-height: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
 @include transition(all 600ms ceaser($easeOutQuad));
}
::selection {
	color: #FFF;
	background-color: #554435;
}
::-moz-selection {
 color: #FFF;
 background-color: #554435;
}
#wrapper {
	background-color: #FFF;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0 40px;
}
/*****************************************************
Header
*******************************************************/
#header {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 9999;
	top: 0;
}
#header h2 {
	width: 1005px;
	font-size: 20px;
	color: #b2b2b2;
	font-style: italic;
	line-height: 24px;
	display: block;
	margin: 70px 0 0 40px;
	float: left;
}
#logo {
	width: 135px;
	height: 135px;
	margin-left: 20px;
	float: left;
}

/** 登入 **/
#login {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 69px;
	background-color: #3f3631;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 9999;
}
#login:hover {
	background-image: url(../images/login_hover.png);
	background-repeat: no-repeat;
}
/*****************************************************
Container
*******************************************************/
#container {
	position: relative;
	width: 1200px;
	height: 960px;
	margin-bottom: 10px;
	z-index: 8888;
}
#container ul#box li {
	width: 400px;
	height: 320px;
	position: absolute;
	display: none;
}
#box .p01 {
	background: url(../images/index/01.jpg) no-repeat center center;
	left: 0;
	top: 0;
}
.p01_bg {
	background: url(../images/index/01_zoomin.jpg);
}
#box .p02 {
	background: url(../images/index/02.jpg) no-repeat center center;
	left: 400px;
	top: 0;
}
.p02_bg {
	background: url(../images/index/02_zoomin.jpg);
}
#box .p02 #p02_in {
	width: 400px;
	height: 320px;
	background: url(../images/index/02_in.jpg) no-repeat center center;
	display: none;
}
#box .p03 {
	background: url(../images/index/03.jpg) no-repeat center center;
	left: 800px;
	top: 0;
}
.p03_bg {
	background: url(../images/index/03_zoomin.jpg);
}
#box .p04 {
	background: url(../images/index/04.jpg) no-repeat center center;
	left: 0;
	top: 320px;
}
.p04_bg {
	background: url(../images/index/04_zoomin.jpg);
}
#box .p04 #p04_in {
	width: 400px;
	height: 320px;
	background: url(../images/index/04_in.jpg) no-repeat center center;
	display: none;
}
#box .p05 {
	background: url(../images/index/05.jpg) no-repeat center center;
	left: 400px;
	top: 320px;
}
.p05_bg {
	background: url(../images/index/05_zoomin.jpg);
}
#box .p06 {
	background: url(../images/index/06.jpg) no-repeat center center;
	left: 800px;
	top: 320px;
}
.p06_bg {
	background: url(../images/index/06_zoomin.jpg);
}
#box .p06 #p06_in {
	width: 400px;
	height: 320px;
	background: url(../images/index/06_in.jpg) no-repeat center center;
	display: none;
}
#box .p07 {
	background: url(../images/index/07.jpg) no-repeat center center;
	left: 0;
	top: 640px;
}
.p07_bg {
	background: url(../images/index/07_zoomin.jpg);
}
#box .p08 {
	background: url(../images/index/08.jpg) no-repeat center center;
	left: 400px;
	top: 640px;
}
.p08_bg {
	background: url(../images/index/08_zoomin.jpg);
}
#box .p09 {
	background: url(../images/index/09.jpg) no-repeat center center;
	left: 800px;
	top: 640px;
}
.p09_bg {
	background: url(../images/index/09_zoomin.jpg);
}
#p_con {
	width: 400px;
	height: 320px;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#p_discrip {
	width: 370px;
	height: 230px;
	padding: 90px 15px 0 15px;
}
#p_discrip h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #494946;
	font-size: 30px;
	line-height: 1.4em;
	text-transform: uppercase;
}
#p_discrip p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #494946;
	line-height: 1.3em;
	letter-spacing: 0px;
	font-size: 11px;
}
a#add {
	display: block;
	width: 20px;
	height: 20px;
	margin: 20px auto 0 auto;
	background-image: url(../images/index/add.png);
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a#add:hover {
	background-image: url(../images/index/add_hover.png);
}
a#interest {
	display: block;
	width: 68px;
	height: 80px;
	background-image: url(../images/index/heart_icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	left: 5px;
	bottom: 15px;
	z-index: 9999;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a#interest:hover {
	background-image: url(../images/index/heart_icon_hover.png);
}
/*****************************************************
gotop
*******************************************************/
#gotop {
	width: 40px;
	height: 40px;
	position: relative;
	clear: both;
	float: right;
	margin-bottom: 10px;
	background-image: url(../images/go_top.png);
}
/*****************************************************
Footer
*******************************************************/
#footer {
	font-family: Candara, Arial, Helvetica, sans-serif;
	clear: both;
	width: 1200px;
	margin: 0 auto;
	height: 580px;
	margin-bottom: 30px;
	position: relative;
}
/*for join */
#footer #left {
	width: 418px;
height: 448px;
position: absolute;
left: 0;
top: 0;
border: 1px solid #ecece9;
padding: 60px 50px 20px 50px;
}
#footer #left h3 {
	font-size: 50px;
	line-height: 36px;
	letter-spacing: 0;
	margin: 0 0 10px 0;
	display:block;
	height: 72px;
	
	}
#footer #left p {
	font-family: Candara, Arial, Helvetica, sans-serif;
	color: #a1a198;
	font-size: 12px;
	display: block;
    line-height: 18px;
	letter-spacing: 0;
	margin-bottom: 25px;
}
#footer #left span {
	color: #3f3631;
	font-weight: bold;
}
#footer #left form {	
	width: 270px;
	margin: 0 auto;
}
#footer #left li {
	width: 270px;
	height: 36px;
	margin-bottom: 5px;
}
#footer label {
	position: absolute;
padding: 10px 0 9px 5px;
height: 17px;
line-height: 17px;
font-size: 17px;
letter-spacing: 0px;
color: #cecec3;
font-style: italic;
font-weight: normal;
}

#footer #name_in {
	display: block;
}
#footer input {
	font-size: 17px;
}
#footer #name{
padding-left: 62px;
width: 205px;
}
#footer #email{
padding-left: 70px;
width: 197px;
}
#footer #tel{
padding-left: 50px;
width: 217px;
}
#footer #company{
padding-left: 95px;
width: 172px;
}
#footer #message{
padding-left: 92px;
width: 175px;
}
/*for brands */
#footer #right {
	font-style: italic;
	text-transform: uppercase;
	width: 580px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 520px;
	padding: 60px 50px 50px 50px;
	background-color: #ecece9;
}
#footer #right h3 {
	font-size: 36px;
	line-height: 40px;
	width: 400px;
	letter-spacing: 0;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbcbc8;
}
#footer #right ul {
	width: 130px;
	height: 360px;
	float: left;
	margin-left: 10px;
}
#footer #right li a {
	font-family: 'Candara', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	font-weight: bold;
	ransition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#footer #right li a:hover {
	color: #b28850;
}
#footer #right #facebook {
	width: 56px;
	height: 56px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	ransition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#footer #right #facebook:hover {
	background-image: url(../images/facebook_hover.png);
}
/*for copyright & links */
#footer #bottom {
	position: absolute;
	width: 1200px;
	height: 50px;
	top: 545px;
	left: 0;
}
#footer #bottom ul#web {
	width: 330px;
	float: left;
}
#footer #bottom ul#web li {
	display: inline;
	line-height: 18px;
	padding: 0 25px 0 0;
}
#footer #bottom #web li a {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#footer #bottom li.web a {
	padding-left: 15px;
	background-image: url(../images/web_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footer #bottom li.web a:hover {
	background-image: url(../images/web_icon_hover.png);
}
#footer #bottom li#link {
	background-image: url(../images/link_btn.png);
	background-repeat: no-repeat;
	padding: 9px 40px 9px 10px;
	cursor: pointer;
	position: absolute;
}
#footer #bottom li#link:hover {
	background-image: url(../images/link_btn_hover.png);
}
#footer #bottom #copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	position: absolute;
	letter-spacing: 0;
	right: 0;
	display: block;
}
/*for 友站連結 */
.ndropdown2 {
	width: 105px;
	height: 40px;
	bottom: 20px;
	left: 330px;
	position: absolute;
	cursor: pointer;
	outline: none;
	background-image: url(../images/link_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ndropdown2:hover, .ndropdown2.active {
	background-image: url(../images/link_btn_hover.png);
	box-shadow: none;
	border-bottom: none;
	color: white;
}
.ndropdown2.active .dropdown2 {
	min-height: 88px;
}
.ndropdown2 .dropdown2 {
	display: block;
	width: 86px;
	height: 0;
	overflow: hidden;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding: 0 5px;
	margin-left: 4px;
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
	background: #F1F1F1;
	border: 1px solid #DDD;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ndropdown2 .dropdown2 li a {
	display: block;
	width: 80px;
	height: 20px;
	color: #525252;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-image: url(../images/link_link.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ndropdown2 .dropdown2 li a:hover {
	color: #7e6b5a;
}
