@CHARSET "UTF-8";


body,
html{

	padding:0;
	margin:0;
	
	
}


body{

	/*
	background: url('/music/images/home/home_bg.png') no-repeat, #e6e0ff!important;
	
	background: #e6e0ff!important;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	

}






/*

https://stackoverflow.com/questions/33096675/fill-progress-bar-in-x-seconds/43290838

*/


.relative{
	position:relative;
	
}





.flex_a_container{
	width:70%;
	margin:0 auto;	
	margin-top:30px;
	
	border:0px solid red;
	
}


.flex_a_container a[href]{
	
	text-decoration:none;
	color:blue;
}




.item_title_flex{
	
	
	display:flex;
	/*flex-direction: row;*/
	flex-direction: column;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: center ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	margin:0 auto;
	
	
	
}   



.items_flex_item1>div{
	
	padding-left:30px;
}

.items_flex_item1{
	width:100%;
	
	
	font-size: 30px;
	font-weight:normal;
	height:85px;
	line-height:85px;
	border-left:2px solid #390277;
	letter-spacing:4px;
	
	color: #390277;
}   

.items_flex_item1 span{
	
	
	font-weight: bold;	
	margin-right:20px;
	
	
}   


.items_flex_item2{
	width:100%;
	
	
	font-size: 20px;
	margin-top:10px; 
	
	color: #390277;
}   

.items_flex_item2>div{
	
	padding-left:30px;
}

.items_flex_item3{
	width:100%;
	text-align:left;
	border:0px solid red;
}   






.news_flex{
	display:flex;
	/*flex-direction: row;*/
	flex-direction: row;
	
	flex-wrap: wrap;
	justify-content: flex-start ;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/
	
	align-items: flex-start ;
	/*align-items: flex-start | flex-end | center | baseline | stretch;*/
	
	/*
	align-self:  單行
	align-content:   多行版本
	flex-start | flex-end | center | space-between | space-around | stretch;
	*/
	
	width:100%;
	
	border:0px solid green;
	
	margin-bottom:30px;
	
	
}

.news_flex>div{
	
	
}

.news_flex_1{
	
	width:9%;
	align-self:center;
	
	
    font-weight: 100;
}


.news_flex_2{
	
	width:30%;
	height:100px;
	line-height:100px;
	
	border-left:1px solid #390277;
	align-self:center;
	
	color: #390277;
	
    font-weight: 600;
	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
}


.news_flex_3{
	
	width:60%;
	
}

.news_flex_1>div{
	
	font-size: 30px;


}


.news_flex_2>div{
	
	padding:0 30px 0 15px ;
	font-size: 18px;
	
	line-height:30px;

	
	
}

.news_flex_2:hover,
.news_flex_2:focus{
	/*background-color: yellow;*/
	
	
	
}


.news_flex_3>div{
	
	font-size: 16px;
    line-height:28px;
    
    font-weight: normal;
    color: #303030;
	

}


/* iPad  landscape & portrait   */
@media screen 
and (width: 768px) 
and (height: 1024px) 
and (orientation:portrait) 
{
	
	
}
@media screen 
(width: 1024px) 
and (height: 768px) 
and (orientation:landscape) 
{ 



}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	/*.music_menu_ul{

		 backdrop-filter: blur(60px);

	}*/

}


@media only screen and (max-width: 1024px) {
/* CSS that should be displayed if width is equal to or less than 899px goes here */
	
		
		
	.flex_a_container{
		width:100%;
		
		
	}

	.item_title_flex{
		
		width:95%;
		
	}

	.items_flex_item2>div,
	.items_flex_item1>div{
		
		padding-left:15px;
	}


	.items_flex_item1{
		width:100%;
		
		
		font-size: 20px;
		font-weight:normal;
		height:60px;
		line-height:60px;
		border-left:2px solid #390277;
		letter-spacing:4px;
		
		color: #390277;
	}   

	.items_flex_item1 span{
		
		
		font-weight: bold;	
		margin-right:0px;
		font-size: 20px;
		
	}  
	
	.items_flex_item2{
	width:100%;
	
	
	font-size: 16px;
	margin-bottom:0; 
	
	color: #390277;
}   



/*************/
.news_flex_1{
	
	width:19%;
	align-self:center;
    font-weight: 100;
}


.news_flex_2{
	
	width:80%;
	height:100px;
	line-height:100px;
	
	border-left:1px solid #390277;
	align-self:center;
	
	color: #390277;
	
    font-weight: 600;
	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	

}


.news_flex_3{
	
	width:100%;
	
	margin-bottom:30px;
	
}

.news_flex_1>div{
	
	


}


.news_flex_2>div{
	
	padding:0 30px 0 15px ;
	font-size: 16px;
	
	line-height:27px;

	
	
}

.news_flex_3>div{
	
	font-size: 16px;
    line-height:25px;
    
    font-weight: normal;
    color: #303030;
	
	padding:15px 10px 15px 10px;
	

}

	

	
}



















































































































