@charset "euc-kr";


/* floating_quote */
.floating_quote{visibility: hidden; position: fixed; right: 90px; bottom: 0; z-index: 10; width: 110px; height: 100px; padding: 60px 0 20px; background-color: #393839; font-family: 'NanumGothic', Arial, sans-serif; font-weight: 600; font-size: 14px; color: #fff; text-align: center; box-sizing: border-box; opacity:0; transition:visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;}
.floating_quote:before{position: absolute; left: 50%; top: 20px; width: 45px; height: 36px; margin-left: -22px; background: url(/httpobject/ngmc_images/visual/quote_icon.png) 0 0 no-repeat; content: "";}
.floating_quote:hover{color: #fff;}
.floating_quote.active{visibility: visible; opacity: 1;}

