/* BASIC css start */
#float_banner {
    position: fixed;
    z-index: 990;
    bottom:2rem;
    left:2rem;
}
#float_banner button {
    background-color: transparent;
    outline: 0;
}
#float_banner .open {
    position: absolute;
    bottom:0;
    left:0;
    z-index:991
}
#float_banner .fb_wrap {
    width:592px;
    height:543px;
    position: absolute;
    bottom:0;
    left:0;
    z-index:992;
    overflow: hidden;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
#float_banner .fb_wrap .close {
    position: absolute;
    right:0.5rem;
    top:0.5rem;
    z-index: 993;
}
#float_banner_slide {
    width:520px;
    height:546px;
    left:7em;
    position:relative;
    z-index: 992;
}
#float_banner_slide .slick-dots {
    bottom:1rem;
    right:1rem;
    transform: unset;
    transform: none;
    left:auto;
}
#float_banner_slide .slick-dots button {
    width:16px;
    height:16px;
    margin:5px;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
}
#float_banner_slide .slick-dots .slick-active button {
    background-color: #e6e6e6;
}

#float_banner.closed .fb_wrap {
    width:0;
    height:0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
#MAKESHOPLY0 {
    position:relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important;
}

#float_banner .navertalk {
    width:90px;
    position: absolute;
    bottom: 110px;
    left: 8px;
}
#float_banner .navertalk img {
    display: block;
    width:100%;
}
/* BASIC css end */

