@charset "UTF-8";
/* CSS Document */

/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
	background-color: #fff;
}
ol, ul {
	list-style: none;
}
li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */
	
a:link, a:active, a:visited {
    text-decoration: none;  
}

a:hover {
    opacity: 0.8;
    /*font-weight: bold;*/
}
	
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Noto Sans TC', "Heiti TC", "Microsoft JhengHei", sans-serif;  	
}

	
	
/* --電腦版型------------------------------------- */		

.all_content{
	display: block;
	width: 100%;
	margin: 5% auto 0 auto;
	vertical-align: top;
	background-color: #fff;
}


/**---------主功能頁面----------**/
.container{
	margin:3% auto 5% auto;
	text-align: left;
	width: 550px;
}

.menu_button{
	width: 130px;
	border: none;
	outline: none;
	display: inline-block;
	margin: 0% 20px 50px 20px;
	background-color: #fff;
	cursor: pointer;
	font-size: 1.2em;

	position: relative;

}

.menu_icon{
	height: 70px;
	margin-bottom: 5px;
}

.menu_p{
	color: #41AFC4;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

.dot_news{
	height:10px;
	width: 10px;
	border-radius: 50%;
	background-color: #F3B812;
	
	position: absolute;
	top: -5px;
	right: 20px;
}



/* 新版 header_n_menu */
.header_space {
	height: 0 !important;
}


/* --平板橫版型------------------------------------- */
@media screen and (max-width: 1024px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	.all_content{
		min-width: 320px;
	}
	
	.container{
		margin:7% auto 0px auto;
		width: 550px;
	}
	
	.menu_button{
		width: 140px;
	}

	.menu_icon{
		height: 75px;
	}

	.menu_icon.icon_special{
		height: 70px;	
	}
	
}




	

	
/* --平板直版型------------------------------------- */
@media screen and (max-width: 768px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	.all_content{
		min-width: 320px;
	}
	
	.container{
		margin:25% auto 0px auto;
		width: 550px;
	}

	
}






/* --手機版型------------------------------------- */
@media screen and (max-width: 767px) {
	
	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	.all_content{
		min-width: 320px;
	}
	
	.container{
		margin:20% auto 10% auto;
		width: 100%;
		text-align: center;
	}

	.menu_button{
		width: 31.5%;
		margin: 0% 0.3% 40px 1.1%;
		background-color: #fff;
		cursor: pointer;
		float: left;
		padding:0px;
	}

	.menu_icon{
		height: 45px;
		margin-bottom: 5px;
	}

	.menu_icon.icon_special{
		height: 35px;	
	}

	.menu_p{
		font-size: 0.75em;
		margin: 3px 0px 0px 0px;

	}

}



