/* topicReview */
.topicReview {
    margin-bottom: 91px;
}
.topicReview .mainTitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.topicReview .topicThumbnail {
    margin-bottom: 20px;
}
.topicReview .topicThumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
}
.topicReview .topicDetail ~ .topicPrimaryContent {
    padding-top: 20px;
}
.topicReview .topicPrimaryContent p{
    font-weight: 500;
}
.topicReview .topicPrimaryContent .related {
    padding: 25px 16px 22px;
    margin: 39px 0 42px;
    border-color: #1996E3;
    background-color: transparent;
}
.topicReview .topicPrimaryContent .related .related__head {
    top: -9px;
    left: 17px;
    font-weight: bold;
    color: #1996E3;
    letter-spacing: 0.1px;
    margin: 0;
    padding: 0 9px;
    background: #FFFDE8;
}
.topicReview .topicPrimaryContent .related .related__posts li {
    position: relative;
    list-style: none;
    letter-spacing: 0.1px;
    padding-left: 22px;
}
.topicReview .topicPrimaryContent .related .related__posts li:not(:last-child) {
    margin-bottom: 15px;
}
.topicReview .topicPrimaryContent .related .related__posts li::before {
    content: ""!important;
    top: 44%!important;
    left: 1px!important;
    transform: translateY(-50%);
    width: 14px;
    aspect-ratio: 1 / 1;
    background: url(../img/topics/icon-ticked.svg) no-repeat top left / 100%;
}
.topicReview .topicPrimaryContent .related .related__posts a {
    text-decoration: none;
    letter-spacing: 0;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 19px 40px 26px;
    margin: 24px 0 40px;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate p {
    letter-spacing: 0;
    margin-bottom: 0;
}
.topicReview .topicPrimaryContent h3 {
    margin-bottom: 37px;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft {
    text-align: center;
    transform: translate(-1px, 6px);
    min-width: 94px;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberSub {
    display: block;
    font-weight: bold;
    margin-bottom: 11px;
    letter-spacing: 0;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberDetail {
    line-height: 1;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberDetail .numberPoint {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #1996E3;
    transform: translateY(-3px);
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberDetail .numberLine {
    display: inline-block;
    margin: 0 1px;
} 
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberDetail .numberMax {
    display: inline-block;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail {
    position: relative;
    width: 100%;
    max-width: calc(100% - 175px);
    letter-spacing: 0;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail::before {
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    height: calc(100% + 9px);
    width: 1px;
    background-color: #D9D9D9;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap:not(:last-child) {
    margin-bottom: 21px;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateName {
    font-size: 16px;
    width: 122px;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateNumber {
    font-size: 16px;
    font-weight: bold;
    color: #1996E3;
    text-align: center;
    width: 23px;
    margin: 0 3px 0 0!important;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale {
    width: calc(100% - 185px);
    transform: translateY(-2px);
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale .scaleWrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 2px;
    width: 100%;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale .scaleWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale .dots {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -45%);
    width: 20px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #1996E3;
    z-index: 1;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale span {
    position: relative;
    display: inline-block;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale .line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    width: 2px;
    height: 10px;
    background-color: #666666;
}
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale .line.first::before,
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale .line.last::before {
    height: 16px;
} 
.topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale span .detail {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    width: 12px;
    text-align: center;
    color: #666666;
}
.topicReview .topicPrimaryContent .topicPrimaryForte {
    background: transparent!important;
    border: none!important;
    padding: 0!important;
    margin: -13px 0 40px!important;
}
.topicReview .topicPrimaryContent .topicPrimaryForte li {
    letter-spacing: 0;
    padding-left: 23px!important;
}
.topicReview .topicPrimaryContent .topicPrimaryForte li:not(:last-child) {
    margin-bottom: 10px;
}
.topicReview .topicPrimaryContent .topicPrimaryForte li::before {   
    content: ""!important; 
    top: 43%!important;
    left: 0px!important;
    transform: translateY(-50%);
    width: 14px;
    background: transparent;
    border: 2px solid #1996E3;
    border-radius: 50%;
    aspect-ratio: 1 / 1;

}
.topicReview .topicPrimaryContent .topicPrimaryReviews {
    margin-bottom: 51px;
}
.topicReview .topicPrimaryContent .tabContent .tabWrap {
    display: none;
}
.topicReview .topicPrimaryContent .tabContent .tabWrap:first-child {
    display: block;
}
.topicReview .topicPrimaryContent .topicPrimaryTab .tabCat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: transparent!important;
    padding: 0!important;
    margin-bottom: 20px!important;
    border: none!important;
}
.topicReview .topicPrimaryContent .topicPrimaryTab .tabCat li {
    position: inherit;
    padding: 0!important;
    margin: 0!important;
}
.topicReview .topicPrimaryContent .topicPrimaryTab .tabCat li::before {
    content: none!important;
}
.topicReview .topicPrimaryContent .topicPrimaryTab .tabCat li a {
    display: block;
    color: #FF6200!important;
    background-color: #FFF0E6!important;
    border: 1px solid #FF6200;
    border-radius: 4px;
    padding: 9px 15px 5px;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1;
}
.topicReview .topicPrimaryContent .topicPrimaryTab .tabCat li.active a {
    color: #fff!important;
    background-color: #FF6200!important;
}
.topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 32px;
}
.topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox:not(:last-child) {
    margin-bottom: 16px;
}
.topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox .reviewsAvatar {
    display: block;
    width: 75px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
.topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox .reviewsAvatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox .reviewsBox {
    position: relative;
    flex: 1;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    border-radius: 10px;
    padding: 17px 15px 13px;
}
.topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox .reviewsBox::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -20px;
    border-style: solid;
    border-width: 19px 19px 0 0;
    border-color: #D9D9D9 transparent transparent transparent;
    transform: rotate(180deg);
}
.topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox .reviewsBox .reviewsDetail {
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 9px;
}
.topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox .reviewsBox .reviewsSource {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: rgb(0, 0, 0,0.75);
    letter-spacing: 0.2px;
    margin: 0!important;
} 
.topicReview .topicPrimaryContent .topicPrimaryArticle {
    margin: 30px 0 42px;
} 
.topicReview .topicPrimaryContent .topicPrimaryArticle {
    border: none!important;
    background-color: transparent!important;
    padding: 0!important;
}
.topicReview .topicPrimaryContent .topicPrimaryArticle li {
    padding: 0!important;
}
.topicReview .topicPrimaryContent .topicPrimaryArticle li:not(:last-child) {
    margin-bottom: 10px;
}
.topicReview .topicPrimaryContent .topicPrimaryArticle li::before {
    content: none!important;
}
.topicReview .topicPrimaryContent .topicPrimaryArticle li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
    background: transparent;
    width: auto;
    height: auto;
    border: solid #FF6200;
    border-width: 1px 1px 0 0;
    padding: 4px;
}
.topicReview .topicPrimaryContent .topicPrimaryArticle a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    color: #333333;
    padding: 19px 25px 16px 15px;
    letter-spacing: 0;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #fff;
}
.topicReview .topicPrimaryContent .topicPrimaryArticle a span {
    display: block;
    width: 100%;
    color: #000;
}
.topicReview .topicPrimaryContent .topicPrimaryArticle a .archiveLead {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,0,0,0.75);
} 
.topicReview .topicPrimaryContent .topicPrimaryArticle a .archiveTitle {
    font-size: 16px;
    font-weight: bold;
} 
.topicReview .topicPrimaryContent .topicPrimaryService {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 13px;
    background-color: transparent!important;
    border: none!important;
    padding: 0!important;
    margin: 30px 0 42px;
}
.topicReview .topicPrimaryContent .topicPrimaryService li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 72px;
    aspect-ratio: 1/1;
    text-align: center;
    background-color: #F2F2F2;
    border-radius: 2px;
    margin: 0!important;
    padding: 0!important;
}
.topicReview .topicPrimaryContent .topicPrimaryService li::before {
    content: none!important;
}
.topicReview .topicPrimaryContent .topicPrimaryRate {
    margin-bottom: 42px;
}
.topicReview .topicPrimaryContent .topicPrimaryRate .tabContent .tabWrap .tabBox:not(:last-child) {
    margin-bottom: 42px;
}
.topicReview .topicPrimaryContent .topicPrimaryRate .tabContent .tabWrap .vendorLayoutContent h3 {
    font-size: 18px!important;
    font-weight: 600;
    background: transparent;
    border-left: 4px solid #000000;
    border-bottom: none!important;
    padding: 9px 12px 4px!important;
    letter-spacing: 0.6px;
    border-radius: 0;
    color: #000!important;
    margin-bottom: 26px!important;
}
.topicReview .topicPrimaryContent .topicPrimaryRate .tabContent .tabWrap .vendorLayoutContent h3::before {
    content: none;
}
.topicReview .topicPrimaryContent .topicPrimaryRate .tabContent .tabWrap .vendorLayoutContent p {
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0!important;
}
.topicReview .topicPrimaryContent .topicPrimaryRate .tabContent .tabWrap .vendorLayoutContent p:not(:last-child) {
    margin-bottom:24px!important;
}
@media(max-width: 1080px) and (min-width: 769px) {
    .topicReview .topicPrimaryContent .topicPrimaryService {
        justify-content: space-between;
        gap: 12px 5px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryService li {
        width: calc(100%/9 - 5px);
    }
}
@media(max-width: 1000px) and (min-width: 851px) {
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft {
        width: 100%;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail {
        max-width: none;
    }
}
@media(max-width: 850px) and (min-width: 769px) {
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate {
        justify-content: space-between;
    }
    .topicReview .topicPrimaryContent .topicPrimaryService {
        justify-content: space-between;
        gap: 12px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryService li {
        width: calc(100%/9 - 11px);
    }
}
@media(min-width: 769px) {
    .topicReview .topicPrimaryContent .topicPrimaryTab .tabCat li a:hover {
        color: #fff;
        background-color: #333333;
    }
}
@media(max-width: 768px) {
    .topicReview {
        margin-bottom: 40px;
    }
    .topicReview .mainTitle {
        font-size: 20px;
    }
    .topicReview .topicDetail ~ .topicPrimaryContent {
        padding-top: 17px;
    }
    .topicReview .topicPrimaryContent .related {
        padding: 23px 16px 20px;
        margin: 35px 0 34px;
    }
    .topicReview .topicPrimaryContent .related .related__head {
        top: -7px;
        font-size: 14px;
    }
    .topicReview .topicPrimaryContent .related .related__posts li {
        letter-spacing: 0;
        line-height: 1.7;
    }
    .topicReview .topicPrimaryContent .related .related__posts li:not(:last-child) {
        margin-bottom: 10px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate {
        justify-content: center;
        padding: 17px 21px 36px;
        gap: 38px;
        margin-bottom: 39px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft {
        position: relative;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft::before {
        content: "";
        position: absolute;
        bottom: -17px;
        left: 50%;
        transform: translateX(-50%);
        width: 126px;
        height: 1px;
        background-color: #D9D9D9;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberSub {
        display: inline-block;
        font-size: 16px;
        margin: 0px 16px 0 0;
        transform: translateY(-11px);
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberDetail .numberPoint {
        letter-spacing: 1px;
        transform: translateY(-4px);
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberDetail .numberLine,
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateLeft .numberDetail .numberMax {
        font-size: 16px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail {
        max-width: none;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap {
        justify-content: flex-start;
        gap: 12px 19px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap:not(:last-child) {
        margin-bottom: 39px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateNumber {
        transform: translateY(-2px);
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateName {
        width: auto;
        font-size: 14px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale {
        width: 100%;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale .dots {
        width: 16px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryEvaluate .evaluateDetail .evaluateWrap .evaluateScale span .detail {
        bottom: -22px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryForte li {
        line-height: 1.5;
    }
    .topicReview .topicPrimaryContent .topicPrimaryForte li:not(:last-child) {
        margin-bottom: 8px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryForte {
        margin: -14px 0 34px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryTab.topicPrimaryReviews .tabContent .tabBox .reviewsAvatar {
        width: 54px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryArticle {
        margin-bottom: 35px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryArticle a {
        gap: 2px;
        padding: 8px 25px 4px 15px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryArticle a .archiveTitle {
        font-size: 14px;
        line-height: 1.7;
    }
    .topicReview .topicPrimaryContent .topicPrimaryArticle li::before {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .topicReview .topicPrimaryContent .topicPrimaryArticle li:not(:last-child) {
        margin-bottom: 10px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryService {
        gap: 12px 19px;
        margin: 25px 0 43px!important;
    }
    .topicReview .topicPrimaryContent .topicPrimaryService li {
        width: calc(20% - 15.5px);
    }
    .topicReview .topicPrimaryContent .topicPrimaryRate .tabContent .tabWrap .tabBox:not(:last-child) {
        margin-bottom: 33px;
    }
    .topicReview .topicPrimaryContent .topicPrimaryRate .tabContent .tabWrap .vendorLayoutContent h3 {
        font-size: 16px !important;
        padding: 5px 12px!important;
    }
}
@media(max-width: 430px) {
    .topicReview .topicPrimaryContent .topicPrimaryService li {
        width: calc(25% - 14.5px);
    }
}
/* topicReview */