* {
  text-decoration: none;
  list-style: none;
  outline: none;
}
body {
  overflow-x: hidden;
  width: 100%;
  font-family: "Noto Sans TC", Microsoft JhengHei, Impact;
  margin: 0 auto;
  background: #FFF;
}
a {
  color: #fff;
  transition: .3s all;
}
p {
  color: #333;
  line-height: 2rem;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
button:hover, .fb_event:hover {
  filter: brightness(1.2);
  transition: 0.5s all;
}
h4 {
    font-size: 22px;
    line-height: 2;
    text-align: center;
}

header {
	width: 100%;
	top: 0;
	height: 80px;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	background: #ffffffa7;
	position: fixed;
	z-index: 99;
}
.iconBox {
    width: 540px;
    height: 80px;
    display: flex;
    justify-content: space-evenly;
    right: 30px;
    position: absolute;
    align-items: center;
}

.iconBox a {
    width: 100%;
    height: 80px;
    text-indent: -9999px;
}
.btn_billing {
	background: url(../images/btn_billing.png) no-repeat;
}
.btn_download {
	background: url(../images/btn_download.png) no-repeat;
}
.btn_member {
	background: url(../images/btn_member.png) no-repeat;
}
.btn_billing:hover {
	background: url(../images/btn_billing_on.png) no-repeat;
}
.btn_download:hover {
	background: url(../images/btn_download_on.png) no-repeat;
}
.btn_member:hover {
	background: url(../images/btn_member_on.png) no-repeat;
}
.fb_event {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu {
    height: 95px;
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
    margin-top: 70px;
}
.menu a {
	width: 339px;
	height: 95px;
	text-indent: -9999px;
	display: block;
	margin: 0 50px;
}
.btn01 {
	background: url(../images/btn01.png) no-repeat;
}
.btn02 {
	background: url(../images/btn02.png) no-repeat;
}
.btn03 {
	background: url(../images/btn03.png) no-repeat;
}
.btn01:hover {
	background: url(../images/btn01_on.png) no-repeat;
}
.btn02:hover {
	background: url(../images/btn02_on.png) no-repeat;
}
.btn03:hover {
	background: url(../images/btn03_on.png) no-repeat;
}
.section {
    width: 100%;
    height: 100%;
	min-height: 960px;
	background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
#home {
	height: 1200px;
	background: url(../images/bg.png) no-repeat;
	margin-bottom: -300px;
}
#evt01 {
	background: url(../images/evt01/bg.png) no-repeat;
}
#evt02 {
	background: url(../images/evt02/bg.png) center center no-repeat;
	background-size: cover;
}
#evt03 {
	background: url(../images/evt03/bg.png) no-repeat;
}
.wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.content {
	text-align: center;
}
#evt01 .wrap {
	padding-top: 136px;
}
.box {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#evt01 .box {
	width: 736px;
	height: 405px;
	background: url(../images/evt01/box.png) no-repeat;
}
#evt02 .box {
	width: 880px;
	height: 735px;
	background: url(../images/evt02/box.png) no-repeat;
}
#evt02 .img {
    margin-bottom: -75px;
    margin-right: 40px;
}
#evt03 .box {
	width: 908px;
	height: 374px;
	background: url(../images/evt03/box.png) no-repeat;
}
#evt03 .title {
	margin-bottom: 20px;
}
#evt03 .img {
    margin-bottom: -5px;
}
.box p {
	margin: 5px auto;
}
/*----Table----*/
.table {
    width: 90%;
    margin: 10px auto;
}
table {
	width: 100%;
	border: 1px solid #000;
}
.table th {
	color: #FFF;
	background: #302F57;
	line-height: 50px;
}
.table td {
    border: 1px solid #000;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 32px;
}
.table tr:nth-child(even) td:first-child {
	font-size: 21px;
}
/*----footer----*/
footer {
    position: relative;
    bottom: 0;
    left: 0;
    background-size: contain;
    background: #FFF;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    color: #333;
    width: 100%;
    letter-spacing: 1px;
}

footer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.footerbox {
    width: 80%;
    min-width: 1370px;
    font-size: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.logoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoBox .digeam {
    background: url(../images/footer/digeam.png);
    width: 288px;
    height: 69px;
}

.logoBox .wemade {
    background: url(../images/footer/wemademax.png) no-repeat;
    background-size: contain;
    width: 288px;
    height: 69px;
}

.spec {
    width: 460px;
    line-height: 28px;
    font-size: 14px
}

.spec a {
    color: #F58244;
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px
}

.spec a:hover {
    color: #ffc23a;
}

.spec p {
    color: #333;
}

.classlavel {
    width: 30%;
    display: flex;
    justify-content: center;
    font-size: 14px
}

.classlavel .icon {
    background: url(../images/footer/icon15.png);
    width: 74px;
    height: 74px;
}

.classlavel ul li {
    color: #333;
    line-height: 18px;
    padding-left: 10px;
}

/*-----scrollbar-----*/
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-thumb {
  background: #4a98db;
}

::-webkit-scrollbar-track {
  background: #1f4f79;
}



/*----Mobile----*/
@media screen and (max-width: 800px) {
	.menu {
		scale: 0.8;
	}
	.menu a {
		margin: 0;
	}
	.iconBox {
		width: 240px;
		scale: 0.8;
	}
	.iconBox a {
		width: 80px;
		height: 80px;
		text-indent: -9999px;
		background-position: center;
	}
	.btn_billing:hover {
		background: url(../images/btn_billing.png) no-repeat;
		background-position: center;
	}
	.btn_download:hover {
		background: url(../images/btn_download.png) no-repeat;
		background-position: center;
	}
	.btn_member:hover {
		background: url(../images/btn_member.png) no-repeat;
		background-position: center;
	}

	img {
		max-width: 100%;
	}
	#home {
		margin-bottom: -290px;
	}
	.slogan {
        width: 90%;
        margin-top: 10%;
    }
	.img, .fb_event {
		display: none;
	}
	.box {
        scale: 0.85;
    }
	.fb_event {
		bottom: 0;
	}
	.footerbox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
	}
	.footerbox > div {
		margin: 5px;
	}
	.copyright, .spec p {
	    text-align: center;
	}
	.copyright p {
		text-align: left;
	}
	.classlavel {
		width: auto;
	}
}