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



.indexArea {
	width: 1500px;
	margin: 0 auto;
	padding: 0 15px;
}

/*----- 首頁 -----*/
.indexBanner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	clear: both;
	background: none;
}

.indexBanner > figure {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
} 

.indexBanner > p {
	position: absolute;
	bottom: 15px; 
	left: 50%;
	z-index: 3;
	-ms-transform: translateX(-50%);  
    -moz-transform: translateX(-50%);  
	-webkit-transform: translateX(-50%);  
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding: 0;
	margin: 0; 
}
  
.indexBanner > p > a { 
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 6px;
}

.indexBanner > p > a.active,
.indexBanner > p > a:hover {
	background-color: #72d1f5;
}


/* 最新消息 */
.title {
	margin-bottom: 30px;
}

.indexNewsWrap {
	padding: 50px 0 70px;
}

.indexNewsLeft {
	width: 47.5%;
	float: left;
}

.indexNewsRight {
	width: 47%;
	float: right;
}

ul.newsList {
}

ul.newsList li {
	margin-bottom: 8px;
}

ul.newsList li .newsCate,
.newsSpecial .newsCate {
	width: 60px;
	height: 60px;
	font-size: 15px;
	color: #fff;
	padding: 13px 14px 12px 16px;
	display: inline-block;
	border-radius: 99em;
	/*background-color: #f0ad4e*/
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
}

ul.newsList li .newsCate {
	margin: 0 13px 13px 0;
}

ul.newsList li .newsTitleBox {
	width: -webkit-calc(100% - 78px);
	width: -moz-calc(100% - 78px);
	width: calc(100% - 78px);
	display: inline-block;
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

ul.newsList li .newsTitleBox p.newsDate {
	font-size: 14px;
	color: #0091d0;
	margin-bottom: 6px;
}

ul.newsList li .newsTitleBox h3,
.newsSpecial .newsTitleBox h3 {
	font-size: 16px;
	font-weight: normal;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.newsList li:hover .newsTitleBox h3,
.newsSpecial:hover .newsTitleBox h3 {
	color: #0091d0;
}

.newsSpecial {
	float: left;
	width: 46%;
}

.fbBox {
	float: right;
	width: 46%;
}

.newsSpecial .newsBox {
	position: relative;
	overflow: hidden;
	background-color: #e5e5e5;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.newsSpecial figure img,
ul.djList li .djPhoto img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.newsSpecial:hover figure img,
ul.djList li:hover .djPhoto img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.newsSpecial .newsInfo {
	padding: 15px 11px;
}

.newsSpecial .newsCate {
	margin-right: 8px;
}

.newsSpecial .newsTitleBox {
	width: -webkit-calc(100% - 73px);
	width: -moz-calc(100% - 73px);
	width: calc(100% - 73px);
	display: inline-block;
	vertical-align: middle;
}

.newsSpecial .newsTitleBox p.newsDate {
	font-size: 13px;
	color: #0091d0;
	margin-bottom: 4px;
}

.blueBg {
	background-color: #45aed6 !important;
}



/* 服務連結 */
.serviceWrap {
	padding: 55px 0;
	background-color: #fff;
	text-align: center;
	position: relative;
}

.indexTitle {
	font-size: 34px;
	text-align: center;
	position: relative;
}

.subtitle {
	font-size: 16px;
	color: #888;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	font-family: 'Arya', 微軟正黑體, 新細明體, sans-serif;
}

.subtitle:before,
.subtitle:after {
	content: " ";
	display: block;
	width: 70px;
	height: 1px;
	background: #b3b3b3;
	position: absolute;
	bottom: 45%;
}

.subtitle:before {
	right: -90px;
}

.subtitle:after {
	left: -90px;
}


ul.serviceList {
	margin: 0 100px;
}

ul.serviceList li {
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.serviceList li:hover {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
}

ul.serviceList li .serviceItem {
	padding: 50px 0 40px;
	text-align: center;
}

ul.serviceList li .serviceItem .icon {
	width: 135px;
	height: 135px;
	font-size: 62px;
	margin: 0 auto;
	border-radius: 99em;
	background-color: #fff;
	line-height: 135px;
}

ul.serviceList li .serviceItem .icon.big {
	font-size: 66px;
}

ul.serviceList li .serviceItem .serviceTxt {
	font-size: 21px;
	color: #fff !important;
	font-weight: bold;
	margin-top: 15px;
}

.pink {
	color: #f29aa0;
	background-color: #f29aa0;
}

.green {
	background-color: #9bca6c;
}

.purple {
	color: #c183af;
	background-color: #c183af;
}

.blue {
	color: #42acd4;
	background-color: #42acd4;
}

.line-icon {
	background: url(../images/line-logo02.svg) no-repeat center #9bca6c;
	background-size: 72px auto;
}



/* 文字簡介 */
.aboutWrap {
	padding: 125px 0 45px;
	position: relative;
	min-height: 575px;
	overflow: hidden;
	background: url(../images/cloud.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.cloud-cover {
	position: absolute;
	top: 0;
	right: o;
	z-index: 10;
}

.cloud-cover img {
	width: 100%;
	height: auto;
}

.aboutBox {
	padding-left: 14%;
	padding-right: 24%;
	text-align: center;
}

.aboutBox h3 {
	font-size: 25px;
	color: #fff;
	margin: 16px 0 6px;
}

.aboutBox h2 {
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	padding: 0 30px 12px;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #fff;
}

.aboutBox h2::after {
	content: " ";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	border-radius: 99em;
	background: #009ede;
}

.aboutTxt {
	font-size: 17px;
	margin-top: 30px;
	text-align: left;
	line-height: 32px;
}

.aboutImg {
	position: absolute;
	bottom: 10px;
	right: 35px;
	z-index: 20;
}



/* DJ介紹 */
.djWrap {
	padding: 55px 0 65px;
	background-color: #f6f6ec;
	text-align: center;
}

ul.djList {
	margin-top: 10px;
}

ul.djList li {
	margin: 0 17px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.djList li .djPhoto { /*將長方形圖片裁剪成正圓形*/
    width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 99em;
	vertical-align: top;
	cursor: pointer;
	object-fit: cover;
}

ul.djList li .djPhoto img {
	width: 100%;
    height: auto;
}

ul.djList li .goto {
	width: 44px;
    height: 44px;
	font-size: 22px;
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 20px;
	border-radius: 99em;
	background: #8dc031;
	line-height: 44px;
	text-align: center;
	z-index: 11;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.djList li:hover .goto {
	background: #14a7de;
}

ul.djList li .djName {
	font-size: 18px;
	padding-top: 18px;
	text-align: center;
}



/* 相關連結 */
.linkWrap {
	padding: 45px 0 65px;
	background: url(../images/dot-bg.png) repeat #f87b83;
}

.linkTitle {
	font-size: 34px;
	color: #fff;
	margin-bottom: 30px;
}

.linkTitle span {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: normal;
	margin-left: 7px;
	font-family: 'Arya', 微軟正黑體, 新細明體, sans-serif;
}

/*ul.linkList .row {
    margin-left: -12px;
    margin-right: -12px;
}*/

ul.linkList li.col-custom {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

ul.linkList li {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.linkList li:hover {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
}



@media (max-width: 1680px){

/* 文字簡介 */
.aboutImg {
	bottom: 30px;
	right: -50px;
	text-align: right;
}

.aboutImg img {
	width: 85%;
	height: auto;
}


}


@media (max-width: 1499px){

.indexArea {
	width: 100%;
	padding: 0 4%;
}


/* 服務連結 */
ul.serviceList {
	margin: 0 45px;
}



/* 文字簡介 */
.aboutWrap {
	padding-top: 100px;
}

.aboutBox {
	padding-left: 7%;
	padding-right: 33%;
}


}



@media (max-width: 1199px){

/* 最新消息 */
.indexNewsWrap {
	padding: 40px 0 65px;
}



/* 服務連結 */
ul.serviceList {
	margin: 0;
}



/* 文字簡介 */
.aboutWrap {
	padding-top: 80px;
}

.aboutBox {
	padding-left: 5%;
	padding-right: 38%;
}

.aboutImg {
	right: -40px;
}

.aboutImg img {
	width: 67%;
}



/* DJ介紹 */
ul.djList li {
	margin: 0 12px;
}

ul.djList li .goto {
	width: 36px;
    height: 36px;
	font-size: 19px;
	bottom: 10px;
	line-height: 36px;
}



/* 相關連結 */
ul.linkList .row {
    margin-left: -10px;
    margin-right: -10px;
}

ul.linkList li.col-custom {
	padding-left: 10px;
	padding-right: 10px;
}

}



@media (max-width: 991px){

/* 最新消息 */
.indexNewsLeft,
.indexNewsRight {
	width: 100%;
	float: none;
}

.indexNewsLeft {
	margin-bottom: 55px;
}



/* 服務連結 */
ul.serviceList li .serviceItem .icon {
	width: 90px;
	height: 90px;
	font-size: 44px;
	line-height: 90px;
}

ul.serviceList li .serviceItem .icon.big {
	font-size: 48px;
}

ul.serviceList li .serviceItem .serviceTxt {
	font-size: 18px;
}

.line-icon {
	background-size: 50px auto;
}



/* 文字簡介 */
.aboutBox h3 {
	font-size: 22px;
}

.aboutBox h2 {
	font-size: 32px;
}



/* 相關連結 */
ul.linkList li.col-custom {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

	
}


@media (max-width: 767px){

/* 最新消息 */
.newsSpecial {
	width: 48%;
}

.fbBox {
	width: 48%;
}



/* 服務連結 */
ul.serviceList .row {
	margin-left: -10px;
    margin-right: -10px;
}

ul.serviceList li.col-6 {
	padding-left: 10px;
	padding-right: 10px;
}



/* 文字簡介 */
.aboutImg {
	display: none
}

.aboutBox {
	padding-left: 5%;
	padding-right: 5%;
}


}


@media (max-width: 575px){

/* 最新消息 */
.indexNewsWrap {
	padding-top: 30px;
}

.title {
	margin-bottom: 25px;
}

ul.newsList li .newsTitleBox h3,
.newsSpecial .newsTitleBox h3 {
	font-size: 15px;
}

.newsSpecial .newsInfo {
	padding-top: 13px;
	padding-bottom: 13px;
}

.newsSpecial .newsCate {
	display: none;
}

.newsSpecial .newsTitleBox {
	width: 100%;
}



/* 服務連結 */
.indexTitle {
	font-size: 26px;
}

.subtitle {
	font-size: 15px;
}

ul.serviceList li .serviceItem {
	padding: 30px 0 22px;
}

ul.serviceList li .serviceItem .serviceTxt {
	font-size: 16px;
}



/* 文字簡介 */
.aboutBox h3 {
	font-size: 18px;
}

.aboutBox h2 {
	font-size: 26px;
}

.aboutTxt {
	font-size: 15px;
	line-height: 30px;
}



/* DJ介紹 */
.djWrap {
	padding: 50px 0 55px;
}

ul.djList {
	margin-top: 0;
}

ul.djList li .djName {
	font-size: 16px;
	padding-top: 15px;
}



/* 相關連結 */
.linkTitle {
	font-size: 26px;
}

.linkTitle span {
	font-size: 15px;
}

ul.linkList li.col-custom {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


}


@media (max-width: 480px){

/*----- 首頁 -----*/
.indexBanner > p {
	bottom: 5px; 
}


/* 最新消息 */
.newsSpecial,
.fbBox {
	float: none;
	width: 100%;
}

.fbBox {
	margin-top: 45px;
}




}