/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

/* 首頁 */

.perform{}
@media (min-width: 1500px){
	.container.perform{
		max-width: 1400px;
	}
}


/* 內頁 */

.pageswf{
	width: 100%;
	height: 500px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.pageswf h2{
	font-size: 38px;
	margin: 100px 0 15px;
	letter-spacing: 3px;
	color: #fff;
}
.pageswf h2 img{
	width: 400px;
}
.pageswf p{
	color: #f39938;
	margin: 0;
	text-transform: uppercase;
}

@media (max-width: 479px){
	.pageswf{
		height: 260px;
	}
	.pageswf h2{
		font-size: 26px;
		margin: 50px 0 15px;
	}
	.pageswf h2 img{
		width: 240px;
	}
	.pageswf p{
		font-size: 13px;
	}
}

.ps01{
	background: url(../bg1.png) , url(../pageswf01.jpg) no-repeat center;
	background-size: auto , cover;
}
.ps02{
	background: url(../bg1.png) , url(../pageswf02.jpg) no-repeat center;
	background-size: auto , cover;
}
.ps03{
	background: url(../bg1.png) , url(../pageswf03.jpg) no-repeat center;
	background-size: auto , cover;
}
.ps04{
	background: url(../bg1.png) , url(../pageswf04.jpg) no-repeat center;
	background-size: auto , cover;
}
.ps05{
	background: url(../bg1.png) , url(../pageswf05.jpg) no-repeat center;
	background-size: auto , cover;
}
.ps06{
	background: url(../bg1.png) , url(../pageswf06.jpg) no-repeat center;
	background-size: auto , cover;
}
.ps07{
	background: url(../bg1.png) , url(../pageswf07.jpg) no-repeat center;
	background-size: auto , cover;
}
.ps08{
	background: url(../bg1.png) , url(../pageswf08.jpg) no-repeat center;
	background-size: auto , cover;
}




.page-content{
	padding: 60px 0 0;
}



.breadcrumb {
	padding-right: 0;
	font-size: 13px;
	padding: 4px 5px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 0;
	border-bottom: 1px dotted #000;
}
.breadcrumb a {
	color: #515151;
	font-weight: 500;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.breadcrumb a::after {
	content: "/";
	display: inline-block;
	padding-right: 8px;
	padding-left: 12px;
	color: rgba(0, 0, 0, 0.5);
}



.pagetitle{
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
.pagetitle img{
	width: 30px;
	display: inline-block;
	position: relative;
	top: -4px;
}



.edit{
	padding-bottom: 60px;
}
@media (max-width: 767px){
	.pagetitle{
		font-size: 26px;
	}
}
@media (max-width: 479px){
	.pagetitle{
		font-size: 22px;
	}
	.edit{
		padding-bottom: 30px;
	}
}





.pageform{
	display: flex;
	gap: 80px;
}
.pageform > section{}
.pageform > section:nth-of-type(1){
	width: 200px;
}
.pageform > section:nth-of-type(2){
	width: calc(100% - 200px - 80px);
}

@media (max-width: 991px){
	.pageform{
		gap: 0;
	}
	.pageform > section:nth-of-type(1){
		display: none;
	}
	.pageform > section:nth-of-type(2){
		width: 100%;
	}
}







/* 公司簡介 */

.profile{
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.profile img{
	width: 240px;
	border-radius: 15px;
}
.profile section{
	flex: 1;
	position: relative;
	padding: 0px 10px;	
}
/*
.profile section::after{
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: -15px;
	width: 0;
	height: 0;	
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #333 transparent transparent;
}
*/
.profile section ul{
	padding-left: 25px;
}
.profile section ul li{
	padding: 8px 0;
	border-bottom: #ccc dashed 1px;
}

@media (max-width: 767px){
	.profile{
		flex-flow: wrap;
		gap: 20px;
	}
	.profile img{
		width: 160px;
	}
	.profile section{
		flex-basis: 100%;
		padding: 0;
	}
}


/* 最新消息 */

.newslist{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.newslist.search{
	display: block;	
}
.newslist section{
	padding: 30px;
	border: #e5e5e5 solid 1px;
	transition: all 0.3s;
}
.newslist.search section{
	padding: 20px;
	margin-bottom: 10px;
}
.newslist section:hover{
	border: #333 solid 1px;
}
.newslist section h4{
	height: 86px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.newslist.search section h4{
	font-size: 18px;
	margin-bottom: 15px;
}
.newslist section ul{
	margin: 0;
	padding: 0;
	list-style: none;

	display: flex;
	gap: 10px 20px;
	flex-flow: wrap;
}
.newslist section ul li{
	font-size: 14px;
	color: #999;
}



.newslist.info section h4{
	margin-left: -33px;
	margin-right: -30px;
	border-left: 5px solid #00ada9;
	padding: 0 30px;
}
.newslist.info section ul li{
	color: #00ada9;
}




@media (max-width: 767px){
	.newslist{
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	.newslist section h4{
		height: 70px;
		font-size: 18px;
	}
	.newslist.search section h4{
		font-size: 16px;
	}
}
@media (max-width: 479px){
	.newslist{
		grid-template-columns: 1fr;
	}
	.newslist.info section h4{
		margin-bottom: 10px;
	}
}







/* 樂團成員 */

.memberlist{
	margin-bottom: 60px;
}
.memberlist section{
	display: grid;
	gap:20px 30px;
	grid-template-columns: 130px 1fr;
	padding: 30px 0;
	border-bottom: 1px dotted #ccc;
}
.memberlist.kso section{
	grid-template-columns: 150px 1fr;
}
.memberlist section:last-of-type{
	border-bottom: none;
}
.memberlist .title{
	padding-right: 10px;
	border-right: 2px solid #333;
}
.memberlist .title h4,
.memberlist .title h5{
	margin: 4px 0;
}
.memberlist .title h5{
	color: #666;
}
.memberlist .title h6{
	font-weight: 400;
	color: #959595;
}
.memberlist ul{
	margin: 0;
	padding: 0;
	list-style: none;

	display: flex;
	gap: 3px 15px;
	flex-flow: wrap;
}
.memberlist ul li{}
.memberlist ul li a{
	display: block;
}
.memberlist ul li a i{
	color: #ffad59;
	margin-right: 8px;
}
.memberlist.kso ul li a i{
	color: #00ada9;
}

@media (max-width: 767px){
	.memberlist.kso section{
		grid-template-columns: 120px 1fr;
	}
	.memberlist .title h4{
		font-size: 18px;
	}
	.memberlist .title h6{
		font-size: 13px;
	}
}





















/* 演出資訊 */

.post-inner{}
.post-inner p{
	font-size: 14px;
	line-height: 140%;
	margin: 3px 0;
	color: #CE8F4F;
	letter-spacing: 1px;
}







/* 公開資訊 */
.infolist{
	margin: 0;
	padding: 0;
	list-style: none;

}
.infolist li{
	border-bottom: 1px dotted #000;
}
.infolist li a{
	display: flex;
	padding: 6px 0;
}
.infolist li p{
	flex: 1;
	margin: 0;
}
.infolist li p i{
	margin-right: 10px;
}
.infolist li span{
	display: block;
	padding: 0px 15px;
}








/* 聯絡資訊 */

.contactbg{
	background: url(../contact_01.jpg) no-repeat bottom , #000;
	background-size: cover;
}









