/* CSS Document */

@media (min-width:320px) {
	.drama-synopsis {
		margin-top: 0px !important;
	}
	.drama-info-section {
		margin : 0px;
		margin-top: 5px;
	}
	.info-title div {
		text-align:center !important;
	}
	.leaderboard-ad-div div {
		width: 320px;
		height: 50px;
		margin: 0 auto;
		display: block !important;
	}
	.drama-info-section ul {
		padding: 0px 8px;
	}
	.drama-info-section ul li {
		padding: 2px 14px !important;
	}
	.info-description {

	}
}

	

@media (min-width:768px) {
	.drama-synopsis {
		padding-bottom: 0px !important;
	}
	.drama-small-poster {
		padding: 15px !important;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	.drama-text-info {
		text-align: left !important;
	}
	.drama-info-section {
		padding:0px;
	}
	.info-title {
		padding: 0px;
	}
	.info-description {
		padding: 0px;
		margin-left: 0px
	}
	.info-title div {
		text-align: left !important;
	}
	.episode-title {
		font-size: 18px !important;
		height: 26px !important;
	}
	.episode-description {
		font-size: 16px !important;
		height: 22px !important;
	}
	.drama-synopsis {
		background-color: #FFF;
	}
	.series-left-column {
		background-color: #FFF;
	}
	.drama-info-section {
		margin: 18px 0px;
	}
	
	.drama-info-section ul {
		padding: 0px;
	}

	.leaderboard-ad-div div {
		width: 728px;
		height: 90px;
		margin: 0 auto;
		display: block;
	}
}

@media (min-width:1080px) {
	.page-wrapper {
		padding:0 16px;
	}
	.drama-content {
		padding:0 16px;
	}
	.drama-synopsis {
		margin-top: -400px !important;
	}
	.drama-small-poster {
		padding-top:16px !important;
		padding-left:16px !important;
		margin-left: 0;
	}
	.drama-text-info {
		text-align: left !important;
	}
	.episode-info {
		padding-left: 16px;
		padding-right: 8px;
	}
	.article {
		padding:8px !important;
	}
	.drama-info-section {
		padding:0px;
	}
	.info-title div {
		text-align: left !important;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.info-description div {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.dfp-leaderboard-div div {
		width: 728px;
		height: 90px;
		margin: 0 auto;
		display: block;
	}
}


	.nopadding {
		padding:0px
	}

	.episode-section {
		padding: 16px 4px;
		margin-bottom: 20px;
		padding-bottom: 0px;
		overflow: auto;
	}
	.drama-text-info {
		padding: 16px;
		background-color: #FFF;
		text-align: center;
	}

	.drama-left-side {
		display:inline-block;
		vertical-align: top;
	}
	.overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		opacity: 0.5;
		transition: .5s ease;
		background-color: rgba(0,0,0,0.5);
	}

	.drama-small-poster {
		padding:5px;
		background-color: #FFF;
	}

	.drama-big-poster {
		position: relative
	}

	.drama-big-poster:hover .overlay {
		opacity: 1;
	}

	.drama-synopsis {
		width: 98%;
		margin: 0 auto;
		margin-top: -350px;
		padding-top: 16px;
		padding-bottom: 16px;
		float: none;
		-webkit-box-shadow: 0 2px 5px 0 transparent, 0 2px 2px 0 rgba(0,0,0,0.1);
		box-shadow: 0 2px 5px 0 transparent, 0 2px 2px 0 rgba(0,0,0,0.1);
		overflow-y: auto;
		margin-bottom: 10px;
	}

	.ads-space {
		display: inline-block;
		min-width: 320px;
		vertical-align: top;
	}

	.episode {
		padding:16px 6px;
		padding-top: 0px;
	}
	
	.landscape-ads {
	margin: 0 auto;
	display: block;
	}

	.episode-info {
		padding-left: 4px;
		padding-right: 4px;
	}
	.episode-title {
		font-size:16px;
		height:20px;
		overflow: hidden;
		font-weight:bold;
	}
	.episode-description {
		font-size:14px;
		height:20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.divider {
		height: 1px;
		overflow: hidden;
		background-color:#e0e0e0;
		width: 100%;
	}

	.see-more-btn {
		margin: 10px auto;
		display: block;
		text-align: center;
		color: #000000;
	}

	.drama-info-content {
		font-size: 16px;
		line-height: 26px;
	}

	.play-button {
		position: absolute;
		top: calc(30% - 20px);
		left: calc(50% - 60px);
		z-index:1000;
		border-radius: 24px; 
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
		text-align: center;
		height: 40px;
		width: 125px;
		cursor: pointer;
	}
	.play-button:hover {
		box-shadow:0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
	}
	.play-button a {
		text-decoration: none;
		display: inline-block;
	}
	.play-button h2 {
		font-size: 1.2em;
		color: #fff;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
		margin:0;
		line-height: 40px;
		display:inline-block;
	}

	.play-button div {
		font-size: 1.2em;
		color: #fff;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
		margin:0;
		line-height: 40px;
		display:inline-block;
	}

	.drama-big-poster:hover .play-button i {
		color: red;
	}

	.article {
		padding: 8px
	}
	.article-img-div {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 0px;
		padding: 55% 0 0 0;
	}
	.article-img-div img {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		
	}

	.article-section {
		padding: 4px;
	}	
	
	.drama-info-section {
		font-size: 16px;
		background: #FFF;
		padding: 8px 0px;
	}
	
	.dl-horizontal dt {
		text-align: left;
		font-size: 18px;
		margin-bottom:10px
	}
	
	.info-title div {
		font-weight: bold;
		line-height: 30px;
		text-align: right
	}

	.info-description {
		padding: 0px 12px;
	}
	
	.info-description div {
		line-height: 30px;
		text-align: left;
	}
	
	.description-section {
		padding: 16px;
		margin-bottom: 20px;
		padding-bottom: 8px;
		overflow: hidden;
		height: 120px;
	}
	
	.watch-more-div {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 80px; 
		background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 70%);
		cursor: pointer
	}
	
	.watch-more-text {
		width: 100%;
		position: absolute;
		bottom: 5px;
		text-align: center;
		color: #353535;
	}
	
	.episode-lock-overlay {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		z-index: 9999
	}
	.episode-lock-overlay i {
		color: #FFF;
		text-align: center;
		font-size: 30px;
		display: block;
		margin-top: 20%;
		margin-bottom: 2px;
	}
	.episode-lock-overlay p {
		text-align: center;
		color: #DADADA;
		margin-top: 2px;
		margin-bottom: 0px;
		font-size:12px
	}