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

@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap");



.mainBox {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(195, 195, 195, 0.5);
}

/*----- 節目表 -----*/
.update {
	font-size: 15px;
	margin: -15px 0 13px;
	text-align: right;
}

.programBox {
	padding: 1.5% 2.5%;
}

.table-responsive {
	margin: 10px 0 0;
}


/*表格樣式*/
.programTable {
}

.programTable th,
.programTable td {
    border: 3px solid #fff;
	vertical-align: middle;
}

.programTable th {
	color: #fff;
	padding: 8px;
	border-bottom: none;
	background-color: #df3a87;
	text-align: center;
}

.programTable td.time {
	font-size: 15px;
	font-weight: normal;
	padding: 20px 8px;
	text-align: center; 
}

.programTable tr:nth-child(2n) > td.time {
	background-color: #f0f0f0;
}

.programTable td {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	padding: 10px 8px;
	text-align: center;
	vertical-align: middle;
}

.host {
	font-size: 16px;
	color: #ea5098;
	font-weight: normal;
	display: block;
}

.host a {
	color: #ea5098;
}

.host a:hover {
	text-decoration: underline;
}

.yellow {
	background-color: #f9f7ca;
}

.blue {
	background-color: #ddffff;
}

.pink {
	background-color: #ffd9f8;
}

.gray {
	background-color: #eaeae4;
}

.call-in {
	font-size: 18px;
	margin-top: 60px;
	text-align: center;
}

.call-in .service {
	margin-left: 40px;
}

.call-in .tel {
	font-size: 30px;
	color: #fc0f0f;
	margin-left: 8px;
	font-family: 'Pacifico', 微軟正黑體, 新細明體, sans-serif;
}



/*----- DJ介紹列表 -----*/
ul.djList {
	margin-bottom: -60px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.djList li .djBox {
	margin-bottom: 60px;
	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;
}

ul.djList li:hover .djBox {
}

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

ul.djList li figure 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;
}

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

ul.djList li .triangle {
	border-color: transparent #21b7ad #21b7ad transparent;
    border-style: solid;
	border-width: 55px 135px;
    width: auto;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

ul.djList li .djInfo {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 0 12px 8px 35%;
	z-index: 20;
	text-align: right;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.djList li .djInfo h3 {
	font-size: 22px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.djList li:hover .djInfo h3 {
	color: #005650;
}

ul.djList li .djInfo .programName {
	font-size: 15px;
	margin-top: 5px;
	line-height: 20px;
}



/*----- DJ介紹詳細頁 -----*/
.detailBox {
	padding: 50px 5%;
	margin-bottom: 25px;
	line-height: 28px;
}

.leftBox {
	float: left;
	width: 40%;
	border: 1px solid #d7d7d7;
}

.leftBox img {
	width: 100%;
	height: auto;
}


/*右側產品資訊樣式*/
.rightBox {
	float: right;
	width: 54%;
}

.djName {
	font-size: 28px; 
	font-weight: normal;
	padding-bottom: 6px;
	border-bottom: 1px solid #c5c5c5;
}

.djInfoTitle {
	font-size: 16px; 
	color: #0fb1a6;
	font-weight: bold;
	padding-left: 16px;
	margin: 23px 0 8px;
	position: relative;
	line-height: 29px;
}

.djInfoTitle::before {
	content: " ";
	position: absolute;
	display: block;
	width: 3px;
	height: 16px;
	background-color: #0fb1a6;
	left: 3px;
	top: 6px;
}

.photoBox {
	padding: 20px;
	margin-bottom: 35px;
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(195, 195, 195, 0.5);
}

ul.photoList {
    margin-bottom: -16px;
}

ul.photoList .row {
    margin-left: -8px;
    margin-right: -8px;
}

ul.photoList li.col-6 {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
}

ul.photoList li figure {
	border: 1px solid #d7d7d7;
}

ul.photoList li 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;
}

ul.photoList li:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}


a.backBtn {
	width: 190px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 10px 0;
	border-radius: 30px;
	background: #21b7ad;
	position: relative;
	text-align: center;
}

a.backBtn:hover {
	background: #0091d0;
}

a.backBtn::before {
	content: '\f104';
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    margin-right: 9px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.backBtn:hover::before {
	margin-right: 40%;
}



/*----- 人才招募 -----*/
.jobBox {
	padding: 1.8% 2.5% 2.5%;
	margin-bottom: 55px; 
}

.jobBox:last-of-type {
	margin-bottom: 0; 
}

.jobTitle {
	font-size: 25px; 
	color: #0874ba;
	margin-bottom: 10px;
}

.jobInfo {
	padding: 12px 35px 28px;
	background: #f5f5f5;
	line-height: 28px;
}

.jobInfo p {
	margin-left: 16px;
}

.reduce-m {
	margin: 15px 0 5px;
}



/*----- 聯絡我們 -----*/
.contactWrap {
	min-height: 680px;
	position: relative;
}

.contactInfo {
	width: 50%;
	min-height: 300px;
	position: relative;
	padding: 30px 22% 120px 50px;
	background-color: #21b7ad;
}

.baobaoImg {
	position: absolute;
	left: 50px;
	bottom: -145px;
	z-index: 60;
}

.contactMap {
	width: 68%;
	position: absolute;
	top: 20%;
	right: 0;
	border: 1px solid #dcdcdc; 
	-webkit-box-shadow: 0 1px 4px rgba(185, 185, 185, 0.7);
	box-shadow: 0 1px 4px rgba(185, 185, 185, 0.7);
	z-index: 50;
}

.contactMap iframe {
	display: block;
}

.infoTxt {
	font-size: 15px;
	color: #fff;
	margin-top: 25px;
	line-height: 28px;
}

.infoTxt a {
	color: #fff;
}

.infoTxt a:hover {
	color: #93ebe5;
}

.hr {
	height: 1px;
	margin: 12px 0;
	border: 0;
	border-top: 1px solid #93ebe5; 
}

.contactFormBox {
	padding: 38px 60px 50px;
	margin-top: 75px;
}

.contactTitle {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.contactTxt {
	font-size: 15px;
	margin-bottom: 33px;
	text-align: center;
	line-height: 24px;
}

.remark {
	font-size: 14px;
	color: #ee153b;
	margin: 0 3px;
}


/* 表單樣式 */

.form-left {
	width: 48%;
	float: left;
}

.form-right {
	width: 48%;
	float: right;
}

label {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 7px 1px;
}

.codeInput {
	width: 40%;
	margin-right: 15px;
	display: inline-block;
}

.form-control {
  padding: 0.5rem 0.75rem;
}

.form-control:focus {
  border-color: #21b7ad;
  box-shadow: none;
}

.input, .textarea {
	color: #323232;
	background-color: #f6f6f6;
	border-radius: 0;
	border-color: #ddd;
}

.textarea {
	min-height: 240px;
	font-size: 15px;
}

.submit {
	float: right;
	width: 55%;
	font-size: 17px;
	color: #fff;
	padding: 12px 60px;
	margin-top: 59px;
	border: none;
	border-radius: 30px;
	background-color: #21b7ad;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.submit:hover, 
.submit:focus {
	background-color: #0091d0;
}




@media (max-width: 1199px){

/*----- 聯絡我們 -----*/
.contactInfo {
	padding-right: 17%;
}

.contactMap {
	width: 62%;
}


}



@media (max-width: 991px){

/*----- 節目表 -----*/
.programTable td {
	font-size: 16px;
}

.host {
	font-size: 15px;
}

.call-in {
	margin-top: 40px;
}



/*----- DJ介紹列表 -----*/
ul.djList li .triangle {
	border-width: 55px 155px;
}

ul.djList li .djInfo {
	padding-left: 45%;
}



/*----- 聯絡我們 -----*/
.contactInfo {
	padding-left: 30px;
}

.contactFormBox {
	padding: 35px;
}

	
}


@media (max-width: 767px){

/*----- 節目表 -----*/
.call-in {
	font-size: 16px;
}

.call-in .service {
	margin-left: 25px;
}

.call-in .tel {
	font-size: 26px;
}



/*----- DJ介紹詳細頁 -----*/
.detailBox {
	padding-top: 5%;
	padding-bottom: 35px;
}

.djName {
	font-size: 24px; 
}

.photoBox {
	padding: 15px;
}



/*----- 人才招募 -----*/
.jobTitle {
	margin-bottom: 7px;
}

.jobInfo {
	padding: 2px 25px 18px;
}



/*----- 聯絡我們 -----*/
.contactInfo {
	width: 100%;
	padding: 30px 37% 40px 45px;
}

.baobaoImg {
	position: absolute;
	left: auto;
	right: 5px;
	bottom: 0px;
}

.contactMap {
	width: 100%;
	position: relative;
	border: 1px solid #d4d4d4; 
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contactFormBox {
	margin-top: 50px;
}

.contactTxt {
	margin-bottom: 25px;
}

.form-left {
	width: 100%;
	float: none;
	margin-bottom: 1rem;
}

.form-right {
	width: 100%;
	float: none;
}

.submit {
	width: 100%;
	margin-top: 30px;
}


}


@media (max-width: 575px){

/*----- 節目表 -----*/
.programBox {
	padding: 2%;
}

.table-responsive {
	margin-top: 0;
}

.programTable td {
	font-size: 15px;
}

.host {
	font-size: 14px;
}

.call-in {
	font-size: 15px;
}

.call-in .service {
	display: block;
	margin: 10px 0 0 0;
}



/*----- DJ介紹列表 -----*/
ul.djList {
	margin-bottom: -45px;
}

ul.djList .row {
	margin-left: -8px;
	margin-right: -8px;
}

ul.djList li.col-6 {
	padding-left: 8px;
	padding-right: 8px;
}

ul.djList li .djBox {
	margin-bottom: 45px;
}

ul.djList li .triangle {
	display: none;
}

ul.djList li .djInfo {
	position: relative;
	padding: 9px 15px;
	background: #21b7ad;
	text-align: left;
}

ul.djList li .djInfo h3 {
	font-size: 17px;
}

ul.djList li .djInfo .programName {
	margin-top: 3px;
}



/*----- DJ介紹詳細頁 -----*/
.leftBox {
	float: none;
	width: 100%;
}

.rightBox {
	float: none;
	width: 100%;
	padding-top: 20px;
	clear: both;
}



/*----- 人才招募 -----*/
.jobBox {
	margin-bottom: 45px; 
}

.jobTitle {
	font-size: 20px; 
	margin: 3px 0 7px;
}

.jobInfo {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 26px;
}



/*----- 聯絡我們 -----*/
.contactInfo {
	padding-left: 35px;
	padding-right: 35px;
}

.baobaoImg {
	display: none;
}

.contactFormBox {
	padding-left: 22px;
	padding-right: 22px;
}


}

