.contentsWrap {
  padding-left: 0;
  padding-right: 0;
}

.mediaHeaderContentsArea {
  width: 100%;
}

.mediaHeaderContentsArea h1 {
  font-size: 22px;
  font-size: 1.375rem;
  border-bottom: 2px solid #D5D5D5;
  padding-bottom: 4px;
  margin-bottom: 12px;
}

.mediaHeaderContentsArea h1 .mediaHeaderEpisodeName {
  font-size: 16px;
  font-size: 1rem;
}

.mediaMainContentsArea {
  float: left;
  width: 784px;
}

.mediaSideContentsArea {
  float: right;
  width: 200px;
  min-height: 1400px;
}

.mediaBody {
  margin-bottom: 32px;
}

.mediaBodyHeader {
  position: relative;
  min-height: 24px;
  padding-bottom: 24px;
}

.snsshareBtn {
  position: relative;
  float: left;
  font-size: 0
}

.snsshareBtn li {
  display: inline-block;
  margin-right: 5px;
}

.ie8 .snsshareBtn .sc-tw {
  display: none;
}

.ie8 .snsshareBtn .sc-fb {
  left: 62px;
}

.mediaBodyHeader .relationTags {
  float: right;
}

.mediaBodyHeader .relationTags li {
  display: inline-block;
  margin-right: 12px;
  line-height: 24px;
}

.mediaBodyHeader .relationTags a {
  font-size: 16px;
  font-size: 1rem;
  color: #346AC9;
  text-decoration: underline;
}

.mediaBody .mediaBodyCopyRight {
  font-size: 16px;
  font-size: 0.8125rem;
}

.mediaPlayer {
  position: relative;
  margin-bottom: 24px;
  width: 784px;
  height: 441px; /* 784 * (9/16) */
  background: transparent;
}

.mediaPlayer object {
  background: #000;
}

.mediaPlayer .episodeImage {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 784px;
  height: 441px; /* 784 * (9/16) */
  z-index: 1;
  text-align: center;
  background-color: #181818;
}

.mediaPlayer #bgnplayer,
.mediaPlayer #npfbgnplayer {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 784px;
  height: 441px; /* 784 * (9/16) */
  z-index: 10;
  transform: scale(1);
  transform-origin: top left;
}

.mediaPlayer #bgnplayer:after,
.mediaPlayer #npfbgnplayer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.7;
  z-index: -1;
}

.mediaPlayer #bgnplayer .loading,
.mediaPlayer #npfbgnplayer .loading {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 200px;
  height: 200px;
  background: url('/images/service_site/detail/loading.png') 0 0 no-repeat;
  z-index: 2;
  display: none;
}

.mediaPlayer #bgnplayer .vjs-time-tooltip,
.mediaPlayer #npfbgnplayer .vjs-time-tooltip {
  white-space: nowrap;
}

.mediaPlayer .disabled {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 784px;
  height: 441px; /* 784 * (9/16) */
  z-index: 10;
  display: none;
  opacity: 0.7;
}

.mediaPlayer .disabled2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 784px;
  height: 441px; /* 784 * (9/16) */
  z-index: 10;
  display: none;
  opacity: 0.7;
}

.mediaPlayer .disabled3 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 784px;
  height: 441px; /* 784 * (9/16) */
  z-index: 10;
  display: none;
  opacity: 0.7;
}

.mediaPlayer .disabled4 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 784px;
  height: 441px; /* 784 * (9/16) */
  z-index: 10;
  display: none;
  opacity: 0.7;
}

.mediaPlayer .endedRecommend {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 784px;
  height: 441px; /* 784 * (9/16) */
  background: url(/images/service_site/common/bg000-90.png) 0 0 repeat;
  z-index: 10;
  display: none;
}

.endedRecommend {
  position: relative;
}

.endedRecommend .recommend,
.endedRecommend .next {
  position: absolute;
  top: 20px;
}

.endedRecommend .recommend {
  left: 36px;
  width: 377px;
}

.endedRecommend .recommend h2 {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0 7px 32px;
  color: #4BC244;
  margin-top: 10px;
  margin-bottom: 26px;
  border-bottom: 4px solid #4BC244;
  background-repeat: no-repeat;
  background-image: url(/images/service_site/common/ico_star01.png);
  background-position: 0 0px;
}

.endedRecommend .recommend ul {
  zoom: 1;
  margin-right: -8px;
}

.endedRecommend .recommend ul:before,
.endedRecommend .recommend ul:after {
  content: "";
  display: table;
}

.endedRecommend .recommend ul:after {
  clear: both;
}

.endedRecommend .recommend ul li {
  float: left;
  width: 120px;
  margin-right: 8px;
  margin-bottom: 20px;
}

.endedRecommend .recommend ul li a {
  display: block;
  position: relative;
}

.endedRecommend .recommend ul li a .overlayText {
  position: absolute;
  bottom: 0;
  width: 110px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  padding: 5px;
  display: none;
  word-break: break-all;
  overflow: hidden;
}

.endedRecommend .recommend ul li img {
  vertical-align: bottom;
}

.endedRecommend .next {
  right: 36px;
  box-sizing: border-box;
  overflow: hidden;
  width: 300px;
  height: 404px;
}

.endedRecommend .next .nextStory-title {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: url(/images/service_site/detail/newxtstroy_title.png) 0 0 no-repeat;
}

.endedRecommend .next .nextStory-title:not(:target) {
  line-height: 48px\9;
}

 :root .endedRecommend .next .nextStory-title {
  line-height: 48px\9;
}

.endedRecommend .next .next-innerWrap {
  box-sizing: border-box;
  height: 396px;
  padding: 20px 25px 0;
  background: url(/images/service_site/common/bgfff-40.png) 0 0 repeat;
}

.endedRecommend .next .capt {
  /* text-align: center; */
  padding: 26px 30px 18px;
  margin-bottom: 57px;
  background: url(/images/service_site/common/bg000-70.png) 0 0 repeat;
}

.endedRecommend .next .capt a:hover {
  text-decoration: underline;
}

.endedRecommend .next .capt img {
  vertical-align: bottom;
}

.endedRecommend .next .capt div {
  color: #FFF;
  margin-top: 14px;
}

.endedRecommend .next .replay a {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  color: #FFF;
  text-align: center;
  height: 54px;
  line-height: 54px;
  background: url(/images/service_site/detail/newxtstroy_btn.png) 0 0 no-repeat;
}

.endedRecommend .next .replay a.on {
  background: url(/images/service_site/detail/newxtstroy_btn-on.png) 0 0 no-repeat;
}

.endedRecommend .next .replay a:not(:target) {
  line-height: 54px\9;
}

 :root .endedRecommend .next .replay a {
  line-height: 54px\9;
}

.endedRecommend .next .replay a span {
  padding: 2px 34px 6px 0px;
}

.endedRecommend .next .replay.on a {
  background: url(/images/service_site/detail/newxtstroy_btn-on.png) 0 0 no-repeat;
}

.assoRecommend h2 {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0 7px 38px;
  color: #4BC244;
  margin-bottom: 13px;
  border-bottom: 4px solid #4BC244;
  background-repeat: no-repeat;
  background-image: url(/images/service_site/common/ico_star01.png);
  background-position: 0 0;
}

.maincarousel {
  position: relative;
  width: 784px;
  overflow: hidden;
  margin-bottom: 30px;
}

.slider02Wrap {
  box-sizing: border-box;
  overflow: hidden;
  width: 744px;
  height: 100px;
  padding: 5px 0 0 2px;
  margin-top: 2px;
  background-color: #000;
  float: left;
}

.slider02 a {
  position: relative;
  cursor: pointer;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  margin-right: 2px;
  float: left;
}

.slider02 a .overlayText {
  position: absolute;
  bottom: 0;
  width: 110px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  padding: 5px;
  display: none;
  word-break: break-all;
  overflow: hidden;
}

.slider02 a.selected {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

#prev {
  width: 20px;
  height: 100px;
  display: block;
  background: #4BC244 url("/images/service_site/common/ico_arrow_left_s02.png") no-repeat center center;
  margin-top: 2px;
  float: left;
}

#next {
  width: 20px;
  height: 100px;
  display: block;
  background: #4BC244 url("/images/service_site/common/ico_arrow_right_s01.png") no-repeat center center;
  margin-top: 2px;
  float: left;
}

.mediaInformation {
  margin-bottom: 6px;
  word-break: break-all;
}

.mediaInformation>ul {
  zoom: 1;
  padding: 4px;
  background-color: #D4D4D4;
}

.mediaInformation>ul:before,
.mediaInformation>ul:after {
  content: "";
  display: table;
}

.mediaInformation>ul:after {
  clear: both;
}

.mediaInformation>ul li {
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}

.mediaInformation>ul a {
  display: block;
  color: #E1A92D;
  padding: 10px 24px;
  background-color: #FFF;
}

.mediaInformation>ul a.active {
  color: #FFF;
  background-color: #E1A92D;
}

.mediaInformation .tabCont {
  min-height: 254px;
  min-width: 782px;
  border: 1px solid #CECECE;
  border-top: none;
  background-color: #F9F9F9;
}

.mediaInformation .tabCont img {
  vertical-align: bottom;
}

.mediaInformation .tabCont .img {
  float: left;
  width: 452px;
  text-align: center;
  background-color: black;
}

.mediaInformation .tabCont .innerTabCont {
  box-sizing: border-box;
  float: left;
  width: 330px;
  padding: 24px;
}

.mediaInformation .tabCont .innerTabCont dt {
  font-size: 20px;
  font-size: 1.25rem;
  color: #4BC244;
  line-height: 130%;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #B0B0B0;
}

.mediaInformation .tabCont .innerTabCont dt dfn {
  font-style: normal;
}

.mediaInformation .tabCont .innerTabCont dd {
  line-height: 150%;
}

.mediaInformation .tabCont .innerTabCont dd .info-description {
  max-height: 110px;
  padding-right: 1rem;
  overflow-y: auto;
}

.freespaceArea {
  margin-bottom: 32px;
}

.freespaceArea.float2 {
  zoom: 1;
}

.freespaceArea.float2:before,
.freespaceArea.float2:after {
  content: "";
  display: table;
}

.freespaceArea.float2:after {
  clear: both;
}

.freespaceArea.float2 img {
  vertical-align: bottom;
}

.freespaceArea.float2 .left,
.freespaceArea.float2 .right {
  margin-bottom: 10px;
}

.freespaceArea.float2 .left {
  float: left;
}

.freespaceArea.float2 .right {
  float: right;
}

.relationRecommend h3 {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0 7px 32px;
  color: #E1A92D;
  margin-bottom: 13px;
  border-bottom: 4px solid #E1A92D;
  background-repeat: no-repeat;
  background-image: url(/images/service_site/common/ico_genre_title02.png);
  background-position: 0 3px;
}

.relationRecommend .floatingItem {
  zoom: 1;
  margin-left: 2px;
  margin-right: -36px;
}

.relationRecommend .floatingItem:before,
.relationRecommend .floatingItem:after {
  content: "";
  display: table;
}

.relationRecommend .floatingItem:after {
  clear: both;
}

.relationRecommend .floatingItem ul {
  zoom: 1;
}

.relationRecommend .floatingItem ul:before,
.relationRecommend .floatingItem ul:after {
  content: "";
  display: table;
}

.relationRecommend .floatingItem ul:after {
  clear: both;
}

.relationRecommend .floatingItem li {
  position: relative;
  float: left;
  width: 168px;
  margin-right: 36px;
}

.relationRecommend .floatingItem li .colBox a {
  position: relative;
  display: block;
  height: 166px;
}

.relationRecommend .floatingItem li .colBox a:hover {
  text-decoration: underline;
}

.relationRecommend .floatingItem li .colBox a span:first-child {
  position: absolute;
  top: 4px;
  left: -5px;
}

.relationRecommend .floatingItem li .colBox a span:nth-child(2) {
  position: absolute;
  top: 25px;
  left: -5px;
}

.relationRecommend .floatingItem li .colBox a span:nth-child(3) {
  position: absolute;
  top: 46px;
  left: -5px;
}

.relationRecommend .floatingItem li .mediaImage {
  box-sizing: border-box;
  display: block;
  border: 2px solid #B5B5B5;
}

.relationRecommend .floatingItem li .mediaTitle div {
  box-sizing: border-box;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 120%;
  width: 168px;
  padding: 2px 0px;
}

.viewingTrouble {
  text-align: center;
  padding: 24px;
  margin: 16px 0 32px;
  border: 1px solid #EAEAEA;
  background-color: #F9F9F9;
}

.viewingTrouble a.trouble {
  display: block;
  color: #FFF;
  width: 450px;
  padding: 18px 0px;
  margin: 0 auto;
  background-color: #9B1F25;
}

.viewingTrouble a.trouble span {
}

.mediaSideContentsArea {
  position: relative;
}

.mediaSideContentsArea:before {
  z-index: 1002;
  content: "";
  position: absolute;
  top: 117px;
  right: 0px;
  width: 3px;
  height: 1105px;
}

.mediaSideContentsArea .storyList {
  position: absolute;
  top: inherit;
  right: -0;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid #346AC9;
  z-index: 100;
  width: 199px;
}

.storyList header {
  position: relative;
}

.storyList header h4 {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  padding-left: 42px;
  background: #346AC9 url(/images/service_site/common/ico_list_title02.png) 10px 7px no-repeat;
}

.storyList header .sortingBtn {
  position: absolute;
  top: 5px;
  left: 130px;
  zoom: 1;
}

.storyList header .sortingBtn:before,
.storyList header .sortingBtn:after {
  content: "";
  display: table;
}

.storyList header .sortingBtn:after {
  clear: both;
}

.storyList header .sortingBtn li {
  float: left;
}

.storyList header .sortingBtn li a {
  display: block;
  width: 25px;
  height: 23px;
}

.storyList header .sortingBtn li.up a {
  background: #FFF url(/images/service_site/common/ico_arrow_up_s01.png) center center no-repeat;
}

.storyList header .sortingBtn li.up.current a {
  cursor: default;
  background: #E1A92D url(/images/service_site/common/ico_arrow_up_s02.png) center center no-repeat;
}

.storyList header .sortingBtn li.down a {
  background: #FFF url(/images/service_site/common/ico_arrow_down_s01.png) center center no-repeat;
}

.storyList header .sortingBtn li.down.current a {
  cursor: default;
  background: #E1A92D url(/images/service_site/common/ico_arrow_down_s02.png) center center no-repeat;
}

.storyList header .sortingBtn li.current a:hover {
  opacity: 1;
}

.storyList .storyListBody {
  overflow: hidden;
  background: #FFF;
}

.storyList .storyListBody .showStoryDetail {
  box-sizing: border-box;
  display: block;
  text-align: center;
  color: #FFF;
  width: 150px;
  padding: 7px;
  margin: 12px 22px 14px;
  background-color: #346AC9;
}

.storyList .storyListBody .showStoryDetail.open span {
  display: block;
  padding-left: 8px;
  margin-left: 8px;
  background: url(/images/service_site/common/ico_arrow_right_s02.png) left top no-repeat;
}

.storyList .storyListBody .showStoryDetail.close span {
  display: block;
  padding-right: 8px;
  margin-right: 2px;
  background: url(/images/service_site/common/ico_arrow_left_s04.png) right top no-repeat;
}

.storyList .storyListBody ul {
  padding: 0px 0px 12px 0px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 912px;
}

.storyList .storyListBody li {
  display: table;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 13px 22px;
  box-sizing: border-box;
  word-break: break-all;
}

.storyList .storyListBody li.storyPickup {
  background: #FFF79B;
  width: 100%;
  padding: 10px 19px;
  font-weight: bold;
}

.storyList .storyListBody li.storyPickup.pickupTitle {
  background: #FFF79B;
  padding: 10px 0 0;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.storyList .storyListBody li.storyPickup img {
  border: 3px solid #FFF;
}

.storyList .storyListBody li a {
  width: 150px;
  vertical-align: top;
  display: table-cell;
  color: #346AC9;
}

.storyList .storyListBody li a:hover {
  text-decoration: underline;
}

.storyList .storyListBody li a.nowplaying {
  position: relative;
}

.storyList .storyListBody li a.nowplaying:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  text-decoration: none;
}

.storyList .storyListBody li a.nowplaying:before {
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 113px;
  background: url(/images/service_site/common/nowplaying.png) 0 0 no-repeat;
}

.storyList .storyListBody li a.size150x84.nowplaying:before {
  cursor: default;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 150px;
  height: 84px;
  background: url(/images/service_site/common/nowplaying-150x84.png) 0 0 no-repeat;
}


.storyList .storyListBody li a div {
  margin: 4px 0 0 0;
}

.storyList .storyListBody li p {
  vertical-align: top;
  display: block;
  line-height: 140%;
  padding: 0 4px 0 24px;
}

.mediaSideContentsArea .nextStoryList {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid #E8AD0E;
}

.nextStoryList header {
  position: relative;
}

.nextStoryList header h4 {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  padding-left: 42px;
  background: #E8AD0E url(/images/service_site/common/ico_list_title02.png) 10px 7px no-repeat;
}

.nextStoryList .nextStoryListBody {
  overflow: hidden;
}

.nextStoryList .nextStoryListBody ul {
  padding: 12px 24px 12px 24px;
  min-height: 139px;
}

.nextStoryList .nextStoryListBody li {
  display: table;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 4px;
}

.nextStoryList .nextStoryListBody li a {
  vertical-align: top;
  display: table-cell;
  color: #000;
}

.nextStoryList .nextStoryListBody li a:hover {
  text-decoration: underline;
}

.nextStoryList .nextStoryListBody li a.nowplaying {
  position: relative;
}

.nextStoryList .nextStoryListBody li a.nowplaying:hover {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  text-decoration: none;
}

.nextStoryList .nextStoryListBody li a.nowplaying:before {
  cursor: default;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 113px;
  background: url(/images/service_site/common/nowplaying.png) 0 0 no-repeat;
}

.nextStoryList .nextStoryListBody li a div {
  margin: 4px 0 0 0;
}

.nextStoryList .nextStoryListBody li p {
  vertical-align: top;
  display: table-cell;
  line-height: 140%;
  padding: 0 4px 0 24px;
}

.nextStoryList .nextStoryListBody .nextStoryBtn {
  width: 171px;
  background: url(/images/service_site/detail/repeatstory_btn.png) 0 0 no-repeat;
  font-size: 13px;
  display: block;
  color: #FFF;
  text-align: center;
  height: 44px;
  line-height: 44px;
  margin: 0 11px 10px;
  position: relative;
}

.nextStoryList .nextStoryListBody .nextStoryBtn.on {
  background: url(/images/service_site/detail/repeatstory_btn-on.png) 0 0 no-repeat;
}

.nextStoryList .nextStoryListBody .nextStoryBtn span {
  position: absolute;
  left: 10px;
  top: -1px;
}

.repeatBtn.on {
  opacity: 0.8;
}

.repeatBtn.enabledPlay {
  opacity: 0.4;
  cursor: default;
}

.repeatBtn.enabledPlay:hover {
  opacity: 0.4;
  cursor: default;
}

.colBox .mediaImage {
  width: 168px;
  height: 126px;
}

.thumbbox {
  width: 150px;
  height: 84px;
  background-color: #FFF;
}
