/*==================================
PTS-Video
====================================*/

.mainVisual { width: 600px; height: 450px;}


.tagCould {
  border:1px solid #ffffff;
  padding:20px;
  text-align: center;

  /* 20160823 Gabby */
  height: 370px;
  overflow: hidden;
}
.tagCould a { 
  display: inline-block; 
  vertical-align: middle; 
  margin: 0 10px 10px 0; 
  opacity: 1; 
  -webkit-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.tagCould a:hover { opacity: 0.5; }
.tagCould a.flow-level-1 { font-size: 22px; font-size: 2.2rem; color: #ffffff; }
.tagCould a.flow-level-2 { font-size: 18px; font-size: 1.8rem; color: #ffffff;  }
.tagCould a.flow-level-3 { font-size: 15px; font-size: 1.5rem; color: #ffffff; }
.tagCould a.flow-level-4 { font-size: 13px; font-size: 1.3rem; color: #aaaaaa; }
  
.videoPic { width: 300px; }
.videoKind { 
	color: #ffffff; 
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.videoTitle { font-size: 18px; font-size: 1.8rem; color: #ffffff; position: relative; }
.watched .videoTitle { padding-left: 20px; }
.watched .videoTitle::after {
  content: '';
  display: block;
  overflow: visible;
  visibility: visible;
  font-family: 'Ionicons';
  color: #ffffff;
  content: "\f383";
  position: absolute;
  top: 0;
  left: 0;
}
.videoTime { font-size: 16px; font-size: 1.6rem; color: #ffffff; }


.videoTitle > span, .videoTime > span { padding:0 5px; } 

.titleBox { border-bottom: 1px solid #ffffff; }
.titleBox h2 { font-size: 24px; font-size: 2.4rem; color: #ffffff;}

.contentPage .titleBox { margin-bottom: 40px; }

.mainVideo { width: 720px; height: 480px; margin: 0 auto; }
.mainVideo .pic { position: absolute; z-index: 2; cursor: pointer; }

.infoBox { width: 720px; margin: 20px auto 0 auto; position: relative; color: #ffffff; }

.SwitchBox { margin-bottom: 20px; }/*20160823 Gabby*/
.SwitchBox a { font-size: 30px; font-size: 3rem; color: #50c2ff; opacity: 0.8; }/*20160823 Gabby*/
.SwitchBox a:hover { opacity: 1; }
.episode { font-size: 20px; font-size: 2rem; color: #ffffff; margin-right: 20px; display: inline-block; vertical-align: bottom; line-height: 1.4; }
.playtime { color: #50c2ff; display: inline-block; vertical-align: bottom; }

.slideBtn { float:right; font-size: 20px; font-size: 2rem; }
.slideUp { display: none; }
.DetailBox { 
  height: 80px; 
  overflow: hidden; 

  -webkit-transition: height 2s ease-in-out;
  transition: height 2s ease-in-out;
}
.DetailBox.open { height: initial; }
.DetailBox.open ~ .slideDown { display: none; }
.DetailBox.open ~ .slideUp { display: block; }

/* programBox */
.programBox html, .programBox body { background-color: #ffffff; }

.sub-title { font-size: 14px; color: #535353; }
.imagebox { 
    width: 35%;
    float: left;
    margin: 0 2% 2% 0;
    box-shadow: -5px 6px 3px #aaa;
}

.txtbox {}
.program-title {
    font-size: 24px;
    color: #000000;
}
.txtbox div { font-size: 18px;}

/* Apply */
.apply-logo { text-align: center; width: 400px; margin:0 auto; }
.apply-title { 
  text-align: center; 
  background-color: #333333; 
  color: #ffffff; 
  padding:10px 0;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 20px;
}

.apply-forms { margin:40px auto;}
.apply-forms ul.forms h6 { font-size: 16px; font-size: 1.6rem; color: #ffffff; text-align: left; }
.apply-forms ul.forms li { margin-bottom: 30px; }
.apply-forms ul.forms li .inlineColumn { }
.apply-forms ul.forms li div.selector span { color:#ffffff; }
.apply-forms ul.forms li label { color: #ffffff; }
.applt-captcha { display: inline-block; vertical-align: top; margin-left: 20px; width: 100px; }
.applt-captcha ~ a { color:#aaaaaa; }
.applt-captcha ~ a:hover { color:#ffffff; }

/* search  result */
.search-result-kind { margin-bottom: 40px; }
.search-result-kind .titleBox { margin-bottom: 20px; }
.search-program-title {
  background-color: #999999;
  padding:5px 10px;
  color: #ffffff;
}

.search-result-kind .four-column .listCol { 
  margin-bottom: 4%; 

  /* 20161103 Gabby */
  height: 236px;
  overflow: hidden;
}
.search-main { text-align: right; width: 30%; position: relative; margin: 0 auto;}
.search-main a { 
  position: absolute;
  right: -10px;
  top: 0;
  display: block;
  padding: 5.5px;
  background: #454545;
  color: #fff;
}
.search-main a:hover { color: #ffffff; }

.search-main input.text {
  width: 100%;
  padding:5px 0 5px 10px;
  background: #454545;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom-color: #42b2ea;
}
.search-main input.text:focus {
  color: #ffffff;
  background: #454545;
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom-color: #42b2ea;
}

/* others */
.index .blockquote h3, .index .blockquote p { color: #ffffff; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { 
  -webkit-text-fill-color: rgba(255,255,255,255) !important;
}

/* alertBox */
.alertBoxFrame #cboxContent {background-color: #0099cc;}
.alertBoxFrame .cboxIframe { background-color: #0099cc; }
.alertBoxFrame #cboxClose { opacity: 1; }

.alertBox { width: 200px; height: 50px; background-color: #ffffff; cursor: pointer; margin: 0 auto; position: relative; z-index: 9999; }/*暫時讓他出現*/
.alertinfo { text-align: center; font-size: 15px; font-size: 1.5rem; }
.alertBg { background-color: #0099cc; }
body.lightbox.alertBg .container {
  background-color: #0099cc; 
  color: #ffffff; 
  padding: 30px 0; 
}
.ip-number { padding: 0 5px; color: #cccccc; }
.alertBtn { text-align: center; margin-top: 20px; }
.btn-alert {
  background-color: #0099cc;
  border:1px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
}

/*
==============================================
   responsive
==============================================
*/
@media screen and (max-width : 1023px) {
  
}
@media screen and (max-width : 979px) {
  .mainVisual { width: 95%; height: inherit; margin-bottom:20px; }
  .mainVideo { width: 100%; height: 100%; }
  /* 20160823 Gabby */
  .tagCould { height: initial; }

  .tagCould a { margin: 0 10px 5px 0; }
  .infoBox { width: 90%; }


  .search-main { margin: initial; }

  .apply-logo { width: 90%; }

}
@media screen and (max-width : 800px) {


	.index .col-full-67 { width: 100% !important; }
	.index .col-full-33 { width: 100% !important; }




}
@media screen and (max-width : 680px) {
  .imagebox { float: none; margin:0 0 20px 0;width: 100%; box-shadow: none; text-align: center; } 
  .contentPage .titleBox { border-bottom: none; margin-bottom: 20px;  }

  .mainVisual { 
    width: 100%;
    margin: 0 auto 20px auto; 
  }
  .apply-forms ul.forms li .inlineColumn { width: 100%; }

  .search-main { width: 95%; }
  
  .applt-captcha { margin-left: 0; }


  .search-result-kind .four-column .listCol { /* 20161103 Gabby */
    height: inherit;
    margin-bottom: 2%;
  }



}

@media screen and (max-width : 320px) {
    body.lightbox.alertBg .container {
    background-color: #0099cc; 
    color: #ffffff; 
    padding: 10px 0; 
  }
  .btn-alert {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .alertinfo { text-align: center; font-size: 13px; font-size: 1.3rem; }

}