@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: 9999;
    width: 90%;
    left: 5%;
    box-sizing: border-box;
  }

  #divpop1 {
    display: inline-block;
    animation: pop_scale 0.5s forwards;
    animation-delay: 1.0s;
    transform: scale(1.0);
    opacity: 0;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
    font-size: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  #divpop2 {
    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-right: 15px;
    margin-bottom: 15px;
  }

  #divpop3 {
    display: inline-block;
    animation: pop_scale 0.5s forwards;
    animation-delay: 2.0s;
    transform: scale(1.0);
    opacity: 0;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
    font-size: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  #divpop4 {
    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-right: 15px;
    margin-bottom: 15px;
  }

  #divpop5 {
    display: inline-block;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
    font-size: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  #divpop6 {
    display: inline-block;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
    font-size: 0;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  [id^="divpop"] {
    
  }

 
}

/*Å×ºí¸´ ÆË¾÷Ã¢*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #divpop_box .bottom {
    text-align: center;
    font-size: 14px;
    background: #393939;
  }

  #divpop_box .bottom form {
    height: 30px;
    line-height: 30px;
    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: 100px;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
  }


[id^="divpop"]:not(#divpop_box) {
 display: inline-block;
    width: 300px;
    box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.4);
    font-size: 0;
    margin:0 20px;
    margin-bottom: 20px;
}


  
}

/*¸ð¹ÙÀÏ ÆË¾÷Ã¢*/
@media (max-width:767px) {
  #divpop_box .bottom {
    text-align: center;
    font-size: 14px;
    background: #393939;
  }

  #divpop_box .bottom form {
    height: 30px;
    line-height: 30px;
    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: 50px;
    max-width: 100%;
	z-index:9999;
  }

  [id^="divpop"] img{
    width: 100%;
	vertical-align:top;
  }

  #divpop1 {
    position: absolute;
    z-index:100;
  }



[id^="divpop"]:not(#divpop_box) {
	position: absolute;
    width: 80%;
    left: 10%;
    top: 0px;
    z-index: 99;
}
 


}
