/*-------------------------------------------------------------------------------------*
 *  공통                                                                           *
 *-------------------------------------------------------------------------------------*/
.aside {background:#222222; position:fixed; width:100%; min-width:0px; top:0; left:0; bottom:0; box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); width:0px; overflow:hidden; transition:0.35s width ease, 0.35s min-width ease; z-index:2000; overflow-y:scroll;   -webkit-overflow-scrolling:touch;}
.aside.in {width: 100%; min-width:320px;}
.aside_wrap {float:left; width:100%; height:auto; -webkit-overflow-scrolling:touch;}

.aside_top_wrap {width:100%; height:80px; line-height:80px; padding:0 2% 0 2%;}
.aside_top_left {float:left;}
.aside_top_right {float:left; cursor:pointer; font-size:32px; color:#ffffff; padding:5px;}

.aside2 {background:#222222; position:fixed; width:100%; height:100%; min-width:320px; top:0; right:-100%; bottom:0; box-shadow:0 5px 15px rgba(0, 0, 0, 0.5); overflow:hidden; transition:0.35s all ease, 0.35s all ease; z-index:2000;   overflow-y:scroll; -webkit-overflow-scrolling:touch;}
.aside2.in {width:100%; max-width:280px; right:0;}

.aside2_box1_wrap {float:left; width:100%; padding:0 2% 0 2%;}
.aside2_box1 {float:left; width:100%;}

.aside2_box2_wrap {float:left; width:100%; padding:0 2% 0 2%;}
.aside2_box2 {float:left; width:100%; padding:0px 0 20px 0;}
.aside2_box2 td{text-align:center;}
.aside2_box2 td img{display:inline-block; width:100%; max-width:300px;}

.aside_top_right img{display:inline-block; width:100%; max-width:40px;}
/*-------------------------------------------------------------------------------------*
 *  m_my                                                                       *
 *-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*
 *  우측메뉴                                                                         *
 *-------------------------------------------------------------------------------------*/
