body {
    font-family: 'Roboto', "微軟正黑體", arial, sans-serif;
    margin: 0;
    padding: 5;
}
h1{
    font: 2.25em sans-serif;
    font-weight: 800;
    color:darkslateblue;
}
h2{
    font: 1.2em sans-serif;
    font-weight: 800;
    color:indigo;
}
h3{
    font: 1.1em sans-serif;
    font-weight: 600;
    color:darkviolet;
}

   
.home_section {
    display: none;
	position: relative;
    margin: 8px;
	padding: 0em 1em;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(127,127,127,.5);
    border-radius: 8px 8px 8px 8px;
}

.headtitle {
	display: flex;	
    color: rgb(29, 29, 153);
    justify-content: center;
    padding: 5px 0 5px 0;
    font-size: 1.2em;
    font-weight: 550;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: rgba(127,127,127,.5);
}
.quicklink_li_announce {
    display: inline-block;
    padding-left: 15px;
    margin: 10px 0 0 0;
    padding-right: 0;
    line-height: 180%;
    width:fit-content ;
  }

.quicklink_li {
    display: inline-block;
    padding-left: 20px;
    margin: 10px 0 0 0;
    padding-right: 0;
    list-style-type: none;
    line-height: 180%;
    width:fit-content ;
  }
.quicklink_li li {
    list-style-type: none;
    float: left;
}
.quicklink_li li:before {
	content: '\f0c0';
    content: url("images/dia_purple.gif");
    margin-right: 5px;
    width: 0.5em;
}
a.url_link { 
	font-weight: 500; 
	color: #134b7d;
	font-size: 1.0em;
	display: inline-block;
}
a.url_link:hover { 
	font-weight: 500; 
	color: #134b7d;
    background-color: bisque;
}

.cat01 {
    display: block;
    order: 1;    
    background-color:whitesmoke ;
    width: 310px;
    height: 345px;
}
.cat02 {
    display: block;
    order: 2;    
    background-color:greenyellow;
    width: 310px;
    height: 240px;
}
.cat11 {
    order: 11;    
    background-color:ghostwhite;
    width: 310px;
    height: 250px;
}
.cat12 {
    order: 12;    
    background-color:lemonchiffon;
    width: 310px;
    height: 320px;
}
.cat13 {
    order: 13;    
    background-color:lightcyan;
    max-width: 310px;
    height: 385px;
}
.cat14 {
    order: 14;    
    background-color:lavender;
    width: 310px;
    height: 220px;
}
.cat15 {
    order: 15;    
    background-color:linen;
    width: 310px;
    height: 165px;
}
.cat16 {
    order: 16;    
    background-color:lightgoldenrodyellow;
    width: 310px;
    height: 325px;
}
.cat17 {
    order: 17;    
    background-color:oldlace;
    width: 310px;
    height: 490px;
}
.cat18 {
    order: 18;    
    background-color:papayawhip;
    width: 310px;
    height: 495px;
}
.cat19 {
    order: 19;    
    background-color:snow;
    width: 310px;
    height: 300px;
}

.container_footer{
    display: flex;
    flex-direction: column;
    height:fit-content;
    justify-items: center;
    align-items: center;
    color: #fff;
    width: 100%;
    background-color: #4176a6;
    line-height: 200%;
    margin: auto;
}

/**font define**********************/
.fsize12 {
	font-size: 1em;
}
.fsize_red{
    font-size: 1em;
    color: red;
}
.fsize13-gray {	
	font-size: 1.2em;
    font-weight:600;	
	color:maroon;
}

.x-subtitle2 {color:black; text-decoration: none; background-color:khaki}
.x-subtitle2:hover {  text-decoration: none; color: #ffff00; background-color: #64758e}

.simulate_box{
    max-width: 100%;
    min-width: fit-content;
    width: 60%;
    padding: 20px;
    margin:4em auto;
    background:#86E6E6;
    color:#000;
    border-radius:10px;
 }
