@keyframes pop_scale {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1.0);
    opacity: 1;
  }
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: inherit;
  left: inherit;
  width: auto;
}

@media (min-width: 1200px) {
  #divpop_box .bottom {
    text-align: center;
    font-size: 16px;
    background: #393939;
  }

  #divpop_box .bottom form {
    height: 40px;
    line-height: 40px;
    color: #fff;
  }

  #divpop_box .bottom form a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
  }

  #divpop_box .bottom form a:hover {
    color: #ffee00;
  }

  #divpop_box {
    position: absolute;
    text-align: center;
    top: 150px;
    z-index: 99;
    width: 90%;
    left: 5%;
    box-sizing: border-box;
  }

 

  [id^="divpop"]:not(#divpop_box)  {
	display: inline-block;
    animation: pop_scale 0.5s forwards;
    animation-delay: 1.5s;
    transform: scale(1.0);
    opacity: 0;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
    font-size: 0;
    margin:15px;
  }

}
/*¸ð¹ÙÀÏ ÆË¾÷Ã¢*/
@media (max-width:1199px) {
  #divpop_box .bottom {
    text-align: center;
    font-size: 14px;
    background: #393939;
  }

  #divpop_box .bottom form {
    height: 40px;
    line-height: 40px;
    color: #fff;
  }

  #divpop_box .bottom form a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
  }

  #divpop_box .bottom form a:hover {
    color: #ffee00;
  }

  #divpop_box {
    position: absolute;
    width: 100%;
    top: 110px;
    max-width: 100%;
  }

  [id^="divpop"] img{
    width: 100%;
  }




  [id^="divpop"]:not(#divpop_box)  {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 0px;
    z-index: 90;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.2);
    font-size: 0;
  }

  [id^="divpop1"]:not(#divpop_box)  {
    z-index: 99;
  }



 
}
