@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/section_01.jpg);
	background-position: center top;
	text-align: center;
	height: 950px;
	position: relative;
	overflow: hidden;
}
.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: 466px;
	margin-left: -472px;
	z-index: 5;
}
.section {
	background-repeat: no-repeat;
	background-position: center top;
	height: 950px;
	position: relative;
	overflow:hidden;
}
#section-1 { background-image: url(../images/section_02.jpg); }
#section-1 .controller {
	position: absolute;
	top: 181px;
	left: 50%;
	margin-left: -551px;
}
#section-1 .controller li { position: absolute; }
#section-1 .controller li.type1 {
	left: 33px;
	top: 45px;
}
#section-1 .controller li.type2 {
    left: 149px;
    top: 191px;
}
#section-1 .controller li.type3 {
    left: 12px;
    top: 321px;
}
#section-1 .controller a {
	position: relative;
	display: block;
}
#section-1 .controller a span {
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
}
#section-1 .controller a .tabImg { z-index: 50; }
#section-1 .controller a .rotate { z-index: 100;	/*animation:circle 8s infinite linear;*/ }
#section-1 .controller .on a .rotate,
#section-1 .controller a:hover .rotate { animation: circle 3s infinite linear; }
#section-1 .controller .type1 a { width: 197px; }
#section-1 .controller .type2 a { width: 197px; }
#section-1 .controller .type3 a { width: 172px; }
#section-1 .controller .type1 .tabImg {
	top: 30px;
	left: 30px;
	width: 120px;
	height: 120px;
	background: url(../images/img_tab_off1.png) no-repeat;
}
#section-1 .controller .type2 .tabImg {
	top: 30px;
	left: 30px;
	width: 120px;
	height: 120px;
	background: url(../images/img_tab_off2.png) no-repeat;
}
#section-1 .controller .type3 .tabImg {
	top: 30px;
	left: 30px;
	width: 120px;
	height: 120px;
	background: url(../images/img_tab_off3.png) no-repeat;
}
#section-1 .controller .type1.on .tabImg,
#section-1 .controller .type1 a:hover .tabImg { background: url(../images/img_tab_on1.png) no-repeat; }
#section-1 .controller .type2.on .tabImg,
#section-1 .controller .type2 a:hover .tabImg { background: url(../images/img_tab_on2.png) no-repeat; }
#section-1 .controller .type3.on .tabImg,
#section-1 .controller .type3 a:hover .tabImg { background: url(../images/img_tab_on3.png) no-repeat; }
#section-1 .controller li .rotate {
	width: 176px;
	height: 176px;
	background: url(../images/img_rotate_off.png) no-repeat;
}
#section-1 .controller li.type3 .rotate {
	width: 176px;
	height: 176px;
	background: url(../images/img_rotate_off.png) no-repeat;
}
#section-1 .controller li.type1.on .rotate,
#section-1 .controller li.type1 a:hover .rotate { background: url(../images/img_rotate_on.png) no-repeat; }
#section-1 .controller li.type2.on .rotate,
#section-1 .controller li.type2 a:hover .rotate { background: url(../images/img_rotate_on.png) no-repeat; }
#section-1 .controller li.type3.on .rotate,
#section-1 .controller li.type3 a:hover .rotate {
	width: 176px;
	height: 176px;
	background: url(../images/img_rotate_on.png) no-repeat;
}
#section-1 .contents {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}
#section-1 .contents.on {
	opacity: 1;
	filter: alpha(opacity=100);
}
 @keyframes circle { from {
transform: rotate(0deg);
}
to { transform: rotate(360deg); }
}
#info1 {
    top: 67px;
    left: 718px;
	width: 1194px;
	height: 862px;
	background: url(../images/img_txt1.png) no-repeat;
}
#info2 {
    top: 67px;
    left: 718px;
	width: 1194px;
	height: 862px;
	background: url(../images/img_txt2.png) no-repeat;
}
#info3 {
    top: 67px;
    left: 718px;
	width: 1194px;
	height: 862px;
	background: url(../images/img_txt3.png) no-repeat;
}
#section-1 .wrap {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-bottom: 1.5rem;
	background-color: rgba(255,255,255,.7);
}
#section-2 {
	background-image: url(../images/section_03.jpg);
	height: 750px;
}
#section-3 {
	background-image: url(../images/section_04.jpg);
	height: 1065px;
}
/*==============controller===============*/
#controller {
	position: absolute;
	top: 295px;
	right: 30px;
	overflow: hidden;
}
#controller ul {
	width: 150px;
	position: relative;
	list-style-type: none;
	z-index: 70;
}
#controller ul li {
	/* float: left; */
	margin: 8px 3px;
	font-size: 16px;
	width: 142px;
	display: block;
	text-align: center;
	line-height: 46px;
	height: 43px;
}
#controller ul li a {
	color: #bc0000;
	text-decoration: none;
	background: url("../images/btnbg.png") no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	font-weight: 500;
}
#controller ul li a:hover,
#controller ul li.on a { color: #ffffff; }
#audio {
	position: relative;
	bottom: 15px;
	left: 100px;
	z-index: 125;
	width: auto;
}
.jp-audio { width: 120px; }
.jp-audio .jp-interface { height: 52px; }
.jp-stop { background-image: none; }
.jp-play {
	position: absolute;
	left: -35px;
	top: 21px;
	width: 25px;
	height: 25px;
	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: 25px;
	height: 25px;
	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: 73px;
	height: 70px;
	background: url(../images/drawing.png) no-repeat;
	display: block;
	z-index: 100;
	text-indent: -9999px;
	transition: all .2s ease;
	position: absolute;
	top: 793px;
	left: 50%;
	margin-left: 363px;
}
.drawing:hover { filter: brightness(120%) contrast(100%); }
.video {
	width: 605px;
	/*height: 343px;*/
	margin-top: 156px;
	margin-left: 353px;
	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: #4c0a14;
	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: 90px;
	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 11px;
	height: 96px;
	width: 265px;
	margin-left: -46px;
}
.pop .btn_register {
	background: url(../images/btn_register.png) no-repeat;
	background-position: 0 8px;
	height: 93px;
	width: 265px;
	margin-left: -299px;
	display: block;
}
.pop .btn_register:hover { filter: brightness(150%); }
.gohome {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 256px;
	color: #FFFFFF;
	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: 60px;
	right: 0px;
	cursor: pointer;
	z-index: 11;
}
.open_pop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 11;
	display: none;
}
.leaves {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -750px;
	width: 1920px;
	height: 1500px;
}
.october-leaf {
	z-index: 0;
	position: absolute;
	background-color: transparent;
	background-image: url('../images/flower.png');
	opacity: 0.8 !important;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}
@media (max-width: 767px) {

#section-1 .controller {
    top: 74px;
    left: -15px;
    margin-left: 0px;
    transform: scale(.45);
	z-index:1;
}
#section-1 .controller li.type2 {
    left: 109px;
}
#section-1 .controller li.type3 {
    left: 27px;
}
#info1 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/img_txt1_m.jpg) no-repeat;
	background-size: cover;
}
#info2 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/img_txt2_m.jpg) no-repeat;
	background-size: cover;
}
#info3 {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/img_txt3_m.jpg) no-repeat;
	background-size: cover;
}


.dropdown-menu {
	width:100%;
}
ul.qlink {
	position: fixed;
	top: 50%;
	margin-top: -297px;
	left: -19px;
	z-index: 199;
}
ul.qlink li+li { margin-top: -60px; }
#audio {
	position: relative;
	bottom: 46px;
	right: -70px;
	z-index: 125;
	width: auto;
}
.navBg {
	position: absolute;
	z-index: 9999;
	width: 400px;
	top: 15px;
	left: 50%;
	margin-left: -241px;
	transform: scale(0.4);
}
ul.navBg li {
	position: absolute;
	left: 0;
	top: 17px;
}
ul.navBg li+li {
	position: absolute;
	left: 144px;
	top: inherit;
}
ul.navBg li+li+li {
	position: absolute;
	left: 287px;
	top: inherit;
}
ul.navBg li+li+li+li {
	position: absolute;
	left: 427px;
	top: inherit;
}
#roleBg .roleItem .a1,
#roleBg .roleItem .a2,
#roleBg .roleItem .a4 {
	left: 50%;
	margin-left: -353px;
	top: 50%;
	margin-top: -425px;
	transform: scale(0.7);
}
#roleBg .roleItem .a3 {
	left: 50%;
	margin-left: -428px;
	top: 50%;
	margin-top: -422px;
	transform: scale(0.7);
}
.pop{ display: none; }
.pop .btn_download { display: none; }
.pop .btn_register {
	height: 78px;
	width: 265px;
	margin-left: -86px;
	transform: scale(0.7);
}
.fb {
	right: 18vw;
	display: block;
}
.navbar-brand { display: block; }
.home,
#controller,
.drawing { display: none; }
.footer {
	background: url(../images/footer_m.png) center top no-repeat;
	background-size: 75%;
	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 ul.tabs {
	padding-left: 1.5vw;
	overflow: hidden;
	padding-top: 18px;
}
.abgne_tab .abgne_tab ul.tabs li {
	margin-right: 1vw;
	margin-bottom: 20vh;
}
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: 54vh;
	background-repeat: no-repeat;
	background-size: cover;
}
#section-1 {
	height: 54vh;
	background-image:none;
	background-image: url(../images/section_m_1.jpg);
	background-size: cover;
}
#section-1 .container{ height:100%;}
#section-2 {
	background-image: url(../images/section_m_2.jpg);
	height: 44vh;
	background-size: cover;
}
#section-3 {
	background-image: url(../images/section_m_3.jpg);
	height: 60vh;
	background-size: cover;
}
.btn-area {
	left: 4vw;
	top: 31vh;
	width: 54vw;
	margin-left: auto;
}
.video {
	position: absolute;
	left: 7vw;
	top: 21vh;
	width: 52vw;
	margin: auto;
	z-index: 1;
}
}
@media (max-width: 480px) {
.footer { }
}
@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; }
}
