/* ------------------------------------------------- *
 *        blkEpisode
 * ------------------------------------------------- */
#blkEpisode {
	margin: 0 auto;
	width: 950px;
	height: 180px;
	
}

.slider_img a {
	-webkit-transition: all .4s;
	transition: all .4s;
	filter: alpha( opacity=100 );
	opacity: 1.0;
}

.slider_img a:hover {
	filter: alpha( opacity=70 );
	opacity: 0.7;
}

.blkWorks__text {
	font-size: 80%;
	text-align: right;
	padding-right: 3%;
}
.blkWorks__text a {
	font-size: 120%;
	padding-right: 1em;
}


/* ------------------------------------------------- *
 *        popupEpisode
 * ------------------------------------------------- */
.popupEpisode {
	z-index: 2100;
}
.popupEpisode__unit {
  display: none;
  width: 840px;
  height: 640px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -350px 0 0 -450px;
  padding: 30px;
  background: #FFF;
	z-index: 2000;
}
.popupEpisode__title {
	margin: 0 10px;
	font-size: 141.7%;
	font-weight: bold;
}
.popupEpisode__img {
	height: 320px;
	margin: 30px 10px 0;
	text-align: center;
}
.popupEpisode__name {
	font-weight: bold;
	margin: 15px 10px 0;
	font-size: 125.0%;
}
.popupEpisode__text {
	margin: 10px auto 0;
	height: 220px;
	font-size: 125.0%;
	width: 820px;
	overflow: auto;
}
.popupEpisode__text p {
	margin-bottom: 15px;
}
.popupEpisode__btnClose {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 2110;
	cursor: pointer;
}
/* ------------------------------------------------- *
 *        popupLayer
 * ------------------------------------------------- */

.popupLayer {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	filter: alpha( opacity=60 );
	opacity: 0.6;
	zoom: 1;
	z-index: 2000;
}



/*---------------------------------------------------
    @Styles for Tablet Portrait
---------------------------------------------------*/

@media (max-width: 950px) {

#blkEpisode {
	width: 95%;
	font-size: 80%;
}

.blkEpisode__inner {
	height: 70%;
}

.popupEpisode__unit {
  display: none;
  width: 700px;
  height: 600px;
  
  margin: -300px 0 0 -370px;
  padding: 20px;
}
.popupEpisode__img {
	height: 260px;
	margin: 20px 10px 0;
}
.popupEpisode__img img {
	width: auto;
	height: 100%;
}
.popupEpisode__name {
	font-size: 110.0%;
}
.popupEpisode__text {
	height: 180px;
	width: 90%;
	overflow: auto;
	font-size: 90%;
}

}



/*---------------------------------------------------
 	 @Styles for Mobile Landscape to Tablet Portrait
---------------------------------------------------*/

@media (max-width: 768px) {

.blkEpisode__inner {
	height: 50%;
}

.blkEpisode__arrow {
	width: 100%;
	position: relative;
	top: -35%;
	z-index: 1;
}
.blkEpisode__arrowLeft, .blkEpisode__arrowRight {
	cursor: pointer;
	width: 16px;
	height: 34px;
	
}
.blkEpisode__arrowLeft {
	float: left;
	background: transparent url(../images/bt_arrow_s.png) 0px 0px;
}
.blkEpisode__arrowRight {
	float: right;
	background: transparent url(../images/bt_arrow_s.png) -16px 0px;
}
.blkEpisode__arrowLeft:hover {
	background: transparent url(../images/bt_arrow_s.png) -32px 0px;
}
.blkEpisode__arrowRight:hover {
	background: transparent url(../images/bt_arrow_s.png) -48px 0px;
}

.popupEpisode__unit {
  display: none;
  width: 85%;
  height: 80%;
  
  margin: -55% 0 0 -45%;
  padding: 20px;
}
.popupEpisode__img {
	height: 220px;
	margin: 20px 10px 0;
}
.popupEpisode__img img {
	width: auto;
	height: 100%;
}
.popupEpisode__name {
	font-size: 110.0%;
}
.popupEpisode__text {
	height: 160px;
	width: 90%;
	overflow: auto;
	font-size: 90%;
}

}
/*---------------------------------------------------
    @Styles for Mobile Portrait
---------------------------------------------------*/

@media (max-width: 480px) {
#blkEpisode {
	width: 100%;
}
.blkEpisode__arrow {
	width: 100%;
	position: relative;
	top: -45%;
	z-index: 1;
}
.blkEpisode__inner {
	height: 28%;
	
}
.blkEpisode__arrow {
	width: 100%;
	position: relative;
	top: -28%;
	z-index: 1;
}
.popupEpisode__unit {
  display: none;
  width: 80%;
  height: 80%;
  
  margin: -67% 0 0 -46%;
  padding: 20px;
}
.popupEpisode__img {
	height: auto;
	margin: 10px 10px 0;
}
.popupEpisode__img img {
	width: 100%;
	height: auto;
}
.popupEpisode__name {
	font-size: 12px;
	margin-top: 10px;
}
.popupEpisode__text {
	height: 120px;
	width: 90%;
	overflow: auto;
	font-size: 90%;
	margin-top: 10px;
}

}




}