#bo_v .page-top {
    text-align: center;
}

#bo_v .page-top .page-title {
    padding-top: 120px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DEDEDE;
}

#bo_v .page-top .page-title p.txt1 {
    font-family: Pretendard;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
}

#bo_v .page-top .page-title p.txt2 {
    font-family: Pretendard;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 20px;
}

#bo_v .page-cont {
    background: #F9F9F9;
    padding: 30px 30px 50px;
    box-sizing: border-box;
    margin-top: 30px;
}

#bo_v .cont-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bo_v .cate-item {
    border-radius: 100px;
    background: var(--title-, #222);
    width: fit-content;
    padding: 8px 12px;
}

#bo_v .cate-item p {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#bo_v .cont-cate .edit-btn {
    width: 4px;
    height: 16px;
    position: relative;
}

#bo_v .cont-cate .edit-btn img {
    height: 100%;
}

#bo_v .cont-cate button {}

#bo_v p.cont-title {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

#bo_v .cont-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 25px;
}

#bo_v .cont-info p.txt1 {
    color: #777;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_v .cont-info p.txt2 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_v .cont-content {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 60px 0;
    margin-top: 10px;
}

#bo_v .cont-content p.con-txt {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.66;
    word-break: break-all;
}

#bo_v .compare-box {
    margin-top: 60px;
}

#bo_v p.compare-title {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.42px;
}

#bo_v .compare-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

#bo_v .compare-item {
    display: flex;
    width: 340px;
    padding: 26px 30px 20px 20px;
    border-radius: 30px 0px 0px 0px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    align-items: center;
    gap: 20px;
    position: relative;
    background: white;
}

#bo_v .compare-item .close-btn {
    width: 16px;
    background-image: url(../img/inquiry/close-icon.svg);
    height: 16px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#bo_v .compare-item img.car_img {
    height: 50px;
}

#bo_v .compare-item .car_info {
    flex: 1;
}

#bo_v .compare-item .info_model {
    display: flex;
    align-items: center;
    gap: 6px;
}

#bo_v .compare-item .info_model img {
    height: 25px;
}

#bo_v .compare-item .info_model p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.3px;
}

#bo_v .compare-item p.info_trim {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.26px;
    min-height: 41.6px;
}

#bo_v .compare-item .info_price {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

#bo_v .compare-item .info_price p.name {
    color: #777;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.26px;
}

#bo_v .compare-item .info_price p.price {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.26px;
}

#bo_v .compare-list.vote-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#bo_v .compare-list.vote-list .compare-item {
    height: auto;
    flex-direction: column;
    gap: 20px;
    padding: 50px 20px 20px;
    width: auto;
}

#bo_v .compare-list.vote-list .estimate-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

#bo_v .compare-list.vote-list .estimate-btn p {
    color: #777;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.26px;
}

#bo_v .compare-list.vote-list .estimate-btn img {
    height: 10px;
}

#bo_v .compare-list.vote-list .item-inner {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
}

#bo_v .compare-list.vote-list .item-inner img.car_img {
    height: 37px;
}

#bo_v .vote-info {
    width: 100%;
}

#bo_v .vote-bar-container {
    border-radius: 100px;
    background: #EBEBEB;
    height: 20px;
    position: relative;
    width: 100%;
}

#bo_v .vote-bar-container p {
    color: white;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.3px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#bo_v .vote-bar-container p#percent0 {
    color: white;
    left: 50% !important;
}

#bo_v .vote-bar {
    height: 100%;
    border-radius: 100px;
    background: var(--A1, #E40321);
}

#bo_v .vote-btn {
    border-radius: 100px;
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
}

#bo_v .vote-btn p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.3px;
}

#bo_v .vote-btn.on {
    border: none;
    background: #DEDEDE;
}

#bo_v .vote-btn.on p {
    color: white;
}

#bo_v_act {
    text-align: unset;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}

#bo_v_act a {
    margin: 0;
    background: white;
}

#bo_v_act .bo_v_nogood,
#bo_v_act .bo_v_good {
    width: 60px;
    height: 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: normal;
    border-radius: 100px;
}

#bo_v_act a .thumbsImg {
    width: 14.3px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#bo_v_act a .thumbsUp {
    background-image: url(../img/inquiry/thumbs_up.svg);
}

#bo_v_act a .thumbsDown {
    background-image: url(../img/inquiry/thumbs_down.svg);
}

#bo_v_act a:hover .thumbsUp {
    background-image: url(../img/inquiry/thumbs_up_hover.svg);
}

#bo_v_act a:hover .thumbsDown {
    background-image: url(../img/inquiry/thumbs_down_hover.svg);
}

a.list-link {
    width: 123px;
    height: 56px;
    border-radius: 10px;
    background: var(--_, #F5F5F3);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 30px;
}

a.list-link p {
    color: #777;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.26px;
}

/* 댓글 */

#bo_v .cmt_btn {
    padding: 50px 30px 10px;
    cursor: inherit;
    margin: 0;
    border-bottom: none;
    box-sizing: border-box;
}

#bo_v .cmt_btn span.total {
    margin: 0;
    border-bottom: none;
    display: block;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
}

#bo_v .cmt_btn span.total:after,
#bo_v .cmt_btn span.cmt_more,
#bo_v .secret_cm,
#bo_v .bo_vc_w textarea::-webkit-scrollbar,
#bo_v .bo_v_nb {
    display: none;
}

#bo_v #bo_vc_empty {
    color: #777;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.36px;
    padding: 100px 0;
    border-bottom: 1px solid #DEDEDE;
    margin: 0 auto;
    width: calc(100% - 60px);
    display: block;
    border-top: 1px solid #DEDEDE;
}

#bo_v .bo_vc_w {
    margin: 0;
    padding: 0 30px 50px;
    background: #F9F9F9;
}

#bo_v .bo_vc_w form#fviewcomment {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

#bo_v .bo_vc_w form#fviewcomment a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bo_v .bo_vc_w .btn_confirm {
    margin: 0;
}

#bo_v .bo_vc_w .btn_submit {
    width: 150px;
    height: 60px;
    padding: 0;
    border-radius: 5px;
    background: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#bo_v .bo_vc_w textarea {
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    resize: none;
    outline: none;
    height: 60px;
    box-sizing: border-box;
    padding: 21px 15px;
    color: #777;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_v .bo_vc_w_info {
    margin: 0;
    display: none;
}

#bo_vc article {
    margin: 0 auto;
    width: calc(100% - 60px);
    border-bottom: none;
    border-top: 1px solid #DEDEDE;
    padding: 30px 0;
}

#bo_vc article:last-child {
    border-bottom: 1px solid #DEDEDE;
}

#bo_vc article .comment_box {
    display: flex;
    align-items: end;
    gap: 50px;
}

#bo_vc article.reply_cmt {
    border: none;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #F9F9F9;
}

.bo_vc_hdinfo {
    color: #777;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
}

#bo_vc header {
    display: flex;
    gap: 6px;
    align-items: center;
}

#bo_vc header span.super,
#bo_vc header span.writer {
    width: 100px;
    height: 34px;
    padding: 0px 8px;
    border-radius: 30px;
    background: var(--A1, #E40321);
    color: white;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.34px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 4px;
}

#bo_vc header p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
}

#bo_vc .member {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
}

#bo_vc .cmt_contents {
    padding: 0;
    padding-top: 45px;
}

#bo_vc .cmt_contents p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.3px;
    word-break: break-all;
}

#bo_vc header img {
    height: 19px;
    display: none;
}

#bo_v #bo_vc article .bo_vc_w {
    padding: 0;
}

#bo_vc {
    padding: 0;
    /* display: none; */
}

.more_opt li {
    word-break: keep-all;
    text-align: center;
    border-bottom: none;
    width: auto;
    padding: 0;
}

.more_opt li a {
    color: var(--Text-Sub2, #AAA);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    width: 100px;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.more_opt li a:hover {
    color: #E40321;
}

.more_opt {
    z-index: 100;
    top: 25px;
}

.more_opt::before {
    display: none;
}

.more_opt:after {
    display: none;
}

#bo_v {
    padding-bottom: 150px;
    margin-bottom: 0;
}

#bo_vc article .cm_wrap {
    float: none;
    flex-grow: 1;
    max-width: none;
    width: auto;
}

#bo_vc article .opt-box {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

#bo_vc article .opt-box .btn-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

#bo_vc article .opt-box .btn-box a.replyBtn {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    border: 1px solid #DEDEDE;
    padding: 10px 16px;
    background: white;
}

#bo_vc article .opt-box .btn-box a.replyBtn img {
    width: 13px;
}

#bo_vc article .opt-box .btn-box a.replyBtn p {
    color: #777;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_vc .bo_vl_opt {
    position: relative;
}

.bo_vc_act {
    z-index: 100;
    top: 25px;
    text-align: center;
    width: auto;
}

.bo_vc_act:before {
    display: none;
}

.bo_vc_act:after {
    display: none;
}

.bo_vc_act li {
    word-break: keep-all;
    text-align: center;
    border-bottom: none;
    width: auto;
    padding: 0;
}

.bo_vc_act li a {
    color: var(--Text-Sub2, #AAA);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    width: 100px;
    text-align: center;
    display: block;
    padding: 10px 0;
}

.bo_vc_act li a:hover {
    color: #E40321;
}

#bo_v #bo_vc article .bo_vc_w {
    background: white;
}

#bo_v #bo_vc article .bo_vc_w form#fviewcomment {
    margin-top: 30px;
    display: block;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    padding: 8px 15px 29px;
}

#bo_v #bo_vc article .bo_vc_w form#fviewcomment textarea {
    border: none;
    box-shadow: none;
    padding: 30px;
    color: var(--Text-Sub2, #AAA);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 78px;
}

#bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_confirm {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 30px;
    padding-right: 30px;
}

#bo_v .bo_vc_w .btn_submit span {
    display: none;
}

#bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_cancel {
    color: var(--Text-Sub1, #777);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit {
    width: auto;
    height: auto;
    border-radius: 0;
    background: white;
    color: var(--Text-Sub1, #777);
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit p {
    display: none;
}

#bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit span {
    display: block;
}

/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/

@media (max-width:1320px) and (min-width: 721px) {
    #bo_v .page-top {
        text-align: center;
    }

    #bo_v .page-top .page-title {
        padding-top: 9.09vw;
        padding-bottom: 4.55vw;
        border-bottom: 0.08vw solid #DEDEDE;
    }

    #bo_v .page-top .page-title p.txt1 {
        font-family: Pretendard;
        font-size: 4.24vw;
        font-weight: 700;
        line-height: 1.1;
    }

    #bo_v .page-top .page-title p.txt2 {
        font-family: Pretendard;
        font-size: 1.97vw;
        font-weight: 400;
        line-height: 1.8;
        margin-top: 1.52vw;
    }

    #bo_v .page-cont {
        background: #F9F9F9;
        padding: 2.27vw 2.27vw 3.79vw;
        box-sizing: border-box;
        margin-top: 2.27vw;
    }

    #bo_v .cont-cate {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #bo_v .cate-item {
        border-radius: 7.58vw;
        background: var(--title-, #222);
        width: fit-content;
        padding: 0.61vw 0.91vw;
    }

    #bo_v .cate-item p {
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 0.83vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #bo_v .cont-cate .edit-btn {
        width: 0.3vw;
        height: 1.21vw;
        position: relative;
    }

    #bo_v .cont-cate .edit-btn img {
        height: 100%;
    }

    #bo_v .cont-cate button {}

    #bo_v p.cont-title {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.97vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 0.76vw;
    }

    #bo_v .cont-info {
        display: flex;
        align-items: center;
        margin-top: 0.76vw;
        gap: 1.89vw;
    }

    #bo_v .cont-info p.txt1 {
        color: #777;
        font-family: Pretendard;
        font-size: 1.29vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_v .cont-info p.txt2 {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.29vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_v .cont-content {
        border-top: 0.08vw solid #DEDEDE;
        border-bottom: 0.08vw solid #DEDEDE;
        padding: 4.55vw 0;
        margin-top: 0.76vw;
    }

    #bo_v .cont-content p.con-txt {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.66;
        word-break: break-all;
    }

    #bo_v .compare-box {
        margin-top: 4.55vw;
    }

    #bo_v p.compare-title {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.59vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.03vw;
    }

    #bo_v .compare-list {
        display: flex;
        align-items: center;
        gap: 0.76vw;
        margin-top: 1.52vw;
    }

    #bo_v .compare-item {
        display: flex;
        width: 25.76vw;
        padding: 1.97vw 2.27vw 1.52vw 1.52vw;
        border-radius: 2.27vw 0vw 0vw 0vw;
        border: 0.08vw solid #DEDEDE;
        box-sizing: border-box;
        align-items: center;
        gap: 1.52vw;
        position: relative;
        background: white;
    }

    #bo_v .compare-item .close-btn {
        width: 1.21vw;
        background-image: url(../img/inquiry/close-icon.svg);
        height: 1.21vw;
        position: absolute;
        background-repeat: no-repeat;
        background-size: contain;
        right: 0.76vw;
        top: 0.76vw;
        cursor: pointer;
    }

    #bo_v .compare-item img.car_img {
        height: 3.79vw;
    }

    #bo_v .compare-item .car_info {
        flex: 1;
    }

    #bo_v .compare-item .info_model {
        display: flex;
        align-items: center;
        gap: 0.45vw;
    }

    #bo_v .compare-item .info_model img {
        height: 1.89vw;
        width: auto;
    }

    #bo_v .compare-item .info_model p {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: -0.02vw;
    }

    #bo_v .compare-item p.info_trim {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.02vw;
        min-height: 3.15vw;
    }

    #bo_v .compare-item .info_price {
        display: flex;
        justify-content: space-between;
        margin-top: 0.76vw;
        align-items: center;
    }

    #bo_v .compare-item .info_price p.name {
        color: #777;
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.02vw;
    }

    #bo_v .compare-item .info_price p.price {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.02vw;
    }

    #bo_v .compare-list.vote-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    #bo_v .compare-list.vote-list .compare-item {
        height: auto;
        flex-direction: column;
        gap: 1.52vw;
        padding: 3.79vw 1.52vw 1.52vw;
        width: auto;
    }

    #bo_v .compare-list.vote-list .estimate-btn {
        position: absolute;
        right: 1.52vw;
        top: 0.76vw;
        display: flex;
        align-items: center;
        gap: 0.38vw;
        cursor: pointer;
    }

    #bo_v .compare-list.vote-list .estimate-btn p {
        color: #777;
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.02vw;
    }

    #bo_v .compare-list.vote-list .estimate-btn img {
        height: 0.76vw;
        width: auto;
    }

    #bo_v .compare-list.vote-list .item-inner {
        width: 100%;
        display: flex;
        gap: 1.52vw;
        align-items: center;
    }

    #bo_v .compare-list.vote-list .item-inner img.car_img {
        height: 2.8vw;
        width: auto;
    }

    #bo_v .vote-info {
        width: 100%;
    }

    #bo_v .vote-bar-container {
        border-radius: 7.58vw;
        background: #EBEBEB;
        height: 1.52vw;
        position: relative;
        width: 100%;
    }

    #bo_v .vote-bar-container p {
        color: white;
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: -0.02vw;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #bo_v .vote-bar-container p#percent0 {
        color: white;
        left: 50% !important;
    }

    #bo_v .vote-bar {
        height: 100%;
        border-radius: 7.58vw;
        background: var(--A1, #E40321);
    }

    #bo_v .vote-btn {
        border-radius: 7.58vw;
        border: 0.08vw solid #DEDEDE;
        width: 100%;
        height: 3.79vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-top: 1.52vw;
    }

    #bo_v .vote-btn p {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: -0.02vw;
    }

    #bo_v .vote-btn.on {
        border: none;
        background: #DEDEDE;
    }

    #bo_v .vote-btn.on p {
        color: white;
    }

    #bo_v_act {
        text-align: unset;
        margin-top: 2.27vw;
        display: flex;
        align-items: center;
        gap: 0.38vw;
    }

    #bo_v_act a {
        margin: 0;
        background: white;
    }

    #bo_v_act .bo_v_nogood,
    #bo_v_act .bo_v_good {
        width: 4.55vw;
        height: 2.73vw;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.38vw;
        line-height: normal;
        border-radius: 7.58vw;
    }

    #bo_v_act a .thumbsImg {
        width: 1.08vw;
        height: 0.98vw;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    #bo_v_act a .thumbsUp {
        background-image: url(../img/inquiry/thumbs_up.svg);
    }

    #bo_v_act a .thumbsDown {
        background-image: url(../img/inquiry/thumbs_down.svg);
    }

    #bo_v_act a:hover .thumbsUp {
        background-image: url(../img/inquiry/thumbs_up_hover.svg);
    }

    #bo_v_act a:hover .thumbsDown {
        background-image: url(../img/inquiry/thumbs_down_hover.svg);
    }

    a.list-link {
        width: 9.32vw;
        height: 4.24vw;
        border-radius: 0.76vw;
        background: var(--_, #F5F5F3);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.03vw;
        margin-left: 2.27vw;
    }

    a.list-link p {
        color: #777;
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.02vw;
    }

    /* 댓글 */

    #bo_v .cmt_btn {
        padding: 3.79vw 2.27vw 0.76vw;
        cursor: inherit;
        margin: 0;
        border-bottom: none;
        box-sizing: border-box;
    }

    #bo_v .cmt_btn span.total {
        margin: 0;
        border-bottom: none;
        display: block;
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.89vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.04vw;
    }

    #bo_v .cmt_btn span.total:after,
    #bo_v .cmt_btn span.cmt_more,
    #bo_v .secret_cm,
    #bo_v .bo_vc_w textarea::-webkit-scrollbar,
    #bo_v .bo_v_nb {
        display: none;
    }

    #bo_v #bo_vc_empty {
        color: #777;
        text-align: center;
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.03vw;
        padding: 7.58vw 0;
        border-bottom: 0.08vw solid #DEDEDE;
        margin: 0 auto;
        width: calc(100% - 4.55vw);
        display: block;
        border-top: 0.08vw solid #DEDEDE;
    }

    #bo_v .bo_vc_w {
        margin: 0;
        padding: 0 2.27vw 3.79vw;
        background: #F9F9F9;
    }

    #bo_v .bo_vc_w form#fviewcomment {
        display: flex;
        align-items: center;
        gap: 0.76vw;
        position: relative;
    }

    #bo_v .bo_vc_w form#fviewcomment a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #bo_v .bo_vc_w .btn_confirm {
        margin: 0;
    }

    #bo_v .bo_vc_w .btn_submit {
        width: 11.36vw;
        height: 4.55vw;
        padding: 0;
        border-radius: 0.38vw;
        background: #777;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    #bo_v .bo_vc_w textarea {
        border-radius: 0.38vw;
        border: 0.08vw solid #DEDEDE;
        background: #FFF;
        resize: none;
        outline: none;
        height: 4.55vw;
        box-sizing: border-box;
        padding: 1.59vw 1.14vw;
        color: #777;
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_v .bo_vc_w_info {
        margin: 0;
        display: none;
    }

    #bo_vc article {
        margin: 0 auto;
        width: calc(100% - 4.55vw);
        border-bottom: none;
        border-top: 0.08vw solid #DEDEDE;
        padding: 2.27vw 0;
    }

    #bo_vc article:last-child {
        border-bottom: 0.08vw solid #DEDEDE;
    }

    #bo_vc article .comment_box {
        display: flex;
        align-items: end;
        gap: 3.79vw;
    }

    #bo_vc article.reply_cmt {
        border: none;
        padding: 2.27vw;
        box-sizing: border-box;
        border-radius: 0.76vw;
        background: #F9F9F9;
    }

    .bo_vc_hdinfo {
        color: #777;
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.02vw;
    }

    #bo_vc header {
        display: flex;
        gap: 0.45vw;
        align-items: center;
    }

    #bo_vc header span.super,
    #bo_vc header span.writer {
        width: 7.58vw;
        height: 2.58vw;
        padding: 0vw 0.61vw;
        border-radius: 2.27vw;
        background: var(--A1, #E40321);
        color: white;
        font-family: Pretendard;
        font-size: 1.29vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.03vw;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin-right: 0.3vw;
    }

    #bo_vc header p {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.02vw;
    }

    #bo_vc .member {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.02vw;
    }

    #bo_vc .cmt_contents {
        padding: 0;
        padding-top: 3.41vw;
    }

    #bo_vc .cmt_contents p {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02vw;
        word-break: break-all;
    }

    #bo_vc header img {
        height: 1.44vw;
        display: none;
    }

    #bo_v #bo_vc article .bo_vc_w {
        padding: 0;
    }

    #bo_vc {
        padding: 0;
        /* display: none; */
    }

    .more_opt li {
        word-break: keep-all;
        text-align: center;
        border-bottom: none;
        width: auto;
        padding: 0;
    }

    .more_opt li a {
        color: var(--Text-Sub2, #AAA);
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 400;
        line-height: 2.27vw;
        letter-spacing: -0.03vw;
        width: 7.58vw;
        text-align: center;
        display: block;
        padding: 0.76vw 0;
    }

    .more_opt li a:hover {
        color: #E40321;
    }

    .more_opt {
        z-index: 100;
        top: 1.89vw;
    }

    .more_opt::before {
        display: none;
    }

    .more_opt:after {
        display: none;
    }

    #bo_v {
        padding-bottom: 11.36vw;
        margin-bottom: 0;
    }

    #bo_vc article .cm_wrap {
        float: none;
        flex-grow: 1;
        max-width: none;
        width: auto;
    }

    #bo_vc article .opt-box {
        display: flex;
        align-items: center;
        gap: 1.52vw;
        flex-shrink: 0;
    }

    #bo_vc article .opt-box .btn-box {
        display: flex;
        align-items: center;
        gap: 0.38vw;
    }

    #bo_vc article .opt-box .btn-box a.replyBtn {
        display: flex;
        align-items: center;
        gap: 0.38vw;
        border-radius: 7.58vw;
        border: 0.08vw solid #DEDEDE;
        padding: 0.76vw 1.21vw;
        background: white;
    }

    #bo_vc article .opt-box .btn-box a.replyBtn img {
        width: 0.98vw;
    }

    #bo_vc article .opt-box .btn-box a.replyBtn p {
        color: #777;
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_vc .bo_vl_opt {
        position: relative;
    }

    .bo_vc_act {
        z-index: 100;
        top: 1.89vw;
        text-align: center;
        width: auto;
    }

    .bo_vc_act:before {
        display: none;
    }

    .bo_vc_act:after {
        display: none;
    }

    .bo_vc_act li {
        word-break: keep-all;
        text-align: center;
        border-bottom: none;
        width: auto;
        padding: 0;
    }

    .bo_vc_act li a {
        color: var(--Text-Sub2, #AAA);
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 400;
        line-height: 2.27vw;
        letter-spacing: -0.03vw;
        width: 7.58vw;
        text-align: center;
        display: block;
        padding: 0.76vw 0;
    }

    .bo_vc_act li a:hover {
        color: #E40321;
    }

    #bo_v #bo_vc article .bo_vc_w {
        background: white;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment {
        margin-top: 2.27vw;
        display: block;
        border-radius: 0.38vw;
        border: 0.08vw solid #DEDEDE;
        padding: 0.61vw 1.14vw 2.2vw;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment textarea {
        border: none;
        box-shadow: none;
        padding: 2.27vw;
        color: var(--Text-Sub2, #AAA);
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        min-height: 5.91vw;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_confirm {
        display: flex;
        align-items: center;
        justify-content: right;
        gap: 2.27vw;
        padding-right: 2.27vw;
    }

    #bo_v .bo_vc_w .btn_submit span {
        display: none;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_cancel {
        color: var(--Text-Sub1, #777);
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit {
        width: auto;
        height: auto;
        border-radius: 0;
        background: white;
        color: var(--Text-Sub1, #777);
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit p {
        display: none;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit span {
        display: block;
    }
}

/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/

@media (max-width:720px) {
    #bo_v .page-top {}

    #bo_v .page-top .page-title {
        padding-top: 16.67vw;
        padding-bottom: 8.33vw;
        margin: 0 6.94vw;
    }

    #bo_v .page-top .page-title p.txt1 {
        font-size: 8.33vw;
        line-height: 1;
    }

    #bo_v .page-top .page-title p.txt2 {
        font-size: 4.17vw;
        line-height: 9.72vw;
        margin-top: 0;
    }

    #bo_v .page-cont {
        margin: 4.17vw 6.94vw 0;
        padding: 6.94vw 6.94vw 4.17vw;
    }

    #bo_v .cont-cate {}

    #bo_v .cate-item {
        padding: 1.92vw 2.87vw;
        border-radius: 23.95vw;
    }

    #bo_v .cate-item p {
        font-size: 2.5vw;
    }

    #bo_v .cont-cate .edit-btn {
        display: none;
    }

    #bo_v .cont-cate .edit-btn img {}

    #bo_v .cont-cate button {}

    #bo_v p.cont-title {
        margin-top: 2.78vw;
        font-size: 4.17vw;
        line-height: 160%;
    }

    #bo_v .cont-info {
        margin-top: 2.78vw;
        gap: 1.39vw;
    }

    #bo_v .cont-info p.txt1 {
        font-size: 3.06vw;
    }

    #bo_v .cont-info p.txt2 {
        font-size: 3.06vw;
    }

    #bo_v .cont-content {
        margin-top: 2.78vw;
        padding: 4.17vw 0;
    }

    #bo_v .cont-content p.con-txt {
        font-size: 3.61vw;
    }

    #bo_v .compare-box {
        margin-top: 8.33vw;
    }

    #bo_v p.compare-title {
        font-size: 4.17vw;
        letter-spacing: -0.08vw;
    }

    #bo_v .compare-list {
        margin-top: 2.78vw;
        gap: 1.81vw;
        flex-direction: column;
    }

    #bo_v .compare-item {
        width: 100%;
        padding: 6.29vw 6.37vw 4.24vw 4.24vw;
        border-radius: 6.37vw 0vw 0vw 0vw;
        gap: 4.24vw;
    }

    #bo_v .compare-item .close-btn {
        width: 4.17vw;
        height: 4.17vw;
        top: 2.12vw;
        right: 2.12vw;
    }

    #bo_v .compare-item img.car_img {
        width: 21.22vw;
        height: auto;
    }

    #bo_v .compare-item .car_info {}

    #bo_v .compare-item .info_model {
        gap: 1.27vw;
    }

    #bo_v .compare-item .info_model img {
        height: 5.3vw;
        width: auto;
    }

    #bo_v .compare-item .info_model p {
        font-size: 3.61vw;
        letter-spacing: -0.07vw;
    }

    #bo_v .compare-item p.info_trim {
        height: auto;
        font-size: 3.06vw;
        letter-spacing: -0.06vw;
    }

    #bo_v .compare-item .info_price {
        margin-top: 2.12vw;
    }

    #bo_v .compare-item .info_price p.name {
        font-size: 3.06vw;
        letter-spacing: -0.06vw;
    }

    #bo_v .compare-item .info_price p.price {
        font-size: 3.06vw;
        letter-spacing: -0.06vw;
    }

    #bo_v .compare-list.vote-list {
        display: flex;
    }

    #bo_v .compare-list.vote-list .compare-item {
        padding: 11.81vw 4.17vw 4.17vw;
        gap: 2.78vw;
        width: 100%;
    }

    #bo_v .compare-list.vote-list .estimate-btn {
        gap: 0.9vw;
        top: 4.17vw;
        right: 4.17vw;
    }

    #bo_v .compare-list.vote-list .estimate-btn p {
        word-break: keep-all;
        font-size: 3.06vw;
        letter-spacing: -0.06vw;
    }

    #bo_v .compare-list.vote-list .estimate-btn img {
        height: 1.81vw;
    }

    #bo_v .compare-list.vote-list .item-inner {}

    #bo_v .compare-list.vote-list .item-inner img.car_img {
        height: auto;
    }

    #bo_v .vote-info {}

    #bo_v .vote-bar-container {
        height: 5.56vw;
        border-radius: 18.06vw;
    }

    #bo_v .vote-bar-container p {
        font-size: 2.71vw;
        letter-spacing: -0.05vw;
    }

    #bo_v .vote-bar-container p#percent0 {}

    #bo_v .vote-bar {
        border-radius: 18.06vw;
    }

    #bo_v .vote-btn {
        margin-top: 2.78vw;
        height: 11.11vw;
        border-radius: 18.06vw;
    }

    #bo_v .vote-btn p {
        font-size: 3.06vw;
        letter-spacing: -0.06vw;
    }

    #bo_v .vote-btn.on {}

    #bo_v .vote-btn.on p {}

    #bo_v_act {
        margin-top: 4.17vw;
        margin-bottom: 0;
    }

    #bo_v_act a {}

    #bo_v_act .bo_v_nogood,
    #bo_v_act .bo_v_good {
        width: 14.31vw;
        height: 8.33vw;
        gap: 1.67vw;
        border-radius: 5.02vw;
    }

    #bo_v_act a .thumbsImg {
        width: 3.33vw;
        height: 3.02vw;
    }

    #bo_v_act a .thumbsUp {}

    #bo_v_act a .thumbsDown {}

    #bo_v_act a:hover .thumbsUp {}

    #bo_v_act a:hover .thumbsDown {}

    #bo_v_act a strong {
        color: var(--, #777);
        font-family: Pretendard;
        font-size: 3.02vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    a.list-link {
        margin-top: 4.17vw;
        margin-left: 6.94vw;
        border-radius: 1.98vw;
        padding: 3.97vw 9.92vw;
        width: fit-content;
        height: fit-content;
    }

    a.list-link p {
        font-size: 3.06vw;
        letter-spacing: -0.06vw;
    }

    /* 댓글 */

    #bo_v .cmt_btn {}

    #bo_v .cmt_btn span.total {
        font-size: 3.47vw;
        letter-spacing: -0.07vw;
    }

    #bo_v .cmt_btn span.total:after,
    #bo_v .cmt_btn span.cmt_more,
    #bo_v .secret_cm,
    #bo_v .bo_vc_w textarea::-webkit-scrollbar,
    #bo_v .bo_v_nb {}

    #bo_v #bo_vc_empty {
        padding: 13.89vw 0;
        width: 100%;
        font-size: 3.61vw;
        letter-spacing: -0.07vw;
    }

    #bo_v .bo_vc_w {
        padding: 0 6.94vw 6.94vw;
    }

    #bo_v .bo_vc_w form#fviewcomment {}

    #bo_v .bo_vc_w form#fviewcomment a {}

    #bo_v .bo_vc_w .btn_confirm {}

    #bo_v .bo_vc_w .btn_submit {
        width: 20.83vw;
        height: 11.11vw;
        border-radius: 0.93vw;
        font-size: 3.06vw;
    }

    #bo_v .bo_vc_w textarea {
        font-size: 3.06vw;
        border-radius: 0.93vw;
        height: 11.11vw;
        width: 50vw;
        padding: 3.75vw 2.78vw;
    }

    #bo_v .bo_vc_w textarea::placeholder {
        font-size: 3.06vw;
    }

    #bo_v .bo_vc_w_info {}

    #bo_vc article {
        width: 100%;
        padding: 4.17vw 0;
    }

    #bo_vc article:last-child {}

    #bo_vc article .comment_box {
        display: block;
    }

    #bo_vc article.reply_cmt {}

    .bo_vc_hdinfo {
        font-size: 2.5vw;
        letter-spacing: -0.05vw;
    }

    #bo_vc header {
        gap: 1.39vw;
    }

    #bo_vc header span.super,
    #bo_vc header span.writer {
        width: 13.89vw;
        height: 6.94vw;
        padding: 0vw 1.11vw;
        border-radius: 4.17vw;
        font-size: 3.06vw;
        letter-spacing: -0.06vw;
        margin-right: 0;
    }

    #bo_vc header p {}

    #bo_vc .member {}

    #bo_vc .cmt_contents {
        padding-top: 4.86vw;
    }

    #bo_vc .cmt_contents p {
        font-size: 3.61vw;
        line-height: 160%;
        letter-spacing: -0.07vw;
    }

    #bo_vc header img {}

    #bo_v #bo_vc article .bo_vc_w {}

    #bo_vc {
        padding: 0 6.94vw;
    }

    .more_opt li {}

    .more_opt li a {}

    .more_opt li a:hover {}

    .more_opt {}

    .more_opt::before {}

    .more_opt:after {}

    #bo_v {}

    #bo_vc article .cm_wrap {}

    #bo_vc article .opt-box {
        margin-top: 4.17vw;
        width: 100%;
        justify-content: right;
        gap: 2.78vw;
    }

    #bo_vc article .opt-box .btn-box {
        gap: 0.56vw;
    }

    #bo_vc article .opt-box .btn-box a.replyBtn {
        border-radius: 18.59vw;
        padding: 2.23vw;
        gap: 0.93vw;
    }

    #bo_vc article .opt-box .btn-box a.replyBtn img {
        width: 2.42vw;
    }

    #bo_vc article .opt-box .btn-box a.replyBtn p {
        font-size: 2.42vw;
    }

    #bo_vc .bo_vl_opt {}

    .bo_vc_act {}

    .bo_vc_act:before {}

    .bo_vc_act:after {}

    .bo_vc_act li {}

    .bo_vc_act li a {}

    .bo_vc_act li a:hover {}

    #bo_v #bo_vc article .bo_vc_w {}

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment {
        margin-top: 4.17vw;
        border-radius: 0.69vw;
        padding: 1.11vw 2.08vw 3.47vw;
        height: 20.83vw;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment textarea {
        padding: 4.17vw;
        width: 100%;
        font-size: 3.06vw;
        min-height: 11.94vw;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_confirm {
        padding-right: 4.17vw;
        gap: 4.17vw;
    }

    #bo_v .bo_vc_w .btn_submit span {}

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_cancel {
        font-size: 3.06vw;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit {
        font-size: 3.06vw;
    }

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit p {}

    #bo_v #bo_vc article .bo_vc_w form#fviewcomment .btn_submit span {}

    .bo_vc_w_wr {
        margin-top: 0.69vw;
    }
}