/* draggable menu */
.floating_icon {position: fixed; top: 250px; right: 50%; margin-right: -450px; text-align:center; width: 120px;}
#draggable {top:70px; left:80px; width: 100px; height: 100px; position: relative; background:transparent; }  /* 메뉴 위치 */
.menu_box {position: relative; top: 100px; left: 100px; width:100px; height:100px; border: none;} 		/*background-color: #BBDEFB; opacity:0.1;  */
.menu_box h3 {position:relative; top:5px; left: 8px;}



/* draggable menu 1 */
.floating_icon_1 {position: fixed; top: 400px; right: 50%; margin-right: -470px; text-align:center; width: 120px;} 	  /*  이동 아이콘  */
#draggable1 {top:  57px; left:  80px; position: absolute; width:  55px; height:  55px; background:transparent; background-color: #000;}
.menu_box1 {position: relative; top: 0px; left: 0px; width: 50px; height: 30px; border: none; }		/*background-color: #BBDEFB; opacity:0.1;  */
.menu_box1 h3 {position:relative; top:5px; left: 8px;}

/* draggable menu 2 */
.floating_icon_2 {position: fixed; top: 290px; left: -70px; margin-right: 50px; text-align:center; width: 120px;}
#draggable2 {top:  -80px; left:  95px; position: absolute; width:  100px; height:  55px; background:transparent; }		/* background-color: #fff; */
.menu_box2 {position: relative; top: 0px; left: 0px; width: 100px; height: 30px; border: none;  }		/* background-color: #fff; opacity:0.3; */
.menu_box2 h3 {position:relative; top:5px; left: 8px;}

/* draggable menu 3 */
#draggable3 {top:  122px; left:  302px; position: absolute; width:  800px; height:  55px; background:transparent; }		/* background-color: #fff; */
.menu_box3 {position: relative; top: 0px; left: 0px; width: 500px; height: 30px; border: none;  }		/* background-color: #fff; opacity:0.3; */

/* draggable menu m */
.floating_icon_m {position: fixed;right: 50%;top: 350px;margin-right: -450px;text-align:center;width: 120px;}
#draggable_m {position:absolute; width: 100px; height: 100px; padding: 0.5em; right: 0px; background:transparent; background-color: #BBDEFB;background-image: url( " " ); opacity:0.5;}	
.menu_box_m {position: relative; top: 100px; left: 100px; width:100px; height:100px; border: none;} 		/*background-color: #BBDEFB; opacity:0.1;  */
.menu_box_m h3 {position:relative; top:5px; left: 8px;}