@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
/*=========================首頁=========================*/
#wrap {
	display: flex;
	flex-wrap: wrap;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 2% 10% 2% 10%;
	margin-bottom: 10%;
}
.item_time{
	padding-bottom: 10px;
	display: inline-block;
	}
.item {
    border: 0px solid hsla(0,0%,0%,1.00);
    padding: 0;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: transform 0.8s;
    text-align: justify;
    margin: 2%;
    background-color: hsla(0,0%,100%,1.00);
    -webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.40);
    box-shadow: 0px 0px 6px hsla(0,0%,0%,0.40);
    border-radius: 5px;
}
.item:hover {
	color: hsla(0,0%,38%,1.00);
	transform: scale(1.05);
}
	
.item a:hover{
	color:hsla(0,0%,29%,1.00);	
}
	
.item_wrap{
	display: flex;
    padding: 0;

}
	
.item_wrap_img{
	display: block;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:0;
    margin:0;
}
	
.item_wrap_img p{
    margin: 0;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0px solid hsla(0,0%,0%,1.00);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}
	
.item_wrap_img img{
	width: 100%;
	height: auto;

	display: block;
	}
	
.item_wrap_text{
    display: block;
    width: 78%;
    border: 0px solid hsla(0,0%,0%,1.00);
    padding-left: 10%;
    padding-right: 10%;
    height: 180px;
    overflow-y: hidden;
    margin-bottom: 8%;
}
	
.item_title {
	font-size: 14pt;
	font-weight: 400;
}
.item_desc {
	font-size: 12pt;
	margin: 0;
	font-weight: 300;
	line-height: 25px;
}
/*=========================首頁=========================*/
	
/*=========================內頁=========================*/
.con_wrap{
      width:80%;
    margin:0 auto 0 auto;
    }
#album{
    border-top: 1px solid hsla(0,0%,0%,0.30);
    padding: 2%;
    margin-top: 5%;
	}
	
#file{
	border-top: 1px solid hsla(0,0%,0%,0.30);
    padding: 2%;
    margin-top: 3%;	
	
	}

/*=========================內頁=========================*/

}

	
@media screen and (max-width:600px) { /*行動裝置*/
/*=========================首頁=========================*/	
#wrap {
	flex-wrap: wrap;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 5%;
}
.item_time{
	padding-bottom: 10px;
	display: block;
	margin:0 auto;
	text-align: center;
	}
.item {
	border-bottom: 0px dotted hsla(0,0%,54%,1.00);
	padding: 0;
	width: 80%;
	display: block;
	text-decoration: none;
	transition: transform 0.8s;
	text-align: justify;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,0.30);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.30);
	margin:20% auto;
	border-radius: 5px;
}
.item:hover {
	color: hsla(0,0%,38%,1.00);
	transform: scale(1.05);
}

.item a:hover{
	color:hsla(0,0%,29%,1.00);	
}
	
.item_wrap{
	display: block;	
}
	
.item_wrap_img{
	display: block;
	border: 0px solid hsla(0,0%,0%,1.00);
	width:100%;
}
	
.item_wrap_img p{
	margin: 0;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: 0px solid hsla(0,0%,0%,1.00);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	
.item_wrap_img img{
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	}
	
.item_wrap_text{
	display: block;
	width: 100%;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:10%;
}
	
.item_title {
	font-size: 13pt;
	font-weight: 400;
}
.item_desc {
	font-size: 10pt;
	margin: 0;
	font-weight: 300;
	line-height: 25px;
}
/*=========================首頁=========================*/
	
/*=========================內頁=========================*/
.con_wrap{
    width:100%;
    margin:0 auto 0 auto;
    }
#album{
	border-top: 1px solid hsla(0,0%,0%,0.30);
	padding: 5% 2% 5% 2%;
	margin-top: 5%;	
	}
	
#file{
	border-top: 1px solid hsla(0,0%,0%,0.30);
	padding: 5% 2% 5% 2%;
	margin-top: 3%;		
	}
	
/*=========================內頁=========================*/
	
	}