@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html,
body {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	line-height: 1.8rem;
	font-weight: 300;
}
h1,
h2,
h3 { margin: 0; }
button {
	padding: 0;
	background-color: transparent;
	border: none;
	outline: none;
}
dl { margin-bottom: 0.85rem; }
dt,
dd {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
dt { position: absolute; }
dd { margin-left: 6rem; }
h1,
h2 {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h1 {
	background-image: url(../images/h1.png);
	margin-top: -80px;
	width: 960px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
	background-size: contain;
	display: none;
}
h2 {
	width: 247px;
	height: 66px;
	margin: 44px auto 24px;
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
}
h3 { margin-bottom: 0.25rem; }
a:hover {
	color: #fff;
	text-decoration: none;
}
img { max-width: 100%; }
.btns {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	background-repeat: repeat-x;
	text-align: center;
	border: none;
}
.header {
	background-image: url(../images/header.jpg);
	background-position: center top;
	text-align: center;
	height: 1000px;
	position: relative;
	overflow: hidden;
}
.header .animate { /*position: absolute;*/ }
.header .animate .doll {
	position: absolute;
	top: 140px;
    left: 50%;
    margin-left: 170px;
	width: 186px;
	height: 281px;
	background: url(../images/img_doll.png) no-repeat;
}
.header .animate .piece {
	position: absolute;
	top: 182px;
    left: 50%;
    margin-left: 320px;
	width: 372px;
	height: 627px;
	background: url(../images/img_piece.png) no-repeat;
}
.header .animate .text {
	position: absolute;
	top: 171px;
	left: 50%;
	margin-left: 300px;
	width: 239px;
	height: 253px;
	background: url(../images/img_text.png) no-repeat;
}
.header .container {
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.logo {
	width: 300px;
	margin-top: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}
.btn-area {
	position: absolute;
	left: 50%;
	top: 500px;
	margin-left: 72px;
	z-index: 5;
}
#particles-js .particles-js-canvas-el {
    position: absolute;
    left: 0;
}
.section {
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 3rem;
	position: relative;
}
#section-1 { background-image: url(../images/section-1.jpg); height: 930px;}
#section-1 .wrap {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-bottom: 1.5rem;
	background-color: rgba(255,255,255,.7);
}
#section-1 h2 { background-image: url(../images/s1_h2.png); }
#section-2 { background-image: url(../images/section-2.jpg); height: 945px;}
#section-2 h2 { background-image: url(../images/s2_h2.png); }
#section-3 { background-image: url(../images/section-3.jpg);height: 985px; }
#section-3 h2 { background-image: url(../images/s3_h2.png); }
#controller {
	width: 175px;
	padding: 10px 0px 60px;
	z-index: 70;
	position: absolute;
	top: 280px;
	right: 5px;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#893a2a+0,ffffff+88,ffffff+88&1+0,0+100 */
	background: -moz-linear-gradient(right, rgba(137,58,42,1) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, rgba(137,58,42,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(137,58,42,1) 0%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#893a2a',GradientType=1 ); /* IE6-9 */
}
#controller ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#controller li { margin-bottom: 10px; }
#controller a {
	padding-right: 54px;
	text-align: right;
	color: #fcb8bf;
	text-decoration: none;
	font-size: 18px;
	height: 35px;
	line-height: 33px;
	display: block;
	text-shadow: #000000 0.1em 0.1em 0.3em;
	background: url(../images/dot.png) no-repeat right 0px; /*padding-right: 28px;*/
}
#controller a:hover,
#controller .on a {
	background-position-y: -35px;
	color: #FFF;

}
#audio {
	position: absolute;
	bottom: 0px;
	right: -100px;
	z-index: 125;
	width: auto;
}
.jp-audio { width: 120px; }
.jp-audio .jp-interface { height: 80px; }
.jp-stop { background-image: none; }
.jp-play {
	position: absolute;
	left: -35px;
	top: 21px;
	width: 44px;
	height: 44px;
	background: url(../images/play_off.png) no-repeat;
	cursor: pointer;
}
.jp-play:focus { background: url(../images/play_off.png) no-repeat; }
.jp-pause {
	display: none;
	position: absolute;
	left: -35px;
	top: 21px;
	width: 44px;
	height: 44px;
	background: url(../images/play_on.png) no-repeat;
	cursor: pointer;
}
.jp-volume-controls {
	background: url(../images/bar.png) no-repeat;
	height: 5px;
	position: absolute;
	top: 26px;
	left: 20px;
	display: none;
}
.jp-volume-bar {
	width: 123px;
	background: none;
	height: 6px;
	left: 0px;
	top: 0px;
}
.jp-volume-bar-value {
	background: url(../images/volume.png) no-repeat;
	height: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.jp-audio .jp-controls {
	width: 140px;
	padding: 20px 20px 0 20px;
}
.btns_play {
	transition: all .2s ease;
}
.btns_play:hover { filter: brightness(120%) contrast(100%); }
.drawing {
	width: 41px;
	height: 41px;
	background: url(../images/drawing.png) no-repeat;
	display: block;
	font-size: 0;
	transition: all .2s ease;
	position: absolute;
	top: 825px;
    left: 50%;
    margin-left: -367px;
    transform: rotate(-16deg);
}
.drawing:hover { filter: brightness(120%) contrast(100%); }
.video {
	width: 605px;
	/*height: 343px;*/
	margin-top: 178px;
    margin-left: 268px;
	margin-bottom: 40px;
}
.video-container {
	position: relative;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer {
	height: 80px;
	background-image: url(../images/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	position: relative;
}
.layerPop {
	display: none;
	z-index: 3001;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -312px 0 0 -550px;
	width: 1090px;
	height: 614px;
	border: 0px solid #ccc;
	background: #000;
}
#popDrawing {
	/*position: absolute;
    top: 1080px;*/
	position: fixed;
	top: 20px;
	margin: 0 0 0 -358px;
	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;
}
.layerPop .btnclose {
	position: absolute;
	right: 0px;
	top: -50px;
	opacity: 1;
}
#popDrawing.layerPop .btnclose {
	right: 0px;
	top: 0px;
}
.layerPop .btnclose button {
	display: block;
	text-indent: -9999px;
	width: 49px;
	height: 49px;
	background: url(../images/btn_close_movie.jpg) no-repeat;
	cursor: pointer;
	filter: grayscale(50%);
}
.layerPop .btnclose button:hover { filter: grayscale(0%); }
.overlay {
	z-index: 3000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	display: none;
}
.fb_btn {
	background: #4267b2;
	border: 1px solid #4267b2;
	cursor: pointer;
	margin: 0;
	white-space: nowrap;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 1.25rem;
	padding: 0.15rem 0.95rem;
}
.dropdown-menu {
	border: 1px solid #101010;
	border-radius: 0px;
	background-color: #101010;
	background-color: rgba(0,0,0,.85);
}
.dropdown-menu>li { border-bottom: 1px solid #333; }
.dropdown-menu>li>a {
	color: #9d9d9d;
	font-size: 15px;
	line-height: 1.5;
}
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #101010;
}
.dropdown-header {
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
}
.home {
	position: absolute;
	top: 3px;
	left: 52px;
	z-index: 999;
}
.fb {
	position: absolute;
	top: 12px;
	right: 30px;
	display: none;
}
.navbar-brand { display: none; }
.dropdown:hover .dropdown-menu { display: block; }
#bottomMenu.fix { position: absolute; }
.pop {
	background: url(../images/pop.png) no-repeat;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 77px;
	position: fixed;
	z-index: 60;
	left: 0;
	bottom: 0;
}
.pop_elin {
	position: absolute;
	left: 507px;
	top: -27px;
}
.pop.down { bottom: -237px; }
.pop .btns {
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	position: absolute;
	bottom: 13px;
	left: 50%;
	background-repeat: no-repeat;
	display: block;
	transition: filter .3s ease;
}
.pop .btn_download:hover { filter: brightness(150%); }
.pop .btn_download {
	background: url(../images/btn_download.png) no-repeat;
	background-position: 0 0;
	height: 54px;
	width: 212px;
	margin-left: 52px;
}
.pop .btn_register {
	background: url(../images/btn_register.png) no-repeat;
	background-position: 0px 0;
	height: 54px;
	width: 212px;
	margin-left: -256px;
	display: block;
}
.pop .btn_register:hover { filter: brightness(150%); }
.gohome {
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: 282px;
	color: #ffbbbb;
	text-decoration: none;
	font-size: 15px;
}
@keyframes flash { 0% {
background-position: 0 0;
}
 5% {
background-position-y: -100px;
}
 10% {
background-position-y: -200px;
}
 15% {
background-position-y: -300px;
}
 20% {
background-position-y: -400px;
}
 25% {
background-position-y: -500px;
}
 30% {
background-position-y: -600px;
}
 100% {
background-position-y: -600px;
}
}
.close_pop {
	position: absolute;
	bottom: 20px;
	right: 0px;
	cursor: pointer;
	z-index: 11;
}
.open_pop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 11;
	transform: scaleY(-1);
	display: none;
}
 @media (max-width: 767px) {
.header .animate{display: none;}
#particles-js .particles-js-canvas-el {
    display: none;
}
.fb {
	right: 18vw;
	display: block;
}
.navbar-brand { display: block; }
.pop .gohome,.pop .btn_download,.close_pop,
.home,
#controller ul,
.drawing { display: none; }
#controller{
	background: none;
	bottom: 0;
}
#audio{
	position: fixed;
    z-index: 10;
}
.pop{ height: 16vw;}
.pop .btn_register{
	margin: 0 auto;
    position: relative;
    left: 0vw;
    top: 3vw;
    width: 40%;
    background-size: contain;
}
.footer {
	background-size: 100%;
	height: 80px;
}
.abgne_tab {
	width: 100%;
	margin-left: 0vh;
}
.skill_tab.abgne_tab { margin-top: 42vh; }
.video-container { padding-top: 5px; }
.abgne_tab .abgne_tab .tab_content ul{
	line-height: 1.4em;
	font-size: 14px;
	text-indent: 0;
	padding-left: 3px;
}
.abgne_tab .abgne_tab ul.tabs {
	padding-left: 1.5vw;
	overflow: hidden;
	height: 8vh;
	padding-top:0;
}
#tab02>.abgne_tab ul.tabs {
    padding-left: 30px;
}
.abgne_tab .abgne_tab ul.tabs li {
	margin-right: 1vw;
	margin-bottom: 20vh;
}
div.tab_container .tab_content h3{
	font-size: 1.4rem;
}
ul.tabs li a {
	/*width: 44px;
	height: 44px;*/
	width: 13.6vw;
	height: 13.6vw;
	background-size: cover;
}
.skill_tab>ul.tabs li a {
	/*height: 33px;*/
	background-size: auto;
}
.abgne_tab .abgne_tab .tab_content {
	padding: 15px 15px;
	min-height: 64vh;
}
.header {
	background-image: url(../images/section_m_header.jpg);
	height: 107.2vh;
	background-repeat: no-repeat;
	background-size: cover;
}
#section-1 {
	background-image: url(../images/section_m_1.jpg);
	height: 118.2vh;
	background-size: cover;
}
#section-2 {
	background-image: url(../images/section_m_2.jpg);
	height: 128.3vh;
	background-size: cover;
}
#section-3 {
	background-image: url(../images/section_m_3.jpg);
	height: 206vh;
	background-size: cover;
}
.btn-area {
	left: 42vw;
    top: 41vh;
	width: 54vw;
	margin-left: auto;
}
.video {
	position: absolute;
    left: 6vw;
    top: 11vh;
    width: 88vw;
    margin: auto;
    z-index: 1;
}
}
@media (max-width: 480px) {
.footer { height: 50px; }
}
@media (max-width: 320px) {
}
@media (min-width: 768px) and (max-width: 979px) {
.footer { background-size: 100%; }
}
@media (min-width: 980px) {
}
@media (min-width: 1400px) {
.fb { display: block; }
}
