
/*black-特定版-星空*/
.wrapper{
	background-image:url(../../images/black_idxbg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	background-attachment: fixed;
}
.wrapper:before,
.card_msgpopup .card-header:before{
	display:none;
}

@media (min-width:992px){
	.wrapper_bg:after{
		display:none;
	}
}



/*black為特殊版，首頁區塊側邊背景圖-大小有變動*/

/*首頁區塊-右側裝飾圖*/
.secbox:nth-of-type(2n):before,
.main_bg:before{
	top:auto; bottom:0; right:0;
	width:310px; height:450px;
	background-image:url(../../images/black_cloud2.png);
	background-position:bottom right;
	opacity:1;
}

/*首頁區塊-左側裝飾圖*/
.secbox:nth-of-type(2n-1):before,
.main_bg:after{
	top:0; left:0;
	width:310px; height:450px;
	background-image:url(../../images/black_cloud.png);
	background-position:top left;
	opacity:1;
}

/*black為特殊版，首頁區塊側邊背景圖-小螢幕有出現*/
.secbox:nth-child(2n):before,
.secbox:nth-child(2n-1):before,
.main_bg:before,
.main_bg:after{
	display:block;
}
@media (min-width:992px){
	/*首頁區塊-右側裝飾圖*/
	.secbox:nth-of-type(2n):before,
	.main_bg:before{
		width:630px; height:900px;
	}
	
	/*首頁區塊-左側裝飾圖*/
	.secbox:nth-of-type(2n-1):before,
	.main_bg:after{
		width:630px; height:900px;
	}
}
	
