@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:inherit;
}




.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{
	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_content{
	
	padding-left:30px;
}





.items_flex_item1 span{
	
	
	font-weight: bold;	
	margin-right:20px;
	
	
}   


.items_flex_item2{
	width:100%;
	
	margin-top:30px; 
	
}   

.items_flex_item2_content{
	font-size: 20px;
	padding-left:30px;
	color: #390277;
}

.items_flex_item3{
	width:100%;

	font-size: 30px;
	font-weight:normal;
	/*height:85px;
	line-height:85px;*/
	border-left:0px solid #390277;
	letter-spacing:4px;
	background:;
	
	color: #390277;
	
	margin-top:60px;
}   

.items_flex_item3_content{
	
	padding-left:30px;
}


.items_flex_item4{
	margin-top:10px;
	
}

.items_flex_item4_content{
	padding-left:30px;
	
	color: #303030;
	font-size:18px;
	line-height:33px;
	
	
}



.ceo_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: 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%;
	border:0px solid red;
	
}

.ceo_flex_1{
	
	width:100%;
	line-height:35px;
	
}

.ceo_flex_1 p{
	
	margin-top:0;
	
}

.ceo_flex_2{
	
	width:100%;
	margin-top:20px;
	align-self:flex-end;
	
}

.slogan{
	display:block;
	width:35%;	
	
}

.slogan_container{
	font-weight:bold;
	letter-spacing:4px;
	margin-bottom:0px;
	font-size:20px;
}

.sign_container{
	text-align:right;
	
}

/* 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_item4_content,
	.items_flex_item3_content,
	.items_flex_item2_content,
	.items_flex_item1_content{
		
		padding-left:0px;
	}
	
	
	.items_flex_item1_content{
		
		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;
	}   



	.items_flex_item3{
		width:100%;
		font-size:20px;
	}   
		
	
	.ceo_flex{
		
		
		
		width:100%;
		border:0px solid red;
		
	}
	
	
	
	.ceo_flex_1{
		
		width:100%;
		line-height:33px;
		
	}
		
	.slogan_container{
		font-weight:550;
		letter-spacing:4px;
		font-size:18px;
		margin-bottom:6px;
	}


	
}



















































































































