@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');

.cd {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 15.5px;
	line-height:24px
}
.cd2 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 15px;
	font-weight: bold;

}
.cd3 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 13px;
	line-height:19px
}
.cd4 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 17px;
	line-height:30px;
	font-weight: bolder;
}
.cd5 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 17px;
	line-height:22px
}
.cd6 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 15px;
	line-height:30px
}
.mag-main-table {
  display: block;
  width:98%;
  float:center;
}
.mag-main {
  display: block;
  width:18%;
  float:center;
  text-align:center;
}
.mag-tables {
  display: flex;
  width:100%;
  flex-flow: wrap;
}
.mag-item {
  box-sizing: border-box;
  width:33%;
  padding:1%;
  margin-bottom:20px;
  text-align:center;
}