/* BASIC css start */
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    font: 0.75em 'Lato','Noto Sans KR','µ¸¿ò',Verdana,Dotum,AppleGothic,sans-serif;
    font-family: 'Lato','Noto Sans KR',Nanum Gothic,Verdana,Dotum,AppleGothic,sans-serif,xeicon !important;
    color: #333 !important;
    text-align: center;
    line-height: initial;
    font-size: 18px;
    list-style: none;
    margin: 0;
    background: #ede9de;
    padding: 40px 0;

#dayevent .coupon_box .coupon_img img.coupon {
    position: relative;
    width: 320px;
    top: -40px;
    animation: coupon_down 2s infinite;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: coupon_down;
}
#dayevent .coupon_box img {
    max-width: 100%;
}
#dayevent .coupon_box .coupon_img .coupon_shadow img {
    width: 100%;
    vertical-align: top;
}
#dayevent .coupon_box img {
    max-width: 100%;
}

#dayevent .coupon_box .coupon_img .coupon_shadow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-top: 6px solid #b64771;
    border-right: 6px solid #b64771;
    border-left: 6px solid #b64771;
    overflow: hidden;
    border-radius: 70px;
}

body {
background-color: #f2eee5n;
}
/* BASIC css end */

