.agp-seekbar-container {
  width: 100%;
  padding: 0px 5px; }
  .agp-seekbar-container .agp-seekbar-main-container {
    position: relative;
    width: auto;
    height: 35px;
    border: solid black 2px;
    border-radius: 3px;
    background: #000;
    padding: 0px 20px;
    border-radius: 20px; }
    .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container {
      position: relative;
      height: 100%;
      width: 100%;
      background: #fff;
      border-radius: 0px; }
      .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg {
        position: absolute;
        width: auto;
        height: auto;
        left: 2px;
        right: 2px;
        top: 0px;
        bottom: 0px; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg .agp-seekbar-range-bg {
          margin: 0px;
          position: absolute;
          background: #CC3333;
          width: auto;
          height: 100%;
          left: 0%;
          right: 100%; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg .agp-total-comment-container {
          position: absolute;
          width: auto;
          height: auto;
          top: 2px;
          bottom: 2px;
          overflow: hidden;
          left: 0px;
          right: -1px; }
          .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg .agp-total-comment-container .agp-total-comment-section-wrapper {
            position: relative;
            float: left;
            width: auto;
            height: 100%;
            border-right: solid 1px white; }
            .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg .agp-total-comment-container .agp-total-comment-section-wrapper .agp-total-comment-section {
              position: absolute;
              bottom: 0px;
              left: 0px;
              width: 100%;
              height: auto;
              background: #89CEFA; }
              .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg .agp-total-comment-container .agp-total-comment-section-wrapper .agp-total-comment-section.green {
                background: #84ff84; }
              .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg .agp-total-comment-container .agp-total-comment-section-wrapper .agp-total-comment-section.orange {
                background: #ffc184; }
              .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg .agp-total-comment-container .agp-total-comment-section-wrapper .agp-total-comment-section.red {
                background: #ff8484; }
            .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-bg .agp-total-comment-container .agp-total-comment-section-wrapper .agp-total-comment-section-overlay {
              position: absolute;
              top: 0px;
              left: 0px;
              width: 100%;
              height: 100%;
              background-image: url("/assets/player/img/comment_bar_border.png");
              background-size: 100% 100%; }
      .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-user-comment-position-container {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 10px;
        width: 100%; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-user-comment-position-container .agp-user-comment-section-wrapper {
          position: relative;
          height: 10px;
          width: auto;
          float: left; }
          .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-user-comment-position-container .agp-user-comment-section-wrapper .agp-user-comment-section {
            position: absolute;
            width: 4px;
            height: 4px;
            top: 1px;
            left: 50%;
            margin-left: -2px;
            background: #FF69B4;
            border-radius: 2px; }
      .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container {
        position: relative;
        height: 100%;
        width: auto;
        margin: 0px 2px; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-range-handle-min, .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-main-handle, .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-range-handle-max {
          position: absolute;
          width: 10px;
          height: 29px;
          z-index: 91; }
          .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-range-handle-min.dragging, .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-main-handle.dragging, .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-range-handle-max.dragging {
            z-index: 92; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-main-handle {
          width: 2px;
          margin-left: -1px;
          background: #f00; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-range-handle-min, .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-range-handle-max {
          width: 45px;
          margin-top: -14px;
          z-index: 93;
          height: 46px;
          cursor: col-resize; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-range-handle-min {
          left: 0%;
          background-image: url(/assets/kokoreco/img/kokoreco_handle_min.png);
          background-size: 100% 100%;
          background-position: center;
          margin-left: -15px; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-main-handle {
          left: 0%; }
        .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-handle-container .agp-seekbar-range-handle-max {
          left: 0%;
          background-image: url(/assets/kokoreco/img/kokoreco_handle_max.png);
          background-size: 100% 100%;
          background-position: center;
          margin-left: -25px; }

.agp-seekbar-container.normal .agp-seekbar-main-container .agp-seekbar-bg .agp-seekbar-range-bg {
  display: none; }
.agp-seekbar-container.normal .agp-seekbar-main-container .agp-seekbar-handle-container .agp-seekbar-range-handle-min {
  display: none; }
.agp-seekbar-container.normal .agp-seekbar-main-container .agp-seekbar-handle-container .agp-seekbar-range-handle-max {
  display: none; }

.agp-seekbar-container.range.dragging .agp-seekbar-main-container .agp-seekbar-main-handle {
  display: none; }

.agp-container.content-not-ready .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-handle-container, .agp-container.content-not-ready .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-bg {
  display: none; }

.agp-container.kokoreco .agp-seekbar-inner-container {
  background: #ccc; }
.agp-container.kokoreco .agp-seekbar-container .agp-seekbar-bg .agp-total-comment-container {
  display: none; }
.agp-container.kokoreco .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-user-comment-position-container {
  display: none; }
.agp-container.kokoreco .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-handle-container .agp-seekbar-main-handle {
  display: none;
  background: yellow; }
.agp-container.kokoreco .agp-video-ctrl-container .agp-video-ctrl-btns-container.normal {
  display: none; }
.agp-container.kokoreco .agp-video-ctrl-container .agp-video-ctrl-btns-container.kokoreco {
  display: block; }
.agp-container.kokoreco.content-playing .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-handle-container .agp-seekbar-main-handle {
  display: block; }

@media screen and (max-width: 600px) {
  .agp-seekbar-container .agp-seekbar-main-container .agp-seekbar-inner-container .agp-seekbar-limit-bar {
    position: absolute;
    width: 3px;
    height: 20px;
    margin-top: -10px; } }
@media screen and (max-width: 850px) {
  .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog {
    height: 300px;
    margin-top: -150px; } }
@media screen and (max-width: 850px) {
  .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog {
    height: 300px;
    margin-top: -150px; } }
/*$agp-ad-height : 50px;*/
.agp-container {
  position: relative;
  width: 940px;
  height: 520.641px;
  margin: 0px auto;
  overflow: hidden;
  background: #000;
  /*
  	.agp-focus-comment {
  		position : absolute;
  		padding : 0px 5px;
  		background : #fff;
  		width : $agp-audience-width;
  		height : $agp-comment-editor-height;
  		top : $agp-video-ctrl-top - 21px;;
  		left : $agp-video-ctrl-left + $agp-video-ctrl-width;
  		border-right : solid 1px #ccc;
  		border-top : solid 1px #ccc;
  		z-index : 10;
  
  		p.name {
  			margin-left : -5px;
  			font-size : 12px;
  			font-weight : 600;
  			line-height: 15px;
  			height : 15px;
  			margin : 2px;
  			margin-top : 3px;
  			display : inline-block;
  
  			overflow : hidden;
  			white-space : nowrap;
  			text-overflow : ellipsis;
  
  			img.ag-audience-icon {
  				display : inline;
  				width : 12px;
  				height : 12px;
  				vertical-align : top;
  				margin-right : 3px;
  			}
  		}
  
  		div.comment {
  			padding : 3px;
  			border : solid 1px #aaa;
  			border-radius : 3px;
  			height : 40px;
  			background : white;
  			font-size : 12px;
  			overflow-y : scroll;
  			margin-top : -7px;
  		}
  
  		&.notselected {
  			.name, div.comment {
  				display : none;
  			}
  		}
  	}
  	*/ }
  .agp-container .agp-ad-container {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #666;
    width: 640px;
    height: 0px; }
  .agp-container .agp-video-container {
    position: absolute;
    overflow: hidden;
    left: 5px;
    width: 640px;
    height: 355.641px;
    top: 10px; }
    .agp-container .agp-video-container .agp-video-wrapper {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 640px;
      height: 355.641px; }
      .agp-container .agp-video-container .agp-video-wrapper .agp-media {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 640px;
        height: 355.641px; }
    .agp-container .agp-video-container .agp-thumbnail {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 650px;
      height: 365.641px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .agp-container .agp-video-container .agp-kokoreco-guide {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px;
      display: none;
      z-index: 80; }
      .agp-container .agp-video-container .agp-kokoreco-guide .btn-close {
        position: absolute;
        right: 5px;
        top: 2px;
        width: 15px;
        height: 15px;
        background-image: url("/assets/player/img/cross_image.png");
        background-size: 80% 80%;
        background-position: center;
        background-repeat: no-repeat; }
      .agp-container .agp-video-container .agp-kokoreco-guide p.guide-message {
        color: white;
        margin: 0px;
        width: 100%;
        font-size: 12px;
        text-align: center; }
        .agp-container .agp-video-container .agp-kokoreco-guide p.guide-message .img-inline {
          width: 15px;
          height: 15px;
          margin: 0px 2px;
          display: inline-block; }
  .agp-container .agp-selected-audience-container {
    position: absolute;
    left: 0px;
    top: 5px;
    height: 365.641px;
    width: 640px;
    margin: 0px 5px;
    overflow: hidden; }
    .agp-container .agp-selected-audience-container .agp-selected-audience-toggle-btn {
      position: absolute;
      background-image: url("/assets/player/img/selected_audience_balloon_off.png");
      background-size: 100% 100%;
      opacity: 1.0;
      text-align: center;
      vertical-align: middle;
      font-weight: bold;
      color: #666;
      cursor: pointer;
      z-index: 80;
      right: 15px;
      bottom: 10px;
      width: 40px;
      height: 27px;
      font-size: 12px;
      line-height: 27px; }
    .agp-container .agp-selected-audience-container.on .agp-selected-audience-comment-container {
      opacity: 0.8; }
    .agp-container .agp-selected-audience-container.on .agp-selected-audience-list {
      opacity: 0.7; }
    .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container {
      position: absolute;
      left: 0px;
      padding: 0px;
      overflow: hidden;
      opacity: 0;
      width: 640px;
      height: 310.641px;
      bottom: 50px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame {
        position: absolute;
        top: 0px;
        left: 0px;
        right: -20px;
        bottom: -20px;
        padding: 0px;
        padding-bottom: 20px;
        overflow: scroll;
        /*
        &::-webkit-scrollbar {
        	display : none;
        }
        */
        transition: all 300ms;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -ms-transition: all 300ms;
        height: auto;
        width: auto; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner {
          position: relative;
          padding: 0px;
          margin: 0px;
          margin-bottom: 10px;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms;
          width: 600px;
          left: 20px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner.shown {
            opacity: 1; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper {
            position: relative;
            width: 100%;
            margin: 0px;
            padding: 10px 0px;
            float: bottom; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-user {
              position: absolute;
              top: 0px;
              margin: 0px;
              display: inline-block;
              color: white;
              font-size: 10px;
              font-weight: bold;
              text-align: center;
              vertical-align: middle;
              overflow: hidden;
              left: -6.66667px;
              width: 20px;
              height: 20px;
              border: white 1px solid;
              border-radius: 10px;
              line-height: 18px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body {
              width: auto;
              min-width: 100px;
              background: white;
              padding: 2px 5px;
              border: 3px solid white;
              display: inline-block;
              border-radius: 5px;
              font-size: 14px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .nickname {
                color: #9B9B9B;
                margin-bottom: 2px;
                font-weight: bold;
                font-size: 10px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .text {
                margin-bottom: 0px;
                font-size: 14px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-sticker {
              width: 100px;
              height: 100px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .agp-sticker-count {
              position: absolute;
              bottom: 0px;
              left: -5px;
              font-weight: bold;
              font-size: 12px;
              height: 18px;
              line-height: 18px;
              color: white;
              vertical-align: middle;
              margin: 0px;
              background: #00DD00;
              padding: 1px 5px;
              border-radius: 9px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .comment-user {
              left: auto;
              right: -6.66667px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .agp-sticker-count {
              left: auto;
              right: -5px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .comment-body, .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .comment-sticker {
              float: right; }
    .agp-container .agp-selected-audience-container .agp-selected-audience-list {
      position: absolute;
      left: 10px;
      opacity: 0;
      bottom: 10px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience {
        position: relative;
        cursor: pointer;
        float: left;
        margin-left: 10px;
        width: 30px;
        height: 30px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .initlial {
          font-size: 15px;
          line-height: 15px;
          width: 15px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-remove-btn {
          position: absolute;
          width: 12px;
          height: 12px;
          z-index: 10px;
          top: -3px;
          left: -3px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-balloon {
          position: absolute;
          display: none;
          opacity: 0;
          left: 2px;
          top: 2px;
          width: 20px;
          height: 10px;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon {
          position: absolute;
          left: 0px;
          bottom: 0px;
          background: #cff;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms;
          width: 30px;
          height: 30px;
          border-radius: 15px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial {
            color: white;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
            font-size: 15px;
            line-height: 30px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial else {
              font-size: 15px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience.focus.saying .agp-selected-audience-balloon {
          display: none; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience.saying .agp-selected-audience-balloon {
          opacity: 1; }
    .agp-container .agp-selected-audience-container .agp-selected-audience-auto-scroll-btn {
      position: absolute;
      right: 10px;
      bottom: 50px;
      width: 50px;
      height: 50px;
      display: none;
      opacity: 0.4;
      cursor: pointer;
      background: url(/assets/player/img/auto_scroll_btn_off.png);
      background-size: 100% 100%; }
    .agp-container .agp-selected-audience-container.on .agp-selected-audience-toggle-btn {
      background-image: url("/assets/player/img/selected_audience_balloon.png");
      opacity: 1.0; }
    .agp-container .agp-selected-audience-container.on .agp-selected-audience-auto-scroll-btn {
      display: block; }
    .agp-container .agp-selected-audience-container.auto .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner {
      position: absolute;
      padding: 0px;
      padding-bottom: 20px;
      margin: 0px;
      bottom: 0px; }
    .agp-container .agp-selected-audience-container.auto .agp-selected-audience-auto-scroll-btn {
      opacity: 0.8;
      background: url(/assets/player/img/auto_scroll_btn_on.png);
      background-size: 100% 100%; }
  .agp-container .agp-video-ctrl-container {
    position: absolute;
    background: #515151;
    width: 640px;
    height: 80px;
    top: 370.641px;
    left: 0px;
    margin: 0px 5px;
    padding-top: 5px; }
    .agp-container .agp-video-ctrl-container .agp-seekbar-container {
      position: relative;
      width: 640px;
      height: 35px; }
      .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container {
        margin: 0px 0px;
        height: 33px; }
        .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container .agpan-slider-horizontal {
          height: 30px; }
  .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container {
    position: absolute;
    left: 0px;
    width: 100%;
    float: left;
    padding: 0px;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    bottom: 13px;
    height: 24px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns {
      position: relative;
      width: auto;
      display: inline-block;
      margin-top: 5px;
      text-align: center;
      height: 24px; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn {
        display: inline-block;
        cursor: pointer;
        margin-right: 10px;
        float: left;
        height: 24px;
        width: 24px;
        background-repeat: no-repeat;
        background-size: 90% 90%;
        background-position: center; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn.prev-btn-10 {
          background-image: url("/assets/player/img/prev_btn_10.png"); }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn.prev-btn-3 {
          background-image: url("/assets/player/img/prev_btn_3.png"); }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn.play-or-pause.play {
          background-image: url("/assets/player/img/play_btn.png"); }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn.play-or-pause.pause {
          background-image: url("/assets/player/img/pause_btn.png"); }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn.play:hover {
          opacity: 0.6; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn.replay:hover {
          opacity: 0.6; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn.pause:hover {
          opacity: 0.6; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .agp-video-ctrl-btn.stop:hover {
          opacity: 0.6; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .time-label {
        position: relative;
        float: left;
        font-size: 14px;
        vertical-align: middle;
        color: white;
        margin: 0px;
        height: 24px;
        line-height: 24px; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .time-label .current {
          margin-right: 3px; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns .time-label .end {
          margin-left: 3px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns.kokoreco {
      width: 20px;
      margin-left: -10px;
      display: none; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-btns.kokoreco .agp-video-ctrl-btn {
        margin: 0px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .btn.play-or-pause {
      width: 24px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.kokoreco-btns {
      left: -80px;
      background: #999; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.normal {
      display: block; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.kokoreco {
      display: none; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.kokoreco .time-label {
        display: inline-block;
        position: relative;
        color: white;
        font-size: 14px;
        vertical-align: middle;
        height: 24px;
        line-height: 24px; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.kokoreco .agp-video-ctrl-btn.repeat {
        margin: 0px 10px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 69px;
      cursor: pointer;
      z-index: 80;
      height: 24px; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-btn {
        display: none; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-mute-btn {
        position: relative;
        float: left;
        top: 0px;
        right: 0px;
        width: 22px;
        background-image: url("/assets/player/img/volume_btn.png");
        background-repeat: no-repeat;
        margin-right: 5px;
        height: 24px;
        background-size: 22px 24px; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels {
        position: relative;
        float: left;
        width: 40px;
        z-index: 2;
        height: 24px; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-levels-wrapper, .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-levels-sp-wrapper {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          z-index: 2; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-levels-sp-wrapper {
          display: none; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-1 .agp-volume-level-0 {
          background: white; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-2 .agp-volume-level-0,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-2 .agp-volume-level-1 {
          background: white; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-3 .agp-volume-level-0,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-3 .agp-volume-level-1,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-3 .agp-volume-level-2 {
          background: white; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-4 .agp-volume-level-0,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-4 .agp-volume-level-1,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-4 .agp-volume-level-2,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-4 .agp-volume-level-3 {
          background: white; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-5 .agp-volume-level-0,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-5 .agp-volume-level-1,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-5 .agp-volume-level-2,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-5 .agp-volume-level-3,
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.level-5 .agp-volume-level-4 {
          background: white; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level {
          position: relative;
          width: 3px;
          height: 100%;
          float: left;
          margin: 0px;
          margin-right: 4px;
          background: #666;
          border-radius: 1.5px; }
          .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-0 {
            height: 4.8px;
            margin-top: 9.6px; }
          .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-1 {
            height: 9.6px;
            margin-top: 7.2px; }
          .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-2 {
            height: 14.4px;
            margin-top: 4.8px; }
          .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-3 {
            height: 19.2px;
            margin-top: 2.4px; }
          .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-4 {
            height: 24px; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper.muted .agp-volume-mute-btn {
        background-image: url("/assets/player/img/volume_btn_muted.png"); }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper.muted .agp-volume-btn .agp-volume-mute-btn-sp {
        display: block; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper.muted .agp-volume-levels .agp-volume-level {
        background: #666 !important; }
  .agp-container .agp-audience-container {
    position: absolute;
    overflow: hidden;
    width: 275px;
    height: 440.641px;
    top: 10px;
    left: 655px; }
    .agp-container .agp-audience-container .agp-audience-tabs {
      position: absolute;
      top: 0px;
      left: 0px;
      padding: 0px;
      z-index: 10;
      width: 275px;
      height: 40px; }
      .agp-container .agp-audience-container .agp-audience-tabs li {
        float: left;
        margin: 0px;
        padding: 0px;
        list-style: none;
        background: #9B9B9B;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        width: 88.33333px;
        height: 40px;
        margin-right: 5px;
        border: solid 2px #aaa;
        border-bottom: 0px; }
        .agp-container .agp-audience-container .agp-audience-tabs li div.tab-image {
          display: block;
          margin: 10px auto;
          text-align: center;
          background-size: 100% 100%;
          width: 32.90323px;
          height: 20px; }
        .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-letter div.tab-image {
          background-image: url("/assets/player/img/comment_list_tab_letter_off.png"); }
        .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-list div.tab-image {
          background-image: url("/assets/player/img/comment_list_tab_list_off.png"); }
        .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search {
          position: absolute;
          margin-right: 0px;
          right: 0px;
          top: 0px; }
          .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search div.tab-image {
            background-image: url("/assets/player/img/comment_list_tab_search_off.png"); }
        .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-letter {
          border-right: 1px solid #999; }
        .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-list {
          border-left: 1px solid #999; }
    .agp-container .agp-audience-container .agp-audience-area-wrapper {
      position: absolute;
      left: 0px;
      background: white;
      width: 275px;
      height: 400.641px;
      top: 40px;
      border: solid 2px #aaa;
      border-top: 0px;
      overflow: hidden; }
      .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-bg-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.7;
        width: 160px;
        height: 90px;
        margin-top: -25px;
        margin-left: -80px; }
      .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area {
        position: relative;
        margin: 0px;
        padding: 0px;
        width: 276px;
        height: 400.641px;
        opacity: 1; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area.hidden, .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area.loading {
          opacity: 0; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner {
          position: relative;
          margin: 0px;
          padding: 0px;
          width: 276px; }
          .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.all {
            margin-top: 20px; }
          .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.search {
            margin-top: 50px; }
      .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area-header {
        position: absolute;
        top: 0px;
        left: 0px;
        background: white;
        border-bottom: solid 1px #aaa;
        height: 20px;
        width: 270px; }
      .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay, .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container {
        position: absolute;
        display: none;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0.3);
        z-index: 15;
        top: 20px; }
      .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay .agp-audience-busy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px; }
      .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container .agp-audience-dialog {
        position: absolute;
        top: 50%;
        left: 30px;
        right: 30px;
        padding: 10px;
        background: white;
        border-radius: 10px;
        border: solid 1px #aaa;
        height: 130px;
        margin-top: -65px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container .agp-audience-dialog .btn {
          margin-bottom: 5px; }
    .agp-container .agp-audience-container.letter .agp-audience-area-header {
      display: none; }
    .agp-container .agp-audience-container.letter .agp-audience-area {
      cursor: pointer;
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms;
      height: 400.641px; }
      .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all {
        position: relative;
        height: 400.641px; }
        .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience {
          height: 70px;
          margin-top: -35px;
          position: absolute;
          list-style: none;
          background: #FFEDB3;
          border: solid 2px black;
          width: 105px;
          margin-left: -52.5px;
          left: 145px;
          top: 245.3205px;
          opacity: 1; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience p.name {
            margin-left: -5px;
            font-size: 10px;
            line-height: 13px;
            font-weight: bold;
            color: #777;
            width: 100%;
            font-weight: bold;
            height: 26px;
            margin: 2px;
            display: inline-block;
            margin: 3px;
            margin-bottom: 0px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis; }
            .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience p.name img.ag-audience-icon {
              display: inline;
              width: 12px;
              height: 12px;
              vertical-align: top;
              margin-right: 3px; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience div.comment {
            position: absolute;
            height: 26px;
            bottom: 5px;
            font-size: 10px;
            line-height: 12px;
            margin: 5px;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience div.time {
            position: absolute;
            display: inline-block;
            right: 3px;
            bottom: 0px;
            font-size: 10px;
            color: #777; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience img.sticker {
            position: absolute;
            width: 50px;
            height: 50px;
            transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            left: 50%;
            top: 50%;
            margin-left: -25px;
            margin-top: -25px; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience .agp-sticker-count {
            position: absolute;
            display: none;
            bottom: 3px;
            left: 3px;
            font-weight: bold;
            font-size: 10px;
            height: 12px;
            line-height: 12px;
            color: white;
            vertical-align: middle;
            margin: 0px;
            background: #00DD00;
            padding: 1px 5px;
            border-radius: 6px; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.hidden {
            display: none; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.depth-0 {
            opacity: 0;
            transform: scale(2);
            -moz-transform: scale(2);
            -webkit-transform: scale(2);
            -ms-transform: scale(2);
            transform-origin: 0px 0px;
            -moz-transform-origin: 0px 0px;
            -webkit-transform-origin: 0px 0px;
            -ms-transform-origin: 0px 0px;
            z-index: 0; }
            .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.depth-0.ready {
              z-index: 9; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.depth-1 {
            opacity: 1;
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform-origin: 0px 0px;
            -moz-transform-origin: 0px 0px;
            -webkit-transform-origin: 0px 0px;
            -ms-transform-origin: 0px 0px;
            transition: all 700ms;
            -moz-transition: all 700ms;
            -webkit-transition: all 700ms;
            -ms-transition: all 700ms;
            z-index: 8; }
            .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.depth-1.done {
              transition: all 0ms;
              -moz-transition: all 0ms;
              -webkit-transition: all 0ms;
              -ms-transition: all 0ms; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.depth-2 {
            opacity: 0.5;
            z-index: 7; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.depth-3 {
            opacity: 0;
            z-index: 6; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-0 {
            transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-1 {
            transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -webkit-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-2 {
            transform: rotate(-6deg);
            -moz-transform: rotate(-6deg);
            -webkit-transform: rotate(-6deg);
            -ms-transform: rotate(-6deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-3 {
            transform: rotate(-9deg);
            -moz-transform: rotate(-9deg);
            -webkit-transform: rotate(-9deg);
            -ms-transform: rotate(-9deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-4 {
            transform: rotate(-12deg);
            -moz-transform: rotate(-12deg);
            -webkit-transform: rotate(-12deg);
            -ms-transform: rotate(-12deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-5 {
            transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -webkit-transform: rotate(3deg);
            -ms-transform: rotate(3deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-6 {
            transform: rotate(6deg);
            -moz-transform: rotate(6deg);
            -webkit-transform: rotate(6deg);
            -ms-transform: rotate(6deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-7 {
            transform: rotate(9deg);
            -moz-transform: rotate(9deg);
            -webkit-transform: rotate(9deg);
            -ms-transform: rotate(9deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.rotate-8 {
            transform: rotate(12deg);
            -moz-transform: rotate(12deg);
            -webkit-transform: rotate(12deg);
            -ms-transform: rotate(12deg); }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.text .sticker {
            opacity: 0; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.sticker .comment {
            opacity: 0; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience.sticker.depth-1 {
            transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform-origin: 0px 0px;
            -moz-transform-origin: 0px 0px;
            -webkit-transform-origin: 0px 0px;
            -ms-transform-origin: 0px 0px;
            transition: all 700ms;
            -moz-transition: all 700ms;
            -webkit-transition: all 700ms;
            -ms-transition: all 700ms; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience:hover {
            z-index: 10; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience .agp-audience-overlay {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            cursor: pointer; }
    .agp-container .agp-audience-container.letter .agp-audience-tabs li.agp-audience-tab-letter {
      background: #fff;
      border-bottom: 0px;
      cursor: default; }
      .agp-container .agp-audience-container.letter .agp-audience-tabs li.agp-audience-tab-letter div.tab-image {
        background-image: url("/assets/player/img/comment_list_tab_letter_on.png"); }
    .agp-container .agp-audience-container.list, .agp-container .agp-audience-container.search {
      padding: 0px;
      margin: 0px;
      padding-top: 60px; }
      .agp-container .agp-audience-container.list .agp-audience-area, .agp-container .agp-audience-container.search .agp-audience-area {
        position: relative;
        overflow-y: scroll;
        margin: 0px;
        padding: 0px;
        vertical-align: bottom;
        width: 276px;
        height: 390.641px; }
        .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-scroll-btn, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-scroll-btn {
          display: none; }
        .agp-container .agp-audience-container.list .agp-audience-area::-webkit-scrollbar, .agp-container .agp-audience-container.search .agp-audience-area::-webkit-scrollbar {
          display: none; }
        .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience {
          position: relative;
          list-style: none;
          background: #fff;
          border-bottom: 1px solid #ccc;
          top: 0px !important;
          left: 0px !important;
          padding: 10px;
          width: 271px;
          height: 80px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience p.name, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience p.name {
            position: relative;
            font-size: 10px;
            line-height: 13px;
            font-weight: bold;
            color: #777;
            font-weight: bold;
            margin: 2px;
            display: inline-block;
            margin: 3px;
            margin-bottom: 0px;
            height: 20px;
            overflow: hidden;
            text-overflow: ellipsis; }
            .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience p.name img.ag-audience-icon, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience p.name img.ag-audience-icon {
              display: inline;
              width: 12px;
              height: 12px;
              vertical-align: top;
              margin-right: 3px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience div.comment, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience div.comment {
            height: 40px;
            width: 100%;
            font-size: 10px;
            line-height: 12px;
            margin: 5px;
            margin-top: -2px;
            text-overflow: ellipsis;
            overflow: hidden; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience div.time, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience div.time {
            position: absolute;
            display: inline-block;
            right: 10px;
            bottom: 3px;
            font-size: 10px;
            color: #777; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience img.sticker, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience img.sticker {
            position: absolute;
            width: 30px;
            height: 30px;
            left: 50%;
            top: 50%;
            transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            margin-left: -15px;
            margin-top: -10px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience .agp-sticker-count, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience .agp-sticker-count {
            position: absolute;
            display: none;
            bottom: 5px;
            left: 5px;
            font-weight: bold;
            font-size: 10px;
            height: 12px;
            line-height: 12px;
            color: white;
            vertical-align: middle;
            margin: 0px;
            background: #00DD00;
            padding: 1px 5px;
            border-radius: 6px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience.text .sticker, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience.text .sticker {
            opacity: 0; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience.sticker .comment, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience.sticker .comment {
            opacity: 0; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience.depth-0, .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience.depth-2, .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience.depth-3, .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience.depth-4, .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience.depth-5, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience.depth-0, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience.depth-2, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience.depth-3, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience.depth-4, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience.depth-5 {
            display: none; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience .agp-audience-overlay, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience .agp-audience-overlay {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            cursor: pointer; }
    .agp-container .agp-audience-container.list .agp-audience-area-wrapper .agp-audience-auto-scroll-btn {
      position: absolute;
      right: 10px;
      top: 30px;
      width: 50px;
      height: 50px;
      display: block;
      opacity: 0.4;
      cursor: pointer;
      background: url(/assets/player/img/auto_scroll_btn_off.png);
      background-size: 100% 100%; }
    .agp-container .agp-audience-container.list .agp-audience-area-wrapper.auto .agp-audience-auto-scroll-btn {
      opacity: 0.8;
      background: url(/assets/player/img/auto_scroll_btn_on.png);
      background-size: 100% 100%; }
    .agp-container .agp-audience-container.list .agp-audience-area-wrapper.auto .agp-audience-area {
      overflow: hidden; }
    .agp-container .agp-audience-container.list .agp-audience-area-wrapper.auto .agp-audience-area-inner.all {
      position: absolute;
      bottom: 0px;
      overflow-y: none;
      vertical-align: bottom; }
    .agp-container .agp-audience-container.list .agp-audience-tabs li.agp-audience-tab-list {
      background: #fff;
      border-bottom: 0px;
      cursor: default;
      border-bottom: 0px; }
      .agp-container .agp-audience-container.list .agp-audience-tabs li.agp-audience-tab-list div.tab-image {
        background-image: url("/assets/player/img/comment_list_tab_list_on.png"); }
    .agp-container .agp-audience-container.list .agp-audience-area-header .agp-audience-search-form, .agp-container .agp-audience-container.list .agp-audience-area-header .agp-audience-search-btn {
      display: none; }
    .agp-container .agp-audience-container.list .agp-audience-area-inner.search {
      display: none; }
    .agp-container .agp-audience-container.search .agp-audience-tabs li.agp-audience-tab-search {
      background: #fff;
      border-bottom: 0px;
      cursor: default;
      border-bottom: 0px; }
      .agp-container .agp-audience-container.search .agp-audience-tabs li.agp-audience-tab-search div.tab-image {
        background-image: url("/assets/player/img/comment_list_tab_search_on.png"); }
    .agp-container .agp-audience-container.search .agp-audience-area-header {
      height: 50px; }
      .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-form {
        position: absolute;
        top: 10px;
        left: 10px;
        height: 30px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 216px; }
      .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-btn {
        position: absolute;
        display: block;
        top: 10px;
        right: 10px;
        background: #9B9B9B;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        color: white;
        text-decoration: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 40px;
        height: 30px;
        line-height: 30px; }
    .agp-container .agp-audience-container.search #agp-audience-overlay, .agp-container .agp-audience-container.search #agp-audience-dialog-container {
      top: 50px; }
    .agp-container .agp-audience-container.search .agp-audience-area-inner.all {
      display: none; }
  .agp-container .agp-comment-editor-container {
    position: absolute;
    background: #ccc;
    width: 930px;
    height: 60px;
    top: 455.641px;
    left: 5px; }
    .agp-container .agp-comment-editor-container .agp-comment-mode-btn {
      position: absolute;
      display: block;
      width: 30px;
      height: 30px;
      top: 5px;
      left: 5px; }
    .agp-container .agp-comment-editor-container .kokoreco-btn {
      position: absolute;
      width: 75px;
      height: 30px;
      top: -45px;
      left: 0px;
      margin: 5px;
      font-size: 10px;
      color: white;
      font-weight: bold;
      border-color: #999;
      background-color: #fff;
      padding: 3px 5px;
      background-image: url("/assets/kokoreco/img/kokoreco_logo.png");
      z-index: 100;
      background-size: 90% 90%;
      background-position: center;
      background-repeat: no-repeat;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none; }
      .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status {
        position: absolute;
        height: 28px;
        width: 150px;
        top: -42px;
        left: 0px;
        border: solid 1px #CC3333;
        border-radius: 4px;
        background: white;
        display: none;
        z-index: 10; }
        .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-mark {
          float: left;
          width: 14px;
          height: 14px;
          background: #CC3333;
          border-radius: 7px;
          margin: 6px 4px;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms; }
        .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-time {
          float: left;
          color: black;
          width: 50px;
          line-height: 28px;
          font-size: 18px;
          vertical-align: middle;
          text-align: right;
          white-space: nowrap; }
      .agp-container .agp-comment-editor-container .kokoreco-btn img {
        position: relative;
        margin: auto;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%; }
      .agp-container .agp-comment-editor-container .kokoreco-btn:hover {
        background-color: #ddd; }
      .agp-container .agp-comment-editor-container .kokoreco-btn.pressed .kokoreco-status {
        display: block; }
    .agp-container .agp-comment-editor-container .kokoreco-close-btn {
      position: absolute;
      width: 75px;
      height: 30px;
      top: -45px;
      left: 0px;
      display: none;
      margin: 5px;
      padding: 5px; }
    .agp-container .agp-comment-editor-container.text .agp-comment-mode-btn {
      background-image: url(/assets/player/img/comment_mode_btn_sticker.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .agp-container .agp-comment-editor-container.sticker .agp-comment-mode-btn {
      background-image: url(/assets/player/img/comment_mode_btn_pen.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .agp-container .agp-comment-editor-container.sticker .kokoreco-btn {
      display: none; }
    .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container {
      position: absolute;
      padding: 5px;
      padding-left: 0px;
      top: 0px;
      display: none;
      background: #ccc;
      left: 40px;
      width: 890px;
      height: 60px; }
      .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper {
        position: relative;
        overflow: visible;
        border: 0px;
        border-radius: 0px;
        width: 885px;
        height: 50px; }
        .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper {
          position: absolute;
          left: 0px;
          top: 0px;
          width: 595px;
          border: 2px solid black;
          border-radius: 5px;
          background: white;
          height: 50px; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn {
            position: absolute;
            top: 0px;
            cursor: pointer;
            display: none;
            width: 60px;
            height: 46px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn .agp-stickers-scroll-btn-image {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 14px;
              height: 14px;
              margin-top: -7px;
              margin-left: -7px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left {
              left: 0px;
              background-image: url("/assets/player/img/sticker_list_gradient_l.png");
              background-size: 100% 100%;
              border-top-left-radius: 3px;
              border-bottom-left-radius: 3px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left .agp-stickers-scroll-btn-image {
                background: url("/assets/player/img/sticker_page_btn_left_off.png");
                background-size: 100% 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left:hover .agp-stickers-scroll-btn-image {
                background: url("/assets/player/img/sticker_page_btn_left_on.png");
                background-size: 100% 100%; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right {
              right: 0px;
              background-image: url("/assets/player/img/sticker_list_gradient_r.png");
              background-size: 100% 100%;
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right .agp-stickers-scroll-btn-image {
                background: url("/assets/player/img/sticker_page_btn_right_off.png");
                background-size: 100% 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right:hover .agp-stickers-scroll-btn-image {
                background: url("/assets/player/img/sticker_page_btn_right_on.png");
                background-size: 100% 100%; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-left .agp-stickers-scroll-btn.left {
            display: block; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-right .agp-stickers-scroll-btn.right {
            display: block; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers {
            left: 0px;
            top: 0px;
            width: 100%;
            height: 76px;
            white-space: nowrap;
            position: absolute;
            overflow: hidden; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers::-webkit-scrollbar {
              display: none; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner {
              position: absolute;
              overflow: hidden;
              height: 46px;
              left: 30px;
              top: 0px;
              width: auto;
              padding: 0px;
              margin: 0px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker {
                user-select: none;
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
                width: 50px;
                position: relative;
                display: inline-block;
                padding: 1px 2px;
                cursor: pointer; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-image {
                  width: 44px;
                  height: 44px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-own {
                  position: absolute;
                  right: 0px;
                  bottom: 4px;
                  font-weight: bold;
                  font-size: 10px;
                  line-height: 12px;
                  color: white;
                  vertical-align: middle;
                  background: #f33;
                  padding: 1px 2px;
                  border-radius: 3px; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper {
            position: absolute;
            display: none;
            padding: 5px;
            width: 90px;
            height: 90px;
            top: -95px;
            left: 0px;
            margin-left: -45px;
            z-index: 120;
            background: white;
            border-radius: 5px;
            transform-origin: 45px 95px;
            -moz-transform-origin: 45px 95px;
            -webkit-transform-origin: 45px 95px;
            -ms-transform-origin: 45px 95px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-focus-sticker {
              width: 100%;
              height: 100%; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-sticker-click-cnt-wrapper {
              position: absolute;
              display: none;
              right: 3px;
              bottom: -8px;
              font-weight: bold;
              font-size: 12px;
              line-height: 14px;
              color: white;
              vertical-align: middle;
              background: #00DD00;
              padding: 1px 5px;
              border-radius: 7px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper.agp-growing .agp-sticker-click-cnt-wrapper {
              display: block; }
        .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper {
          position: absolute;
          border: 2px solid black;
          border-radius: 5px;
          right: 0px;
          top: 0px;
          width: 280px;
          background: #9B9B9B;
          height: 30px;
          overflow: hidden; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets {
            height: 50px;
            width: 100%;
            margin: 0px;
            padding: 0px;
            overflow-x: scroll;
            overflow-y: visible;
            white-space: nowrap; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets::-webkit-scrollbar {
              display: none; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner {
              height: 100%;
              width: 1000px;
              margin: 0px;
              padding: 0px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set {
                user-select: none;
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
                width: auto;
                height: 100%;
                position: relative;
                float: left;
                display: inline-block;
                list-style: none;
                margin: 0px;
                padding: 1px 10px;
                border-right: 1px #333 solid;
                cursor: pointer;
                padding-top: 2px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-sticker-set-image {
                  margin: auto 0px;
                  width: 20px;
                  height: 20px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-support-sticker, .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                  background: #f33;
                  color: white;
                  width: 10px;
                  height: 10px;
                  text-align: center;
                  font-size: 10px;
                  line-height: 12px;
                  vertical-align: middle;
                  position: absolute;
                  right: 0px;
                  top: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                  background: orange; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set.active {
                  background: #c9c9c9; }
    .agp-container .agp-comment-editor-container.sticker .agp-sticker-comment-editor-container {
      display: block; }
    .agp-container .agp-comment-editor-container .agp-text-comment-editor-container {
      position: absolute;
      padding: 5px;
      left: 35px;
      top: 0px;
      width: 895px;
      height: 60px; }
      .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper {
        position: relative;
        border: black solid 2px;
        border-radius: 7px;
        width: 595px;
        height: 30px;
        background: #fff; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
          height: 26px;
          border: 0px;
          margin: 0px 40px 0px 10px;
          width: 545px; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment:focus {
            outline: 0;
            border-color: none; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write {
          position: absolute;
          top: 0px;
          right: 5px;
          width: 30px;
          height: 26px;
          cursor: pointer; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write img {
            width: 30px;
            height: 14px;
            margin: 6px 0px; }
      .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right {
        position: absolute;
        right: 5px;
        top: 0px;
        width: 285px;
        height: 60px;
        padding: 5px;
        background: #ccc;
        transition: all 300ms;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -ms-transition: all 300ms; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share, .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-simple-write {
          background: #db4bb6;
          border-color: #ac378e;
          color: white;
          font-weight: bold; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share {
          position: relative; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon {
            position: relative;
            display: none;
            width: 20px;
            height: 20px;
            top: -0.1em;
            margin-left: 3px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon.facebook {
              background: white;
              border-radius: 3px; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.facebook .social-icon.facebook {
            display: inline-block; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.twitter .social-icon.twitter {
            display: inline-block; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.no-comment {
            opacity: 0.5; }
    .agp-container .agp-comment-editor-container .btn-wrapper-right.kokoreco {
      right: -320px; }
    .agp-container .agp-comment-editor-container.is-comment-disabled .agp-comment-mode-btn {
      opacity: 0.3;
      cursor: default; }
    .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper {
      border: #666 solid 1px;
      background: #ddd; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
        background: #ddd; }
  .agp-container #agp-focus-comment-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 110;
    display: none; }
    .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog {
      position: absolute;
      width: 280px;
      height: 400px;
      background: #FFEDB3;
      border: solid 2px black;
      top: 50%;
      left: 50%;
      margin-left: -140px;
      margin-top: -200px; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close img {
          width: 20px;
          height: 20px; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name {
        margin: 10px;
        margin-right: 25px;
        height: 20px;
        line-height: 20px;
        font-size: 15px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon {
          width: 20px;
          height: 20px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon .initial {
            width: 15px;
            height: 20px;
            font-size: 12px;
            line-height: 20px; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .time {
        margin: 5px 10px;
        font-size: 12px; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .comment {
        margin: 10px;
        margin-top: 0px;
        display: block;
        font-size: 15px;
        line-height: 17px; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .sticker {
        display: none;
        position: absolute;
        width: 100px;
        height: 100px;
        top: 150px;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons {
        position: absolute;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        padding-top: 0px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons .btn {
          width: 100%;
          margin-top: 10px; }
    .agp-container #agp-focus-comment-overlay.sticker .comment {
      display: none; }
    .agp-container #agp-focus-comment-overlay.sticker .sticker {
      display: block; }
  .agp-container.kokoreco .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper {
    border: black solid 1px;
    background: white; }
    .agp-container.kokoreco .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
      background: white; }
  .agp-container .agp-share-status {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    display: none;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    left: 5px;
    top: 455.641px;
    width: 930px;
    height: 60px; }
    .agp-container .agp-share-status .agp-share-status-busy, .agp-container .agp-share-status .btn-close {
      position: absolute;
      left: 5px;
      top: 50%;
      display: block;
      width: 30px;
      height: 30px;
      margin-top: -15px; }
    .agp-container .agp-share-status .btn-close {
      background-image: url("/assets/player/img/cross_image.png");
      background-size: 40% 40%;
      background-position: center;
      background-repeat: no-repeat; }
    .agp-container .agp-share-status .agp-share-status-progress {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
      .agp-container .agp-share-status .agp-share-status-progress .agp-share-status-msg {
        position: absolute;
        color: white;
        top: 0px;
        left: 40px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle; }
    .agp-container .agp-share-status .agp-share-status-result {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }
      .agp-container .agp-share-status .agp-share-status-result .btn-close:hover {
        opacity: 0.5; }
      .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-msg {
        position: absolute;
        height: 24px;
        line-height: 24px;
        display: block;
        color: white;
        top: 9px;
        width: 150px;
        left: 40px; }
      .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-url {
        position: absolute;
        height: 24px;
        line-height: 24px;
        display: block;
        background: white;
        border-radius: 5px;
        padding-left: 5px;
        text-decoration: underline;
        word-wrap: normal;
        white-space: normal;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
        top: 7px;
        width: 625px;
        left: 195px; }
      .agp-container .agp-share-status .agp-share-status-result .btn-copy {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 100px;
        height: 30px; }
    .agp-container .agp-share-status.kokoreco, .agp-container .agp-share-status.sticker, .agp-container .agp-share-status.player, .agp-container .agp-share-status.result, .agp-container .agp-share-status.failure {
      display: block;
      opacity: 1; }
    .agp-container .agp-share-status.kokoreco .agp-share-status-progress, .agp-container .agp-share-status.sticker .agp-share-status-progress, .agp-container .agp-share-status.player .agp-share-status-progress {
      display: block; }
    .agp-container .agp-share-status.kokoreco .agp-share-status-result, .agp-container .agp-share-status.sticker .agp-share-status-result, .agp-container .agp-share-status.player .agp-share-status-result {
      display: none; }
    .agp-container .agp-share-status.result .agp-share-status-progress, .agp-container .agp-share-status.failure .agp-share-status-progress {
      display: none; }
    .agp-container .agp-share-status.result .agp-share-status-result, .agp-container .agp-share-status.failure .agp-share-status-result {
      display: block; }
    .agp-container .agp-share-status.failure .agp-share-status-result-msg {
      width: 280px;
      font-size: 13px;
      line-height: 24px; }
    .agp-container .agp-share-status.failure .agp-share-status-result-url {
      display: none; }
    .agp-container .agp-share-status.failure .btn-copy {
      display: none; }
    .agp-container .agp-share-status.dismiss {
      opacity: 0; }
    .agp-container .agp-share-status.failure .agp-share-status-result-msg {
      width: 280px;
      font-size: 13px;
      line-height: 24px; }
  .agp-container #enter-submit-check {
    margin-left: 5px; }
  .agp-container .enter-submit {
    font-size: 12px; }
  .agp-container .agp-social-menu-container {
    position: absolute;
    width: 280px;
    height: 445.641px;
    top: 5px;
    left: 935px;
    overflow: hidden;
    background: #999;
    z-index: 10;
    margin: 0px 5px;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms; }
    .agp-container .agp-social-menu-container h4.agp-social-menu-title {
      margin-top: 12px;
      margin-left: 10px;
      color: white;
      font-size: 16px;
      font-weight: bold; }
    .agp-container .agp-social-menu-container .social-row {
      background: white;
      border-radius: 5px;
      margin: 10px 10px;
      padding: 10px; }
      .agp-container .agp-social-menu-container .social-row .provider-row {
        padding-bottom: 10px;
        border-bottom: 1px solid #999; }
        .agp-container .agp-social-menu-container .social-row .provider-row .social-icon {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin-right: 5px; }
        .agp-container .agp-social-menu-container .social-row .provider-row .agp-sns-name {
          height: 20px;
          font-size: 14px;
          line-height: 20px;
          vertical-align: middle; }
        .agp-container .agp-social-menu-container .social-row .provider-row .bootstrap-switch {
          float: right; }
      .agp-container .agp-social-menu-container .social-row .connect-row, .agp-container .agp-social-menu-container .social-row .not-connect-row {
        padding-top: 10px; }
        .agp-container .agp-social-menu-container .social-row .connect-row p, .agp-container .agp-social-menu-container .social-row .not-connect-row p {
          margin: 0px;
          padding: 0px;
          font-size: 12px;
          line-height: 12px;
          height: 12px;
          vertical-align: middle; }
        .agp-container .agp-social-menu-container .social-row .connect-row img, .agp-container .agp-social-menu-container .social-row .not-connect-row img {
          display: inline-block;
          width: 14px;
          height: 14px;
          margin-top: -4px;
          margin-right: 4px; }
      .agp-container .agp-social-menu-container .social-row .connect-row {
        display: none; }
      .agp-container .agp-social-menu-container .social-row .not-connect-row {
        display: block; }
        .agp-container .agp-social-menu-container .social-row .not-connect-row .btn.social-login-btn {
          color: white;
          width: 100%; }
          .agp-container .agp-social-menu-container .social-row .not-connect-row .btn.social-login-btn div.icon {
            display: inline;
            width: 20px;
            height: 20px; }
          .agp-container .agp-social-menu-container .social-row .not-connect-row .btn.social-login-btn.facebook {
            background: #3b5998; }
          .agp-container .agp-social-menu-container .social-row .not-connect-row .btn.social-login-btn.twitter {
            background: #00aced; }
      .agp-container .agp-social-menu-container .social-row.connected .connect-row {
        display: block; }
      .agp-container .agp-social-menu-container .social-row.connected .not-connect-row {
        display: none; }
  .agp-container .agp-overlay {
    position: absolute;
    width: 650px;
    height: 365.641px;
    top: 5px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 110;
    display: none; }
    .agp-container .agp-overlay .agp-busy {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      margin-left: -20px;
      margin-top: -20px;
      display: none; }
    .agp-container .agp-overlay .agp-play-btn, .agp-container .agp-overlay .agp-replay-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      margin-left: -40px;
      margin-top: -40px;
      display: none; }
  .agp-container .agp-stop-overlay {
    position: absolute;
    width: 650px;
    height: 365.641px;
    top: 5px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 110;
    display: none; }
    .agp-container .agp-stop-overlay .btn-onemore {
      margin-top: 7px;
      margin-left: 10px; }
    .agp-container .agp-stop-overlay .agp-next-program-wrapper {
      position: absolute;
      top: 60px;
      bottom: 40px;
      left: 50px;
      width: 68%; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper p {
        position: absolute;
        left: 0px;
        font-size: 12px;
        line-height: 16px;
        color: white;
        vertical-align: middle; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper p.next-label {
        top: -18px; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper p.title-label {
        bottom: -45px;
        height: 32px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: block; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper a img {
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: 0px;
          left: 0px;
          margin: auto;
          max-width: 100%;
          max-height: 100%; }
  .agp-container.content-can-play .agp-overlay, .agp-container.content-waiting .agp-overlay, .agp-container.content-pause .agp-overlay {
    display: block; }
  .agp-container.content-waiting .agp-overlay .agp-busy {
    display: block; }
  .agp-container.content-pause .agp-overlay, .agp-container.content-can-play .agp-overlay {
    cursor: pointer; }
    .agp-container.content-pause .agp-overlay .agp-play-btn, .agp-container.content-can-play .agp-overlay .agp-play-btn {
      display: block; }
    .agp-container.content-pause .agp-overlay .agp-replay-btn, .agp-container.content-can-play .agp-overlay .agp-replay-btn {
      display: none; }
  .agp-container.content-end .agp-overlay {
    display: none; }
  .agp-container.content-end .agp-stop-overlay {
    display: block; }

.agp-container.kokoreco.content-pause .agp-overlay .agp-play-btn, .agp-container.kokoreco.content-can-play .agp-overlay .agp-play-btn {
  display: none; }
.agp-container.kokoreco.content-pause .agp-overlay .agp-replay-btn, .agp-container.kokoreco.content-can-play .agp-overlay .agp-replay-btn {
  display: block; }
.agp-container.kokoreco .agp-selected-audience-container {
  display: none; }
.agp-container.kokoreco .agp-kokoreco-guide {
  display: block; }
.agp-container.kokoreco.content-end .agp-overlay {
  display: block; }
.agp-container.kokoreco.content-end .agp-stop-overlay {
  display: none; }

.agp-container.kokoreco .agp-social-menu-container {
  left: 650px;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -ms-transition: all 300ms; }

.agp-container.kokoreco .agp-video-ctrl-container .kokoreco-btns {
  left: 0px; }
.agp-container.kokoreco .agp-video-ctrl-container .agp-video-ctrl-btns.normal {
  display: none; }
.agp-container.kokoreco .agp-video-ctrl-container .agp-video-ctrl-btns.kokoreco {
  display: block; }

.agp-container.kokoreco .agp-comment-editor-container .btn-wrapper-right.kokoreco {
  right: 0px; }
.agp-container.kokoreco .agp-comment-editor-container .kokoreco-btn {
  display: none; }
.agp-container.kokoreco .agp-comment-editor-container .kokoreco-close-btn {
  display: inline-block; }

.user-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: top;
  margin-right: 3px; }
  .user-icon .initial {
    display: block;
    width: 9px;
    height: 9px;
    font-size: 7px;
    vertical-align: middle;
    text-align: center;
    line-height: 9px;
    color: white;
    margin: 2px;
    padding: 0px;
    font-weight: bold; }
  .user-icon.tiny {
    position: absolute;
    width: 6px;
    height: 6px; }
    .user-icon.tiny .initial {
      width: 5px;
      height: 5px;
      font-size: 3px;
      line-height: 5px;
      margin: 1px; }

.seekbar-own-comment-position-container .user-icon.tiny {
  top: 2px; }

.agp-player-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100; }
  .agp-player-overlay .agp-auth-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 300px;
    margin-top: -150px;
    margin-left: -200px;
    padding: 20px;
    background: white;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-align: center; }
    .agp-player-overlay .agp-auth-container .title {
      margin-top: 10px;
      font-size: 18px;
      margin-top: 0px; }
      .agp-player-overlay .agp-auth-container .title.payment {
        margin-top: 40px;
        margin-bottom: 20px; }
    .agp-player-overlay .agp-auth-container .site-description {
      font-size: 13px;
      border: 1px solid #555;
      background: #ddd;
      padding: 10px;
      text-align: justify;
      border-radius: 3px; }
    .agp-player-overlay .agp-auth-container .btn {
      margin-top: 10px; }
    .agp-player-overlay .agp-auth-container .btn-payment {
      margin-bottom: 10px; }

@media screen and (max-width: 1000px) {
  /*$agp-ad-height : 50px;*/
  .agp-container {
    width: 840px;
    height: 481.26427px;
    /*
    		.agp-focus-comment {
    			padding : 0px 5px;
    			width : $agp-audience-width;
    			height : $agp-comment-editor-height;
    			top : $agp-video-ctrl-top - 21px;;
    			left : $agp-video-ctrl-left + $agp-video-ctrl-width;
    
    			p.name {
    				margin-left : -5px;
    				font-size : 12px;
    				line-height: 15px;
    				height : 15px;
    				margin : 2px;
    				margin-top : 3px;
    
    				img.ag-audience-icon {
    					width : 12px;
    					height : 12px;
    					margin-right : 3px;
    				}
    			}
    
    			div.comment {
    				padding : 3px;
    				border : solid 1px #aaa;
    				border-radius : 3px;
    				height : 40px;
    				background : white;
    				font-size : 12px;
    				margin-top : -7px;
    			}
    		}
    		*/ }
    .agp-container .agp-ad-container {
      position: absolute;
      width: 570px;
      height: 0px; }
    .agp-container .agp-video-container {
      left: 5px;
      width: 570px;
      height: 316.26427px;
      top: 10px; }
      .agp-container .agp-video-container .agp-video-wrapper {
        width: 570px;
        height: 316.26427px; }
        .agp-container .agp-video-container .agp-video-wrapper .agp-media {
          width: 570px;
          height: 316.26427px; }
      .agp-container .agp-video-container .agp-thumbnail {
        width: 580px;
        height: 326.26427px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .agp-container .agp-selected-audience-container {
      top: 5px;
      height: 326.26427px;
      width: 570px;
      margin: 0px 5px;
      overflow: hidden; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-toggle-btn {
        right: 15px;
        bottom: 10px;
        width: 40px;
        height: 27px;
        font-size: 12px;
        line-height: 27px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container {
        width: 570px;
        height: 271.26427px;
        bottom: 50px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame {
          height: auto;
          width: auto; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner {
            width: 530px;
            left: 20px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-user {
              left: -6.66667px;
              width: 20px;
              height: 20px;
              border: white 1px solid;
              border-radius: 10px;
              line-height: 18px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body {
              font-size: 14px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .nickname {
                font-size: 10px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .text {
                font-size: 14px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .comment-user {
              left: auto;
              right: -6.66667px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-list {
        bottom: 10px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience {
          width: 30px;
          height: 30px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .initlial {
            font-size: 15px;
            line-height: 15px;
            width: 15px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-remove-btn {
            top: -3px;
            left: -3px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon {
            width: 30px;
            height: 30px;
            border-radius: 15px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial {
              font-size: 15px;
              line-height: 30px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial else {
                font-size: 15px; }
    .agp-container .agp-video-ctrl-container {
      width: 570px;
      height: 80px;
      top: 331.26427px;
      left: 0px;
      margin: 0px 5px;
      padding-top: 5px; }
      .agp-container .agp-video-ctrl-container .agp-seekbar-container {
        width: 570px;
        height: 35px; }
        .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container {
          height: 33px; }
          .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container .agpan-slider-horizontal {
            height: 30px; }
    .agp-container .agp-audience-container {
      width: 245px;
      height: 401.26427px;
      top: 10px;
      left: 585px; }
      .agp-container .agp-audience-container .agp-audience-tabs {
        width: 245px;
        height: 40px; }
        .agp-container .agp-audience-container .agp-audience-tabs li {
          width: 78.33333px;
          height: 40px;
          margin-right: 5px;
          border: solid 2px #aaa;
          border-bottom: 0px; }
          .agp-container .agp-audience-container .agp-audience-tabs li div.tab-image {
            width: 32.90323px;
            height: 20px; }
          .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search {
            margin-right: 0px;
            right: 0px;
            top: 0px; }
            .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search div.tab-image {
              background-image: url("/assets/player/img/comment_list_tab_search_off.png"); }
      .agp-container .agp-audience-container .agp-audience-area-wrapper {
        width: 245px;
        height: 361.26427px;
        top: 40px;
        border: solid 2px #aaa;
        border-top: 0px;
        overflow: hidden; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-bg-logo {
          width: 160px;
          height: 90px;
          margin-top: -25px;
          margin-left: -80px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area {
          width: 246px;
          height: 361.26427px; }
          .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner {
            width: 246px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.all {
              margin-top: 20px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.search {
              margin-top: 50px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area-header {
          height: 20px;
          width: 240px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay, .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container {
          top: 20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay .agp-audience-busy {
          width: 40px;
          height: 40px;
          margin-top: -20px;
          margin-left: -20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container .agp-audience-dialog {
          height: 130px;
          margin-top: -65px; }
      .agp-container .agp-audience-container.letter .agp-audience-area {
        height: 361.26427px; }
        .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all {
          height: 361.26427px; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience {
            width: 105px;
            margin-left: -52.5px;
            left: 130px;
            top: 225.63214px; }
      .agp-container .agp-audience-container.list, .agp-container .agp-audience-container.search {
        padding-top: 60px; }
        .agp-container .agp-audience-container.list .agp-audience-area, .agp-container .agp-audience-container.search .agp-audience-area {
          width: 246px;
          height: 351.26427px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience {
            width: 241px;
            height: 80px; }
      .agp-container .agp-audience-container.search .agp-audience-area-header {
        height: 50px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-form {
          width: 186px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-btn {
          width: 40px;
          height: 30px;
          line-height: 30px; }
      .agp-container .agp-audience-container.search #agp-audience-overlay, .agp-container .agp-audience-container.search #agp-audience-dialog-container {
        top: 50px; }
    .agp-container .agp-comment-editor-container {
      position: absolute;
      background: #ccc;
      width: 830px;
      height: 60px;
      top: 416.26427px;
      left: 5px; }
      .agp-container .agp-comment-editor-container .agp-comment-mode-btn {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 5px; }
      .agp-container .agp-comment-editor-container .kokoreco-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        margin: 5px;
        font-size: 10px;
        color: white;
        font-weight: bold;
        border-color: #999;
        background-color: #fff;
        padding: 3px 5px;
        background-image: url("/assets/kokoreco/img/kokoreco_logo.png");
        z-index: 100;
        background-size: 90% 90%;
        background-position: center;
        background-repeat: no-repeat;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
        .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status {
          position: absolute;
          height: 28px;
          width: 150px;
          top: -42px;
          left: 0px;
          border: solid 1px #CC3333;
          border-radius: 4px;
          background: white;
          display: none;
          z-index: 10; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-mark {
            float: left;
            width: 14px;
            height: 14px;
            background: #CC3333;
            border-radius: 7px;
            margin: 6px 4px;
            transition: all 300ms;
            -moz-transition: all 300ms;
            -webkit-transition: all 300ms;
            -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-time {
            float: left;
            color: black;
            width: 50px;
            line-height: 28px;
            font-size: 18px;
            vertical-align: middle;
            text-align: right;
            white-space: nowrap; }
        .agp-container .agp-comment-editor-container .kokoreco-btn img {
          position: relative;
          margin: auto;
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100%; }
        .agp-container .agp-comment-editor-container .kokoreco-btn:hover {
          background-color: #ddd; }
        .agp-container .agp-comment-editor-container .kokoreco-btn.pressed .kokoreco-status {
          display: block; }
      .agp-container .agp-comment-editor-container .kokoreco-close-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        display: none;
        margin: 5px;
        padding: 5px; }
      .agp-container .agp-comment-editor-container.text .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_sticker.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_pen.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .kokoreco-btn {
        display: none; }
      .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container {
        position: absolute;
        padding: 5px;
        padding-left: 0px;
        top: 0px;
        display: none;
        background: #ccc;
        left: 40px;
        width: 790px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper {
          position: relative;
          overflow: visible;
          border: 0px;
          border-radius: 0px;
          width: 785px;
          height: 50px; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 525px;
            border: 2px solid black;
            border-radius: 5px;
            background: white;
            height: 50px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn {
              position: absolute;
              top: 0px;
              cursor: pointer;
              display: none;
              width: 60px;
              height: 46px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn .agp-stickers-scroll-btn-image {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 14px;
                height: 14px;
                margin-top: -7px;
                margin-left: -7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left {
                left: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_l.png");
                background-size: 100% 100%;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_on.png");
                  background-size: 100% 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right {
                right: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_r.png");
                background-size: 100% 100%;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_on.png");
                  background-size: 100% 100%; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-left .agp-stickers-scroll-btn.left {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-right .agp-stickers-scroll-btn.right {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers {
              left: 0px;
              top: 0px;
              width: 100%;
              height: 76px;
              white-space: nowrap;
              position: absolute;
              overflow: hidden; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner {
                position: absolute;
                overflow: hidden;
                height: 46px;
                left: 30px;
                top: 0px;
                width: auto;
                padding: 0px;
                margin: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner::-webkit-scrollbar {
                  display: none; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: 50px;
                  position: relative;
                  display: inline-block;
                  padding: 1px 2px;
                  cursor: pointer; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-image {
                    width: 44px;
                    height: 44px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-own {
                    position: absolute;
                    right: 0px;
                    bottom: 4px;
                    font-weight: bold;
                    font-size: 10px;
                    line-height: 12px;
                    color: white;
                    vertical-align: middle;
                    background: #f33;
                    padding: 1px 2px;
                    border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper {
              position: absolute;
              display: none;
              padding: 5px;
              width: 90px;
              height: 90px;
              top: -95px;
              left: 0px;
              margin-left: -45px;
              z-index: 120;
              background: white;
              border-radius: 5px;
              transform-origin: 45px 95px;
              -moz-transform-origin: 45px 95px;
              -webkit-transform-origin: 45px 95px;
              -ms-transform-origin: 45px 95px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-focus-sticker {
                width: 100%;
                height: 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-sticker-click-cnt-wrapper {
                position: absolute;
                display: none;
                right: 3px;
                bottom: -8px;
                font-weight: bold;
                font-size: 12px;
                line-height: 14px;
                color: white;
                vertical-align: middle;
                background: #00DD00;
                padding: 1px 5px;
                border-radius: 7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper.agp-growing .agp-sticker-click-cnt-wrapper {
                display: block; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper {
            position: absolute;
            border: 2px solid black;
            border-radius: 5px;
            right: 0px;
            top: 0px;
            width: 250px;
            background: #9B9B9B;
            height: 30px;
            overflow: hidden; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets {
              height: 50px;
              width: 100%;
              margin: 0px;
              padding: 0px;
              overflow-x: scroll;
              overflow-y: visible;
              white-space: nowrap; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner {
                height: 100%;
                width: 1000px;
                margin: 0px;
                padding: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: auto;
                  height: 100%;
                  position: relative;
                  float: left;
                  display: inline-block;
                  list-style: none;
                  margin: 0px;
                  padding: 1px 10px;
                  border-right: 1px #333 solid;
                  cursor: pointer;
                  padding-top: 2px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-sticker-set-image {
                    margin: auto 0px;
                    width: 20px;
                    height: 20px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-support-sticker, .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: #f33;
                    color: white;
                    width: 10px;
                    height: 10px;
                    text-align: center;
                    font-size: 10px;
                    line-height: 12px;
                    vertical-align: middle;
                    position: absolute;
                    right: 0px;
                    top: 0px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: orange; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set.active {
                    background: #c9c9c9; }
      .agp-container .agp-comment-editor-container.sticker .agp-sticker-comment-editor-container {
        display: block; }
      .agp-container .agp-comment-editor-container .agp-text-comment-editor-container {
        position: absolute;
        padding: 5px;
        left: 35px;
        top: 0px;
        width: 795px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper {
          position: relative;
          border: black solid 2px;
          border-radius: 7px;
          width: 525px;
          height: 30px;
          background: #fff; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
            height: 26px;
            border: 0px;
            margin: 0px 40px 0px 10px;
            width: 475px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment:focus {
              outline: 0;
              border-color: none; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write {
            position: absolute;
            top: 0px;
            right: 5px;
            width: 30px;
            height: 26px;
            cursor: pointer; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write img {
              width: 30px;
              height: 14px;
              margin: 6px 0px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right {
          position: absolute;
          right: 5px;
          top: 0px;
          width: 255px;
          height: 60px;
          padding: 5px;
          background: #ccc;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share, .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-simple-write {
            background: #db4bb6;
            border-color: #ac378e;
            color: white;
            font-weight: bold; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share {
            position: relative; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon {
              position: relative;
              display: none;
              width: 20px;
              height: 20px;
              top: -0.1em;
              margin-left: 3px; }
              .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon.facebook {
                background: white;
                border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.facebook .social-icon.facebook {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.twitter .social-icon.twitter {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.no-comment {
              opacity: 0.5; }
      .agp-container .agp-comment-editor-container .btn-wrapper-right.kokoreco {
        right: -320px; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-comment-mode-btn {
        opacity: 0.3;
        cursor: default; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper {
        border: #666 solid 1px;
        background: #ddd; }
        .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
          background: #ddd; }
    .agp-container #agp-focus-comment-overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog {
        position: absolute;
        width: 280px;
        height: 400px;
        background: #FFEDB3;
        border: solid 2px black;
        top: 50%;
        left: 50%;
        margin-left: -140px;
        margin-top: -200px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close {
          display: block;
          position: absolute;
          top: 5px;
          right: 5px;
          width: 20px;
          height: 20px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close img {
            width: 20px;
            height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name {
          margin: 10px;
          margin-right: 25px;
          height: 20px;
          line-height: 20px;
          font-size: 15px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon {
            width: 20px;
            height: 20px; }
            .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon .initial {
              width: 15px;
              height: 20px;
              font-size: 12px;
              line-height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .time {
          margin: 5px 10px;
          font-size: 12px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .comment {
          margin: 10px;
          margin-top: 0px;
          display: block;
          font-size: 15px;
          line-height: 17px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .sticker {
          display: none;
          position: absolute;
          width: 100px;
          height: 100px;
          top: 150px;
          left: 50%;
          margin-left: -50px;
          margin-top: -50px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons {
          position: absolute;
          bottom: 0px;
          width: 100%;
          padding: 10px;
          padding-top: 0px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons .btn {
            width: 100%;
            margin-top: 10px; }
      .agp-container #agp-focus-comment-overlay.sticker .comment {
        display: none; }
      .agp-container #agp-focus-comment-overlay.sticker .sticker {
        display: block; }
    .agp-container .agp-share-status {
      left: 5px;
      top: 416.26427px;
      width: 830px;
      height: 60px; }
      .agp-container .agp-share-status .agp-share-status-busy, .agp-container .agp-share-status .btn-close {
        width: 30px;
        height: 30px;
        margin-top: -15px; }
      .agp-container .agp-share-status .agp-share-status-progress {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-progress .agp-share-status-msg {
          position: absolute;
          color: white;
          top: 0px;
          left: 40px;
          height: 60px;
          line-height: 60px;
          vertical-align: middle; }
      .agp-container .agp-share-status .agp-share-status-result {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-result .btn-close:hover {
          opacity: 0.5; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-msg {
          width: 150px;
          left: 40px; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-url {
          width: 525px;
          left: 195px; }
        .agp-container .agp-share-status .agp-share-status-result .btn-copy {
          position: absolute;
          width: 100px;
          height: 30px; }
      .agp-container .agp-share-status.failure .agp-share-status-result-msg {
        width: 280px;
        font-size: 13px;
        line-height: 24px; }
    .agp-container .enter-submit {
      font-size: 12px; }
    .agp-container .agp-social-menu-container {
      position: absolute;
      width: 250px;
      height: 411.26427px;
      top: 5px;
      left: 835px;
      overflow: hidden;
      background: #999;
      z-index: 10;
      margin: 0px 5px;
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms; }
    .agp-container .agp-overlay {
      position: absolute;
      width: 580px;
      height: 326.26427px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-overlay .agp-busy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        display: none; }
      .agp-container .agp-overlay .agp-play-btn, .agp-container .agp-overlay .agp-replay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        display: none; }
    .agp-container .agp-stop-overlay {
      position: absolute;
      width: 580px;
      height: 326.26427px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-stop-overlay .btn-onemore {
        margin-top: 7px;
        margin-left: 10px; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper {
        position: absolute;
        top: 60px;
        bottom: 40px;
        left: 50px;
        width: 68%; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p {
          position: absolute;
          left: 0px;
          font-size: 12px;
          line-height: 16px;
          color: white;
          vertical-align: middle; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.next-label {
          top: -18px; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.title-label {
          bottom: -45px;
          height: 32px;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          overflow: hidden; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper a {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: block; }
          .agp-container .agp-stop-overlay .agp-next-program-wrapper a img {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            margin: auto;
            max-width: 100%;
            max-height: 100%; }

  .agp-container.kokoreco .agp-social-menu-container {
    left: 580px; } }
@media screen and (max-width: 910px) {
  /*$agp-ad-height : 50px;*/
  .agp-container {
    width: 740px;
    height: 436.26231px;
    /*
    		.agp-focus-comment {
    			padding : 0px 5px;
    			width : $agp-audience-width;
    			height : $agp-comment-editor-height;
    			top : $agp-video-ctrl-top - 21px;;
    			left : $agp-video-ctrl-left + $agp-video-ctrl-width;
    
    			p.name {
    				margin-left : -5px;
    				font-size : 12px;
    				line-height: 15px;
    				height : 15px;
    				margin : 2px;
    				margin-top : 3px;
    
    				img.ag-audience-icon {
    					width : 12px;
    					height : 12px;
    					margin-right : 3px;
    				}
    			}
    
    			div.comment {
    				padding : 3px;
    				border : solid 1px #aaa;
    				border-radius : 3px;
    				height : 40px;
    				background : white;
    				font-size : 12px;
    				margin-top : -7px;
    			}
    		}
    		*/ }
    .agp-container .agp-ad-container {
      position: absolute;
      width: 490px;
      height: 0px; }
    .agp-container .agp-video-container {
      left: 5px;
      width: 490px;
      height: 271.26231px;
      top: 10px; }
      .agp-container .agp-video-container .agp-video-wrapper {
        width: 490px;
        height: 271.26231px; }
        .agp-container .agp-video-container .agp-video-wrapper .agp-media {
          width: 490px;
          height: 271.26231px; }
      .agp-container .agp-video-container .agp-thumbnail {
        width: 500px;
        height: 281.26231px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .agp-container .agp-selected-audience-container {
      top: 5px;
      height: 281.26231px;
      width: 490px;
      margin: 0px 5px;
      overflow: hidden; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-toggle-btn {
        right: 15px;
        bottom: 10px;
        width: 40px;
        height: 27px;
        font-size: 12px;
        line-height: 27px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container {
        width: 490px;
        height: 226.26231px;
        bottom: 50px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame {
          height: auto;
          width: auto; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner {
            width: 450px;
            left: 20px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-user {
              left: -6.66667px;
              width: 20px;
              height: 20px;
              border: white 1px solid;
              border-radius: 10px;
              line-height: 18px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body {
              font-size: 14px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .nickname {
                font-size: 10px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .text {
                font-size: 14px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .comment-user {
              left: auto;
              right: -6.66667px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-list {
        bottom: 10px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience {
          width: 30px;
          height: 30px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .initlial {
            font-size: 15px;
            line-height: 15px;
            width: 15px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-remove-btn {
            top: -3px;
            left: -3px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon {
            width: 30px;
            height: 30px;
            border-radius: 15px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial {
              font-size: 15px;
              line-height: 30px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial else {
                font-size: 15px; }
    .agp-container .agp-video-ctrl-container {
      width: 490px;
      height: 80px;
      top: 286.26231px;
      left: 0px;
      margin: 0px 5px;
      padding-top: 5px; }
      .agp-container .agp-video-ctrl-container .agp-seekbar-container {
        width: 490px;
        height: 35px; }
        .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container {
          height: 33px; }
          .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container .agpan-slider-horizontal {
            height: 30px; }
    .agp-container .agp-audience-container {
      width: 225px;
      height: 356.26231px;
      top: 10px;
      left: 505px; }
      .agp-container .agp-audience-container .agp-audience-tabs {
        width: 225px;
        height: 40px; }
        .agp-container .agp-audience-container .agp-audience-tabs li {
          width: 71.66667px;
          height: 40px;
          margin-right: 5px;
          border: solid 2px #aaa;
          border-bottom: 0px; }
          .agp-container .agp-audience-container .agp-audience-tabs li div.tab-image {
            width: 32.90323px;
            height: 20px; }
          .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search {
            margin-right: 0px;
            right: 0px;
            top: 0px; }
            .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search div.tab-image {
              background-image: url("/assets/player/img/comment_list_tab_search_off.png"); }
      .agp-container .agp-audience-container .agp-audience-area-wrapper {
        width: 225px;
        height: 316.26231px;
        top: 40px;
        border: solid 2px #aaa;
        border-top: 0px;
        overflow: hidden; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-bg-logo {
          width: 160px;
          height: 90px;
          margin-top: -25px;
          margin-left: -80px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area {
          width: 226px;
          height: 316.26231px; }
          .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner {
            width: 226px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.all {
              margin-top: 20px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.search {
              margin-top: 50px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area-header {
          height: 20px;
          width: 220px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay, .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container {
          top: 20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay .agp-audience-busy {
          width: 40px;
          height: 40px;
          margin-top: -20px;
          margin-left: -20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container .agp-audience-dialog {
          height: 130px;
          margin-top: -65px; }
      .agp-container .agp-audience-container.letter .agp-audience-area {
        height: 316.26231px; }
        .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all {
          height: 316.26231px; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience {
            width: 105px;
            margin-left: -52.5px;
            left: 120px;
            top: 203.13115px; }
      .agp-container .agp-audience-container.list, .agp-container .agp-audience-container.search {
        padding-top: 60px; }
        .agp-container .agp-audience-container.list .agp-audience-area, .agp-container .agp-audience-container.search .agp-audience-area {
          width: 226px;
          height: 306.26231px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience {
            width: 221px;
            height: 80px; }
      .agp-container .agp-audience-container.search .agp-audience-area-header {
        height: 50px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-form {
          width: 166px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-btn {
          width: 40px;
          height: 30px;
          line-height: 30px; }
      .agp-container .agp-audience-container.search #agp-audience-overlay, .agp-container .agp-audience-container.search #agp-audience-dialog-container {
        top: 50px; }
    .agp-container .agp-comment-editor-container {
      position: absolute;
      background: #ccc;
      width: 730px;
      height: 60px;
      top: 371.26231px;
      left: 5px; }
      .agp-container .agp-comment-editor-container .agp-comment-mode-btn {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 5px; }
      .agp-container .agp-comment-editor-container .kokoreco-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        margin: 5px;
        font-size: 10px;
        color: white;
        font-weight: bold;
        border-color: #999;
        background-color: #fff;
        padding: 3px 5px;
        background-image: url("/assets/kokoreco/img/kokoreco_logo.png");
        z-index: 100;
        background-size: 90% 90%;
        background-position: center;
        background-repeat: no-repeat;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
        .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status {
          position: absolute;
          height: 28px;
          width: 150px;
          top: -42px;
          left: 0px;
          border: solid 1px #CC3333;
          border-radius: 4px;
          background: white;
          display: none;
          z-index: 10; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-mark {
            float: left;
            width: 14px;
            height: 14px;
            background: #CC3333;
            border-radius: 7px;
            margin: 6px 4px;
            transition: all 300ms;
            -moz-transition: all 300ms;
            -webkit-transition: all 300ms;
            -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-time {
            float: left;
            color: black;
            width: 50px;
            line-height: 28px;
            font-size: 18px;
            vertical-align: middle;
            text-align: right;
            white-space: nowrap; }
        .agp-container .agp-comment-editor-container .kokoreco-btn img {
          position: relative;
          margin: auto;
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100%; }
        .agp-container .agp-comment-editor-container .kokoreco-btn:hover {
          background-color: #ddd; }
        .agp-container .agp-comment-editor-container .kokoreco-btn.pressed .kokoreco-status {
          display: block; }
      .agp-container .agp-comment-editor-container .kokoreco-close-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        display: none;
        margin: 5px;
        padding: 5px; }
      .agp-container .agp-comment-editor-container.text .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_sticker.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_pen.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .kokoreco-btn {
        display: none; }
      .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container {
        position: absolute;
        padding: 5px;
        padding-left: 0px;
        top: 0px;
        display: none;
        background: #ccc;
        left: 40px;
        width: 690px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper {
          position: relative;
          overflow: visible;
          border: 0px;
          border-radius: 0px;
          width: 685px;
          height: 50px; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 445px;
            border: 2px solid black;
            border-radius: 5px;
            background: white;
            height: 50px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn {
              position: absolute;
              top: 0px;
              cursor: pointer;
              display: none;
              width: 60px;
              height: 46px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn .agp-stickers-scroll-btn-image {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 14px;
                height: 14px;
                margin-top: -7px;
                margin-left: -7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left {
                left: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_l.png");
                background-size: 100% 100%;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_on.png");
                  background-size: 100% 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right {
                right: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_r.png");
                background-size: 100% 100%;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_on.png");
                  background-size: 100% 100%; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-left .agp-stickers-scroll-btn.left {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-right .agp-stickers-scroll-btn.right {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers {
              left: 0px;
              top: 0px;
              width: 100%;
              height: 76px;
              white-space: nowrap;
              position: absolute;
              overflow: hidden; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner {
                position: absolute;
                overflow: hidden;
                height: 46px;
                left: 30px;
                top: 0px;
                width: auto;
                padding: 0px;
                margin: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner::-webkit-scrollbar {
                  display: none; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: 50px;
                  position: relative;
                  display: inline-block;
                  padding: 1px 2px;
                  cursor: pointer; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-image {
                    width: 44px;
                    height: 44px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-own {
                    position: absolute;
                    right: 0px;
                    bottom: 4px;
                    font-weight: bold;
                    font-size: 10px;
                    line-height: 12px;
                    color: white;
                    vertical-align: middle;
                    background: #f33;
                    padding: 1px 2px;
                    border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper {
              position: absolute;
              display: none;
              padding: 5px;
              width: 90px;
              height: 90px;
              top: -95px;
              left: 0px;
              margin-left: -45px;
              z-index: 120;
              background: white;
              border-radius: 5px;
              transform-origin: 45px 95px;
              -moz-transform-origin: 45px 95px;
              -webkit-transform-origin: 45px 95px;
              -ms-transform-origin: 45px 95px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-focus-sticker {
                width: 100%;
                height: 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-sticker-click-cnt-wrapper {
                position: absolute;
                display: none;
                right: 3px;
                bottom: -8px;
                font-weight: bold;
                font-size: 12px;
                line-height: 14px;
                color: white;
                vertical-align: middle;
                background: #00DD00;
                padding: 1px 5px;
                border-radius: 7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper.agp-growing .agp-sticker-click-cnt-wrapper {
                display: block; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper {
            position: absolute;
            border: 2px solid black;
            border-radius: 5px;
            right: 0px;
            top: 0px;
            width: 230px;
            background: #9B9B9B;
            height: 30px;
            overflow: hidden; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets {
              height: 50px;
              width: 100%;
              margin: 0px;
              padding: 0px;
              overflow-x: scroll;
              overflow-y: visible;
              white-space: nowrap; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner {
                height: 100%;
                width: 1000px;
                margin: 0px;
                padding: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: auto;
                  height: 100%;
                  position: relative;
                  float: left;
                  display: inline-block;
                  list-style: none;
                  margin: 0px;
                  padding: 1px 10px;
                  border-right: 1px #333 solid;
                  cursor: pointer;
                  padding-top: 2px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-sticker-set-image {
                    margin: auto 0px;
                    width: 20px;
                    height: 20px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-support-sticker, .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: #f33;
                    color: white;
                    width: 10px;
                    height: 10px;
                    text-align: center;
                    font-size: 10px;
                    line-height: 12px;
                    vertical-align: middle;
                    position: absolute;
                    right: 0px;
                    top: 0px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: orange; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set.active {
                    background: #c9c9c9; }
      .agp-container .agp-comment-editor-container.sticker .agp-sticker-comment-editor-container {
        display: block; }
      .agp-container .agp-comment-editor-container .agp-text-comment-editor-container {
        position: absolute;
        padding: 5px;
        left: 35px;
        top: 0px;
        width: 695px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper {
          position: relative;
          border: black solid 2px;
          border-radius: 7px;
          width: 445px;
          height: 30px;
          background: #fff; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
            height: 26px;
            border: 0px;
            margin: 0px 40px 0px 10px;
            width: 395px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment:focus {
              outline: 0;
              border-color: none; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write {
            position: absolute;
            top: 0px;
            right: 5px;
            width: 30px;
            height: 26px;
            cursor: pointer; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write img {
              width: 30px;
              height: 14px;
              margin: 6px 0px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right {
          position: absolute;
          right: 5px;
          top: 0px;
          width: 235px;
          height: 60px;
          padding: 5px;
          background: #ccc;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share, .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-simple-write {
            background: #db4bb6;
            border-color: #ac378e;
            color: white;
            font-weight: bold; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share {
            position: relative; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon {
              position: relative;
              display: none;
              width: 20px;
              height: 20px;
              top: -0.1em;
              margin-left: 3px; }
              .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon.facebook {
                background: white;
                border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.facebook .social-icon.facebook {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.twitter .social-icon.twitter {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.no-comment {
              opacity: 0.5; }
      .agp-container .agp-comment-editor-container .btn-wrapper-right.kokoreco {
        right: -320px; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-comment-mode-btn {
        opacity: 0.3;
        cursor: default; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper {
        border: #666 solid 1px;
        background: #ddd; }
        .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
          background: #ddd; }
    .agp-container #agp-focus-comment-overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog {
        position: absolute;
        width: 280px;
        height: 400px;
        background: #FFEDB3;
        border: solid 2px black;
        top: 50%;
        left: 50%;
        margin-left: -140px;
        margin-top: -200px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close {
          display: block;
          position: absolute;
          top: 5px;
          right: 5px;
          width: 20px;
          height: 20px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close img {
            width: 20px;
            height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name {
          margin: 10px;
          margin-right: 25px;
          height: 20px;
          line-height: 20px;
          font-size: 15px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon {
            width: 20px;
            height: 20px; }
            .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon .initial {
              width: 15px;
              height: 20px;
              font-size: 12px;
              line-height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .time {
          margin: 5px 10px;
          font-size: 12px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .comment {
          margin: 10px;
          margin-top: 0px;
          display: block;
          font-size: 15px;
          line-height: 17px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .sticker {
          display: none;
          position: absolute;
          width: 100px;
          height: 100px;
          top: 150px;
          left: 50%;
          margin-left: -50px;
          margin-top: -50px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons {
          position: absolute;
          bottom: 0px;
          width: 100%;
          padding: 10px;
          padding-top: 0px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons .btn {
            width: 100%;
            margin-top: 10px; }
      .agp-container #agp-focus-comment-overlay.sticker .comment {
        display: none; }
      .agp-container #agp-focus-comment-overlay.sticker .sticker {
        display: block; }
    .agp-container .agp-share-status {
      left: 5px;
      top: 371.26231px;
      width: 730px;
      height: 60px; }
      .agp-container .agp-share-status .agp-share-status-busy, .agp-container .agp-share-status .btn-close {
        width: 30px;
        height: 30px;
        margin-top: -15px; }
      .agp-container .agp-share-status .agp-share-status-progress {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-progress .agp-share-status-msg {
          position: absolute;
          color: white;
          top: 0px;
          left: 40px;
          height: 60px;
          line-height: 60px;
          vertical-align: middle; }
      .agp-container .agp-share-status .agp-share-status-result {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-result .btn-close:hover {
          opacity: 0.5; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-msg {
          width: 150px;
          left: 40px; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-url {
          width: 425px;
          left: 195px; }
        .agp-container .agp-share-status .agp-share-status-result .btn-copy {
          position: absolute;
          width: 100px;
          height: 30px; }
      .agp-container .agp-share-status.failure .agp-share-status-result-msg {
        width: 280px;
        font-size: 13px;
        line-height: 24px; }
    .agp-container .enter-submit {
      font-size: 12px; }
    .agp-container .agp-social-menu-container {
      position: absolute;
      width: 230px;
      height: 366.26231px;
      top: 5px;
      left: 735px;
      overflow: hidden;
      background: #999;
      z-index: 10;
      margin: 0px 5px;
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms; }
    .agp-container .agp-overlay {
      position: absolute;
      width: 500px;
      height: 281.26231px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-overlay .agp-busy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        display: none; }
      .agp-container .agp-overlay .agp-play-btn, .agp-container .agp-overlay .agp-replay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        display: none; }
    .agp-container .agp-stop-overlay {
      position: absolute;
      width: 500px;
      height: 281.26231px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-stop-overlay .btn-onemore {
        margin-top: 7px;
        margin-left: 10px; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper {
        position: absolute;
        top: 60px;
        bottom: 40px;
        left: 50px;
        width: 68%; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p {
          position: absolute;
          left: 0px;
          font-size: 12px;
          line-height: 16px;
          color: white;
          vertical-align: middle; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.next-label {
          top: -18px; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.title-label {
          bottom: -45px;
          height: 32px;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          overflow: hidden; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper a {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: block; }
          .agp-container .agp-stop-overlay .agp-next-program-wrapper a img {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            margin: auto;
            max-width: 100%;
            max-height: 100%; }

  .agp-container.kokoreco .agp-social-menu-container {
    left: 500px; } }
@media screen and (max-width: 850px) {
  /*$agp-ad-height : 50px;*/
  .agp-container {
    width: 640px;
    height: 396.88558px;
    /*
    		.agp-focus-comment {
    			padding : 0px 5px;
    			width : $agp-audience-width;
    			height : $agp-comment-editor-height;
    			top : $agp-video-ctrl-top - 21px;;
    			left : $agp-video-ctrl-left + $agp-video-ctrl-width;
    
    			p.name {
    				margin-left : -5px;
    				font-size : 12px;
    				line-height: 15px;
    				height : 15px;
    				margin : 2px;
    				margin-top : 3px;
    
    				img.ag-audience-icon {
    					width : 12px;
    					height : 12px;
    					margin-right : 3px;
    				}
    			}
    
    			div.comment {
    				padding : 3px;
    				border : solid 1px #aaa;
    				border-radius : 3px;
    				height : 40px;
    				background : white;
    				font-size : 12px;
    				margin-top : -7px;
    			}
    		}
    		*/ }
    .agp-container .agp-ad-container {
      position: absolute;
      width: 420px;
      height: 0px; }
    .agp-container .agp-video-container {
      left: 5px;
      width: 420px;
      height: 231.88558px;
      top: 10px; }
      .agp-container .agp-video-container .agp-video-wrapper {
        width: 420px;
        height: 231.88558px; }
        .agp-container .agp-video-container .agp-video-wrapper .agp-media {
          width: 420px;
          height: 231.88558px; }
      .agp-container .agp-video-container .agp-thumbnail {
        width: 430px;
        height: 241.88558px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .agp-container .agp-selected-audience-container {
      top: 5px;
      height: 241.88558px;
      width: 420px;
      margin: 0px 5px;
      overflow: hidden; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-toggle-btn {
        right: 15px;
        bottom: 10px;
        width: 40px;
        height: 27px;
        font-size: 12px;
        line-height: 27px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container {
        width: 420px;
        height: 186.88558px;
        bottom: 50px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame {
          height: auto;
          width: auto; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner {
            width: 380px;
            left: 20px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-user {
              left: -6.66667px;
              width: 20px;
              height: 20px;
              border: white 1px solid;
              border-radius: 10px;
              line-height: 18px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body {
              font-size: 14px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .nickname {
                font-size: 10px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .text {
                font-size: 14px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .comment-user {
              left: auto;
              right: -6.66667px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-list {
        bottom: 10px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience {
          width: 30px;
          height: 30px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .initlial {
            font-size: 15px;
            line-height: 15px;
            width: 15px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-remove-btn {
            top: -3px;
            left: -3px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon {
            width: 30px;
            height: 30px;
            border-radius: 15px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial {
              font-size: 15px;
              line-height: 30px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial else {
                font-size: 15px; }
    .agp-container .agp-video-ctrl-container {
      width: 420px;
      height: 80px;
      top: 246.88558px;
      left: 0px;
      margin: 0px 5px;
      padding-top: 5px; }
      .agp-container .agp-video-ctrl-container .agp-seekbar-container {
        width: 420px;
        height: 35px; }
        .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container {
          height: 33px; }
          .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container .agpan-slider-horizontal {
            height: 30px; }
    .agp-container .agp-audience-container {
      width: 195px;
      height: 316.88558px;
      top: 10px;
      left: 435px; }
      .agp-container .agp-audience-container .agp-audience-tabs {
        width: 195px;
        height: 40px; }
        .agp-container .agp-audience-container .agp-audience-tabs li {
          width: 61.66667px;
          height: 40px;
          margin-right: 5px;
          border: solid 2px #aaa;
          border-bottom: 0px; }
          .agp-container .agp-audience-container .agp-audience-tabs li div.tab-image {
            width: 32.90323px;
            height: 20px; }
          .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search {
            margin-right: 0px;
            right: 0px;
            top: 0px; }
            .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search div.tab-image {
              background-image: url("/assets/player/img/comment_list_tab_search_off.png"); }
      .agp-container .agp-audience-container .agp-audience-area-wrapper {
        width: 195px;
        height: 276.88558px;
        top: 40px;
        border: solid 2px #aaa;
        border-top: 0px;
        overflow: hidden; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-bg-logo {
          width: 160px;
          height: 90px;
          margin-top: -25px;
          margin-left: -80px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area {
          width: 196px;
          height: 276.88558px; }
          .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner {
            width: 196px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.all {
              margin-top: 20px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.search {
              margin-top: 50px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area-header {
          height: 20px;
          width: 190px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay, .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container {
          top: 20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay .agp-audience-busy {
          width: 40px;
          height: 40px;
          margin-top: -20px;
          margin-left: -20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container .agp-audience-dialog {
          height: 130px;
          margin-top: -65px; }
      .agp-container .agp-audience-container.letter .agp-audience-area {
        height: 276.88558px; }
        .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all {
          height: 276.88558px; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience {
            width: 105px;
            margin-left: -52.5px;
            left: 105px;
            top: 183.44279px; }
      .agp-container .agp-audience-container.list, .agp-container .agp-audience-container.search {
        padding-top: 60px; }
        .agp-container .agp-audience-container.list .agp-audience-area, .agp-container .agp-audience-container.search .agp-audience-area {
          width: 196px;
          height: 266.88558px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience {
            width: 191px;
            height: 80px; }
      .agp-container .agp-audience-container.search .agp-audience-area-header {
        height: 50px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-form {
          width: 136px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-btn {
          width: 40px;
          height: 30px;
          line-height: 30px; }
      .agp-container .agp-audience-container.search #agp-audience-overlay, .agp-container .agp-audience-container.search #agp-audience-dialog-container {
        top: 50px; }
    .agp-container .agp-comment-editor-container {
      position: absolute;
      background: #ccc;
      width: 630px;
      height: 60px;
      top: 331.88558px;
      left: 5px; }
      .agp-container .agp-comment-editor-container .agp-comment-mode-btn {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 5px; }
      .agp-container .agp-comment-editor-container .kokoreco-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        margin: 5px;
        font-size: 10px;
        color: white;
        font-weight: bold;
        border-color: #999;
        background-color: #fff;
        padding: 3px 5px;
        background-image: url("/assets/kokoreco/img/kokoreco_logo.png");
        z-index: 100;
        background-size: 90% 90%;
        background-position: center;
        background-repeat: no-repeat;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
        .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status {
          position: absolute;
          height: 28px;
          width: 150px;
          top: -42px;
          left: 0px;
          border: solid 1px #CC3333;
          border-radius: 4px;
          background: white;
          display: none;
          z-index: 10; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-mark {
            float: left;
            width: 14px;
            height: 14px;
            background: #CC3333;
            border-radius: 7px;
            margin: 6px 4px;
            transition: all 300ms;
            -moz-transition: all 300ms;
            -webkit-transition: all 300ms;
            -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-time {
            float: left;
            color: black;
            width: 50px;
            line-height: 28px;
            font-size: 18px;
            vertical-align: middle;
            text-align: right;
            white-space: nowrap; }
        .agp-container .agp-comment-editor-container .kokoreco-btn img {
          position: relative;
          margin: auto;
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100%; }
        .agp-container .agp-comment-editor-container .kokoreco-btn:hover {
          background-color: #ddd; }
        .agp-container .agp-comment-editor-container .kokoreco-btn.pressed .kokoreco-status {
          display: block; }
      .agp-container .agp-comment-editor-container .kokoreco-close-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        display: none;
        margin: 5px;
        padding: 5px; }
      .agp-container .agp-comment-editor-container.text .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_sticker.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_pen.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .kokoreco-btn {
        display: none; }
      .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container {
        position: absolute;
        padding: 5px;
        padding-left: 0px;
        top: 0px;
        display: none;
        background: #ccc;
        left: 40px;
        width: 590px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper {
          position: relative;
          overflow: visible;
          border: 0px;
          border-radius: 0px;
          width: 585px;
          height: 50px; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 375px;
            border: 2px solid black;
            border-radius: 5px;
            background: white;
            height: 50px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn {
              position: absolute;
              top: 0px;
              cursor: pointer;
              display: none;
              width: 60px;
              height: 46px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn .agp-stickers-scroll-btn-image {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 14px;
                height: 14px;
                margin-top: -7px;
                margin-left: -7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left {
                left: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_l.png");
                background-size: 100% 100%;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_on.png");
                  background-size: 100% 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right {
                right: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_r.png");
                background-size: 100% 100%;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_on.png");
                  background-size: 100% 100%; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-left .agp-stickers-scroll-btn.left {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-right .agp-stickers-scroll-btn.right {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers {
              left: 0px;
              top: 0px;
              width: 100%;
              height: 76px;
              white-space: nowrap;
              position: absolute;
              overflow: hidden; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner {
                position: absolute;
                overflow: hidden;
                height: 46px;
                left: 30px;
                top: 0px;
                width: auto;
                padding: 0px;
                margin: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner::-webkit-scrollbar {
                  display: none; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: 50px;
                  position: relative;
                  display: inline-block;
                  padding: 1px 2px;
                  cursor: pointer; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-image {
                    width: 44px;
                    height: 44px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-own {
                    position: absolute;
                    right: 0px;
                    bottom: 4px;
                    font-weight: bold;
                    font-size: 10px;
                    line-height: 12px;
                    color: white;
                    vertical-align: middle;
                    background: #f33;
                    padding: 1px 2px;
                    border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper {
              position: absolute;
              display: none;
              padding: 5px;
              width: 90px;
              height: 90px;
              top: -95px;
              left: 0px;
              margin-left: -45px;
              z-index: 120;
              background: white;
              border-radius: 5px;
              transform-origin: 45px 95px;
              -moz-transform-origin: 45px 95px;
              -webkit-transform-origin: 45px 95px;
              -ms-transform-origin: 45px 95px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-focus-sticker {
                width: 100%;
                height: 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-sticker-click-cnt-wrapper {
                position: absolute;
                display: none;
                right: 3px;
                bottom: -8px;
                font-weight: bold;
                font-size: 12px;
                line-height: 14px;
                color: white;
                vertical-align: middle;
                background: #00DD00;
                padding: 1px 5px;
                border-radius: 7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper.agp-growing .agp-sticker-click-cnt-wrapper {
                display: block; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper {
            position: absolute;
            border: 2px solid black;
            border-radius: 5px;
            right: 0px;
            top: 0px;
            width: 200px;
            background: #9B9B9B;
            height: 30px;
            overflow: hidden; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets {
              height: 50px;
              width: 100%;
              margin: 0px;
              padding: 0px;
              overflow-x: scroll;
              overflow-y: visible;
              white-space: nowrap; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner {
                height: 100%;
                width: 1000px;
                margin: 0px;
                padding: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: auto;
                  height: 100%;
                  position: relative;
                  float: left;
                  display: inline-block;
                  list-style: none;
                  margin: 0px;
                  padding: 1px 10px;
                  border-right: 1px #333 solid;
                  cursor: pointer;
                  padding-top: 2px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-sticker-set-image {
                    margin: auto 0px;
                    width: 20px;
                    height: 20px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-support-sticker, .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: #f33;
                    color: white;
                    width: 10px;
                    height: 10px;
                    text-align: center;
                    font-size: 10px;
                    line-height: 12px;
                    vertical-align: middle;
                    position: absolute;
                    right: 0px;
                    top: 0px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: orange; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set.active {
                    background: #c9c9c9; }
      .agp-container .agp-comment-editor-container.sticker .agp-sticker-comment-editor-container {
        display: block; }
      .agp-container .agp-comment-editor-container .agp-text-comment-editor-container {
        position: absolute;
        padding: 5px;
        left: 35px;
        top: 0px;
        width: 595px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper {
          position: relative;
          border: black solid 2px;
          border-radius: 7px;
          width: 375px;
          height: 30px;
          background: #fff; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
            height: 26px;
            border: 0px;
            margin: 0px 40px 0px 10px;
            width: 325px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment:focus {
              outline: 0;
              border-color: none; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write {
            position: absolute;
            top: 0px;
            right: 5px;
            width: 30px;
            height: 26px;
            cursor: pointer; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write img {
              width: 30px;
              height: 14px;
              margin: 6px 0px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right {
          position: absolute;
          right: 5px;
          top: 0px;
          width: 205px;
          height: 60px;
          padding: 5px;
          background: #ccc;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share, .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-simple-write {
            background: #db4bb6;
            border-color: #ac378e;
            color: white;
            font-weight: bold; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share {
            position: relative; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon {
              position: relative;
              display: none;
              width: 20px;
              height: 20px;
              top: -0.1em;
              margin-left: 3px; }
              .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon.facebook {
                background: white;
                border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.facebook .social-icon.facebook {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.twitter .social-icon.twitter {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.no-comment {
              opacity: 0.5; }
      .agp-container .agp-comment-editor-container .btn-wrapper-right.kokoreco {
        right: -320px; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-comment-mode-btn {
        opacity: 0.3;
        cursor: default; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper {
        border: #666 solid 1px;
        background: #ddd; }
        .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
          background: #ddd; }
    .agp-container #agp-focus-comment-overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog {
        position: absolute;
        width: 280px;
        height: 400px;
        background: #FFEDB3;
        border: solid 2px black;
        top: 50%;
        left: 50%;
        margin-left: -140px;
        margin-top: -200px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close {
          display: block;
          position: absolute;
          top: 5px;
          right: 5px;
          width: 20px;
          height: 20px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close img {
            width: 20px;
            height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name {
          margin: 10px;
          margin-right: 25px;
          height: 20px;
          line-height: 20px;
          font-size: 15px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon {
            width: 20px;
            height: 20px; }
            .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon .initial {
              width: 15px;
              height: 20px;
              font-size: 12px;
              line-height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .time {
          margin: 5px 10px;
          font-size: 12px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .comment {
          margin: 10px;
          margin-top: 0px;
          display: block;
          font-size: 15px;
          line-height: 17px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .sticker {
          display: none;
          position: absolute;
          width: 100px;
          height: 100px;
          top: 150px;
          left: 50%;
          margin-left: -50px;
          margin-top: -50px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons {
          position: absolute;
          bottom: 0px;
          width: 100%;
          padding: 10px;
          padding-top: 0px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons .btn {
            width: 100%;
            margin-top: 10px; }
      .agp-container #agp-focus-comment-overlay.sticker .comment {
        display: none; }
      .agp-container #agp-focus-comment-overlay.sticker .sticker {
        display: block; }
    .agp-container .agp-share-status {
      left: 5px;
      top: 331.88558px;
      width: 630px;
      height: 60px; }
      .agp-container .agp-share-status .agp-share-status-busy, .agp-container .agp-share-status .btn-close {
        width: 30px;
        height: 30px;
        margin-top: -15px; }
      .agp-container .agp-share-status .agp-share-status-progress {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-progress .agp-share-status-msg {
          position: absolute;
          color: white;
          top: 0px;
          left: 40px;
          height: 60px;
          line-height: 60px;
          vertical-align: middle; }
      .agp-container .agp-share-status .agp-share-status-result {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-result .btn-close:hover {
          opacity: 0.5; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-msg {
          width: 150px;
          left: 40px; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-url {
          width: 325px;
          left: 195px; }
        .agp-container .agp-share-status .agp-share-status-result .btn-copy {
          position: absolute;
          width: 100px;
          height: 30px; }
      .agp-container .agp-share-status.failure .agp-share-status-result-msg {
        width: 280px;
        font-size: 13px;
        line-height: 24px; }
    .agp-container .enter-submit {
      font-size: 12px; }
    .agp-container .agp-social-menu-container {
      position: absolute;
      width: 200px;
      height: 326.88558px;
      top: 5px;
      left: 635px;
      overflow: hidden;
      background: #999;
      z-index: 10;
      margin: 0px 5px;
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms; }
    .agp-container .agp-overlay {
      position: absolute;
      width: 430px;
      height: 241.88558px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-overlay .agp-busy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        display: none; }
      .agp-container .agp-overlay .agp-play-btn, .agp-container .agp-overlay .agp-replay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        display: none; }
    .agp-container .agp-stop-overlay {
      position: absolute;
      width: 430px;
      height: 241.88558px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-stop-overlay .btn-onemore {
        margin-top: 7px;
        margin-left: 10px; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper {
        position: absolute;
        top: 60px;
        bottom: 40px;
        left: 50px;
        width: 68%; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p {
          position: absolute;
          left: 0px;
          font-size: 12px;
          line-height: 16px;
          color: white;
          vertical-align: middle; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.next-label {
          top: -18px; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.title-label {
          bottom: -45px;
          height: 32px;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          overflow: hidden; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper a {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: block; }
          .agp-container .agp-stop-overlay .agp-next-program-wrapper a img {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            margin: auto;
            max-width: 100%;
            max-height: 100%; }

  .agp-container.kokoreco .agp-social-menu-container {
    left: 430px; } }
@media screen and (max-width: 700px) {
  /*$agp-ad-height : 50px;*/
  .agp-container {
    width: 610px;
    height: 380.00984px;
    /*
    		.agp-focus-comment {
    			padding : 0px 5px;
    			width : $agp-audience-width;
    			height : $agp-comment-editor-height;
    			top : $agp-video-ctrl-top - 21px;;
    			left : $agp-video-ctrl-left + $agp-video-ctrl-width;
    
    			p.name {
    				margin-left : -5px;
    				font-size : 12px;
    				line-height: 15px;
    				height : 15px;
    				margin : 2px;
    				margin-top : 3px;
    
    				img.ag-audience-icon {
    					width : 12px;
    					height : 12px;
    					margin-right : 3px;
    				}
    			}
    
    			div.comment {
    				padding : 3px;
    				border : solid 1px #aaa;
    				border-radius : 3px;
    				height : 40px;
    				background : white;
    				font-size : 12px;
    				margin-top : -7px;
    			}
    		}
    		*/ }
    .agp-container .agp-ad-container {
      position: absolute;
      width: 390px;
      height: 0px; }
    .agp-container .agp-video-container {
      left: 5px;
      width: 390px;
      height: 215.00984px;
      top: 10px; }
      .agp-container .agp-video-container .agp-video-wrapper {
        width: 390px;
        height: 215.00984px; }
        .agp-container .agp-video-container .agp-video-wrapper .agp-media {
          width: 390px;
          height: 215.00984px; }
      .agp-container .agp-video-container .agp-thumbnail {
        width: 400px;
        height: 225.00984px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .agp-container .agp-selected-audience-container {
      top: 5px;
      height: 225.00984px;
      width: 390px;
      margin: 0px 5px;
      overflow: hidden; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-toggle-btn {
        right: 15px;
        bottom: 10px;
        width: 40px;
        height: 27px;
        font-size: 12px;
        line-height: 27px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container {
        width: 390px;
        height: 170.00984px;
        bottom: 50px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame {
          height: auto;
          width: auto; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner {
            width: 350px;
            left: 20px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-user {
              left: -6.66667px;
              width: 20px;
              height: 20px;
              border: white 1px solid;
              border-radius: 10px;
              line-height: 18px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body {
              font-size: 14px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .nickname {
                font-size: 10px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .text {
                font-size: 14px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .comment-user {
              left: auto;
              right: -6.66667px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-list {
        bottom: 10px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience {
          width: 30px;
          height: 30px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .initlial {
            font-size: 15px;
            line-height: 15px;
            width: 15px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-remove-btn {
            top: -3px;
            left: -3px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon {
            width: 30px;
            height: 30px;
            border-radius: 15px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial {
              font-size: 15px;
              line-height: 30px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial else {
                font-size: 15px; }
    .agp-container .agp-video-ctrl-container {
      width: 390px;
      height: 80px;
      top: 230.00984px;
      left: 0px;
      margin: 0px 5px;
      padding-top: 5px; }
      .agp-container .agp-video-ctrl-container .agp-seekbar-container {
        width: 390px;
        height: 35px; }
        .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container {
          height: 33px; }
          .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container .agpan-slider-horizontal {
            height: 30px; }
    .agp-container .agp-audience-container {
      width: 195px;
      height: 300.00984px;
      top: 10px;
      left: 405px; }
      .agp-container .agp-audience-container .agp-audience-tabs {
        width: 195px;
        height: 40px; }
        .agp-container .agp-audience-container .agp-audience-tabs li {
          width: 61.66667px;
          height: 40px;
          margin-right: 5px;
          border: solid 2px #aaa;
          border-bottom: 0px; }
          .agp-container .agp-audience-container .agp-audience-tabs li div.tab-image {
            width: 32.90323px;
            height: 20px; }
          .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search {
            margin-right: 0px;
            right: 0px;
            top: 0px; }
            .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search div.tab-image {
              background-image: url("/assets/player/img/comment_list_tab_search_off.png"); }
      .agp-container .agp-audience-container .agp-audience-area-wrapper {
        width: 195px;
        height: 260.00984px;
        top: 40px;
        border: solid 2px #aaa;
        border-top: 0px;
        overflow: hidden; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-bg-logo {
          width: 160px;
          height: 90px;
          margin-top: -25px;
          margin-left: -80px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area {
          width: 196px;
          height: 260.00984px; }
          .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner {
            width: 196px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.all {
              margin-top: 20px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.search {
              margin-top: 50px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area-header {
          height: 20px;
          width: 190px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay, .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container {
          top: 20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay .agp-audience-busy {
          width: 40px;
          height: 40px;
          margin-top: -20px;
          margin-left: -20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container .agp-audience-dialog {
          height: 130px;
          margin-top: -65px; }
      .agp-container .agp-audience-container.letter .agp-audience-area {
        height: 260.00984px; }
        .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all {
          height: 260.00984px; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience {
            width: 105px;
            margin-left: -52.5px;
            left: 105px;
            top: 175.00492px; }
      .agp-container .agp-audience-container.list, .agp-container .agp-audience-container.search {
        padding-top: 60px; }
        .agp-container .agp-audience-container.list .agp-audience-area, .agp-container .agp-audience-container.search .agp-audience-area {
          width: 196px;
          height: 250.00984px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience {
            width: 191px;
            height: 80px; }
      .agp-container .agp-audience-container.search .agp-audience-area-header {
        height: 50px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-form {
          width: 136px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-btn {
          width: 40px;
          height: 30px;
          line-height: 30px; }
      .agp-container .agp-audience-container.search #agp-audience-overlay, .agp-container .agp-audience-container.search #agp-audience-dialog-container {
        top: 50px; }
    .agp-container .agp-comment-editor-container {
      position: absolute;
      background: #ccc;
      width: 600px;
      height: 60px;
      top: 315.00984px;
      left: 5px; }
      .agp-container .agp-comment-editor-container .agp-comment-mode-btn {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 5px; }
      .agp-container .agp-comment-editor-container .kokoreco-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        margin: 5px;
        font-size: 10px;
        color: white;
        font-weight: bold;
        border-color: #999;
        background-color: #fff;
        padding: 3px 5px;
        background-image: url("/assets/kokoreco/img/kokoreco_logo.png");
        z-index: 100;
        background-size: 90% 90%;
        background-position: center;
        background-repeat: no-repeat;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
        .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status {
          position: absolute;
          height: 28px;
          width: 150px;
          top: -42px;
          left: 0px;
          border: solid 1px #CC3333;
          border-radius: 4px;
          background: white;
          display: none;
          z-index: 10; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-mark {
            float: left;
            width: 14px;
            height: 14px;
            background: #CC3333;
            border-radius: 7px;
            margin: 6px 4px;
            transition: all 300ms;
            -moz-transition: all 300ms;
            -webkit-transition: all 300ms;
            -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-time {
            float: left;
            color: black;
            width: 50px;
            line-height: 28px;
            font-size: 18px;
            vertical-align: middle;
            text-align: right;
            white-space: nowrap; }
        .agp-container .agp-comment-editor-container .kokoreco-btn img {
          position: relative;
          margin: auto;
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100%; }
        .agp-container .agp-comment-editor-container .kokoreco-btn:hover {
          background-color: #ddd; }
        .agp-container .agp-comment-editor-container .kokoreco-btn.pressed .kokoreco-status {
          display: block; }
      .agp-container .agp-comment-editor-container .kokoreco-close-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        display: none;
        margin: 5px;
        padding: 5px; }
      .agp-container .agp-comment-editor-container.text .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_sticker.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_pen.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .kokoreco-btn {
        display: none; }
      .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container {
        position: absolute;
        padding: 5px;
        padding-left: 0px;
        top: 0px;
        display: none;
        background: #ccc;
        left: 40px;
        width: 560px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper {
          position: relative;
          overflow: visible;
          border: 0px;
          border-radius: 0px;
          width: 555px;
          height: 50px; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 345px;
            border: 2px solid black;
            border-radius: 5px;
            background: white;
            height: 50px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn {
              position: absolute;
              top: 0px;
              cursor: pointer;
              display: none;
              width: 60px;
              height: 46px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn .agp-stickers-scroll-btn-image {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 14px;
                height: 14px;
                margin-top: -7px;
                margin-left: -7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left {
                left: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_l.png");
                background-size: 100% 100%;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_on.png");
                  background-size: 100% 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right {
                right: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_r.png");
                background-size: 100% 100%;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_on.png");
                  background-size: 100% 100%; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-left .agp-stickers-scroll-btn.left {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-right .agp-stickers-scroll-btn.right {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers {
              left: 0px;
              top: 0px;
              width: 100%;
              height: 76px;
              white-space: nowrap;
              position: absolute;
              overflow: hidden; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner {
                position: absolute;
                overflow: hidden;
                height: 46px;
                left: 30px;
                top: 0px;
                width: auto;
                padding: 0px;
                margin: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner::-webkit-scrollbar {
                  display: none; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: 50px;
                  position: relative;
                  display: inline-block;
                  padding: 1px 2px;
                  cursor: pointer; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-image {
                    width: 44px;
                    height: 44px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-own {
                    position: absolute;
                    right: 0px;
                    bottom: 4px;
                    font-weight: bold;
                    font-size: 10px;
                    line-height: 12px;
                    color: white;
                    vertical-align: middle;
                    background: #f33;
                    padding: 1px 2px;
                    border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper {
              position: absolute;
              display: none;
              padding: 5px;
              width: 90px;
              height: 90px;
              top: -95px;
              left: 0px;
              margin-left: -45px;
              z-index: 120;
              background: white;
              border-radius: 5px;
              transform-origin: 45px 95px;
              -moz-transform-origin: 45px 95px;
              -webkit-transform-origin: 45px 95px;
              -ms-transform-origin: 45px 95px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-focus-sticker {
                width: 100%;
                height: 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-sticker-click-cnt-wrapper {
                position: absolute;
                display: none;
                right: 3px;
                bottom: -8px;
                font-weight: bold;
                font-size: 12px;
                line-height: 14px;
                color: white;
                vertical-align: middle;
                background: #00DD00;
                padding: 1px 5px;
                border-radius: 7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper.agp-growing .agp-sticker-click-cnt-wrapper {
                display: block; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper {
            position: absolute;
            border: 2px solid black;
            border-radius: 5px;
            right: 0px;
            top: 0px;
            width: 200px;
            background: #9B9B9B;
            height: 30px;
            overflow: hidden; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets {
              height: 50px;
              width: 100%;
              margin: 0px;
              padding: 0px;
              overflow-x: scroll;
              overflow-y: visible;
              white-space: nowrap; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner {
                height: 100%;
                width: 1000px;
                margin: 0px;
                padding: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: auto;
                  height: 100%;
                  position: relative;
                  float: left;
                  display: inline-block;
                  list-style: none;
                  margin: 0px;
                  padding: 1px 10px;
                  border-right: 1px #333 solid;
                  cursor: pointer;
                  padding-top: 2px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-sticker-set-image {
                    margin: auto 0px;
                    width: 20px;
                    height: 20px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-support-sticker, .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: #f33;
                    color: white;
                    width: 10px;
                    height: 10px;
                    text-align: center;
                    font-size: 10px;
                    line-height: 12px;
                    vertical-align: middle;
                    position: absolute;
                    right: 0px;
                    top: 0px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: orange; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set.active {
                    background: #c9c9c9; }
      .agp-container .agp-comment-editor-container.sticker .agp-sticker-comment-editor-container {
        display: block; }
      .agp-container .agp-comment-editor-container .agp-text-comment-editor-container {
        position: absolute;
        padding: 5px;
        left: 35px;
        top: 0px;
        width: 565px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper {
          position: relative;
          border: black solid 2px;
          border-radius: 7px;
          width: 345px;
          height: 30px;
          background: #fff; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
            height: 26px;
            border: 0px;
            margin: 0px 40px 0px 10px;
            width: 295px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment:focus {
              outline: 0;
              border-color: none; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write {
            position: absolute;
            top: 0px;
            right: 5px;
            width: 30px;
            height: 26px;
            cursor: pointer; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write img {
              width: 30px;
              height: 14px;
              margin: 6px 0px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right {
          position: absolute;
          right: 5px;
          top: 0px;
          width: 205px;
          height: 60px;
          padding: 5px;
          background: #ccc;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share, .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-simple-write {
            background: #db4bb6;
            border-color: #ac378e;
            color: white;
            font-weight: bold; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share {
            position: relative; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon {
              position: relative;
              display: none;
              width: 20px;
              height: 20px;
              top: -0.1em;
              margin-left: 3px; }
              .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon.facebook {
                background: white;
                border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.facebook .social-icon.facebook {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.twitter .social-icon.twitter {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.no-comment {
              opacity: 0.5; }
      .agp-container .agp-comment-editor-container .btn-wrapper-right.kokoreco {
        right: -320px; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-comment-mode-btn {
        opacity: 0.3;
        cursor: default; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper {
        border: #666 solid 1px;
        background: #ddd; }
        .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
          background: #ddd; }
    .agp-container #agp-focus-comment-overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog {
        position: absolute;
        width: 280px;
        height: 400px;
        background: #FFEDB3;
        border: solid 2px black;
        top: 50%;
        left: 50%;
        margin-left: -140px;
        margin-top: -200px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close {
          display: block;
          position: absolute;
          top: 5px;
          right: 5px;
          width: 20px;
          height: 20px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close img {
            width: 20px;
            height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name {
          margin: 10px;
          margin-right: 25px;
          height: 20px;
          line-height: 20px;
          font-size: 15px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon {
            width: 20px;
            height: 20px; }
            .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon .initial {
              width: 15px;
              height: 20px;
              font-size: 12px;
              line-height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .time {
          margin: 5px 10px;
          font-size: 12px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .comment {
          margin: 10px;
          margin-top: 0px;
          display: block;
          font-size: 15px;
          line-height: 17px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .sticker {
          display: none;
          position: absolute;
          width: 100px;
          height: 100px;
          top: 150px;
          left: 50%;
          margin-left: -50px;
          margin-top: -50px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons {
          position: absolute;
          bottom: 0px;
          width: 100%;
          padding: 10px;
          padding-top: 0px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons .btn {
            width: 100%;
            margin-top: 10px; }
      .agp-container #agp-focus-comment-overlay.sticker .comment {
        display: none; }
      .agp-container #agp-focus-comment-overlay.sticker .sticker {
        display: block; }
    .agp-container .agp-share-status {
      left: 5px;
      top: 315.00984px;
      width: 600px;
      height: 60px; }
      .agp-container .agp-share-status .agp-share-status-busy, .agp-container .agp-share-status .btn-close {
        width: 30px;
        height: 30px;
        margin-top: -15px; }
      .agp-container .agp-share-status .agp-share-status-progress {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-progress .agp-share-status-msg {
          position: absolute;
          color: white;
          top: 0px;
          left: 40px;
          height: 60px;
          line-height: 60px;
          vertical-align: middle; }
      .agp-container .agp-share-status .agp-share-status-result {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-result .btn-close:hover {
          opacity: 0.5; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-msg {
          width: 150px;
          left: 40px; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-url {
          width: 295px;
          left: 195px; }
        .agp-container .agp-share-status .agp-share-status-result .btn-copy {
          position: absolute;
          width: 100px;
          height: 30px; }
      .agp-container .agp-share-status.failure .agp-share-status-result-msg {
        width: 280px;
        font-size: 13px;
        line-height: 24px; }
    .agp-container .enter-submit {
      font-size: 12px; }
    .agp-container .agp-social-menu-container {
      position: absolute;
      width: 200px;
      height: 310.00984px;
      top: 5px;
      left: 605px;
      overflow: hidden;
      background: #999;
      z-index: 10;
      margin: 0px 5px;
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms; }
    .agp-container .agp-overlay {
      position: absolute;
      width: 400px;
      height: 225.00984px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-overlay .agp-busy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        display: none; }
      .agp-container .agp-overlay .agp-play-btn, .agp-container .agp-overlay .agp-replay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        display: none; }
    .agp-container .agp-stop-overlay {
      position: absolute;
      width: 400px;
      height: 225.00984px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-stop-overlay .btn-onemore {
        margin-top: 7px;
        margin-left: 10px; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper {
        position: absolute;
        top: 60px;
        bottom: 40px;
        left: 50px;
        width: 68%; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p {
          position: absolute;
          left: 0px;
          font-size: 12px;
          line-height: 16px;
          color: white;
          vertical-align: middle; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.next-label {
          top: -18px; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.title-label {
          bottom: -45px;
          height: 32px;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          overflow: hidden; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper a {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: block; }
          .agp-container .agp-stop-overlay .agp-next-program-wrapper a img {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            margin: auto;
            max-width: 100%;
            max-height: 100%; }

  .agp-container.kokoreco .agp-social-menu-container {
    left: 400px; }

  #content-container {
    padding: 10px;
    padding-top: 15px; }

  .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-seekbar-label-wrapper {
    margin-top: 0px;
    height: 14px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-video-ctrl-seekbar-label-wrapper .time-label {
      font-size: 12px;
      line-height: 14px;
      vertical-align: top; }
  .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.normal .agp-video-ctrl-btns.normal {
    width: 250px;
    margin-left: -125px; }
  .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.normal .agp-video-ctrl-btns .agp-video-ctrl-btn {
    width: 20px;
    height: 20px;
    margin-right: 15px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.normal .agp-video-ctrl-btns .agp-video-ctrl-btn img {
      width: 20px;
      height: 20px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.normal .agp-video-ctrl-btns .agp-video-ctrl-btn.prev-btn-10 {
      display: none; }
  .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper {
    height: 26px;
    width: 40px;
    border-radius: 5px;
    background: #ccc;
    margin-top: 0px; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-btn {
      position: relative;
      display: block;
      height: 26px;
      width: 40px;
      background-image: url("/assets/player/img/volume_btn.png");
      background-size: 20px 16px;
      background-repeat: no-repeat;
      background-position: center; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-btn .agp-volume-mute-btn-sp {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: none;
        background-image: url("/assets/player/img/cross_image.png");
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-mute-btn {
      display: none; }
    .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels {
      display: none;
      position: absolute;
      top: -55px;
      left: 0px;
      height: 50px;
      width: 40px;
      background: #aaa;
      border-radius: 5px; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level {
        position: absolute;
        height: 3px;
        width: 100%;
        float: top;
        margin: 0px;
        margin-bottom: 4px;
        border-radius: 1.5px; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-0 {
          width: 6px;
          height: 3px;
          bottom: 5px;
          left: 17px; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-1 {
          width: 12px;
          height: 3px;
          bottom: 12px;
          left: 14px; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-2 {
          width: 18px;
          height: 3px;
          bottom: 19px;
          left: 11px; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-3 {
          width: 24px;
          height: 3px;
          bottom: 26px;
          left: 8px; }
        .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-level.agp-volume-level-4 {
          bottom: 33px;
          height: 3px;
          left: 5px;
          width: 30px; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-levels-wrapper {
        display: none; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels .agp-volume-levels-sp-wrapper {
        display: block; }
      .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container .agp-volume-btns-wrapper .agp-volume-levels.on {
        display: block; } }
@media screen and (max-width: 650px) {
  /*$agp-ad-height : 50px;*/
  .agp-container {
    width: 510px;
    height: 351.88361px;
    /*
    		.agp-focus-comment {
    			padding : 0px 5px;
    			width : $agp-audience-width;
    			height : $agp-comment-editor-height;
    			top : $agp-video-ctrl-top - 21px;;
    			left : $agp-video-ctrl-left + $agp-video-ctrl-width;
    
    			p.name {
    				margin-left : -5px;
    				font-size : 12px;
    				line-height: 15px;
    				height : 15px;
    				margin : 2px;
    				margin-top : 3px;
    
    				img.ag-audience-icon {
    					width : 12px;
    					height : 12px;
    					margin-right : 3px;
    				}
    			}
    
    			div.comment {
    				padding : 3px;
    				border : solid 1px #aaa;
    				border-radius : 3px;
    				height : 40px;
    				background : white;
    				font-size : 12px;
    				margin-top : -7px;
    			}
    		}
    		*/ }
    .agp-container .agp-ad-container {
      position: absolute;
      width: 340px;
      height: 0px; }
    .agp-container .agp-video-container {
      left: 5px;
      width: 340px;
      height: 186.88361px;
      top: 10px; }
      .agp-container .agp-video-container .agp-video-wrapper {
        width: 340px;
        height: 186.88361px; }
        .agp-container .agp-video-container .agp-video-wrapper .agp-media {
          width: 340px;
          height: 186.88361px; }
      .agp-container .agp-video-container .agp-thumbnail {
        width: 350px;
        height: 196.88361px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .agp-container .agp-selected-audience-container {
      top: 5px;
      height: 196.88361px;
      width: 340px;
      margin: 0px 5px;
      overflow: hidden; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-toggle-btn {
        right: 15px;
        bottom: 10px;
        width: 40px;
        height: 27px;
        font-size: 12px;
        line-height: 27px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container {
        width: 340px;
        height: 141.88361px;
        bottom: 50px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame {
          height: auto;
          width: auto; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner {
            width: 300px;
            left: 20px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-user {
              left: -6.66667px;
              width: 20px;
              height: 20px;
              border: white 1px solid;
              border-radius: 10px;
              line-height: 18px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body {
              font-size: 14px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .nickname {
                font-size: 10px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper .comment-body .text {
                font-size: 14px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-comment-container .agp-selected-audience-comment-frame .agp-selected-audience-comment-frame-inner .comment-wrapper.own .comment-user {
              left: auto;
              right: -6.66667px; }
      .agp-container .agp-selected-audience-container .agp-selected-audience-list {
        bottom: 10px; }
        .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience {
          width: 30px;
          height: 30px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .initlial {
            font-size: 15px;
            line-height: 15px;
            width: 15px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-remove-btn {
            top: -3px;
            left: -3px; }
          .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon {
            width: 30px;
            height: 30px;
            border-radius: 15px; }
            .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial {
              font-size: 15px;
              line-height: 30px; }
              .agp-container .agp-selected-audience-container .agp-selected-audience-list .agp-selected-audience .agp-selected-audience-icon .initial else {
                font-size: 15px; }
    .agp-container .agp-video-ctrl-container {
      width: 340px;
      height: 80px;
      top: 201.88361px;
      left: 0px;
      margin: 0px 5px;
      padding-top: 5px; }
      .agp-container .agp-video-ctrl-container .agp-seekbar-container {
        width: 340px;
        height: 35px; }
        .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container {
          height: 33px; }
          .agp-container .agp-video-ctrl-container .agp-seekbar-container .agp-seekbar-main-container .agpan-slider-horizontal {
            height: 30px; }
    .agp-container .agp-audience-container {
      width: 145px;
      height: 271.88361px;
      top: 10px;
      left: 355px; }
      .agp-container .agp-audience-container .agp-audience-tabs {
        width: 145px;
        height: 40px; }
        .agp-container .agp-audience-container .agp-audience-tabs li {
          width: 45px;
          height: 40px;
          margin-right: 5px;
          border: solid 2px #aaa;
          border-bottom: 0px; }
          .agp-container .agp-audience-container .agp-audience-tabs li div.tab-image {
            width: 32.90323px;
            height: 20px; }
          .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search {
            margin-right: 0px;
            right: 0px;
            top: 0px; }
            .agp-container .agp-audience-container .agp-audience-tabs li.agp-audience-tab-search div.tab-image {
              background-image: url("/assets/player/img/comment_list_tab_search_off.png"); }
      .agp-container .agp-audience-container .agp-audience-area-wrapper {
        width: 145px;
        height: 231.88361px;
        top: 40px;
        border: solid 2px #aaa;
        border-top: 0px;
        overflow: hidden; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-bg-logo {
          width: 160px;
          height: 90px;
          margin-top: -25px;
          margin-left: -80px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area {
          width: 146px;
          height: 231.88361px; }
          .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner {
            width: 146px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.all {
              margin-top: 20px; }
            .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area .agp-audience-area-inner.search {
              margin-top: 50px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper .agp-audience-area-header {
          height: 20px;
          width: 140px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay, .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container {
          top: 20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-overlay .agp-audience-busy {
          width: 40px;
          height: 40px;
          margin-top: -20px;
          margin-left: -20px; }
        .agp-container .agp-audience-container .agp-audience-area-wrapper #agp-audience-dialog-container .agp-audience-dialog {
          height: 130px;
          margin-top: -65px; }
      .agp-container .agp-audience-container.letter .agp-audience-area {
        height: 231.88361px; }
        .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all {
          height: 231.88361px; }
          .agp-container .agp-audience-container.letter .agp-audience-area .agp-audience-area-inner.all .agp-audience {
            width: 80px;
            margin-left: -40px;
            left: 80px;
            top: 160.94181px; }
      .agp-container .agp-audience-container.list, .agp-container .agp-audience-container.search {
        padding-top: 60px; }
        .agp-container .agp-audience-container.list .agp-audience-area, .agp-container .agp-audience-container.search .agp-audience-area {
          width: 146px;
          height: 221.88361px; }
          .agp-container .agp-audience-container.list .agp-audience-area .agp-audience-area-inner .agp-audience, .agp-container .agp-audience-container.search .agp-audience-area .agp-audience-area-inner .agp-audience {
            width: 141px;
            height: 80px; }
      .agp-container .agp-audience-container.search .agp-audience-area-header {
        height: 50px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-form {
          width: 86px; }
        .agp-container .agp-audience-container.search .agp-audience-area-header .agp-audience-search-btn {
          width: 40px;
          height: 30px;
          line-height: 30px; }
      .agp-container .agp-audience-container.search #agp-audience-overlay, .agp-container .agp-audience-container.search #agp-audience-dialog-container {
        top: 50px; }
    .agp-container .agp-comment-editor-container {
      position: absolute;
      background: #ccc;
      width: 500px;
      height: 60px;
      top: 286.88361px;
      left: 5px; }
      .agp-container .agp-comment-editor-container .agp-comment-mode-btn {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 5px; }
      .agp-container .agp-comment-editor-container .kokoreco-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        margin: 5px;
        font-size: 10px;
        color: white;
        font-weight: bold;
        border-color: #999;
        background-color: #fff;
        padding: 3px 5px;
        background-image: url("/assets/kokoreco/img/kokoreco_logo.png");
        z-index: 100;
        background-size: 90% 90%;
        background-position: center;
        background-repeat: no-repeat;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
        .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status {
          position: absolute;
          height: 28px;
          width: 150px;
          top: -42px;
          left: 0px;
          border: solid 1px #CC3333;
          border-radius: 4px;
          background: white;
          display: none;
          z-index: 10; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-mark {
            float: left;
            width: 14px;
            height: 14px;
            background: #CC3333;
            border-radius: 7px;
            margin: 6px 4px;
            transition: all 300ms;
            -moz-transition: all 300ms;
            -webkit-transition: all 300ms;
            -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .kokoreco-btn .kokoreco-status .reco-time {
            float: left;
            color: black;
            width: 50px;
            line-height: 28px;
            font-size: 18px;
            vertical-align: middle;
            text-align: right;
            white-space: nowrap; }
        .agp-container .agp-comment-editor-container .kokoreco-btn img {
          position: relative;
          margin: auto;
          width: 100%;
          height: 100%;
          max-width: 100%;
          max-height: 100%; }
        .agp-container .agp-comment-editor-container .kokoreco-btn:hover {
          background-color: #ddd; }
        .agp-container .agp-comment-editor-container .kokoreco-btn.pressed .kokoreco-status {
          display: block; }
      .agp-container .agp-comment-editor-container .kokoreco-close-btn {
        position: absolute;
        width: 75px;
        height: 30px;
        top: -45px;
        left: 0px;
        display: none;
        margin: 5px;
        padding: 5px; }
      .agp-container .agp-comment-editor-container.text .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_sticker.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .agp-comment-mode-btn {
        background-image: url(/assets/player/img/comment_mode_btn_pen.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center; }
      .agp-container .agp-comment-editor-container.sticker .kokoreco-btn {
        display: none; }
      .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container {
        position: absolute;
        padding: 5px;
        padding-left: 0px;
        top: 0px;
        display: none;
        background: #ccc;
        left: 40px;
        width: 460px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper {
          position: relative;
          overflow: visible;
          border: 0px;
          border-radius: 0px;
          width: 455px;
          height: 50px; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 295px;
            border: 2px solid black;
            border-radius: 5px;
            background: white;
            height: 50px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn {
              position: absolute;
              top: 0px;
              cursor: pointer;
              display: none;
              width: 60px;
              height: 46px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn .agp-stickers-scroll-btn-image {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 14px;
                height: 14px;
                margin-top: -7px;
                margin-left: -7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left {
                left: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_l.png");
                background-size: 100% 100%;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.left:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_left_on.png");
                  background-size: 100% 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right {
                right: 0px;
                background-image: url("/assets/player/img/sticker_list_gradient_r.png");
                background-size: 100% 100%;
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_off.png");
                  background-size: 100% 100%; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers-scroll-btn.right:hover .agp-stickers-scroll-btn-image {
                  background: url("/assets/player/img/sticker_page_btn_right_on.png");
                  background-size: 100% 100%; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-left .agp-stickers-scroll-btn.left {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper.can-right .agp-stickers-scroll-btn.right {
              display: block; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers {
              left: 0px;
              top: 0px;
              width: 100%;
              height: 76px;
              white-space: nowrap;
              position: absolute;
              overflow: hidden; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner {
                position: absolute;
                overflow: hidden;
                height: 46px;
                left: 30px;
                top: 0px;
                width: auto;
                padding: 0px;
                margin: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner::-webkit-scrollbar {
                  display: none; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: 50px;
                  position: relative;
                  display: inline-block;
                  padding: 1px 2px;
                  cursor: pointer; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-image {
                    width: 44px;
                    height: 44px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-stickers .agp-stickers-inner .agp-sticker .agp-sticker-own {
                    position: absolute;
                    right: 0px;
                    bottom: 4px;
                    font-weight: bold;
                    font-size: 10px;
                    line-height: 12px;
                    color: white;
                    vertical-align: middle;
                    background: #f33;
                    padding: 1px 2px;
                    border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper {
              position: absolute;
              display: none;
              padding: 5px;
              width: 90px;
              height: 90px;
              top: -95px;
              left: 0px;
              margin-left: -45px;
              z-index: 120;
              background: white;
              border-radius: 5px;
              transform-origin: 45px 95px;
              -moz-transform-origin: 45px 95px;
              -webkit-transform-origin: 45px 95px;
              -ms-transform-origin: 45px 95px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-focus-sticker {
                width: 100%;
                height: 100%; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper .agp-sticker-click-cnt-wrapper {
                position: absolute;
                display: none;
                right: 3px;
                bottom: -8px;
                font-weight: bold;
                font-size: 12px;
                line-height: 14px;
                color: white;
                vertical-align: middle;
                background: #00DD00;
                padding: 1px 5px;
                border-radius: 7px; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-stickers-wrapper .agp-focus-sticker-wrapper.agp-growing .agp-sticker-click-cnt-wrapper {
                display: block; }
          .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper {
            position: absolute;
            border: 2px solid black;
            border-radius: 5px;
            right: 0px;
            top: 0px;
            width: 150px;
            background: #9B9B9B;
            height: 30px;
            overflow: hidden; }
            .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets {
              height: 50px;
              width: 100%;
              margin: 0px;
              padding: 0px;
              overflow-x: scroll;
              overflow-y: visible;
              white-space: nowrap; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets::-webkit-scrollbar {
                display: none; }
              .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner {
                height: 100%;
                width: 1000px;
                margin: 0px;
                padding: 0px; }
                .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set {
                  user-select: none;
                  -moz-user-select: none;
                  -webkit-user-select: none;
                  -ms-user-select: none;
                  width: auto;
                  height: 100%;
                  position: relative;
                  float: left;
                  display: inline-block;
                  list-style: none;
                  margin: 0px;
                  padding: 0px 5px;
                  border-right: 1px #333 solid;
                  cursor: pointer;
                  padding-top: 2px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-sticker-set-image {
                    margin: auto 0px;
                    width: 20px;
                    height: 20px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-support-sticker, .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: #f33;
                    color: white;
                    width: 10px;
                    height: 10px;
                    text-align: center;
                    font-size: 10px;
                    line-height: 12px;
                    vertical-align: middle;
                    position: absolute;
                    right: 0px;
                    top: 0px; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set .agp-priced-sticker {
                    background: orange; }
                  .agp-container .agp-comment-editor-container .agp-sticker-comment-editor-container .agp-stickers-ui-wrapper .agp-sticker-sets-wrapper .agp-sticker-sets .agp-sticker-sets-inner .agp-sticker-set.active {
                    background: #c9c9c9; }
      .agp-container .agp-comment-editor-container.sticker .agp-sticker-comment-editor-container {
        display: block; }
      .agp-container .agp-comment-editor-container .agp-text-comment-editor-container {
        position: absolute;
        padding: 5px;
        left: 35px;
        top: 0px;
        width: 465px;
        height: 60px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper {
          position: relative;
          border: black solid 2px;
          border-radius: 7px;
          width: 295px;
          height: 30px;
          background: #fff; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
            height: 26px;
            border: 0px;
            margin: 0px 40px 0px 10px;
            width: 245px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment:focus {
              outline: 0;
              border-color: none; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write {
            position: absolute;
            top: 0px;
            right: 5px;
            width: 30px;
            height: 26px;
            cursor: pointer; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .agp-comment-wrapper .comment-simple-write img {
              width: 30px;
              height: 14px;
              margin: 6px 0px; }
        .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right {
          position: absolute;
          right: 5px;
          top: 0px;
          width: 155px;
          height: 60px;
          padding: 5px;
          background: #ccc;
          transition: all 300ms;
          -moz-transition: all 300ms;
          -webkit-transition: all 300ms;
          -ms-transition: all 300ms; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share, .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-simple-write {
            background: #db4bb6;
            border-color: #ac378e;
            color: white;
            font-weight: bold; }
          .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share {
            position: relative; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon {
              position: relative;
              display: none;
              width: 20px;
              height: 20px;
              top: -0.1em;
              margin-left: 3px; }
              .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share .social-icon.facebook {
                background: white;
                border-radius: 3px; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.facebook .social-icon.facebook {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.twitter .social-icon.twitter {
              display: inline-block; }
            .agp-container .agp-comment-editor-container .agp-text-comment-editor-container .btn-wrapper-right .btn.comment-share.no-comment {
              opacity: 0.5; }
      .agp-container .agp-comment-editor-container .btn-wrapper-right.kokoreco {
        right: -320px; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-comment-mode-btn {
        opacity: 0.3;
        cursor: default; }
      .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper {
        border: #666 solid 1px;
        background: #ddd; }
        .agp-container .agp-comment-editor-container.is-comment-disabled .agp-text-comment-editor-container .agp-comment-wrapper .agp-comment {
          background: #ddd; }
    .agp-container #agp-focus-comment-overlay {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog {
        position: absolute;
        width: 280px;
        height: 400px;
        background: #FFEDB3;
        border: solid 2px black;
        top: 50%;
        left: 50%;
        margin-left: -140px;
        margin-top: -200px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close {
          display: block;
          position: absolute;
          top: 5px;
          right: 5px;
          width: 20px;
          height: 20px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .btn-close img {
            width: 20px;
            height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name {
          margin: 10px;
          margin-right: 25px;
          height: 20px;
          line-height: 20px;
          font-size: 15px;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon {
            width: 20px;
            height: 20px; }
            .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .name .user-icon .initial {
              width: 15px;
              height: 20px;
              font-size: 12px;
              line-height: 20px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .time {
          margin: 5px 10px;
          font-size: 12px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .comment {
          margin: 10px;
          margin-top: 0px;
          display: block;
          font-size: 15px;
          line-height: 17px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .sticker {
          display: none;
          position: absolute;
          width: 100px;
          height: 100px;
          top: 150px;
          left: 50%;
          margin-left: -50px;
          margin-top: -50px; }
        .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons {
          position: absolute;
          bottom: 0px;
          width: 100%;
          padding: 10px;
          padding-top: 0px; }
          .agp-container #agp-focus-comment-overlay .agp-focus-comment-dialog .buttons .btn {
            width: 100%;
            margin-top: 10px; }
      .agp-container #agp-focus-comment-overlay.sticker .comment {
        display: none; }
      .agp-container #agp-focus-comment-overlay.sticker .sticker {
        display: block; }
    .agp-container .agp-share-status {
      left: 5px;
      top: 286.88361px;
      width: 500px;
      height: 60px; }
      .agp-container .agp-share-status .agp-share-status-busy, .agp-container .agp-share-status .btn-close {
        width: 30px;
        height: 30px;
        margin-top: -15px; }
      .agp-container .agp-share-status .agp-share-status-progress {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-progress .agp-share-status-msg {
          position: absolute;
          color: white;
          top: 0px;
          left: 40px;
          height: 60px;
          line-height: 60px;
          vertical-align: middle; }
      .agp-container .agp-share-status .agp-share-status-result {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%; }
        .agp-container .agp-share-status .agp-share-status-result .btn-close:hover {
          opacity: 0.5; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-msg {
          width: 150px;
          left: 40px; }
        .agp-container .agp-share-status .agp-share-status-result .agp-share-status-result-url {
          width: 195px;
          left: 195px; }
        .agp-container .agp-share-status .agp-share-status-result .btn-copy {
          position: absolute;
          width: 100px;
          height: 30px; }
      .agp-container .agp-share-status.failure .agp-share-status-result-msg {
        width: 280px;
        font-size: 13px;
        line-height: 24px; }
    .agp-container .enter-submit {
      font-size: 12px; }
    .agp-container .agp-social-menu-container {
      position: absolute;
      width: 150px;
      height: 281.88361px;
      top: 5px;
      left: 505px;
      overflow: hidden;
      background: #999;
      z-index: 10;
      margin: 0px 5px;
      transition: all 300ms;
      -moz-transition: all 300ms;
      -webkit-transition: all 300ms;
      -ms-transition: all 300ms; }
    .agp-container .agp-overlay {
      position: absolute;
      width: 350px;
      height: 196.88361px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-overlay .agp-busy {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
        display: none; }
      .agp-container .agp-overlay .agp-play-btn, .agp-container .agp-overlay .agp-replay-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        display: none; }
    .agp-container .agp-stop-overlay {
      position: absolute;
      width: 350px;
      height: 196.88361px;
      top: 5px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 110;
      display: none; }
      .agp-container .agp-stop-overlay .btn-onemore {
        margin-top: 7px;
        margin-left: 10px; }
      .agp-container .agp-stop-overlay .agp-next-program-wrapper {
        position: absolute;
        top: 60px;
        bottom: 40px;
        left: 50px;
        width: 68%; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p {
          position: absolute;
          left: 0px;
          font-size: 12px;
          line-height: 16px;
          color: white;
          vertical-align: middle; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.next-label {
          top: -18px; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper p.title-label {
          bottom: -45px;
          height: 32px;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          overflow: hidden; }
        .agp-container .agp-stop-overlay .agp-next-program-wrapper a {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: block; }
          .agp-container .agp-stop-overlay .agp-next-program-wrapper a img {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            margin: auto;
            max-width: 100%;
            max-height: 100%; }

  .agp-container.kokoreco .agp-social-menu-container {
    left: 350px; }

  .agp-container .agp-video-ctrl-container .agp-video-ctrl-btns-container.normal .agp-video-ctrl-btns {
    margin-left: 30px; }

  .agp-social-menu-container .social-row .agp-sns-name {
    display: none; } }
#debug-log {
  margin-top: 10px;
  height: 200px;
  overflow-y: scroll;
  margin: 10px 30px;
  border: 1px solid #ccc;
  padding: 5px; }
  #debug-log li {
    list-style: none;
    margin-bottom: 5px; }
    #debug-log li span.tag {
      display: inline-block;
      padding: 0px 5px;
      background: #999;
      color: white;
      margin-right: 5px;
      border-radius: 3px; }
    #debug-log li.tag-player span.tag {
      background: #C99; }
    #debug-log li.tag-content span.tag {
      background: #99C; }
    #debug-log li.tag-comment span.tag {
      background: #CAC; }

/*# sourceMappingURL=main.css.map */
