@charset "utf-8";
/* CSS Document */

.textEditor{

	margin-top:0;}
.mainArea{
	padding-bottom: 0;
	background: url(../images/bg_news.jpg) center center;
}
.textEditor{
	
}
.textEditor .styleBox .wrap{
	position: relative;
	padding:20px 0 95px 435px;
}
.textEditor .styleBox .wrap:after{
	content: "";
	position: absolute;
	left: 158px;
    top: 38px;
	width: 1px;
	height: 84px;
	background: #fff;
}
.textEditor .styleBox .wrap:before{
	content: "";
	position: absolute;
	left: 158px;
    bottom: 0;
    top: 0;
	width: 1px;
	background: #e10548;
}
.textEditor .styleBox span.idea{
	position: absolute;
	left: 105px;
	top: -41px;
	font-size: 50px;
	color: #fff;
	letter-spacing: 5px;
	font-family: 'Dosis',"微軟正黑體", sans-serif;

}
.textEditor h3{
	position: relative;
	font-weight: normal;
	padding-bottom: 35px;
}
.textEditor p{
	padding-top: 40px;}
.textEditor h3:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 30px;
	height: 3px;
	z-index: 1;
	background: #e10548;
}
.textEditor .facBox{
	position: relative;
	padding: 130px 0;
	background: url(../images/bg.jpg) center center;
}
.textEditor .facBox:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 90px;
	background: url(../images/red.jpg);
}
.textEditor .facBox ul{
	position: relative;
	z-index: 1;
	padding: 0;
	list-style: none;
}
.textEditor .facBox ul li{
	position:relative;}
.textEditor .facBox ul li .ImgBox{
	padding: 0;
}
.textEditor .facBox ul li .Img img{
	width: 100%;
	display: block;
}
.textEditor .facBox ul li .Img{
	position:absolute;
	overflow:hidden;
	top:0;
	bottom:0;
	width:50%;}
.textEditor .facBox ul li .Img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	-o-object-fit:cover;}
.textEditor .facBox ul li:first-child .ImgBox{
	float: right;
}
.textEditor .facBox ul li .TxtBox{
	width: 1160px;
	margin: 0 auto;
}
.textEditor .facBox ul li .TxtBox .Txt{
	padding: 25px 0 85px 0;
}
.textEditor .facBox ul li .TxtBox .Txt h3{
	letter-spacing:2px;
}
.textEditor .facBox ul li .TxtBox .Txt p{
	position:relative;
	padding-right: 55px;
}
.textEditor .facBox ul li:last-child .TxtBox .Txt{
	float:right;
	padding:90px 0 95px 55px;}
.textEditor .facBox ul li:last-child .TxtBox .Txt p{
	padding:40px 0 0 0;}

.textEditor .facBox ul li .TxtBox .Txt p:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1px;
	background:#fff;}
.textEditor .facBox ul li:last-child .TxtBox .Txt p:after {
    left: -55px;
    width: 52%;
}
.textEditor .facBox ul li .TxtBox .Txt p:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 1px;
	background: #e10548;}
.textEditor ul.album{
	float:right;
	width:300px;
	padding:0 0 35px 35px;
	list-style:none;}

.textEditor ul.album li{
	float:left;
	width:90px;
	height:90px;
	margin:0 10px 10px 0;
	box-shadow:2px 2px 5px #c3c3c3;}

.textEditor ul.album li a{
	display:block;}

.textEditor ul.album li a img{
	max-width:100%;}
ul.side_album li{
	padding:0;
	}

ul.side_album li a{
	width:auto;
	display:block;
	box-shadow:none;}
@media (max-width:1470px){
	.mainArea .slick-dots{
		bottom:20px;}	
}
@media (max-width: 1180px){
	.textEditor .styleBox span.idea{
		left:25px;}
	.textEditor .styleBox .wrap:after{
		left: 78px;
	}
	.textEditor .styleBox .wrap:before{
		left: 78px;
	}
	.textEditor .styleBox .wrap {
		padding: 20px 0 95px 105px;
	}
	.textEditor .facBox ul li .TxtBox .Txt{
		padding:25px 0 85px 20px;}
	.textEditor .facBox:after{
		display:none;}
	.textEditor .facBox ul li:last-child .TxtBox .Txt{
		padding:90px 20px 95px 55px;}
	.textEditor .facBox ul li .TxtBox{
		width:100%;}
}
@media (max-width: 1160px){
	.textEditor .facBox ul li .ImgBox{
		width:100%;}
	.textEditor .facBox ul li .Img{
		position:static;
		width:100%;}
	.textEditor .facBox ul li .TxtBox .Txt{
		padding: 25px 20px 85px 20px;
		width:100%;}
	.textEditor .facBox ul li:last-child .TxtBox .Txt {
		padding: 90px 20px 95px 20px;
	}
	.textEditor .facBox ul li:last-child .TxtBox .Txt p:after{
		left:0;}
	.textEditor .facBox ul li .TxtBox .Txt p{
		padding-right:0;}
}
@media (max-width: 767px){
.textEditor ul.album{
	float:none;
	margin:20px auto;
	padding:0;}
}
@media (max-width: 480px){
	.textEditor .styleBox span.idea,
	.textEditor .styleBox .wrap:after,
	.textEditor .styleBox .wrap:before{
		display:none;}
	.textEditor .styleBox .wrap {
		padding: 20px 20px 95px 20px;
	}
}