/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
img{
	max-width: 100%;
	height: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	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;
}

.wrap{
	margin: 0 auto;
	width: 100%;
}
.headercontent_happyqisda{
	background-image:url("../img/happy_bg_up.png");
	background-size: cover;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 10%;
}
.content{
    margin-top: -30px;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 15px 30px 15px 30px;
}
.headerleft{
	display: flex;
	align-items: center;
}
.headerleft ul{
	display: flex;
	margin-left: 20px;
}
.headerleft ul li{
	margin-right: 10px;
	border-right: 1px solid #cccccc;
	padding-right: 10px;
}
.headerleft ul li a{
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.headerleft ul li a span{
	font-family: 'Roboto','Noto Sans SC',sans-serif;
}
.headerright ul{
	display: flex;
}
.headerright li{
	margin-right: 10px;
}
.headerright ul li a{
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.headerright li.black{
	margin-right: 10px;
}
.headerright ul li.black a{
	display: block;
	font-size: 14px;
	font-family: 'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.hamburger-menu{
	display: none;
}
@media(max-width:414px){
	.header{
	display: none;
}
	.menu-show .menu{
	max-height: 500px;
	}
	.hamburger-menu{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 50px;
		padding: 2% 4% 2% 4%;
		background-color: #fff;
		border-bottom:1px #666666 solid;
		position: relative;
	}

	.showmenu{
		display: block;
		width: 40px;
		height: 40px;
		background-image:url(../img/menu.png);
		text-indent: 101%;
		overflow: hidden;
		white-space: nowrap;
	}
	.menu{
		max-height: 0px;
		overflow: hidden;
		transition: max-height 1s;
		margin-top: 1px;
		position: absolute;
		z-index: 100;
		top: 51px;
		left: 0;
		right: 0;
		background-color: #fff;
		text-align: center;
		line-height: 38px;
	}
	.menu li{
		border-bottom: 1px solid #999;
	}
	.menu li a{
		text-decoration: none;
		color: #333;
		font-size: 14px;
		line-height: 52px;
	}
}
.about{
	margin-top: 100px;
}
.about h1{
	font-size: 36px;
	font-family: 'Noto Sans TC','Poppins','Noto Sans SC',sans-serif;
	color: #fff;
}
.about h1 span{
	font-size: 36px;
	font-family: 'Poppins','Noto Sans SC',sans-serif;
	color: #fff;
}
.about p{
	font-size: 14px;
	font-family: 'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #fff;
	padding: 40px;
	line-height: 24px;
}
@media(max-width:414px){
	.about{
		margin-top: 7%;
	}
	.about h1{
		font-size: 26px;
	}
}
.title{
	margin-top: 8%;
    margin-bottom: 6%;
    text-align: center;
}
.title h2{
	font-size: 24px;
	font-family:'Noto Sans TC','Poppins','Noto Sans SC',sans-serif;
	color: #333;
}
.title h2 span{
	font-family:'Poppins','Noto Sans SC',sans-serif;

}
.title p{
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #333;
	padding: 20px;
	line-height: 24px;
}
.welfare{
    display: flex;
	justify-content: center;
    margin-bottom: 20px;
}
.welfare ul{
    margin-top: 10px;
}
.welfare ul li{
    margin-top: 16px;
}
.welfare ul li.welfareitem{
	font-size: 20px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.welfare ul li{
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
    color: #333333;
    margin-bottom: 10px;
    line-height: 20px;
}
.welfare .rightwelfare{
    display: flex;
    align-items: flex-start;
    width: 32%;
}
.welfare .leftwelfare{
    display: flex;
    align-items: flex-start;
    width: 32%;
    padding-left: 8%;
    margin-right: 60px;
}
@media(max-width:414px){
	.welfare{
		display: block;
		width: 85%;
	}
	.welfare .leftwelfare{
		display: flex;
		align-items: flex-start;
		width: 100%;
		padding-left: 8%;
	}
	.welfare .rightwelfare{
		display: flex;
		align-items: flex-start;
		width: 100%;
		padding-left: 8%;
	}
}
.content ul.joinus{
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
	padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}
.content ul.joinus li{
	margin-right: 20px;
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.content ul.joinus a{
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #006593;
}
.content ul.joinus li p{
	margin-top: 5px;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 24px;
}
.content ul.joinus li p.subtitle{
	margin-top: 5px;
	font-size: 20px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 24px;
}
.content ul.joinus li p.subtitle span{
	font-family:  'Roboto','Noto Sans SC',sans-serif;
}
@media(max-width:414px){
	.content ul.joinus{
		display: block;
		width: 85%;
		margin: 0 auto;
		padding: 0;
	}
	.content ul.joinus li{
		margin-right: 0px;
		margin: 0 auto;
		width: 300px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
.interviewlistbg{
	background-color: #f1f3f4;
	padding-top: 20px;
}
.interviewlist{
    display: flex;
    justify-content: space-around;
    padding-left: 66px;
    padding-right: 230px;
}
.interviewlist ul{
    margin-left: 100px;
}
.interviewlist ul li a{
    display: block;
    text-decoration: none;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}
.interviewlist ul li a span{
    display:block;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
    color: #999999;
	padding-top: 5px;
	line-height: 30px;
}
.processbgbg{	
	background-color: #f1f3f4;
	padding-top: 20px;
	padding-bottom: 5px;
}
.aboutproduct{
	background-color:#efefef;
    width: 100%;
    height: 675px;
}
.precautions{
	padding: 20px 200px 0 200px;
	text-align: left;
}
table.reportfile{
	width: 66%;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	margin-top: 25px;
	background-color: #fff;

}
.reportfile th{
	background: #999;
	color: #fff;
	padding: 5px 0 5px 0;
	width: 50%;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	font-weight: bold;
}
.reportfile td{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #333;
	padding: 10px 0 5px 20px;
	text-align: left;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
}
table.checkfile{
	width: 66%;
	margin: 0 auto;
	border-bottom: 1px solid #999999;
	background-color: #fff;
}
.checkfile th{
	background: #999;
	color: #fff;
	padding: 5px 100px 5px 0;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	font-weight: bold;
}
.checkfile td{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #333;
	padding: 10px 0 5px 20px;
	text-align: left;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
}
.sign {
	padding-left: 85%;
}

.content ul.introduce{
	display: flex;
	justify-content: space-around;
	text-align: center;
	padding-left: 35%;
	padding-right: 35%;
}
.content ul.introduce img{
	margin-bottom: 10px;
} 
.content ul.introduce li a{
	margin-top: 5px;
	font-size: 20px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.footer_index_content{
	text-align: center;
}
.footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	padding: 5px 30px 50px 30px;
	background-color: #f5f5f5;
}
.footerleft{
	display: flex;
	align-items: center;
}
.footerleft ul{
	display: flex;
	margin-left: 20px;
}
.footerleft ul li{
	margin-right: 10px;
	border-right: 1px solid #cccccc;
	padding-right: 10px;
}
.footerleft ul li a{
	display: block;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.footerleft ul li a span{
	font-family:  'Roboto','Noto Sans SC',sans-serif;
}
.footerright ul{
	display: flex;
	align-items: center;
	padding-left: 196px;
}
.footerright {
	margin-top: 15px;
}
.footerright li{
	margin-right: 20px;
}
.footerright ul li a{
	display: block;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.footerright p{
	padding-top: 10px;
	font-size: 14px;
	font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
	color: #999999;
}
.footerright p span{
	font-family: 'Roboto','Noto Sans SC',sans-serif;
}
.footer_rwd{
	display: none;
}
@media(max-width:414px){
	.footer{
		display:none;
	}
	.footer_rwd{
		display: block;
		margin: 0 auto;
		max-width: 100%;
		background-color: #f5f5f5;
		padding:5% 0 5% 0;
		margin-top: 5%;
	}
	.footertitle{
		font-size: 14px;
		font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
		color: #666666;	
		margin-bottom: 2%;
	}
	.footermenu ul{
		display: flex;
		justify-content: center;
		font-size: 14px;
		font-family:  'Noto Sans TC','Roboto','Noto Sans SC',sans-serif;
		color: #666666;	
	}
	.footermenu li{
		margin-right: 1%;
	}
	.footermenu li a{
		text-decoration: none;
		color: #666666;
	}
	.link-right {
		width: 1px;
		height: 100%;
		border-right: solid #666666 1px;
	}
	.copyright{
		margin-top: 4%;
		font-size: 10px;
		font-family:  'Roboto','Noto Sans SC',sans-serif;
		color: #666666;	
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}
	.copyright li{
		margin-right: 2%;
	}
}
