.online ul.prd {
    overflow: hidden;
    margin-left: -20px;
}

.online ul.prd li {
    width: 260px;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.online ul.prd li p {
    padding: 15px 0;
}

.online .category {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.online .category td {
    width: 12.5%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    text-align: center;
    line-height: 36px;
}

.online .category td.on {
    background: #71CFD0;
    color: #fff;
}

.online .rtop tr {
    position: relative;
}

.online .rtop th {
    position: relative;
    padding: 0 0 0px 0px;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: bold;
    line-height: 170%;
    padding: 0 0 10px 0px;
}

.online .rtop td {
    position: relative;
    width: 100%;
    color: #a5a5a5;
    font-size: 11px;
    padding: 0 0 10px 0px;
}

.online .rtop span {
    position: relative;
    top: 2px;
    float: left;
    margin: 0 5px 0 0;
}

#list thead {
    width: 100%;
    color: #797979;
}

#list thead th {
    border-bottom: 1px solid #ccced0;
    border-top: 2px solid #ccced0;
    font-size: 12px;
    font-weight: bold;
    color: #282e38;
    border-bottom: 1px solid #cfd1d4;
    height: 37px;
}

#list tbody {
    text-align: center;
    color: #565c7b;
    vertical-align: middle;
}

#list tbody td {
    padding: 7px 2px;
    border-bottom: 1px solid #dcdcdc;
    color: #888888;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
}

#list tbody td.title {
    font-size: 13px;
    text-align: left;
    color: #2e2e2e;
    vertical-align: middle;
}

#list tbody td img {
    line-height: 18px;
    vertical-align: middle;
}

#list tbody td.title img {
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid;
}

#list span.re_ok {
    position: relative;
    color: #fff;
    font-size: 12px;
    background: #f8a1a9;
    padding: 3px;
    vertical-align: middle;
    width: 60px;
    display: inline-block;
}

#list span.re_ing {
    position: relative;
    color: #fff;
    font-size: 13px;
    background: #c4c7ca;
    padding: 3px;
    vertical-align: middle;
    width: 60px;
    display: inline-block;
}

/*답변*/

#write {
    border-top: 2px solid #ccced0;
}

#write th {
    border-bottom: 1px solid #dcdcdc;
    color: #888888;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
    width: 120px;
}

#write td {
    padding: 7px 2px;
    border-bottom: 1px solid #dcdcdc;
    color: #888888;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
}

ul.category {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    /*border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;*/
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    background-color: #f8f8f8;
}

ul.category li {
    border: 1px solid #ddd;
    width: 100%;
    height: 38px;
    line-height: 1.3em;
    display: block;
    color: #555;
    text-align: center;
    cursor: pointer;
    font-size: 0.9em;
    padding: 0 10px;
	align-content: center;
}

ul.category li:hover,
ul.category li.on {
    background-color: #71CFD0;
    color: #fff;
}

button.btn_category {
    border: none;
    background-color: rgb(23, 41, 141);
    color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 11px;
}

/* review view */
.online ul.prd {
    overflow: hidden;
    margin-left: -20px;
}

.online ul.prd li {
    width: 260px;
    float: left;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.online ul.prd li p {
    padding: 15px 0;
}

.online .category {
    width: 100%;
    overflow: hidden;
    border-bottom: none;
    border-right: none;
    margin-bottom: 20px;
}

.online .category td {
    width: 12.5%;
    /*border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;*/
    text-align: center;
    line-height: 36px;
}

.online .category td.on {
    background: #71CFD0;
    color: #fff;
}

.online .rtop tr {
    position: relative;
}

.online .rtop th {
    position: relative;
    padding: 0 0 0px 0px;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: bold;
    line-height: 170%;
    padding: 0 0 10px 0px;
}

.online .rtop td {
    position: relative;
    width: 100%;
    color: #a5a5a5;
    font-size: 11px;
    padding: 0 0 10px 0px;
}

.online .rtop span {
    position: relative;
    top: 2px;
    float: left;
    margin: 0 5px 0 0;
}

#list thead {
    width: 100%;
    color: #797979;
}

#list thead th {
    border-bottom: 1px solid #ccced0;
    border-top: 2px solid #ccced0;
    font-size: 12px;
    font-weight: bold;
    color: #282e38;
    border-bottom: 1px solid #cfd1d4;
    height: 37px;
}

#list tbody {
    text-align: center;
    color: #565c7b;
    vertical-align: middle;
}

#list tbody td {
    padding: 7px 2px;
    border-bottom: 1px solid #dcdcdc;
    color: #888888;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
}

#list tbody td.title {
    font-size: 13px;
    text-align: left;
    color: #2e2e2e;
    vertical-align: middle;
}

#list tbody td img {
    line-height: 18px;
    vertical-align: middle;
}

#list tbody td.title img {
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid;
}

#list span.re_ok {
    position: relative;
    color: #fff;
    font-size: 12px;
    background: #f8a1a9;
    padding: 3px;
    vertical-align: middle;
    width: 60px;
    display: inline-block;
}

#list span.re_ing {
    position: relative;
    color: #fff;
    font-size: 13px;
    background: #c4c7ca;
    padding: 3px;
    vertical-align: middle;
    width: 60px;
    display: inline-block;
}

/*답변*/

#write {
    border-top: 2px solid #ccced0;
}

.jayJun_BestTop {
    color: #cba369;
    border: 1px solid #cba369;
    width: 50px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    line-height: 21px;
}

.thumb_wrap {
    /* display: inline-block; */
    width: 17%;
    position: relative;
    vertical-align: middle;
    margin-right: 20px;
}

.thumb_wrap .jayJun_BestIcon {
    position: absolute;
    top: 0px;
    left: 0px;
}

p.review-contents {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.5;
    color: #555;
    display: block;
    /* max-width: 480px; */
    height: 36px;
    line-height: 18px;
    text-indent: 15px;

    /* Preserve whitespace and line breaks */
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    /* white-space: nowrap; */
}

#write th {
    border-bottom: 1px solid #dcdcdc;
    color: #888888;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
    width: 120px;
}

#write td {
    padding: 7px 2px;
    border-bottom: 1px solid #dcdcdc;
    color: #888888;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
}

td.review_contents {
    text-align: left;
    padding: 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    white-space: pre-wrap;
    /* Preserve whitespace and line breaks */
}

td.review_contents img {
    max-width: 100%;
    /* Ensure images do not overflow the container */
    height: auto;
    /* display: block; */
    margin: 10px 0;
}