@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video { font-family: 'Noto Sans TC', sans-serif; }
/* Reserved Class
-------------------------------------------------------------- */
body,
html {
	font-family: 'Noto Sans TC';
	width: 100%;
	height: 100%;
	background: #000;
}
body { overflow: hidden; }
.blind {
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: -1000%;
	overflow: hidden;
}
.show { display: block; }
.hide { display: none; }
.fL { float: left; }
.fR { float: right; }
.clearFix { zoom: 1; }
.clearFix:after {
	clear: both;
	display: block;
	content: '';
}
.btn {
	background: none;
	border: 0 none;
	outline: none;
}
.fix { position: fixed !important; }
button {
	border: none;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}
/* Styles
-------------------------------------------------------------- */
#wrap .btn { cursor: default; }
#wrap {
	position: relative;
	height: 950px;
	min-width: 1600px;
	max-width: 1920px;
	margin: 0 auto;
}
.movieArea {
	z-index: 70;
	margin: 0 0 0 -960px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 1920px;
}
.movieArea .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_pattern_intro.png);
}
.movieArea video { z-index: 50; /*width: 1920px;*/ }
#wrap .bgTop {
	z-index: 51;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1280px;
	height: 950px;
	opacity: 0;
}
.bgTop .bg1 {
	z-index: 50;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1670px;
	background: url(../images/sec_01.jpg) no-repeat center 0;
}
.bgTop .bg2 {
	z-index: 49;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1670px;
	background: url(../images/sec_01_active.jpg) no-repeat center 0;
}
#wrap .stoneArea {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#wrap .stoneArea .stone { position: absolute; }
#wrap .stoneArea .stone1 {
	top: 650px;
	right: 0;
}
#wrap .stoneArea .stone2 {
	top: 930px;
	left: 0;
}
#wrap .stoneArea .stone3 {
	top: 0px;
	right: 0;
}
#wrap .movieWrap { /*z-index: 180; position: absolute; left: 0; top: 0; margin: 0 auto; width: 100%; min-width: 1280px; height: 3900px; background: url(../images/bg.png) no-repeat center 0;*/ }
#wrap .movieWrap {
	z-index: 19;
	margin: 0 0 0 -960px;
	position: absolute;
	left: 50%;
	top: 0; /*width: 1920px;*/ /*filter: contrast(110%);*/
}
#wrap .movieWrap video { z-index: 50; /*width: 1920px;*/ }
#wrap .innerWrap {
	z-index: 60;
	position: absolute;
	left: 0;
	top: 0px;
	margin: 0 auto;
	width: 100%;
	min-width: 1600px;
}
#topArea { z-index: 300 !important; }
.btnArea {
	margin: 0 0 0 -640px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 1280px;
	height: 63px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 51;
}
.btnArea a,
.btnArea button {
	width: 200px;
	height: 70px;
	background: url(../images/btn.png) no-repeat;
	display: block;
	z-index: 100;
	text-indent: -9999px;
	transition: all .2s ease;
}
.btn.down {
	position: absolute;
	top: 687px;
	left: 730px;
}
.btn.down a { background-position-y: 0px; }
.btn.movie1 {
	position: absolute;
	top: 687px;
	left: 906px;
}
.btn.movie1 button { background-position-y: -70px; }
.btnArea a:hover,
.btnArea button:hover {
	filter: brightness(150%) contrast(100%);
	transform: translateY(-5px);
}
#particles-js {
	position: absolute;
	z-index: 52;
	top: 0;
	left: 0;
	width: 100%;
	height: 951px;
}
.quick {
	z-index: 200;
	position: absolute;
	right: 12px;
	top: 226px;
}
.overlay {
	z-index: 200;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.55);
	display: none;
}
.layerPop {
	display: none;
	z-index: 300;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -312px 0 0 -550px;
	width: 1090px;
	height: 614px;
	border: 0px solid #ccc;
	background: #000;
}
.layerPop .confirm {
	position: absolute;
	bottom: 12px;
	left: 190px;
}
.layerPop .close {
	position: absolute;
	right: -1px;
	top: -50px;
}
#popDrawing.layerPop .close {
	right: 0px;
	top: 0px;
}
.layerPop .close button {
	border: none;
	display: block;
	text-indent: -9999px;
	width: 49px;
	height: 49px;
	background: url(../images/btn_close_movie.jpg) no-repeat;
	cursor: pointer;
	filter: grayscale(50%);
}
.layerPop .close button:hover { filter: grayscale(0%); }
.layerPop .confirm button {
	display: block;
	text-indent: -9999px;
	width: 130px;
	height: 42px;
}
.customSelect {
	position: absolute;
	left: 54px;
	top: 168px;
	width: 404px;
	height: 29px;
}
.customSelect .txt {
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	line-height: 29px;
	background: none;
	text-indent: 10px;
	position: absolute;
	left: 0;
	top: 0;
	_display: none;
	color: #070707;
	font-size: 13px;
	text-align: left;
}
.customSelect select {
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
#popMovie {
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -643px;
	width: 1286px;
	height: 777px;
	background: url(../images/bg_movie.png) no-repeat;
}
#popMovie .tabArea {
	position: absolute;
	top: 0;
	left: 0;
}
#popMovie .tabArea li { float: left; }
#popMovie .tabArea li.on button { background: yellow; }
#popMovie .tabArea li button {
	display: block;
	width: 150px;
	height: 50px;
	background: #ccc;
}
#popMovie .youtubeArea {
	position: absolute;
	top: 54px;
	left: 3px;
	width: 1280px;
	height: 720px;
	background: #000;
}
#bnReservation {
	z-index: 180 !important;
	top: 362px !important;
}
#popDrawing.layerPop .close {
	right: 0px;
	top: 0px;
}
#popDrawing {
	position: absolute;
	margin: 0 0 0 -358px;
	top: 20px;
	width: 717px;
	height: 922px;
	background: url(../images/bg_picture.png) no-repeat;
}
#popDrawing .link {
	position: absolute;
	bottom: 19px;
	left: 244px;
}
#popDrawing .link a {
	display: block;
	width: 229px;
	height: 67px;
	text-indent: -9999px;
}
.quick {
	position: absolute;
	right: 0;
	top: 500px
}
.commonQuick { top: 170px !important; }
canvas {
	display: block;
	vertical-align: bottom;
}
#PS_Dimmed { position: fixed !important; }
iframe[name='google_conversion_frame'] {
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: -1000%;
	overflow: hidden;
}
#bgplayer {
	position: absolute;
	z-index: 51;
	top: 1010px;
	left: -100px;
}
#bgplayer video { width: 1600px; }
#sec1 { height: 950px; /*background: url(../images/sec_01.jpg) no-repeat center 0;*/ }
#sec2 {
	height: 850px;
	background: url(../images/sec_02.jpg) no-repeat center 0;
	position: relative;
}
#sec3 {
	height: 480px;
	background: url(../images/sec_03.jpg) no-repeat center 0;
}
#sec4 {
	height: 550px;
	background: url(../images/sec_04.jpg) no-repeat center 0;
}
#sec5 {
	height: 340px;
	background: url(../images/sec_05.jpg) no-repeat center 0;
}
#sec6 {
	height: 470px;
	background: url(../images/sec_06.jpg) no-repeat center 0;
}
#sec7 {
	height: 390px;
	background: url(../images/sec_07.jpg) no-repeat center 0;
}
.innerWrap>div { background-image: none; }
#controller {
	display: none;
	padding: 10px 15px 40px;
	/*background-color: rgba(0,0,0,.35);*/
	border-radius: 6px;
	z-index: 70;
	position: fixed;
	top: 50%;
	right: 10px;
	margin-top: -150px;
}
#controller li a {
	font-weight: bold;
	text-align: right;
	font-style: italic;
	color: #aaaaaa;
	text-decoration: none;
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	display: block;
	width: 100%;
	padding-right: 24px;
}
#controller li:nth-of-type(1) a,
#controller li:nth-of-type(2) a,
#controller li:nth-of-type(3) a {
	font-size: 15px;
	background: url(../images/dot.png) no-repeat right 0px;
}
#controller li a { text-shadow: 2px 0 0 rgba(0,0,0,.35), -2px 0 0 rgba(0,0,0,.35), 0 2px 0 rgba(0,0,0,.35), 0 -2px 0 rgba(0,0,0,.35), 1px 1px rgba(0,0,0,.35), -1px -1px 0 rgba(0,0,0,.35), 1px -1px 0 rgba(0,0,0,.35), -1px 1px 0 rgba(0,0,0,.35); }
#controller li a:hover,
#controller li.on a {
	background-position-y: -28px;
	color: #fff;
}
.moviebox {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 18px;
	margin-top: -128px;
	z-index: 51;
	width: 552px;
	height: 311px;
}
.moviebox iframe { position: absolute; }
.tmb {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -80px;
	margin-top: -107px;
	z-index: 51;
}
.tmb button {
	display: block;
	margin-bottom: 77px;
	width: 40px;
	height: 40px;
	background-image: url(../images/btn_play.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	outline:none;
}
.tmb button:hover { filter: brightness(150%); }
#s1,
#s2,
#s3,
#s4 {
	position: absolute;
	z-index: 52;
}
.skill {
	width: 600px;
	height:464px;/*
	background-color: rgba(255,255,255,.1);*/
	background-image: url(../images/skill.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top:284px;
	left: 50%;
	margin-left: -601px;
}
.skill {
	width: 600px;
	height:464px;
	background-image: url(../images/skill.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top:284px;
	left: 50%;
	margin-left: -601px;
}
.skill div.ski {
	width: 600px;
	height:116px;
}
.skill div.ski span {
	display:block;
	width: 0px;
	height:116px;
	background-image: url(../images/ski.png);
	background-repeat: no-repeat;
	background-position:0 0;
	transition: width .2s ease-out;
}
.skill div.ski.active span
/*.skill div.ski:hover span*/ {
	width: 600px;
}
.skill div:nth-of-type(1).ski span { background-position-y: 0px;}
.skill div:nth-of-type(2).ski span { background-position-y: -116px;}
.skill div:nth-of-type(3).ski span { background-position-y: -232px;}
.skill div:nth-of-type(4).ski span { background-position-y: -348px;}
