@charset "utf-8";


body {
    background: #000;
}

header {
    background: hsl(0 0% 0% / .6);
}

.item_title {
    color: #fff;
}

.item_info {
    color: #fff;
}

.item_option {
    background: #111;
    border-top: 1px solid #333;
}

.content_item {
    border: 1px solid #333;
}

.item_items .item_sort {
    color: #fff;
    background: #333;
}
.item_items .item_detail .item_info div:nth-child(1) {
    color: #fff;
}

.item_items .item_detail .item_count div:nth-child(2) {
    color: #fff;
}
.theme_wrap:hover {
    background: hsl(0 0% 16.1%);
}

.notice_wrap {
    color: #fff;
}