
/* == 共用區 ============================================================================= */

*{
	margin:0; 
	padding:0;
	-webkit-box-sizing:border-box; /*safari & chrome*/
	-moz-box-sizing:border-box; /*firebox*/
	box-sizing:border-box; /*解除padding影響寬度關係*/
	}

html, body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	height:100%;
	font-family:"微軟正黑體", Arial, Helvetica,sans-serif; 
			}
@media screen and ( max-width:767px ){
html, body{
	width:100%;
	height:100%;
	}
}
ul{ list-style:none; }

/* == 桌機版 ============================================================================= */

/* == 刊頭 == */
.head {
	margin: 0 auto;
	position: relative;
	text-align: center;
    width: 100%;
    height:1038px;
	background-image: url("../images/bg.jpg");
    position: relative;
	padding-bottom: 10%; 
	background-size:cover;
	}
.head img {
    max-width: 1000px;
	height: auto;
      }

/* == 各班LINE連結 == */
.footer{
    width: 1200px;
    height: auto;
    padding: 2% 2%;
    margin: auto;
    text-align: center;
	background-color: #ffffff;
	border-radius: 20px;
	border: 5px solid #FDE7E4;
	}

.footer p{
	padding:0.5% 0 2% 0;
	color: 000;
	font-size: 1.8em;
	font-family:"微軟正黑體"; 
	font-weight:bold;
    }
.footer ul {
	max-width: 1000px;
    height: auto;
    margin: 0 auto;
	border-radius: 50px;
	}
.footer ul li {
    width: 25%;
    padding: 1%;
    display: inline-block;
    border-radius: 50px;

    margin-right: 10px;
	}
.footer ul li a {
    display: block;
    width: 100%;
    font-size: 1.7em;
	font-family:"微軟正黑體"; 
	font-weight:bold;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
	}

.bg-green{
    background-color: #53b332;
    border-radius: 50px;
	padding: 2% 0;
}
.bg-green:hover {
    box-shadow: 0px 3px 3px #333;
    transform: scale(1.1, 1.1);
	padding: 2% 0;
	}

.bg-blue{
    background-color: #1b5eac;
    border-radius: 50px;
	padding: 2% 0;
}
.bg-blue:hover {
    box-shadow: 0px 3px 3px #333;
    transform: scale(1.1, 1.1);  
	padding: 2% 0;
	}

.bg-org{
    background-color: #ea5012;
    border-radius: 50px;
	padding: 2% 0;
}
.bg-org:hover {
    box-shadow: 0px 3px 3px #333;
    transform: scale(1.1, 1.1);  
	padding: 2% 0;
	}





/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){



	
.head{
	width: 100%;
    height:700px;
	background: url( " ../images/m_bg.jpg")left 0em top 0em/100% no-repeat;
	}
	
.head img {
	padding-top: 1vh;
    max-width: 100%;
	height: auto;
      }	
	
	/* == 各班LINE連結 == */
.footer {
	width: 90%;
    height: auto;
    padding: 5% 0;
    margin: auto;
    text-align: center;
	
    }
.footer ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    }
.footer ul li {
	width: 40%;
    height: auto;
    padding: 1%;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    }
	
.footer ul li a {
    display: block;
    width: 100%;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    }
.footer h2{
	padding: 0 5% 2% 5%;
	font-size: 1.8em;
	font-family:"微軟正黑體"; 
    }
.footer p{
	padding: 0 5% 4% 5%;
	font-size: 1.3em;
	font-family:"微軟正黑體"; 
    }
	
}
