#arcane_bg {
    margin-left: 232px;
    position: absolute;
    display: none;
    z-index: 1;
}

#arcane_bg_top {
    background-image: url('../../img/avatar/arcane_win/top.png');
    background-repeat: no-repeat;
    width: 189px;
    height: 135px;
    overflow: hidden;
}

#arcane_bg_tooltip {
    background-image: url('../../img/avatar/arcane_win/tooltip.png');
    background-repeat: no-repeat;
    width: 176px;
    height: 109px;
    margin-left: 4px;
    margin-top: 16px;
    overflow: hidden;
}

#arc_txt {
    background-image: url('../../img/avatar/arcane_win/arc.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 19px;
    margin-left: 39px;
    margin-top: 39px;
    float: left;
}

#stat_txt {
    background-image: url('../../img/avatar/arcane_win/int.png');
    background-repeat: no-repeat;
    width: 33px;
    height: 18px;
    float: left;
    clear: both;
    margin-left: 39px;
}

#arc_num {
    margin-top: 39px;
    float: right;
}

#stat_num {
    float: right;
}

.plus {
    background-image: url('../../img/avatar/arcane_win/plus.png');
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    float: left;
}

#arc_num_1, #arc_num_2, #arc_num_3, #arc_num_4 {
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-left: -7px;
    float: left;
}

#arc_num_1 {
    background-image: url('../../img/avatar/arcane_win/1.png');
}

#arc_num_2 {
    background-image: url('../../img/avatar/arcane_win/0.png');
}

#arc_num_3 {
    background-image: url('../../img/avatar/arcane_win/2.png');
}

#arc_num_4 {
    background-image: url('../../img/avatar/arcane_win/0.png');
    margin-right: 15px;
}

#stat_num_1, #stat_num_2, #stat_num_3, #stat_num_4, #stat_num_5 {
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-left: -7px;
    float: left;
}

#stat_num_1 {
    background-image: url('../../img/avatar/arcane_win/1.png');
}

#stat_num_2 {
    background-image: url('../../img/avatar/arcane_win/0.png');
}

#stat_num_3 {
    background-image: url('../../img/avatar/arcane_win/2.png');
}

#stat_num_4 {
    background-image: url('../../img/avatar/arcane_win/0.png');
}

#stat_num_5 {
    background-image: url('../../img/avatar/arcane_win/0.png');
    margin-right: 15px;
}

#arcane_bg_middle {
    background-image: url('../../img/avatar/arcane_win/middle.png');
    width: 189px;
    height: 175px;
}

.arcane_symbol {
    background-image: url('../../img/avatar/arcane_win/box.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 84px;
    float: left;
    margin-left: 3px;
}

#arcane_symbol_4 {
    clear: both;
}

#arcane_symbol_1, #arcane_symbol_4 {
    margin-left: 20px;
}

#arcane_symbol_1, #arcane_symbol_2, #arcane_symbol_3 {
    margin-top: -1px;
}

#arcane_symbol_4, #arcane_symbol_5, #arcane_symbol_6 {
    margin-top: 7px;
}

.symbol_img {
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    margin-left: 7px;
    margin-top: 5px;
}

.symbol_edit_btn {
    background-image: url('../../img/avatar/arcane_win/edit_btn.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 16px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
}

.symbol_edit_btn:not(.no-hover):hover {
    background-image: url('../../img/avatar/arcane_win/edit_btn_over.png');
}

.symbol_edit_btn:not(.no-active):active {
    background-image: url('../../img/avatar/arcane_win/edit_btn_click.png');
}

.symbol_level {
    margin-left: 5px;
    margin-top: 10px;
}

.symbol_level div {
    float: left;
}

.symbol_level_txt {
    background-image: url('../../img/avatar/arcane_win/lv.png');
    background-repeat: no-repeat;
    width: 17px;
    height: 10px;
}

.symbol_level_num_1 {
    background-image: url('../../img/avatar/arcane_win/lv_1.png');
    background-repeat: no-repeat;
    width: 5px;
    height: 10px;
    margin-left: 6px;
}

.symbol_level_num_2 {
    background-image: url('../../img/avatar/arcane_win/lv_5.png');
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    margin-left: 2px;
}

#arcane_bg_bottom {
    background-image: url('../../img/avatar/arcane_win/bottom.png');
    background-repeat: no-repeat;
    width: 189px;
    height: 20px;
}