/* gnb 양쪽 버튼 */ #header .gnb_left{display:inline-block; margin:0 0 0 48px; font-size:0; vertical-align:top;} #header .gnb_left a{display:inline-block; width:49px; height:50px; background:url('../../img/common/btn/btn_arrow_left_over.png') no-repeat center;} #header .gnb_left a.active{background:url('../../img/common/btn/btn_arrow_left.png') no-repeat center;} #header .gnb_menu_box{display:inline-block; vertical-align:top;} #header .gnb_right{position:absolute; top:0px; right:0px;} #header .gnb_right a{display:inline-block; width:49px; height:49px; text-indent:-9999em; background:url('../../img/common/btn/btn_arrow_right_over.png') no-repeat center;} #header .gnb_right a.active{background:url('../../img/common/btn/btn_arrow_right.png') no-repeat center;} 수정본 양쪽버튼 없애기 /* gnb 양쪽 버튼 */ #header .gnb_left{display:inline-block; margin:0 0 0 48px; font-size:0; vertical-align:top;} #header .gnb_menu_box{display:inline-block; vertical-align:top;} #header .gnb_right{position:absolute; top:0px; right:0px;}