html,body{
	font-family: "微軟正黑體";
	font-size:12px;
	height:100%;
	width:100%;
	color:#999999;
	background:#1E1E1E;
	}
	
body{
	overflow-x:hidden
	}

.mask {
		background-color:#FFF;
		width:100%;
		height:100%;
		position:fixed;
		z-index:100000;
	  }
#loader {
		background:url(../images/newave-loading.gif) center center no-repeat;
		height: 50px;
		width: 50px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin: -25px 0 0 -25px;
	}

::-webkit-scrollbar {
        width: 5px;
        border-radius: 25px;
    }
      
      /* Track */
::-webkit-scrollbar-track {
        background: #353534; 
       border-radius: 25px;
    }
       
/* Handle */
::-webkit-scrollbar-thumb {
        background: #f2daac; 
           border-radius: 25px;
    }
      
      /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
        background: #555; 
           border-radius: 25px;
    }

.text_c_g{
    color:#F2DAAE;
}

.blank_box{
    float: left;
    width: 100%;
    height: 20px;
}

/* ******************************* */ 
.main_container{
    float: left;
    width: 100%;
	height: auto;
    background-image: url(../images/webbg.jpg);
    background-repeat: no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	position: relative;
	background-color: #1E1E1E;
	}

	.slogan{
		width: 100%;
		height: 39px;
		font-family: '微軟正黑體';
		color: #3C5D71;
		font-style: normal;
		font-weight: 600;
		font-size: 1.5vw;
		line-height: 32px;
		text-align: center;
		letter-spacing: 1em;
		margin-top: 150px;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		}

.inside_div{
    width: 80%;
    display: flow-root;
    background: #FFFFFF;
    border-radius: 25px;
    margin-right: auto;
    margin-left: auto;
	margin-top: 50px;
    padding: 70px;
    position: relative;
}

.main_title{
    float: left;
    width: 100%;
    height: 73px;
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 87px;
    position: relative;
    letter-spacing: 0.03em;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: solid 1px #060402;
    margin-bottom: 20px;
}

.cover_btn_container{
    float: left;
	width: 45%;
	aspect-ratio: 16 / 13.6;
	position: relative;
	margin-right: auto;
    margin-left: auto;
    padding: 10px;
    margin: 10px;
	}

a.cover1_btn{
    float: left;
    width: 100%;
	height: 100%;
	background-image: url(../images/w1_cover.png);
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	letter-spacing: 3px;
	transition: 0.1s ease-in-out;
	transform: scale(1.03)
	}
a.cover1_btn:hover {
	text-decoration: none;
	transform: scale(1);
}
a.cover1_btn:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a.cover2_btn{
    float: left;
    width: 100%;
	height: 100%;
	background-image: url(../images/w2_cover.png);
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	letter-spacing: 3px;
	transition: 0.1s ease-in-out;
	transform: scale(1.03)
	}
a.cover2_btn:hover {
	text-decoration: none;
	transform: scale(1);
}
a.cover2_btn:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a.cover3_btn{
    float: left;
    width: 100%;
	height: 100%;
	background-image: url(../images/w3_cover.png);
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	letter-spacing: 3px;
	transition: 0.1s ease-in-out;
	transform: scale(1.03)
	}
a.cover3_btn:hover {
	text-decoration: none;
	transform: scale(1);
}
a.cover3_btn:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

a.cover4_btn{
    float: left;
    width: 100%;
	height: 100%;
	background-image: url(../images/w4_cover.png);
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	letter-spacing: 3px;
	transition: 0.1s ease-in-out;
	transform: scale(1.03)
	}
a.cover4_btn:hover {
	text-decoration: none;
	transform: scale(1);
}
a.cover4_btn:active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* *Pad */ 
@media only screen and (max-width: 1024px) {
.inside_div {
	width: 85%;
    display: flow-root;
    background: #FFFFFF;
    border-radius: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    padding: 40px;
    position: relative;
}

.main_title{
	float: left;
    width: 100%;
    height: 50px;
    font-family: '微軟正黑體';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 50px;
    position: relative;
    letter-spacing: 0.03em;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: solid 1px #060402;
    margin-bottom: 20px;
}
	
.cover_btn_container {
    float: left;
    width: 46%;
    aspect-ratio: 16 / 13.6;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    margin: 5px;
}
}

/* *Phone* */ 
@media only screen and (max-width: 745px) {
.slogan {
    width: 100%;
    height: 39px;
    font-family: '微軟正黑體';
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 0vw;
    line-height: 32px;
    text-align: center;
    letter-spacing: 2em;
    margin-top: 100px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
.inside_div {
	width: 85%;
	display: flow-root;
	background: #FFFFFF;
	border-radius: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 20px;
	position: relative;
}
.main_title{
	float: left;
	width: 100%;
	height: 50px;
	font-family: '微軟正黑體';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	line-height: 60px;
	position: relative;
	letter-spacing: 0.03em;
	color: #000000;
	padding-bottom: 20px;
	border-bottom: solid 1px #060402;
	margin-bottom: 20px;
}

.cover_btn_container {
	float: left;
	width: 95%;
	aspect-ratio: 16 / 13.6;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin: 5px;
	}
    	
}
    
