.sort_table .fil_ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sort_table .fil_ul li {
    font-size: 12px;
    padding: 5px 5px;
    border: 2px solid #ebebeb;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    color: #7c7b7b;
    text-align: center;
    box-sizing: border-box;
}

.sort_table .fil_ul li[data-target="elem"] {
    width: calc(100% / 5 - 4px);
    padding: 2px 0px;
}
.sort_table .fil_ul li[data-target="type"] {
    width: calc(100% / 3 - 4px);
    padding: 5px 0px;
}
.sort_table .fil_ul li[data-target="action"] {
    width: calc(100% / 3 - 4px);
    padding: 5px 0px;
}
.sort_table .fil_ul li[data-target="home"] {
    width: calc(100% / 5 - 4px);
    padding: 5px 0px;
}
.sort_table .fil_ul li[data-target="foam_cat"] {
    width: calc(100% / 3 - 4px);
    padding: 5px 0px;
    border-radius: 20px;
    background: #eef3f8;
    border: 2px solid #c5d4e0;
    color: #5a7a94;
}
.sort_table .fil_ul li[data-target="foam_cat"][data-checked="1"] {
    border: 2px solid #3873bd;
    color: #fff;
    background: linear-gradient(135deg, #3873bd, #3e8cdd);
}
.sort_table .fil_ul li[data-target="foam"] {
    width: calc(100% / 5 - 4px);
    padding: 5px 0px;
}

.sort_table .fil_ul[data-target="foam"] {
    margin-top: 6px;
}

.sort_table .fil_ul li[data-checked="1"] {
    border: 2px solid #f37a62;
    color: #fff;
    background: linear-gradient(135deg, #f97a69, #fb8641);
}
.sort_table .fil_ul li[data-checked="0"] img {
    opacity: 0.6;
    filter: grayscale(0.8);
}

.sort_table input[type='radio'].sort_radio_box {
    display: none;
}
.sort_table th div label {
    display: inline-flex;
    border-radius: 20px;
    border: 2px solid #dcdcdc;
    background-color: #fafafa;
    padding: 2px 4px;
    font-size: 10px;
    width: 70px;
    justify-content: center;
    cursor: pointer;
}
.sort_table th div input:checked + label {
    background-color: #fff !important;
    border: 2px solid #FE3600 !important;
}

.sort_table .fil_ul li[data-disp="0"] {
    display: none;
}
.sort_table .fil_ul li img {
    display: block;
    margin: 0 auto;
}

.sort_table .filter_input {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 13px;
}

.post-content table.result_table tbody[data-disp="0"] {
    display: none;
}

.sort_table_ad .sort_ad_fil_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sort_table_ad .sort_ad_fil_ul li {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 2px;
    cursor: pointer;
    color: #7c7b7b;
}
.sort_table_ad .sort_ad_fil_ul li:hover {
    border-color: #ccc;
    color: #333;
}
.sort_table_ad .sort_ad_fil_ul li.sort_active {
    color: #f37a62;
    font-weight: bold;
}

.sort_radio2_wrapper {
    text-align: left;
    margin: 8px 0 10px;
}
.sort_radio2_wrapper .sort_radio2_item {
    margin: 2px 0;
}
.sort_radio2_wrapper .sort_radio2_item label {
    font-weight: bold;
    color: #767676;
    font-size: 13px;
    cursor: pointer;
}
.sort_radio2_wrapper .sort_radio2_item input:checked + label {
    color: #0164da;
}
.aniimo_got_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 10px;
}
.aniimo_got_item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #7c7b7b;
    padding: 4px 8px;
    border: 2px solid #ebebeb;
    border-radius: 2px;
    cursor: pointer;
    box-sizing: border-box;
}
.aniimo_got_item[data-checked="1"] {
    border: 2px solid #f37a62;
    color: #fff;
    background: linear-gradient(135deg, #f97a69, #fb8641);
}
.aniimo_got_wrap .aniimo_th_icon {
    margin-left: 0;
    cursor: default;
    pointer-events: none;
}
.aniimo_got_wrap .aniimo_th_icon img {
    width: 22px;
    height: 22px;
}

.post-content table.aniimo_list_table {
    border-collapse: collapse;
    margin-top: 15px;
}
.post-content table.aniimo_list_table th,
.post-content table.aniimo_list_table td {
    border: 1px solid #d8d8d8;
    vertical-align: top;
}
.post-content table.aniimo_list_table th {
    background: #c5e4f7;
    color: #2a7cd5;
    padding: 6px 8px;
    text-align: left;
}
.post-content table.aniimo_list_table th a {
    color: #2a7cd5;
}
.post-content table.aniimo_list_table td {
    padding: 8px;
    background: #fff;
}

.aniimo_th_inner {
    display: flex;
    align-items: center;
    gap: 6px;
}
.aniimo_no {
    display: inline-block;
    background: linear-gradient(to right, #494949, #2a2a2a);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 20px;
    flex-shrink: 0;
}
.aniimo_name {
    flex: 1;
    min-width: 0;
    font-weight: bold;
}
.aniimo_th_icon {
    position: relative;
    flex-shrink: 0;
    line-height: 0;
    margin-left: auto;
    cursor: pointer;
    user-select: none;
}
.aniimo_th_icon img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    opacity: 0.5;
    filter: grayscale(1);
    pointer-events: none;
}
.aniimo_th_icon.is_on img {
    opacity: 1;
    filter: none;
}
.aniimo_th_icon::after {
    content: "✓";
    position: absolute;
    top: -4px;
    right: -4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c8c8c8;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 0 1px #fff;
}
.aniimo_th_icon.is_on::after {
    background: #3cb371;
}

.aniimo_left {
    text-align: center;
}
.aniimo_icon img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: auto;
}

.aniimo_elem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px dotted #c8c8c8;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}
.aniimo_elem_item {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.aniimo_elem_item img {
    width: 22px;
    height: 22px;
    margin: 0;
}
.aniimo_elem_sep {
    color: #c0c0c0;
    margin: 0 4px;
    font-weight: normal;
}

.aniimo_action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 2px 0 8px;
    border-bottom: 1px dotted #c8c8c8;
}
.aniimo_action_item {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}
.aniimo_action_item img {
    width: 22px;
    height: 22px;
    margin: 0;
}
.aniimo_action_item.is_off img {
    opacity: 0.35;
    filter: grayscale(1);
}
.aniimo_action_item.is_off {
    color: #9a9a9a;
}

.aniimo_info {
    min-height: 48px;
    padding: 8px 0;
    border-bottom: 1px dotted #c8c8c8;
    font-size: 12px;
    text-align: left;
}

.aniimo_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    width: 100%;
}
.aniimo_sum {
    font-size: 12px;
    font-weight: bold;
    color: #808080;
}
.aniimo_evo_link {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: auto;
    flex-shrink: 0;
    color: #2a7cd5;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: none;
}
.aniimo_evo_link img {
    width: 40px;
    height: 40px;
    margin: 0;
    cursor: pointer;
}
.aniimo_evo_link.is_off {
    cursor: default;
    pointer-events: none;
}
.aniimo_evo_link.is_off img {
    opacity: 0.35;
    filter: grayscale(1);
    cursor: default;
}

.tippy_content {
    display: none;
}
.post-content .aniimo_evo_link.pop_up_tippy {
    border-bottom: none;
}
.post-content .pop_up_tippy {
    cursor: pointer;
}
.post-content .tippy-box {
    border: 2px solid #222;
}
.post-content .tippy-box .tippy-content {
    border: none!important;
    color: #ffffff!important;
    background: linear-gradient(130deg, #2d2c2c, #222) !important;
}
.post-content .tippy_title {
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-weight: bold;
}
.post-content .tippy_detail {
    font-size: 13px;
    color: #fff;
    text-align: left;
}
.post-content .tippy_detail .evo_item {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 3px 0;
}
.post-content .tippy_detail .evo_item img {
    width: 25px;
    height: 25px;
    margin: 0;
}
.post-content .tippy-box hr.evo_sec_hr {
    border: none;
    border-top: 1px dashed #fff;
    margin: 8px 0;
}
.post-content .tippy-box hr.evo_path_hr {
    border: none;
    border-top: 1px solid #fff;
    margin: 10px 0;
}
.post-content .tippy-box .tippy-arrow {
    color: #222;
}
.post-content .pop_up_tippy:after {
    content: "";
}

@media (max-width: 418px) {
    .aniimo_sum {
        font-size: 11px;
    }
}