

.top_right_box a i, .top_right_box span i {color: #ffffff;}


.gnb_box{
    border-top-color: #fcb624;
    border-bottom-color: #fcb624;
}


.gnb_menu_box a:hover, .gnb_menu_box span:hover {
    color: #fcb624;
    text-shadow: 0 1px 3px #000000;
}


.btn_top_login {

border: 0;

background: radial-gradient(50% 50% at 50% 0%, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #221600 0%, #4D3500 25%, #987500 50%, #4D3500 75%, #221600 100%);

box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 3px rgba(0, 0, 0, .9);

transition: all .35s ease;
}


.btn_top_join {
    border: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    color:#eee;
    background: radial-gradient(50% 50% at 50% 0%, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #000 0%, #363636 25%, #4D4D4D 50%, #363636 75%, #000 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 2px 6px rgba(0, 0, 0, .6);
}


.mb_box {
    /*border:2px solid #fcb624;*/
}



/*.snb_left ul li a.btn_gray{
    background: linear-gradient(180deg, #fcb624, #b48c43);
}*/


.main_bbs_ttl{
    /* background: linear-gradient(180deg, #263148, #263148); */
}

.notice_area .main_bbs_ttl{
    /* background: url(/static/img/category_bg-notice.png?=6); */
    height: 47px;
}

.event_area .main_bbs_ttl{
    /* background: url(/static/img/category_bg-event.png?=6); */
    height: 47px;
}