﻿@import "notosanstc.css";
body {
	font-family: noto sans tc!important;
	background-color: #000!important;
	
	padding: 0;
	margin: 0;
	min-width: 1400px;
	height:600px;
	
}
* {
	box-sizing: border-box
}
button {
	font-family: noto sans tc!important
}
.wrap {
	
	width: 100%;
	height: 100%;
	background-color: #000;
}
canvas {
	display: block;
	vertical-align: bottom
}
section.p1 {
	position: relative;
	width: 100%;
	height: 950px;
	overflow: hidden
}
.webp #gotowinterp {
	position: absolute;
	display: block;
	width: 88px;
	height: 31px;
	background: url(img/s123.gif) no-repeat center;
	top: 2%;
	right: 10px;
	transform: translateY(-50%);
	z-index: 100;
	padding-top: 10px;
	transition: .6s linear
}
.no-webp #gotowinterp {
	position: absolute;
	display: block;
	width: 182px;
	height: 199px;
	background: url(../images/winterpbtn.png) no-repeat center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 100;
	padding-top: 10px;
	transition: .6s linear
}
#gotowinterp:hover {
	transform: translateY(-51%);
	animation: shake .5s linear infinite
}
@keyframes shake {
0% {
transform:translateX(0px) translateY(-50%)
}
20% {
transform:translateX(4px) translateY(-51%)
}
40% {
transform:translateX(-4px) translateY(-51%)
}
60% {
transform:translateX(0px) translateY(-51%)
}
80% {
transform:translateX(4px) translateY(-51%)
}
100% {
transform:translateX(0px) translateY(-50%)
}
}
.webp .logo {
	position: relative;
	display: block;
	width: 600px;
	height: 321px;
	
	
	z-index: 10
}
.no-webp .logo {
	position: relative;
	display: block;
	width: 320px;
	height: 201px;
	background: url(../images/logo.png) no-repeat center;
	margin: 0 auto;
	z-index: 10
}
.tree {
    width: 500px;
    height: 392px;
    position: relative;
    top: -46%;
    left: 0%;
    z-index: 2;
    background-image: url(img/tree.png);
    background-repeat: no-repeat;
    margin-left: 0vw;
    z-index: 9;
}
.tt {
    width: 768px;
    height: 310px;
    position: absolute;
    top: 450px;
    left: 530px;
	margin:0 auto;
    z-index: 3;
    background-image: url(img/tt.png);
    background-repeat: no-repeat;
}


.obt-title {
	position: relative;
	display: block;
	margin: 325px auto 0;
	z-index: 10
}
ul.p1-nav {
	position: relative;
	list-style: none;
	width: 1240px;
	height: 120px;
	margin: 450px auto 0;
	padding: 0;
	z-index: 10
}
ul.p1-nav li {
	position: relative;
	width: 300px;
	height: 120px;
	margin: 0 5px;
	float: left
}
.webp ul.p1-nav li:nth-child(1) a {
	background: url(img/p1btn-4.png) no-repeat center
}
.webp ul.p1-nav li:nth-child(2) a {
	background: url(img/p1btn-1.png) no-repeat center
}
.webp ul.p1-nav li:nth-child(3) a {
	background: url(img/p1btn-5.png) no-repeat center
}
.webp ul.p1-nav li:nth-child(4) a {
	background: url(img/p1btn-3.png) no-repeat center
}
.no-webp ul.p1-nav li:nth-child(1) a {
	background: url(img/p1btn-4.png) no-repeat center
}
.no-webp ul.p1-nav li:nth-child(2) a {
	background: url(img/p1btn-1.png) no-repeat center
}
.no-webp ul.p1-nav li:nth-child(3) a {
	background: url(img/p1btn-5.png) no-repeat center
}
.no-webp ul.p1-nav li:nth-child(4) a {
	background: url(img/p1btn-3.png) no-repeat center
}
ul.p1-nav li a {
	position: relative;
	display: block;
	width: 300px;
	height: 120px;
	line-height: 118px;
	text-decoration: none;
	text-align: center;
	color: #ffe3c7;
	font-size: 24px;
	font-weight: 500;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s linear
}
ul.p1-nav li a:hover {
	filter: brightness(125%);
	-webkit-filter: brightness(125%);
	transform: translateY(-5px)
}
#obt-v {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
	
}
.scrolldown {
	position: relative;
	display: block;
	margin: 50px auto 0;
	animation: arrow 1.2s ease-in-out infinite
}
@keyframes arrow {
0% {
transform:translateY(0px)
}
50% {
transform:translateY(-20px)
}
100% {
transform:translateY(0px)
}
}
section.p2 {
	position: relative;
	width: 100%;
	height: 1020px;
	overflow: hidden;
	margin-top: -36px;
	padding-top: 120px;
	overflow: hidden
}
.webp .p2bg {
	position: absolute;
	width: 100%;
	height: 1020px;
	top: 0;
	left: 0;
	background: url(../images/p2bg.webp) no-repeat center;
	animation: p2bg 7s linear infinite
}
.no-webp .p2bg {
	position: absolute;
	width: 100%;
	height: 1020px;
	top: 0;
	left: 0;
	background: url(img/p2bg.jpg) no-repeat center;
	animation: p2bg 7s linear infinite
}
@keyframes p2bg {
0% {
filter:contrast(100%)brightness(100%);
-webkit-filter:contrast(100%)brightness(100%)
}
25% {
filter:contrast(130%)brightness(70%);
-webkit-filter:contrast(130%)brightness(70%)
}
50% {
filter:contrast(100%)brightness(100%);
-webkit-filter:contrast(100%)brightness(100%)
}
75% {
filter:contrast(150%)brightness(120%);
-webkit-filter:contrast(150%)brightness(120%)
}
100% {
filter:contrast(100%)brightness(100%);
-webkit-filter:contrast(100%)brightness(100%)
}
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}
.webp .p2container {
	position: relative;
	width: 1062px;
	height: 820px;
	margin: 0 auto;
	background: url(../images/paperbg.webp) no-repeat center;
	z-index: 10
}
.webp .p2container:before {
	content: '';
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	width: 1140px;
	height: 195px;
	background: url(../images/topborder.webp) no-repeat top center;
	z-index: 100
}
.webp .p2container:after {
	content: '';
	position: absolute;
	bottom: -165px;
	left: 50%;
	transform: translateX(-50%);
	width: 1134px;
	height: 205px;
	background: url(../images/btmborder.webp) no-repeat center;
	z-index: 100
}
.no-webp .p2container {
	position: relative;
	width: 1062px;
	height: 820px;
	margin: 0 auto;
	background: url(../images/paperbg.jpg) no-repeat center;
	z-index: 10
}
.no-webp .p2container:before {
	content: '';
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	width: 1140px;
	height: 195px;
	background: url(../images/topborder.png) no-repeat top center;
	z-index: 100
}
.no-webp .p2container:after {
	content: '';
	position: absolute;
	bottom: -165px;
	left: 50%;
	transform: translateX(-50%);
	width: 1134px;
	height: 205px;
	background: url(../images/btmborder.png) no-repeat center;
	z-index: 100
}
ul.p2etab {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: 820px;
	list-style: none;
	padding: 0;
	margin: 0
}
ul.p2etab li {
	position: relative;
	width: 177px;
	height: 820px;
	background-color: rgba(0,0,0,.2);
	transition: .3s linear
}
ul.p2etab li:hover {
	background-color: transparent
}
ul.p2etab li a {
	position: relative;
	display: block;
	width: 150px;
	height: 730px;
	margin: 45px auto;
	border: 1px solid rgba(255,255,255,.2);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-position-y: 145px
}
.webp .etab-1 a {
	background: url(../images/etab-1.webp) no-repeat center
}
.webp .etab-2 a {
	background: url(../images/etab-2.webp) no-repeat center
}
.webp .etab-3 a {
	background: url(../images/etab-3.webp) no-repeat center
}
.webp .etab-4 a {
	background: url(../images/etab-4.webp) no-repeat center
}
.webp .etab-5 a {
	background: url(../images/etab-5.webp) no-repeat center
}
.webp .etab-6 a {
	background: url(../images/etab-6.webp) no-repeat center
}
.webp .etab-7 a {
	background: url(../images/etab-7.webp) no-repeat center
}
.no-webp .etab-1 a {
	background: url(../images/etab-1.png) no-repeat center
}
.no-webp .etab-2 a {
	background: url(../images/etab-2.png) no-repeat center
}
.no-webp .etab-3 a {
	background: url(../images/etab-3.png) no-repeat center
}
.no-webp .etab-4 a {
	background: url(../images/etab-4.png) no-repeat center
}
.no-webp .etab-5 a {
	background: url(../images/etab-5.png) no-repeat center
}
.no-webp .etab-6 a {
	background: url(../images/etab-6.png) no-repeat center
}
.no-webp .etab-7 a {
	background: url(../images/etab-7.png) no-repeat center
}
.webp .p2lightbox {
	display: none;
	position: absolute;
	width: 100%;
	height: 820px;
	padding: 85px 0;
	top: 0;
	left: 0;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center;
	background: url(../images/boxbg.webp);
	background-position: 0 0 0 0;
	animation: boxbg-2 .3s linear .1s forwards;
-webkit-animation:animation:boxbg-2 0.3s linear 0.1s forwards;
-moz-animation:animation:boxbg-2 0.3s linear 0.1s forwards;
-o-animation:animation:boxbg-2 0.3s linear 0.1s forwards;
-ms-animation:animation:boxbg-2 0.3s linear 0.1s forwards
}
.no-webp .p2lightbox {
	display: none;
	position: absolute;
	width: 100%;
	height: 820px;
	padding: 85px 0;
	top: 0;
	left: 0;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center;
	background: url(../images/boxbg.png);
	background-position: 0 0 0 0;
	animation: boxbg-2 .3s linear .1s forwards;
-webkit-animation:animation:boxbg-2 0.3s linear 0.1s forwards;
-moz-animation:animation:boxbg-2 0.3s linear 0.1s forwards;
-o-animation:animation:boxbg-2 0.3s linear 0.1s forwards;
-ms-animation:animation:boxbg-2 0.3s linear 0.1s forwards
}
@keyframes boxbgp {
0% {
background:url(../images/boxbg-1.webp)
}
20% {
background:url(../images/boxbg-2.webp)
}
40% {
background:url(../images/boxbg-3.webp)
}
60% {
background:url(../images/boxbg-4.webp)
}
80% {
background:url(../images/boxbg-5.webp)
}
100% {
background:url(../images/boxbg-6.webp)
}
}
@keyframes boxbg {
0% {
background:url(../images/boxbg-1.png)
}
20% {
background:url(../images/boxbg-2.png)
}
40% {
background:url(../images/boxbg-3.png)
}
60% {
background:url(../images/boxbg-4.png)
}
80% {
background:url(../images/boxbg-5.png)
}
100% {
background:url(../images/boxbg-6.png)
}
}
@keyframes boxbg-2 {
0% {
background-position:0 0
}
19.9% {
background-position:0 0
}
20% {
background-position:0 -820px
}
39.9% {
background-position:0 -820px
}
40% {
background-position:0 -1640px
}
59.9% {
background-position:0 -1640px
}
60% {
background-position:0 -2460px
}
79.9% {
background-position:0 -2460px
}
80% {
background-position:0 -3280px
}
99.9% {
background-position:0 -3280px
}
100% {
background-position:0 -4100px
}
}
.webp .closelb {
	position: absolute;
	right: 15px;
	top: 55px;
	width: 26px;
	height: 27px;
	background: url(../images/close.webp) no-repeat center;
	z-index: 50;
	cursor: pointer;
	border: none;
	outline: none
}
.no-webp .closelb {
	position: absolute;
	right: 15px;
	top: 55px;
	width: 26px;
	height: 27px;
	background: url(../images/close.png) no-repeat center;
	z-index: 50;
	cursor: pointer;
	border: none;
	outline: none
}
.event-container {
	position: relative;
	width: 100%;
	height: 100%;
	animation: e-con .6s linear .4s forwards;
	opacity: 0
}
@keyframes e-con {
0% {
opacity:0
}
100% {
opacity:1
}
}
.event-content {
	display: none;
	position: relative;
	width: 100%;
	height: 100%
}
.event-content.active {
	display: block;
	animation: e-con ease-in-out .4s forwards
}
.event-content img {
	position: relative;
	display: block;
	margin: 0 auto
}
.event-content h1 {
	position: relative;
	margin: 0;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 4px
}
.yl {
	color: #ffb71b!important
}
.bold {
	font-weight: 500!important
}
p.e-intro {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px
}
.event-content hr {
	color: #fff;
	background-color: #fff;
	width: 920px;
	margin: 25px auto 40px
}
.e-con-scroll {
	position: relative;
	width: 100%;
	height: 470px;
	overflow-y: scroll;
	padding: 0 58px 0 72px
}
.e-con-scroll::-webkit-scrollbar {
width:20px;
background-color:rgba(0,0,0,.2)
}
.e-con-scroll::-webkit-scrollbar-track {
}
.e-con-scroll::-webkit-scrollbar-thumb {
background-color:#896e51;
transition:.3s linear
}
.e-con-scroll::-webkit-scrollbar-thumb:hover {
background-color:#bf9d79
}
.event-content p {
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	counter-increment: item;
	margin-top: 0;
	margin-bottom: 10px
}
.event-content table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ad8e72;
	margin: 10px 0
}
.th-title th {
	text-align: center!important;
	background-color: #4e3508!important
}
.event-content table th {
	position: relative;
	border: 1px solid #ad8e72;
	background-color: #a87316;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	padding: 5px 15px;
	color: #fff
}
.event-content table td {
	position: relative;
	border: 1px solid #ad8e72;
	background-color: rgba(255,255,255,.15);
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 15px;
	color: #fff
}
.twoforone td {
	background-color: rgba(73,42,42,.15)!important
}
.red {
	color: #ff4223!important
}
.event-content ol {
	position: relative;
	width: 100%;
	margin: 5px auto;
	padding-left: 25px
}
.event-content ol li {
	position: relative;
	text-align: left;
	color: #c7b696;
	font-size: 14px;
	margin: 5px 0 0
}
.event-content ol li a {
	color: #ffd991!important
}
.webp .p2tab-prev {
	position: absolute;
	left: 72px;
	top: 145px;
	z-index: 50;
	width: 23px;
	height: 40px;
	background: url(../images/arrow-left.webp) no-repeat center;
	transition: .3s linear;
	outline: none;
	border: none;
	display: block;
	cursor: pointer;
	animation: e-con ease-in-out .8s forwards
}
.webp .p2tab-next {
	position: absolute;
	right: 72px;
	top: 145px;
	z-index: 50;
	width: 23px;
	height: 40px;
	background: url(../images/arrow-right.webp) no-repeat center;
	transition: .3s linear;
	outline: none;
	border: none;
	display: block;
	cursor: pointer;
	animation: e-con ease-in-out .8s forwards
}
.no-webp .p2tab-prev {
	position: absolute;
	left: 72px;
	top: 145px;
	z-index: 50;
	width: 23px;
	height: 40px;
	background: url(../images/arrow-left.png) no-repeat center;
	transition: .3s linear;
	outline: none;
	border: none;
	display: block;
	cursor: pointer;
	animation: e-con ease-in-out .8s forwards
}
.no-webp .p2tab-next {
	position: absolute;
	right: 72px;
	top: 145px;
	z-index: 50;
	width: 23px;
	height: 40px;
	background: url(../images/arrow-right.png) no-repeat center;
	transition: .3s linear;
	outline: none;
	border: none;
	display: block;
	cursor: pointer;
	animation: e-con ease-in-out .8s forwards
}
.footer {
	position: relative;
	background-color: #000;
	width: 100%;
	height: 100px;
	font-size: 12px;
	z-index: 1;
	bottom: 0;
	min-width: 1400px
}
.footer .footerwrap {
	width: 1000px;
	padding: 20px 0;
	margin: 0 auto;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.webp .digeam {
	background: url(../images/digeamlogo.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 133px;
	height: 32px;
	text-indent: -9999px;
	display: block
}
.webp .joymax {
	background: url(../images/joymax.webp);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 31px;
	text-indent: -9999px;
	display: block
}
.no-webp .digeam {
	background: url(../images/digeamlogo.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 133px;
	height: 32px;
	text-indent: -9999px;
	display: block
}
.no-webp .joymax {
	background: url(../images/joymax.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 31px;
	text-indent: -9999px;
	display: block
}
.DGcopy a {
	color: #e5be7b
}
.DGcopy a:hover {
	color: #fff
}
.grade {
	width: 325px;
	display: flex;
	justify-content: space-between
}
.grade>ul {
	padding: 0;
	margin: 0;
	list-style: none
}
