/* BASIC css start */
#contents {
   display:block;
   width:100%;
}

#contents img{
    width: 100%
}

.ani_wrap{
  position: relative;
  width:100%;
  overflow:hidden;
}

.ani_wrap .position{
    position: absolute;;
    
}

.fade-wrap {
    opacity: 0;
    transform: translateY(0px); /* 40px ¾Æ·¡¿¡¼­ ´ë±â */
    transition: all 0.8s ease-out; /* 0.8ÃÊ µ¿¾È ¿òÁ÷ÀÓ */
}


.polo-fade {
    opacity: 0;
}

/* 3¹ø ÀÌ¹ÌÁö (¸Ç ¹ØÀå) : 0.08ÃÊ µÚ¿¡ °ÅÀÇ ¹Ù·Î Å¹! ³ª¿È */
@keyframes step3 {
    0%, 1% { opacity: 0; }
    2%, 85% { opacity: 1; }
    85.1%, 100% { opacity: 0; } /* 85%°¡ ³¡³ª´Â ¼ø°£ 3Àå µ¿½Ã Áï½Ã Áõ¹ß! */
}

/* 2¹ø ÀÌ¹ÌÁö (Áß°£Àå) : ¾à 1ÃÊ µÚ¿¡ Åö! */
@keyframes step2 {
    0%, 24% { opacity: 0; }
    25%, 85% { opacity: 1; }
    85.1%, 100% { opacity: 0; } /* 3Àå µ¿½Ã Áõ¹ß */
}

/* 1¹ø ÀÌ¹ÌÁö (¸Ç À­Àå) : ¾à 2ÃÊ µÚ¿¡ Åö! */
@keyframes step1 {
    0%, 49% { opacity: 0; }
    50%, 85% { opacity: 1; }
    85.1%, 100% { opacity: 0; } /* 3Àå µ¿½Ã Áõ¹ß */
}

/* ------------------------------------------------
   ½ºÅ©¸³Æ®°¡ ÀÛµ¿ÇÏ¸é °¢ÀÚÀÇ ´ëº»´ë·Î 4ÃÊ ¹«ÇÑ·çÇÁ ½ÃÀÛ
------------------------------------------------ */
.polo-fade.polo-show.polo-delay-03 { animation: step3 4s infinite; }
.polo-fade.polo-show.polo-delay-02 { animation: step2 4s infinite; }
.polo-fade.polo-show.polo-delay-01 { animation: step1 4s infinite; }



.fade-wrap {
    transition: 1.3s;
    opacity: 0;
    position: relative;
    bottom: -50px;
}

.fade-wrap.fade-in {
    opacity: 1;
    bottom: 0;
}


.swiper-container {
    padding-bottom: 0 !important;
    margin-bottom: -1px !important;
}

.swiper-wrapper {
    margin-left: -31px !important;
}

.swiper-pagination{
    left: 41% !important;
}

.swiper-pagination-bullet{
    width: 10px !important;
}

.swiper-pagination-bullet-active {
    width:15px !important;
}





/* BASIC css end */

