@charset "utf-8";

body::-webkit-scrollbar {display:none}
body {-ms-overflow-style:none}
/*body::-webkit-scrollbar {width:.375rem; background:transparent}*/
/*body::-webkit-scrollbar-thumb {border:.0625rem solid #000; background:#202020; border-radius:2.25rem; box-shadow:.125rem .125rem .1875rem rgba(0,0,0,1)}*/
/*body::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display:block; height:0; background:transparent}*/

/*스크롤 위아래 버튼*/
.scroll-btn {position:fixed; right:1.25rem; bottom:100px; z-index:10}
.scroll-btn a.up-btn:after {content:"\e932"; display:inline-block; font-family:"xeicon"; font-size:3.125rem; line-height:3.125rem; color:rgba(0,0,0,.5); border-radius:50%; background:rgba(255,255,255,.6)}
.scroll-btn a.down-btn:after {content:"\e938"; display:block; margin-top:.25rem; font-family:"xeicon"; font-size:3.125rem; line-height:3.125rem; color:rgba(0,0,0,.8); border-radius:50%; background:rgba(255,255,255,.8)}