/* BASIC css start */
#top-ba {position: fixed; top: 0; left: 0; width: 100%; text-align: center; z-index: 999999; background:white;}
#top-ba p {display: block;width: 100%; height: 30px;line-height: 30px; color:black;             animation: marquee 15s linear infinite; white-space : nowrap;}
    
body.top-bas #header-top {top: 30px;}
body.top-bas #header-tab,
body.top-bas #header-search,
#product-detail .pop-pop{    top: 30px;}
body.top-bas #content-n {margin:114px 0 0}
body.top-bas #product-detail {padding:74px 0 0;}
body.top-bas #archive-detail,
body.top-bas #archive-list{margin:74px 0 0}

        @keyframes marquee {
            from {
                transform: translateX(100%);
            }
            to {
                transform: translateX(-100%);
            }
        }
/* BASIC css end */

