/* BASIC css start */
/* 우측고정메뉴 */
#fix_menu { position:fixed; top:0; right:0; z-index:9999; width: 120px; height: 100%; }

/** 메뉴버튼 **/
#btn_group { position: fixed; height: 52px; top: 15px; right: 20px; z-index: 999999; }
.fix_btn { display: block; position: absolute; top: 0; right: 0; z-index:1; height: 20px; padding: 15px; cursor: pointer; transition:background-color 0.2s ease; text-align: center; }
.fix_btn span { text-indent: -9999px; display: block; width: 20px; height: 20px; }
#btn_group .btn_open span { background: url('/design/emarue/onedesign/images/btn_rmenu.png') 100% center no-repeat; }
#btn_group .btn_close span { background: url('/design/emarue/onedesign/images/btn_rmenu.png') 100% center no-repeat; }

#side { width: 120px; height: 100%; }
#side #inner { position: relative; margin-top: 81px; width: 100%; height: 100%; background: #fff; border-left: 1px #ddd solid; }
#top_grad { position: absolute; width: 100%; height: 7px; top: 0px; left: 0px; background: url('/design/emarue/onedesign/images/header_grad.png') 0 0 repeat-x; }

#m_list { padding: 0 20px; text-align: center; }
#m_list li { width: 100%; height: 30px; line-height: 30px; }
#m_list li a { font-family: "Raleway","Nanum Gothic",sans-serif; font-weight: 500; font-size: 13px; color: #222; }
#user_m { width: 100%; height: auto; overflow: hidden; padding: 50px 0 80px; margin: 0 0 10px; background: url('/design/emarue/onedesign/images/side_cut.gif') center 310px no-repeat; }

#bottom_btn { width: 92px; height: auto; padding: 15px 0; text-align: center; position: fixed; bottom: 20px; right: 15px; }
#bottom_btn .inner { width: 100%; height: auto; overflow: hidden; }
#bottom_btn .inner a { display: block; padding: 10px; border-radius: 5px; border: 1px #b3b3b3 solid; color: #b3b3b3; margin-top: 5px; cursor: pointer; }
#bottom_btn .inner a:hover { color: #272727; border: 1px #272727 solid; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

#bottom_btn .inner a span { float: right; margin-right: 10px;display:inline-block; *display:inline; *zoom:1; font-family: "Montserrat","Nanum Gothic",sans-serif; font-size: 9px; font-weight: bold; }



/* BASIC css end */

