/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 /*
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
*/
.owl-theme
{
  position:relative;
}
.owl-theme .owl-nav
{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:0px;
  top:50%;
}
  .owl-theme .owl-nav div
  {
    position:absolute;
    height:38px;
    width:25px;
    top:-19px;
  }
  .owl-theme .owl-nav .owl-prev
  {
    left:0px;
    transform:rotate(180deg);
    background-position:0px -175px;
    background-image:url('https://joyparty.co.kr/data/skin/front/novice_simple_patch/css/img/main/sprite-icon.png');
    background-repeat:no-repeat;
    background-size:400px 300px; 
    margin-left:5px;
  }
  .owl-theme .owl-nav .owl-next
  {
    right:0px;
    background-position:0px -175px;
    background-image:url('https://joyparty.co.kr/data/skin/front/novice_simple_patch/css/img/main/sprite-icon.png');
    background-repeat:no-repeat;
    background-size:400px 300px; 
    margin-right:5px;
  }
  
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}

.owl-theme .owl-dots {
  position:relative;
  top:-25px;
  padding-right:100px;
  text-align:right;
  -webkit-tap-highlight-color: transparent; 
}
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
  }
    .owl-theme .owl-dots .owl-dot span {
      width: 19px;
      height: 3px;
      margin: 5px 3px;
      background: #CCC;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      /*border-radius: 30px; */
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #F53B40; 
    }