@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;
    color:#8E8E8E;
    font-size:14px;
    }
.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;	
}
	
.item_wrap_img{
	display: block;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:0;
    margin:0 auto 0 auto;
}
	
.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: 90%;
	border: 0px solid hsla(0,0%,0%,1.00);
    margin:0 auto;
    padding-bottom:20px;
}
	
.item_title {
	font-size: 14pt;
	font-weight: 600;
    margin:10px auto;
    color:#313B77;
    }
.item_desc {
	font-size: 10pt;
	margin: 0;
	font-weight: 300;
	line-height: 25px;
    color:#3C3C3C;
    }
/*=========================首頁=========================*/
	
/*=========================內頁=========================*/
.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: inline-block;
    text-align: center;
    font-size: 16px;
    color:hsla(0,0%,42%,1.00);
    width:100%;
    padding:20px 0;
    }
.item {
    border-bottom: 1px dotted hsla(0,0%,54%,1.00);
    padding: 0%;
    margin: 50px auto;
    width: 90%;
    display: block;
    text-decoration: none;
    transition: transform 0.8s;
    border: 0px solid hsla(0,0%,0%,1.00);
    -webkit-box-shadow: 0px 0px 8px hsla(0,0%,0%,0.34);
    box-shadow: 0px 0px 8px hsla(0,0%,0%,0.34);
}
.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%;
	padding: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);
	}
	
.item_wrap_img img{
	width: 100%;
	height: auto;
	display: block;
	}
	
.item_wrap_text{
	display: block;
	width: 100%;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding-left: 2%;
    text-align: center;
    
}
	
.item_title {
	font-size: 17pt;
	font-weight: 600;
    padding:0 5%;
}
.item_desc {
	font-size: 11pt;
	margin: 0;
	font-weight: 300;
	line-height: 20px;
    text-align:center;
    padding:5% 5%;
    padding-bottom:10%;
    color:hsla(0,0%,31%,1.00);
    }
/*=========================首頁=========================*/
	
/*=========================內頁=========================*/
.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%;		
	}
	
/*=========================內頁=========================*/
	
	}