.plumin-bbs {
    background: #eeeeee;
    padding: 10px 10px 1px 10px;
    border-radius: 5px;
}

.plumin-bb {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    position: relative;
    font-size: 14px;
    background: #ffffff;
    border-radius: 5px;
    padding: 0 10px 0 30px;
    line-height: 30px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.plumin-bb::before {
    position: absolute;
    font-size: 10px;
    top: 0;
    left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: block;
}

.plumin-bb.plumin-bb--plus::before {
    content: '\f055';
    color: #00a551;
}

.plumin-bb.plumin-bb--minus::before {
    content: '\f056';
    color: #e03a3a;
}

.plumin-bb.plumin-bb--arrow {
    padding-left: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
}

.plumin-tbl.lsfw-tbl tr td:nth-child(2) {
    font-size: 17px;
}

.plumin-tbl.lsfw-tbl tr td:nth-child(2) br {
    display: none;
}

.plumin-tbl.lsfw-tbl tr td:first-of-type {
    font-size: 14px;
}

.service-evaluation {
    background: #eeeeee;
    margin-bottom: 5px;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.service-evaluation .service-evaluation__bubble {
    background: #ffffff;
    text-align: center;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}

.service-evaluation .service-evaluation__ul .service-evaluation__count {
    font-size: 10px;
    float: right;
}

.service-evaluation .service-evaluation__col .service-evaluation__bubble {
    width: 81px;
    font-size: 25px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}

.service-evaluation .service-evaluation__ul .service-evaluation__sm:hover .fa-question-circle {
    position: static;
}

.service-evaluation .service-evaluation__ul .service-evaluation__sm:hover .hint {
    left: 80px;
    bottom: 40px;
    display: block;
    max-width: 100%;
}

.service-evaluation .service-evaluation__ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-evaluation .service-evaluation__ul {
    margin-top: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 10px;
    padding-top: 15px;
    border-top: 1px solid #ffffff;
}

.service-evaluation .service-evaluation__ul li .fa-question-circle {
    color: #999999;
    margin-left: 10px;
    opacity: 0;
}

.service-evaluation .service-evaluation__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-evaluation .ml-auto {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 23px;
}

.service-evaluation .bth__btn {
    margin-left: 20px;
    vertical-align: middle;
}


.service-evaluation .service-evaluation__ul .service-evaluation__sm {
    width: calc(100% - 95px);
    padding-left: 15px;
}

.service-evaluation .service-evaluation__ul .service-evaluation__bubble {
    width: 80px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding: 0 10px;
    margin: 0;
}

.recommend-tbl.lsfw-tbl tr td .lsfw-tbl__bb.fas {
    margin-left: auto;
}

.recommend-tbl.lsfw-tbl tr td .lsfw-tbl__flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.last-plumin {
    background: #eeeeee;
    padding: 10px;
    display: block;
    position: relative;
    color: #475669;
    border-radius: 5px;
}

.last-plumin:hover {
    background: #e5e3e3;
}

.last-plumin-wrap .plumin-bb {
    margin: 10px 10px 0 0;
}

.last-plumin-wrap .plumin-bbs {
    padding: 0;
    background: transparent;
}

.last-plumin-wrap .last-plumin:not(:last-of-type) {
    margin-bottom: 10px;
}

.last-plumin .right {
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 15px;
}

.last-plumin .bth__bold-link {
    max-width: calc(100% - 300px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.last-plumin .last-plumin__top > *:not(.right) {
    margin-right: 15px;
}

.last-plumin .last-plumin__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.last-plumin .last-plumin__ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.last-plumin .last-plumin__ul {
    margin-top: 10px;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 5px;
}

.txt-uppercase {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.txt-uppercase > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 10px 0;
}

@media screen and (max-width: 1199px) {
    .service-evaluation .service-evaluation__ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1023px) {
    .service-evaluation .service-evaluation__ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-evaluation .service-evaluation__col .ml-auto .red {
        max-width: 110px;
        font-size: 10px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__100 {
        width: 85px;
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__cut200 {
        max-width: 160px;
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__bb.left + .fz10 {
        max-width: 160px;
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__400 {
        width: 250px;
    }

    .last-plumin .right {
        font-size: 10px;
        position: static;
        margin-top: 10px;
        display: block;
        text-align: left !important;
    }

    .last-plumin .last-plumin__top {
        width: 100%;
        margin-bottom: 10px;
    }

    .plumin-tbl.lsfw-tbl .lsfw-tbl__250 {
        width: 200px;
    }

    .last-plumin .bth__bold-link {
        max-width: calc(100% - 100px);
    }
}

@media screen and (max-width: 767px) {
    .recommend-tbl.lsfw-tbl tr td:last-of-type .lsfw-tbl__bb.fas, .plumin-tbl.lsfw-tbl tr td:last-of-type {
        margin-left: auto;
    }

    .txt-uppercase {
        font-size: 10px;
    }

    .plumin-tbl.lsfw-tbl tr th:nth-child(2) {
        width: 125px;
    }

    .plumin-tbl.lsfw-tbl tr td:nth-child(2) {
        width: 125px;
        font-size: 14px;
    }

    .plumin-tbl.lsfw-tbl tr th {
        font-size: 9px;
    }

    .plumin-tbl.lsfw-tbl tr td:not(:nth-child(2)):not(:last-of-type),
    .plumin-tbl.lsfw-tbl tr th:not(:nth-child(2)) {
        width: 90px !important;
    }

    .plumin-tbl.lsfw-tbl tbody tr {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .plumin-tbl.lsfw-tbl .lsfw-tbl__100 {
        width: 75px;
        white-space: nowrap;
    }

    .plumin-bbs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
    }

    .plumin-bb {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 1px 10px 4px 30px;
        margin: 0 !important;
        white-space: normal;
        height: auto;
        line-height: normal;
    }

    .plumin-bb.plumin-bb--arrow {
        line-height: 24px;
        padding: 0 10px;
    }

    .plumin-bb::before {
        top: 7px;
    }

    .plumin-tbl.lsfw-tbl thead {
        display: block;
    }

    .plumin-tbl.lsfw-tbl tr td:nth-child(2) br {
        display: block;
    }

    .txt-uppercase > * {
        margin-right: 15px;
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__100 {
        width: 50px;
        font-size: 10px !important;
        margin-left: auto;
        text-align: right;
    }

    .recommend-tbl.lsfw-tbl tr td:last-of-type {
        width: 100%;
        margin-top: 5px;
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__400 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: calc(100% - 60px);
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__bb.left + .fz10 {
        max-width: none;
        width: calc(100% - 160px);
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__cut200 {
        max-width: none;
        width: calc(100% - 40px);
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__130 .mr10 {
        margin-right: 5px !important;
    }

    .recommend-tbl.lsfw-tbl .lsfw-tbl__130 {
        width: 110px;
        padding-right: 0;
    }

    .plumin-tbl.lsfw-tbl tr {
        margin-bottom: 5px;
    }

    .service-evaluation .service-evaluation__ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 0;
    }

    .service-evaluation {
        padding: 10px;
    }

    .service-evaluation .service-evaluation__ul .service-evaluation__sm {
        width: calc(100% - 80px);
    }

    .service-evaluation .ml-auto {
        position: static;
        margin-top: 10px;
    }

    .service-evaluation .ml-auto .red {
        margin-bottom: 10px;
        display: block;
    }

    .service-evaluation .bth__btn .show-767 {
        display: inline !important;
    }

    .service-evaluation .bth__btn {
        margin: 0;
    }

    .service-evaluation .bth__ttl-h3 span:last-of-type {
        font-weight: normal;
        font-size: 14px;
        text-transform: lowercase;
        margin-top: 10px;
    }

    .service-evaluation .bth__ttl-h3 span {
        display: block;
    }

    .service-evaluation .service-evaluation__col {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .service-evaluation .bth__ttl-h3 {
        width: calc(100% - 90px);
        line-height: 15px;
    }

    .service-evaluation .service-evaluation__ul {
        margin-top: 10px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 414px) {
    .plumin-tbl.lsfw-tbl tr td:nth-child(2) .hide-767 {
        display: inline !important;
    }

    .plumin-tbl.lsfw-tbl tr td:nth-child(2) br {
        display: none;
    }

    .plumin-tbl.lsfw-tbl tr th:nth-child(2) {
        display: none;
    }

    .plumin-tbl.lsfw-tbl tr td:nth-child(2) {
        width: 100%;
        margin-bottom: 5px;
    }

    .plumin-tbl.lsfw-tbl .lsfw-tbl__100 {
        width: 80px;
    }
}