@font-face {
    font-family: Din;
    src: url("fonts/DIN-Regular.otf") format("opentype");
}
@font-face {
    font-family: Din;
    src: url("fonts/DIN-Bold.otf") format("opentype");
	font-weight:bold;
}
html{
	font-family: Helvetica,Arial,Apple LiGothic Medium,微軟正黑體, "Microsoft JhengHei",Sans-serif;
	background-color:#000;
	color:#16216a;
	    position: inherit;
}
.tc{
	font-family: Apple LiGothic Medium,微軟正黑體,Helvetica,Arial, "Microsoft JhengHei",Sans-serif;
}
*{
	box-sizing: border-box;
	background-repeat:no-repeat;
	-webkit-font-smoothing: subpixel-antialiased;
	
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	font-family:Times New Roman,微軟正黑體, "Microsoft JhengHei",Sans-serif;
}
a, a *{
	cursor:pointer;
	transition: background-color 0.5s,opacity 0.5s,border-color 0.5s,padding 0.5s,margin 0.5s,width 0.5s,height 0.5s,transform 0.5s;
	text-decoration:none;
	color:#FFF;
}
.title{
    text-transform: uppercase;
}
/*
@font-face {
    font-family: 'MHeiHK-Xbold-Roman';
    src: url('MHeiHK-Xbold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
*/
.tc{
    font-family: 'MHeiHK-Xbold-Roman';
    font-family: 微軟正黑體, "Microsoft JhengHei",Sans-serif;
	font-weight:900;
}
#template{
	display: none !important;
}
/*-----------*/
#page1,#page1bg{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
}
#page1bg>div{
	top:0;
	width:100%;
	height:100%;
}
.section{
	float:left;
	position:relative;
}
.section,.section .bg,.blackmask{
	width:100%;
	height:100%;
}
.section .bg,.section .blackmask{
	position:absolute;
	transition:opacity 1.5s 0.5s;
}
.section .blackmask{
	background-color:rgba(0,0,0,0.64);
	opacity:0;
}
.section .bg{
	background-size:cover;
	background-position:center center;
}

.section .title{
	font-size:28px;
	    bottom: 90px;
    left: 36px;
	position:absolute;
}
.section .title .tc{
	font-size:30px;
	    margin-bottom: -14px;
}
.section .title .titleLogo{
	width:110px;
	margin-left: 7px;
}

.btn_readmore{
	width:124px;
	height:44px;
	border:1px solid #FFF;
	padding:14px 9px;
	display:block;
	margin-top: 6px;
	position:relative;
}
.btn_readmore .text{
	display:inline-block;
	position:absolute;
	top: 13px;
    left: 24px;
}
.btn_readmore .arrow{
	    background-image: url(images/button/arrow.png);
    height: 100%;
    width: 25px;
    background-size: contain;
    display: inline-block;
    background-position: center center;
	position:absolute;
	top:0px;
	right:9px;
}
.btn_readmore .bg{
	position:absolute;
	top:0;
	left:0;
	transition:width 0.5s;
	background-color:#3ea9a7;
	height:100%;
	width:0;
}
.btn_readmore:hover .bg{
	width:100%;
}

#page1bg .section.active .blackmask{
	opacity:1;
	
}

/*-----------*/
#btn_share{
	width:57px;
	height:57px;
	background-image:url(images/button/btn_share.png);
	left:-3px;
	bottom:-3px;
	position: absolute;
	position:fixed;
	background-size:cover;
	z-index:10;
}
#scroll{
	position:absolute;
	left:50%;
	bottom:0;
	bottom:-18px;
}
#scroll p{
	position:absolute;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	width:140px;
	left:-70px;
	bottom:46px;
	font-weight:bold;
	font-family:Times New Roman;
}
#scroll .line{
	width:1px;
	height:36px;
	    top: -36px;
	    top: -44px;
	position:absolute;
	background-color:#FFF;
    animation-name: scroll_line;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
@keyframes scroll_line {
    0%   {height:1px}
    100% {height:36px}
}
#page0{
	width:100%;
	height:100vh;
	min-height:550px;
	
}
.page{
	position:absolute;
	top:0;
	/*
	*/
	background-size:cover;
	background-position:center center;
}
#page{
	position:absolute;
	right:20px;
	bottom:16px;
	color:#FFF;
	text-align:right;
}
#page1 .c8_logo{
	width:113px;
	left:23px;
	top:18px;
	position:absolute;
}
#menu_bar{
	/*16 9 5 86*/
	position:absolute;
	right:35px;
	top:130px;
	height:322px;
	border-right:1px solid #FFF;
    box-shadow: 0px 0px 10px #000;
}
#menu_bar a{
	height:64px;
	position:relative;
	display:block;
}
#menu_bar a .dot{
	position:absolute;
	left: -3px;
    border-radius: 3px;
    width: 7px;
    height: 7px;
	background-color:#3ea9a7;
	
	transition: background-color 0.5s;
}
#menu_bar a .circle{
	position:absolute;
	left: -3px;
	top:0px;
    border-radius: 3px;
    width: 7px;
    height: 7px;
	
	transition: background-color 0.5s,left 0.5s,border-color 0.5s,top 0.5s,width 0.5s,height 0.5s,border-radius 0.5s;
}
#menu_bar a .text{
    position: absolute;
    left: -126px;
    top: -10px;
    text-align: right;
    width: 100px;
	font-size:12.5px;
	transition: color 0.5s;
}
#menu_bar a .text .tc{
	font-size:15px;
	margin-bottom: -3px;
	transition: color 0.5s;
}

#menu_bar a.active .text .tc{
	color:#2fa4a2;
}
#menu_bar a.active .text{
	color:#2fa4a2;
}
#menu_bar a.active .dot{
	background-color:#2fa4a2;
}
#menu_bar a.active .circle{
	position: absolute;
    left: -14px;
    border: 1px solid #2fa4a2;
    width: 29px;
    height: 29px;
    border-radius: 15px;
    top: -11px;
    animation-name: active_circle;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes active_circle {
    0%   {transform:scale(1)}
    50%  {transform:scale(1.1)}
    100% {transform:scale(1)}
}
#menu_bar .c8{
	width:60px;
	height:18px;
	display:inline-block;
	position: relative;
    margin-left: 4px;
}
#menu_bar .c8 img{
	position:absolute;
	width:100%;
	left:0;
}
#menu_bar a .c8 .whiteLogo{
	opacity:1;
	transition: opacity 0.5s;
}
#menu_bar a.active .c8 .whiteLogo{
	opacity:0;
}
#menu_bar a .c8 .activeLogo{
	opacity:0;
	transition: opacity 0.5s;
}
#menu_bar a.active .c8 .activeLogo{
	opacity:1;
}
/*-----------*/
#page0 .emperor_logo{
	position:absolute;
	left:15px;
	top:15px;
	width:185px;
}
#page0 .title{
	font-size:28px;
	color:#ffffff;
	text-shadow:0px 0px 20px rgba(0,0,0,0.8);
	
	left:32px;
	position:absolute;
	
	left: -8px;
    width: 100%;
	
	/*bottom:8px;*/
    width: 90%;
}

#page0 .c8_logo{
	display:block;
	position:absolute;
}
/*-----------*/
#page0 .bgs,#page0 .bgs *{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#page0 .bgs .bg{
	opacity:0;
	background-position:center center;
	background-size:cover;
	transition:opacity 1s;
}
#page0 .bgs .active{
	opacity:1;
}
#page0 .bgs .black{
	background-color:#000;
	opacity:0.65;
}


#share_panel{
	position:fixed;
	z-index:1000;
	top:0;
	width:100%;
	height:100%;
	display:none;
}
#share_panel .inner p{
	font-size:20px;
	color:#3ea9a7;
	margin-bottom:20px;
}
#share_panel .inner{
	background-color:rgba(0,0,0,0.85);
	color:#FFF;
	width:300px;
	height:225px;
	margin:calc(50vh - 120px) auto 0 auto;
	padding:20px;
	position:relative;
}
#share_panel .inner table td{
	text-align:center;
}
#share_panel .inner .num{
	width:30px;
	vertical-align:top;
	text-align:left;
	color:#3ea9a7;
}
#share_panel .inner input{
	width:100%;
	color:#3ea9a7;
}
#btn_copy_link{
    margin-bottom: 18px;
	display:inline-block;
}
#share_panel .inner .btn_shares a{
	width:20px;
	background-size:cover;
	width:45px;
	height:45px;
	display:inline-block;
	margin:0 10px;
}
#share_panel .inner table>tr>td{
	text-align:center;
}
#share_panel .btn_whatsapp{
	background-image:url(images/button/btn_whatsapp.png);
}
#share_panel .btn_wechat{
	background-image:url(images/button/btn_wechat.png);
}
#share_panel .btn_fb{
	background-image:url(images/button/btn_fb.png);
}

html.lock{
	overflow: hidden;
}
html.lock body {
    overflow: hidden;
}

html.lock #menu_bg .exitarea {
	position:fixed;
	top:0;
	width:100vw;
	height:100vh;
}
html.lock #menu_bar {
    position: fixed;
}
html.lock #menu_bg {
    position: fixed;
}

.zoom{
	background-image:url(images/button/btn_zoom.png);
	opacity:0.7;
	background-size:contain;
}

.btn_close{
	position:absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
	background-image:url(images/button/btn_close.png);
	background-size:contain;
}

.tnc{
	padding:20px;
	color:#FFF;
	background-color:#000;
	width:100%;
	padding:36px 40px 50px 40px;
}
.tnc p{
	margin-bottom:20px;
	font-size:13px;
}
.tnc .qr{
	width:110px;
	height:110px;
	margin: 0 auto;
    display: block;
}
.tnc .title{
	font-size:26px;
	text-align:center;
}
body{
	/*position:fixed;
	top:0;*/
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	position:relative;
}
#autoH{
	    position: relative;
	min-height:500px;
	width:100%;
	overflow: hidden;
	    /*overflow: hidden;*/
}
#btn_back{
	width:57px;
	height:57px;
	background-image:url(images/button/btn_back.png);
	background-size:contain;
	position:absolute;
	position:fixed;
	top:0;
	z-index:10;
	
}
#menu_bar{
	position:absolute;
	z-index:100;
}
#menu_bg{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	display:none;
	z-index:90;
}
#menu_bg .bg{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-color:rgba(0,0,0,0.9);
}
#btn_menu{
	z-index:100;
	width:76px;
	height:76px;
	background-image:url(images/button/btn_menu.png);
	background-size:38px;
	background-position:center;
	position:fixed;
	top:0;
	right:0;
}
.brbox{
	text-align:center;
}

#lightbox{
	position:fixed;
	background:rgba(0,0,0,0.85);
	top:0;
	width:100%;
	height:100%;
	display:none;
	z-index:200;
}
#lightbox .caption{
	position:absolute;
	text-align:center;
	bottom:20px;
	color:#FFF;
	width: 100%;
}
#lightbox .img,#lightbox .img_m{
	position:absolute;
	top:0;
	width:100%;
	height:calc(100% - 34px);
	background-size:contain;
	background-position:center center;
}
#lightbox .img_l{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-size:contain;
	background-position:right center;
}
#lightbox .img_r{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-size:contain;
	background-position:left center;
}
#lightbox .btn_zoom {
    background-image: url(images/button/btn_zoom.png);
    opacity: 0.7;
    background-size: contain;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
}

	.tnc p {
		font-family: 微軟正黑體, "Microsoft JhengHei",Sans-serif;
		font-weight:normal;
	}

@media screen and (max-width: 767px) {
	.desktop{
		display: none !important;
	}
	.btn_readmore{
		background-color:#3ea9a7;
	}
	.tnc .title {
		font-size: 16px;padding: 20px 10px;}
	.tnc{
		padding:5px;
		margin-bottom: 44px;
		
	}
	.tnc p {
		margin-bottom: -5px;
	}
	#autoH{
		height:100vh;
	}
	#page0 .c8_logo{
		top: 16px;
		right: 16px;
		width: calc(100% - 230px);
		max-width: 130px;
	}
	#page0 .title{
		top: calc(100% - 170px);
	}
	.desktop{
		display:none !important;
	}
}
@media screen and (min-width: 768px) {
	.mobile{
		display: none !important;
	}
	#menu_bg .bg{
		width:300px;
	}
	#lightbox .img,#lightbox .img_m{
		top: 45px;
		height: calc(100% - 105px);
		left: 5vw;
		width: 90vw;
	}
	.mobile{
		display:none !important;
	}
	*{
		font-size:17px;
	}
	#page0{
		height:100vh;
		min-height:730px;
	}
	#page0 .emperor_logo{
		width:282px;
		left:33px;
		top:27px;
	}
	#page0 .c8_logo {
		width: 571px;
	}
	#page0 .title {
		font-size: 68px;
	}
	#scroll p {
		font-size: 17px;
	}
	#btn_share {
		width: 87px;
		height: 87px;
	}
	#menu_bar{
		top:150px;
	}
	#menu_bar a .text .tc {
		font-size: 17px;
		letter-spacing: 3px;
		margin-bottom:-2px;
	}
	#menu_bar a .text{
		font-size: 16px;
		width: 150px;
		    left: -167px;
    top: -18px;
		    letter-spacing: 1px;
	}
	#menu_bar .c8 {
		width: 86px;
		height: 25px;
	}
	#menu_bar a {
		height: 115px;
	}
	#menu_bar {
		right: 75px;
		height: 577px;
	}
	.btn_close {
		right: 20px;
		top: 20px;
		width: 40px;
		height: 40px;
	}
	#page0 .title{
		width:883px;
		bottom: calc(0vh + 30px);
		left:0;
	}
	#page0 .c8_logo{
		left: calc(50vw - 280px);
		top:116px;
	}
	
	.btn_readmore {
		width: 148px;
		height: 55px;
	}
	#share_panel .inner {
		width: 400px;
		height: 255px;
	}
	.btn_close {
		width: 30px;
		height: 30px;
	}
	.brbox{
		font-size:14px;
	}
	
}