@charset "utf-8";
header {
    width: 100%;
    height: 350px;
    background-image: url(img/pic_00001.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
body {
	padding: 0px;
	margin: 0px;
}
#title {
    width: 400px;
    float: right;
    padding-right: 60px;
}
#main {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 960px;
	height: 600px;
}




h1 {
    background-color: rgba(236,46,57,0.73);
    color: rgba(255,255,255,1.00);
    font-family: brush-script-std;
    font-size: 50px;
    text-align: center;
    font-weight: 400;
    line-height: 2em;

}
#title p {
    font-family: "微軟正黑體", Arial, Lato, sans-serif;
    color: #353333;
    text-align: justify;
    background-color: rgba(216,200,217,0.83);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    margin-top: -33px;
    font-size: 10pt;
    margin-right: 0px;
}
.item {
	width: 30%;
	height: 300px;
	color: rgba(255,255,255,1.00);
	font-family: "微軟正黑體", "Arial Black", sans-serif;
	text-align: center;
	background-color: rgba(134,134,134,1.00);
	border-radius: 5px;
	display: table;
	background-image: url(img/87535.ngsversion.1467253980417.adapt.1900.1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	margin: 15px;
}
.item2 {
    width: 30%;
    height: 300px;
    color: rgba(76,76,76,1.00);
    font-family: "微軟正黑體", "Arial Black", sans-serif;
    text-align: justify;
    border-radius: 5px;
    float: left;
    margin: 15px;
    background-color: rgba(16,118,158,0.49);
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1.6em;
}
.item h2 {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    background-image: url(img/87535.ngsversion.1467253980417.adapt.1900.1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:1024px){
}

@media (max-width:767px){
#main {
    width: 100%;
    height: 350px;
}
.item {
    width: 90%;
}
#title  {
    padding-top: 24px;
    margin: 0px auto;
    float: none;
    padding-right: 1px;
    width: 90%;
}

.item2 {
    width: 90%;
    height: auto;
    background-color: rgba(90,181,169,0.41);
}
#title p {
    overflow-y: hidden;
    height: 100px;
}











}

@media (min-width:768px) and (max-width:1023px){
.item {
    width: 45%;
    text-align: center;
    margin-left: 25px;
}
.item2 {
    width: 45%;
}
#main {
    width: 100%;
}




}
