@charset "utf-8";

/* 상단 메뉴 */
.header_wrap{/*position:fixed;*/ position: absolute; top:0; left:0; height:60px; z-index: 100; }
.header_wrap .header_inner{display: flex; align-items: center; justify-content: space-between; height: 100%;}
.header_wrap .logo_con{margin-top: 3px; margin-right: 40px;}
.header_wrap .logo_con img{width: 33px; height: 20px;}

.header_wrap .left_box{display: flex; align-items: center; justify-content: space-between; font-size: 0;}
.header_wrap .right_box{display: flex; align-items: center; justify-content: space-between; font-size:0; margin-bottom: 2px;}
.header_wrap .right_box .menu_icon_box .menu_icon{transform: rotate(0deg);}
.header_wrap .right_box .member_menu_wrap{margin-top: 1px;}
.header_wrap .menu_wrap{position: relative; float:left; margin-bottom: 2px;}
.header_wrap .gnb_wrap{font-size: 0;}
.header_wrap .gnb_wrap > li{padding-right: 33px;}
.header_wrap .gnb_wrap > li:last-child{padding-right: 0;}

/* 좌측 메뉴 */
.right_gnb_wrap{display:none; position: absolute; width:100px; height:1060px; top:100px; right:0; z-index: 10;}
.right_gnb_wrap .top_box{display:block; text-align:center; width:100%; height:720px;}


@media all and (min-width:992px){

    .header_wrap .logo_con img{width: 40px; height: 25px;}

}

@media all and (min-width:1200px){
    .header_wrap{height: 100px; position: absolute;}
    .header_wrap .logo_con{margin-top: 0px;}
    .right_gnb_wrap{display: block;}
}