@charset "utf-8";
/* CSS Document */

	lightbox {
		width: 400px;
		margin: auto 0;
		
	}
	.button {
		background:#ea6684;
		color: #fff;
		padding-left:30px;
		padding-right:30px;
		padding-top:10px;
		padding-bottom:10px;		
		text-decoration: none;
		border-radius:10px;
	}

	.lightbox-target {
		background: rgba(0,0,0,.7);
		width: 100%;
		/* 預設透明度為 0，觸發 :target 後，利用動畫效果調整透明度 */
		opacity: 0;
		position: fixed;
		top: -100%;
		overflow: hidden;
		transition: 0.5s ease-in-out;
		z-index:10000000000000;
	}

	/* 當 :target 觸發後，index-target 的透明度為 1 */
	.lightbox-target:target {
		top: 0;
		bottom: 0;
		opacity: 1;
		
	}	

	.lightbox-close {
		width: 50px;
		height: 50px;
		background: #139dd7;
		color: #fff;
		position: absolute;
		top: 5%;
		right: 5%;
	}
	/* 利用偽元素做出 \ 以及 / 的線條 */
	.lightbox-close:after {
		width: 30px;
		height: 1px;
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		top: 23px;
		left: 10px;
		transform: rotate(45deg);
	}
	.lightbox-close:before {
		width: 30px;
		height: 1px;
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		top: 23px;
		left: 10px;
		transform: rotate(-45deg);
	}
	.content {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 90%;
		height: 90%;
		background:#fff;
		background-image:url(../img/concept/bg.png);
		margin: auto;
		color:#333;
		

		/* 預設寬高為 0，觸發 :target 後，利用動畫效果展開寬與高 */		
		max-width: 100%;
		max-height: 100%;
	}
	.content img{
		margin:0 auto;}
	.pp-title{
		text-align:center;
		font-size:26px;}
		
		.pp-title2{
		text-align:center;
		font-size:26px;}
	.pp-padding{padding:30px 100px 100px 100px;}	
	.pp-padding2{padding:50px 100px 50px 100px;}
	.pp-padding3{padding:30px 50px 30px 50px;}
		.pp{
		text-align:;
		font-size:24px;}
		.cardbg{
	
	background-image: url(../img/home/bg-magic-01.png);
	background-repeat:repeat;}
@media screen and (max-width:736px){
	
		.content {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 90%;
		height: 100%;
		background: #fff;
		margin: auto;
		color:#333;
		padding:10px 10px 10px 10px;
		background-image:url(../img/concept/bg.png);}
		
		
		.card{
	width:80%;
	height:auto;
	float:left;
	padding-right:5px;
	padding-top:10px;
	margin:0 auto;

	
	}
.cardtxt{
	width:100%;
	height:auto;
	float:left;
	padding-top:0px;
	}
.cardtxt-right{

	text-align:right;
	}
.cardbg{
	
	background-image:url(../img/home/bg-magic-01.png);
	background-repeat:repeat;}

	.lightbox-close {
		width: 50px;
		height: 50px;
		background: #139dd7;
		color: #fff;
		position: absolute;
		top: 0%;
		right: 5%;
	}
	
		.lightbox-close:after {
		width: 30px;
		height: 1px;
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		top: 20px;
		left: 10px;
		transform: rotate(45deg);
	}
	.lightbox-close:before {
		width: 30px;
		height: 1px;
		content: "";
		display: block;
		background: #fff;
		position: absolute;
		top: 20px;
		left: 10px;
		transform: rotate(-45deg);
	}


		.pp-title2{
		text-align:center;
		font-size:20px;}
		
		.pp{
		text-align:;
		font-size:20px;
		line-height:50px;}	
}
		