html,body{font-family: 'KBFGText_M';}
body{margin: 0 auto;     background: #eaeaea;}


.slider-pro {
    font-family: 'Open Sans', Arial;
}


/* Example 3 */

#example3 .sp-selected-thumbnail {
	border: 4px solid #000;
}


.wrap{
      text-align: center;
      display: inline-block;
}
.logo_wrap{
  text-align: left;
  padding:5px 10px 0 ;
  padding-bottom:0;
  width: calc(100% - 20px);
  max-width: 1300px;
  /* min-width: 1400px; */
  margin: 0 auto;

}

.player_wraps{
  width:calc(100% - 20px);
  display: inline-block;
  max-width: 1300px;
  min-width: 1300px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}
.player_wraps>li{
	display: inline-block;
	float: left;
  width: 68%;
}
.player_wraps>li:last-child{
  width: 31.5%;
  margin-left: 0.5%;
}

.info_wrap{
  width: calc(100% - 20px);
  overflow-y: scroll;
  /* height: 332px; 영상비율16대9*/
  height:405px;
  padding: 10px;
   display: inline-block;
   background: #fff;
   margin-top: 0.5%;
   text-align: left;
 }
 .info_wrap>h3{margin: 0}
.info_wrap>p{
  font-size: 0.85rem;
  line-height: 1.6;
}
video{
  width: 100%;
  background: #000;
}
/* .VideoLayer>iframe{width:100%; height:100%;} */

/* @media (max-height: 580px) and (orientation: landscape){
  .wrap{ */
    /* max-width: 960px; */
  /* }
  .player_wraps{
    max-width: none;
    min-width: none;
  }
  .player_wraps>li{max-height:370px;}
  .jw-flag-small-player .jw-display{
    padding-top:0 !important;
  }
  .logo_wrap{
  display: none;
  }
} */
/*모바일 세로*/

/*600px 이상*/
/* @media (min-width: 600px) and (orientation: portrait){
  .logo_wrap,.player_wraps{
    max-width: none;
    min-width: inherit;
  }
  .player_wraps>li,
  .player_wraps>li:last-child{
    float:none;
    width: 100%;
  }
  .info_wrap>p{
        font-size: 1.3rem;
        height:277px;
  }
} */
