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

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

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

#bo_gall .page-top .page-title p.txt2 {
    font-family: Pretendard;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.8;
    margin: 20px auto 0;
    max-width: 620px;
    word-break: keep-all;
}

#bo_gall .page-top .write-btn {
    display: flex;
    width: 500px;
    height: 80px;
    justify-content: center;
    align-items: center;
    gap: 100px;
    border-radius: 100px;
    background: var(--A1, #E40321);
    margin: 30px auto 0;
    cursor: pointer;
}

#bo_gall .page-top .write-btn p {
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.7;
}

#bo_gall .page-top .cartype_choice {
    display: flex;
    gap: 10px;
    margin-top: 60px;
}

#bo_gall .page-top .part-select {
    flex: 1;
    position: relative;
}

#bo_gall .page-top .title-box {}

#bo_gall .page-top .selected-type {
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    height: 60px;
    background-image: url(../img/common/down_arrow_black.svg);
    background-repeat: no-repeat;
    background-size: 17.78px;
    background-position: right 30px center;
    cursor: pointer;
    gap: 5px;
    padding: 0 30px;
}

#bo_gall .page-top .selected-type h2 {
    font-size: 15.38px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.4000000059604645px;
    color: #222222;
    width: auto;
    height: auto;
    overflow: auto;
}

#bo_gall .page-top .selected-type p {
    font-size: 15.38px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.4000000059604645px;
    color: #222222;
    width: auto;
    height: auto;
    overflow: auto;
}

#bo_gall .page-top .selected-type img {
    width: 50px;
}

#bo_gall .page-top .title-box .select-list {
    border: 1px solid #DEDEDE;
    border-top: none;
    background: white;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: calc(100% - 1px);
    display: none;
    z-index: 2;
    max-height: 300px;
    overflow-y: scroll;
}

#bo_gall .page-top .title-box.on .select-list {
    display: block;
}

#bo_gall .page-top .title-box .select-list::-webkit-scrollbar {
    width: 8px;
    /* 스크롤바 너비 조정 */
    background: transparent;
    /* 스크롤바 배경 투명 */
}

#bo_gall .page-top .title-box .select-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    /* 스크롤바 색상 */
    border-radius: 10px;
    /* 모서리 둥글게 */
    opacity: 0.5;
}

#bo_gall .page-top .title-box .select-list::-webkit-scrollbar-track {
    background: transparent;
    /* 스크롤바 트랙 배경 투명 */
}

/* 스크롤바 길이를 짧게 조정 */
#bo_gall .page-top .title-box .select-list::-webkit-scrollbar-thumb {
    height: 20px;
    /* 스크롤바의 길이를 조정 */
}

#bo_gall .page-top .list-item {
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 60px;
    cursor: pointer;
    gap: 5px;
}

#bo_gall .page-top .list-item p {
    font-size: 15.38px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.4000000059604645px;
    color: #222222;
}

#bo_gall .page-top .list-item.on {}

#bo_gall .page-top .list-item.on p {
    font-weight: bold;
}

#bo_gall .page-top .list-item:hover {
    background: #E40321;
}

#bo_gall .page-top .list-item:hover p {
    color: white;
}

#bo_gall .page-top .list-item img {
    width: 50px;
}

#bo_gall #popupLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

#bo_gall #popupContent {
    position: relative;
    background: white;
    overflow: hidden;
    display: flex;
    width: 720px;
    padding: 120px 33.33px 66.67px 53.33px;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: 90vh;
    box-sizing: border-box;
}

#bo_gall #closePopup {
    position: absolute;
    top: 31.67px;
    right: 31.67px;
    cursor: pointer;
    background-image: url(../img/review/close_btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
}

#bo_gall #bo_btn_top {}

#bo_gall #bo_list_total,
#bo_gall button.btn_bo_sch.btn_b01.btn {
    display: none;
}

#bo_gall .review-sec {
    position: relative;
}

#bo_gall .review-sec .row1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

#bo_gall .review-sec .row1 img.brand_logo {
    height: 20px;
    margin: 0;
}

#bo_gall .review-sec .row1 p {
    color: #000;
    font-style: normal;
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

#bo_gall .review-sec .stars-row {
    display: flex;
    align-items: center;
}

#bo_gall .review-sec .star-item {
    width: 20px;
    height: 20px;
    background-image: url(../img/review/star_off.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

#bo_gall .review-sec .star-item.on {
    background-image: url(../img/review/star_on_red.svg);
}

#bo_gall .review-sec .row2 {}

#bo_gall .review-sec .row2 p {
    color: #777;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
}

#bo_gall .review-sec .row3 {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

#bo_gall .review-sec .row3 .txt-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

#bo_gall .review-sec .row3 p.txt-title {
    color: #777;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid #DEDEDE;
}

#bo_gall .review-sec .row3 p.txt-cont {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

#bo_gall .review-sec .row3 span {
    color: var(--A1, #E40321);
    font-weight: 700;
}

#bo_gall .review-sec .row4 {
    width: calc(100% - 330px);
}

#bo_gall .review-sec .row4 p {
    color: #777;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin-top: 40px;
    /* max-width: 600px; */
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 최대 2줄까지 보임 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#bo_gall .review-sec .row5 {}

/* #bo_gall .review-sec .file-list {}

#bo_gall .review-sec .file-item {
    width: 112px;
    height: 112px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}

#bo_gall .review-sec .file-item img,
#bo_gall .review-sec .file-item video {
    height: auto;
    width: 100%
} */

#bo_gall .review-sec .row6 {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

#bo_gall .review-sec .grade-box {
    border-radius: 100px;
    border: 1px solid var(--A1, #E40321);
    padding: 7px 15px;
    width: fit-content;
    height: fit-content;
}

#bo_gall .review-sec .grade-box p {
    color: var(--A1, #E40321);
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

#bo_gall .review-sec .img-box {
    width: 270px;
    overflow: hidden;
}

#bo_gall .gall_img {
    display: flex;
    align-items: center;
    border: none;
    gap: 10px;
}

#bo_gall .gall_img .file-item {
    width: 112px;
    height: 112px;
    border-radius: 10px;
    background: black;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#bo_gall .gall_img img,
#bo_gall .gall_img video {
    height: auto;
    width: 100%;
    max-width: none;
    margin: 0;
}

#bo_gall .gall_text_href {
    margin: 0;
}

#bo_gall .gall_box {
    margin: 0;
    border-radius: 0;
}

#bo_gall .gall_li {
    padding: 60px 20px;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    box-sizing: border-box;
}

#bo_gall .review-sec .good-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 100px;
    background: var(--_, #F5F5F3);
    box-sizing: border-box;
    cursor: pointer;
}

#bo_gall .review-sec .good-btn p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.23;
}

#bo_gall .review-sec .good-btn img {
    width: 15px;
    margin: 0;
}

#bo_gall .review-sec .good-btn span {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.23;
}

#bo_gall .review-sec .good-btn.on span {
    color: var(--A1, #E40321);
}

#bo_gall .review-sec .btn-box {
    position: absolute;
    right: 0;
    bottom: 30px;
}

#bo_gall .review-sec .btn-box a {
    display: flex;
    width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    box-sizing: border-box;
    cursor: pointer;
}

#bo_gall .review-sec .btn-box p {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

#bo_gall .review-sec a.detail-btn {}

#bo_gall .review-sec a.detail-btn p {}

#bo_gall .review-sec a.consult-btn {
    border: none;
    background: #222;
    margin-top: 5px;
}

#bo_gall .review-sec a.consult-btn p {
    color: white;
}

#bo_gall .chk_box input[type="checkbox"]+label span {
    top: 0;
    left: 0;
    border: 2px solid #E40321;
}

#bo_gall .bottom-banner {
    display: flex;
    width: 100%;
    height: 130px;
    padding: 0px 200px;
    justify-content: space-between;
    align-items: center;
    background: #FBFBD8;
    box-sizing: border-box;
    margin-top: 80px;
    cursor: pointer;
}

#bo_gall .bottom-banner .txt-box {}

#bo_gall .bottom-banner .txt-box p.txt1 {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.36px;
}

#bo_gall .bottom-banner .txt-box a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#bo_gall .bottom-banner .txt-box a p {
    color: #000;
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.26px;
}

#bo_gall .bottom-banner .txt-box a img {
    height: 10px;
}

#bo_gall .bottom-banner .img-box {
    position: relative;
    width: 156.986px;
    height: 200px;
}

#bo_gall .bottom-banner .img-box img {
    height: 100%;
    position: absolute;
    top: -15px;
    right: 0;
}

#bo_gall #gall_ul {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}


#bo_gall .gall_option {
    top: 0;
    right: 0;
}

#bo_gall .gall_option strong {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 50px;
    box-sizing: border-box;
    padding: 0px 20px;
    border-radius: 100px;
    box-shadow: none;
    background: var(--_, #F5F5F3);
}

#bo_gall .gall_option strong span {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

#bo_gall .gall_option strong img {
    width: 15px;
}

#bo_gall .gall_option strong b {
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

#bo_gall .gall_option strong b.on {
    color: var(--A1, #E40321);
}

#bo_gall .write-row {
    display: flex;
    padding-top: 30px;
    justify-content: right;
    gap: 20px;
}

#bo_gall .write-row button {
    background: #FFF;
    border: 1px solid #E40321;
    cursor: pointer;
    display: flex;
    width: 200px;
    height: 80px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5;
    color: #E40321;
}

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

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

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

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

    #bo_gall .page-top .page-title p.txt2 {
        font-family: Pretendard;
        font-size: 1.97vw;
        font-weight: 400;
        line-height: 1.8;
        margin: 1.52vw auto 0;
        max-width: 46.97vw;
        word-break: keep-all;
    }

    #bo_gall .page-top .write-btn {
        display: flex;
        width: 37.88vw;
        height: 6.06vw;
        justify-content: center;
        align-items: center;
        gap: 7.58vw;
        border-radius: 7.58vw;
        background: var(--A1, #E40321);
        margin: 2.27vw auto 0;
        cursor: pointer;
    }

    #bo_gall .page-top .write-btn p {
        color: #FFF;
        text-align: center;
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 700;
        line-height: 2.7;
    }

    #bo_gall .page-top .cartype_choice {
        display: flex;
        gap: 0.76vw;
        margin-top: 4.55vw;
    }

    #bo_gall .page-top .part-select {
        flex: 1;
        position: relative;
    }

    #bo_gall .page-top .title-box {}

    #bo_gall .page-top .selected-type {
        border: 0.08vw solid #DEDEDE;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        height: 4.55vw;
        background-image: url(../img/common/down_arrow_black.svg);
        background-repeat: no-repeat;
        background-size: 0.44vw;
        background-position: right 2.27vw center;
        cursor: pointer;
        gap: 0.38vw;
        padding: 0 2.27vw;
    }

    #bo_gall .page-top .selected-type h2 {
        font-size: 1.17vw;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -0.03vw;
        color: #222222;
        width: auto;
        height: auto;
        overflow: auto;
    }

    #bo_gall .page-top .selected-type p {
        font-size: 1.17vw;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: -0.03vw;
        color: #222222;
        width: auto;
        height: auto;
        overflow: auto;
    }

    #bo_gall .page-top .selected-type img {
        width: 3.79vw;
    }

    #bo_gall .page-top .title-box .select-list {
        border: 0.08vw solid #DEDEDE;
        border-top: none;
        background: white;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        top: calc(100% - 0.08vw);
        display: none;
        z-index: 2;
        max-height: 22.73vw;
        overflow-y: scroll;
    }

    #bo_gall .page-top .title-box.on .select-list {
        display: block;
    }

    #bo_gall .page-top .title-box .select-list::-webkit-scrollbar {
        width: 0.61vw;
        /* 스크롤바 너비 조정 */
        background: transparent;
        /* 스크롤바 배경 투명 */
    }

    #bo_gall .page-top .title-box .select-list::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
        /* 스크롤바 색상 */
        border-radius: 0.76vw;
        /* 모서리 둥글게 */
        opacity: 0.5;
    }

    #bo_gall .page-top .title-box .select-list::-webkit-scrollbar-track {
        background: transparent;
        /* 스크롤바 트랙 배경 투명 */
    }

    /* 스크롤바 길이를 짧게 조정 */
    #bo_gall .page-top .title-box .select-list::-webkit-scrollbar-thumb {
        height: 1.52vw;
        /* 스크롤바의 길이를 조정 */
    }

    #bo_gall .page-top .list-item {
        display: flex;
        align-items: center;
        padding: 0 2.27vw;
        height: 4.55vw;
        cursor: pointer;
        gap: 0.38vw;
    }

    #bo_gall .page-top .list-item p {
        font-size: 1.17vw;
        font-weight: normal;
        line-height: 1.5;
        letter-spacing: -0.03vw;
        color: #222222;
    }

    #bo_gall .page-top .list-item.on {}

    #bo_gall .page-top .list-item.on p {
        font-weight: bold;
    }

    #bo_gall .page-top .list-item:hover {
        background: #E40321;
    }

    #bo_gall .page-top .list-item:hover p {
        color: white;
    }

    #bo_gall .page-top .list-item img {
        width: 3.79vw;
    }

    #bo_gall #popupLayer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    #bo_gall #popupContent {
        position: relative;
        background: white;
        overflow: hidden;
        display: flex;
        width: 54.55vw;
        padding: 9.09vw 2.52vw 5.05vw 4.04vw;
        flex-direction: column;
        align-items: center;
        height: 100%;
        max-height: 90vh;
        box-sizing: border-box;
    }

    #bo_gall #closePopup {
        position: absolute;
        top: 2.4vw;
        right: 2.4vw;
        cursor: pointer;
        background-image: url(../img/review/close_btn.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 2.27vw;
        height: 2.27vw;
    }

    #bo_gall #bo_btn_top {}

    #bo_gall #bo_list_total,
    #bo_gall button.btn_bo_sch.btn_b01.btn {
        display: none;
    }

    #bo_gall .review-sec {
        position: relative;
    }

    #bo_gall .review-sec .row1 {
        display: flex;
        align-items: center;
        gap: 0.76vw;
    }

    #bo_gall .review-sec .row1 img.brand_logo {
        height: 1.52vw;
        margin: 0;
        width: auto;
    }

    #bo_gall .review-sec .row1 p {
        color: #000;
        font-style: normal;
        font-family: Pretendard;
        font-size: 1.52vw;
        font-weight: 700;
        line-height: 1.2;
    }

    #bo_gall .review-sec .stars-row {
        display: flex;
        align-items: center;
    }

    #bo_gall .review-sec .star-item {
        width: 1.52vw;
        height: 1.52vw;
        background-image: url(../img/review/star_off.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.14vw;
    }

    #bo_gall .review-sec .star-item.on {
        background-image: url(../img/review/star_on_red.svg);
    }

    #bo_gall .review-sec .row2 {}

    #bo_gall .review-sec .row2 p {
        color: #777;
        font-family: Pretendard;
        font-size: 1.21vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        margin-top: 0.76vw;
    }

    #bo_gall .review-sec .row3 {
        display: flex;
        align-items: center;
        gap: 2.27vw;
        margin-top: 1.52vw;
    }

    #bo_gall .review-sec .row3 .txt-block {
        display: flex;
        align-items: center;
        gap: 0.76vw;
    }

    #bo_gall .review-sec .row3 p.txt-title {
        color: #777;
        font-family: Pretendard;
        font-size: 1.21vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        padding-right: 0.76vw;
        border-right: 0.08vw solid #DEDEDE;
    }

    #bo_gall .review-sec .row3 p.txt-cont {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.21vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
    }

    #bo_gall .review-sec .row3 span {
        color: var(--A1, #E40321);
        font-weight: 700;
    }

    #bo_gall .review-sec .row4 {
        width: calc(100% - 25vw);
    }

    #bo_gall .review-sec .row4 p {
        color: #777;
        font-family: Pretendard;
        font-size: 1.14vw;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        margin-top: 3.03vw;
        /* max-width: 45.45vw; */
        word-wrap: break-word;
        word-break: break-word;
        overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* 최대 2줄까지 보임 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #bo_gall .review-sec .row5 {}

    /* #bo_gall .review-sec .file-list {}

#bo_gall .review-sec .file-item {
    width: 8.48vw;
    height: 8.48vw;
    border-radius: 0.76vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
}

#bo_gall .review-sec .file-item img,
#bo_gall .review-sec .file-item video {
    height: auto;
    width: 100%
} */

    #bo_gall .review-sec .row6 {
        display: flex;
        align-items: center;
        gap: 0.38vw;
        margin-top: 2.27vw;
    }

    #bo_gall .review-sec .grade-box {
        border-radius: 7.58vw;
        border: 0.08vw solid var(--A1, #E40321);
        padding: 0.53vw 1.14vw;
        width: fit-content;
        height: fit-content;
    }

    #bo_gall .review-sec .grade-box p {
        color: var(--A1, #E40321);
        font-family: Pretendard;
        font-size: 0.91vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
    }

    #bo_gall .review-sec .img-box {
        width: 20.45vw;
        overflow: hidden;
    }

    #bo_gall .gall_img {
        display: flex;
        align-items: center;
        border: none;
        gap: 0.76vw;
    }

    #bo_gall .gall_img .file-item {
        width: 8.48vw;
        height: 8.48vw;
        border-radius: 0.76vw;
        background: black;
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2.27vw;
    }

    #bo_gall .gall_img img,
    #bo_gall .gall_img video {
        height: auto;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    #bo_gall .gall_text_href {
        margin: 0;
    }

    #bo_gall .gall_box {
        margin: 0;
        border-radius: 0;
    }

    #bo_gall .gall_li {
        padding: 4.55vw 1.52vw;
        border-bottom: 0.08vw solid #DEDEDE;
        width: 100%;
        box-sizing: border-box;
    }

    #bo_gall .review-sec .good-btn {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        height: 3.79vw;
        padding: 0.53vw 1.52vw;
        justify-content: center;
        align-items: center;
        gap: 0.38vw;
        border-radius: 7.58vw;
        background: var(--_, #F5F5F3);
        box-sizing: border-box;
        cursor: pointer;
    }

    #bo_gall .review-sec .good-btn p {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.23;
    }

    #bo_gall .review-sec .good-btn img {
        width: 1.14vw;
        margin: 0;
    }

    #bo_gall .review-sec .good-btn span {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.23;
    }

    #bo_gall .review-sec .good-btn.on span {
        color: var(--A1, #E40321);
    }

    #bo_gall .review-sec .btn-box {
        position: absolute;
        right: 0;
        bottom: 2.27vw;
    }

    #bo_gall .review-sec .btn-box a {
        display: flex;
        width: 22.73vw;
        height: 3.79vw;
        justify-content: center;
        align-items: center;
        border-radius: 7.58vw;
        border: 0.08vw solid #DEDEDE;
        background: #FFF;
        box-sizing: border-box;
        cursor: pointer;
    }

    #bo_gall .review-sec .btn-box p {
        color: var(--title-, #222);
        text-align: center;
        font-family: Pretendard;
        font-size: 0.91vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
    }

    #bo_gall .review-sec a.detail-btn {}

    #bo_gall .review-sec a.detail-btn p {}

    #bo_gall .review-sec a.consult-btn {
        border: none;
        background: #222;
        margin-top: 0.38vw;
    }

    #bo_gall .review-sec a.consult-btn p {
        color: white;
    }

    #bo_gall .chk_box input[type="checkbox"]+label span {
        top: 0;
        left: 0;
    }

    #bo_gall .bottom-banner {
        display: flex;
        width: 100%;
        height: 9.85vw;
        padding: 0vw 15.15vw;
        justify-content: space-between;
        align-items: center;
        background: #FBFBD8;
        box-sizing: border-box;
        margin-top: 6.06vw;
        cursor: pointer;
    }

    #bo_gall .bottom-banner .txt-box {}

    #bo_gall .bottom-banner .txt-box p.txt1 {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.03vw;
    }

    #bo_gall .bottom-banner .txt-box a {
        display: flex;
        align-items: center;
        gap: 0.76vw;
        margin-top: 0.76vw;
    }

    #bo_gall .bottom-banner .txt-box a p {
        color: #000;
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: -0.02vw;
    }

    #bo_gall .bottom-banner .txt-box a img {
        height: 0.76vw;
        width: auto;
    }

    #bo_gall .bottom-banner .img-box {
        position: relative;
        width: 11.89vw;
        height: 15.15vw;
    }

    #bo_gall .bottom-banner .img-box img {
        height: 100%;
        position: absolute;
        top: -1.14vw;
        right: 0;
        width: auto;
    }

    #bo_gall #gall_ul {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }


    #bo_gall .gall_option {
        top: 0;
        right: 0;
    }

    #bo_gall .gall_option strong {
        display: flex;
        align-items: center;
        gap: 0.38vw;
        height: 3.79vw;
        box-sizing: border-box;
        padding: 0vw 1.52vw;
        border-radius: 7.58vw;
        box-shadow: none;
        background: var(--_, #F5F5F3);
    }

    #bo_gall .gall_option strong span {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.2;
    }

    #bo_gall .gall_option strong img {
        width: 1.14vw;
    }

    #bo_gall .gall_option strong b {
        font-family: Pretendard;
        font-size: 0.98vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.2;
    }

    #bo_gall .gall_option strong b.on {
        color: var(--A1, #E40321);
    }

    #bo_gall .write-row {
        display: flex;
        padding-top: 2.27vw;
        justify-content: right;
        gap: 1.52vw;
    }

    #bo_gall .write-row button {
        background: #FFF;
        border: 0.08vw solid #E40321;
        cursor: pointer;
        display: flex;
        width: 15.15vw;
        height: 6.06vw;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        text-align: center;
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 700;
        line-height: 2.5;
        color: #E40321;
    }
}

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

@media (max-width: 720px) {
    #bo_gall .page-top {
        padding: 0 6.94vw;
    }

    #bo_gall .page-top .page-title {
        padding-top: 16.67vw;
        padding-bottom: 8.33vw;
    }

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

    #bo_gall .page-top .page-title p.txt2 {
        font-size: 4.17vw;
        line-height: 150%;
        margin: 2.78vw auto 0;
    }

    #bo_gall .page-top .write-btn {
        margin: 4.17vw auto 0;
        width: 69.44vw;
        height: 13.89vw;
        border-radius: 13.89vw;
        gap: 0;
    }

    #bo_gall .page-top .write-btn p {
        font-size: 3.61vw;
        line-height: 6.25vw;
    }

    #bo_gall .page-top .cartype_choice {
        margin-top: 12.15vw;
        gap: 1.39vw;
    }

    #bo_gall .page-top .part-select {}

    #bo_gall .page-top .title-box {}

    #bo_gall .page-top .selected-type {
        height: 11.11vw;
        background-size: 2.49vw;
        background-position: right 2.78vw center;
        gap: 0.69vw;
        padding: 0 2.78vw;
    }

    #bo_gall .page-top .selected-type h2 {
        font-size: 3.06vw;
        line-height: normal;
        letter-spacing: -0.06vw;
    }

    #bo_gall .page-top .selected-type p {}

    #bo_gall .page-top .selected-type img {
        width: 6.94vw;
    }

    #bo_gall .page-top .title-box .select-list {
        max-height: 41.67vw;
        top: calc(100% - 0.14vw);
    }

    #bo_gall .page-top .title-box.on .select-list {}

    #bo_gall .page-top .title-box .select-list::-webkit-scrollbar {}

    #bo_gall .page-top .title-box .select-list::-webkit-scrollbar-thumb {}

    #bo_gall .page-top .title-box .select-list::-webkit-scrollbar-track {}

    #bo_gall .page-top .title-box .select-list::-webkit-scrollbar-thumb {}

    #bo_gall .page-top .list-item {
        padding: 0 2.78vw;
        height: 11.11vw;
        gap: 0.69vw;
    }

    #bo_gall .page-top .list-item p {
        font-size: 3.06vw;
        letter-spacing: -0.06vw;
        line-height: normal;
    }

    #bo_gall .page-top .list-item.on {}

    #bo_gall .page-top .list-item.on p {}

    #bo_gall .page-top .list-item:hover {}

    #bo_gall .page-top .list-item:hover p {}

    #bo_gall .page-top .list-item img {}

    #bo_gall #popupLayer {}

    #bo_gall #popupContent {
        padding: 11.32vw 4.17vw 6.94vw 6.94vw;
        width: 86.11vw;
        gap: 0;
    }

    #bo_gall #closePopup {
        width: 4.17vw;
        height: 4.17vw;
        top: 3.47vw;
        right: 3.88vw;
    }

    #bo_gall #popupIframe {}

    #bo_gall #bo_btn_top {}

    #bo_gall #bo_list_total,
    #bo_gall button.btn_bo_sch.btn_b01.btn {}

    #bo_gall .review-sec {}

    #bo_gall .review-sec .row1 {
        gap: 0.69vw;
    }

    #bo_gall .review-sec .row1 img.brand_logo {
        height: 4.44vw;
        width: auto;
    }

    #bo_gall .review-sec .row1 p {
        font-size: 4.17vw;
        line-height: normal;
    }

    #bo_gall .review-sec .stars-row {}

    #bo_gall .review-sec .star-item {
        width: 4.17vw;
        height: 4.17vw;
        background-size: 3.06vw;
    }

    #bo_gall .review-sec .star-item.on {}

    #bo_gall .review-sec .row2 {
        margin-top: 1.39vw;
    }

    #bo_gall .review-sec .row2 p {
        font-size: 3.06vw;
        margin: 0;
        line-height: 150%;
    }

    #bo_gall .review-sec .row3 {
        margin-top: 2.78vw;
        gap: 2.78vw;
    }

    #bo_gall .review-sec .row3 .txt-block {
        gap: 1.39vw;
    }

    #bo_gall .review-sec .row3 p.txt-title {
        font-size: 3.06vw;
        line-height: 2.22vw;
        padding-right: 1.39vw;
    }

    #bo_gall .review-sec .row3 p.txt-cont {
        font-size: 3.06vw;
        line-height: 2.22vw;
    }

    #bo_gall .review-sec .row3 span {}

    #bo_gall .review-sec .row4 {
        margin-top: 4.17vw;
        width: 100%;
    }

    #bo_gall .review-sec .row4 p {
        margin: 0;
        font-size: 3.06vw;
        line-height: 150%;
        -webkit-line-clamp: 4;
    }

    #bo_gall .review-sec .row5 {}

    #bo_gall .review-sec .row6 {
        margin-top: 2.92vw;
        gap: 1.39vw;
    }

    #bo_gall .review-sec .grade-box {
        padding: 2.08vw;
        border-radius: 13.89vw;
    }

    #bo_gall .review-sec .grade-box p {
        font-size: 2.5vw;
        line-height: 2.22vw;
    }

    #bo_gall .review-sec .img-box {}

    #bo_gall .gall_img {
        width: 100%;
        gap: 1.39vw;
        margin-top: 4.17vw;
        overflow-x: scroll;
    }

    #bo_gall .gall_img .file-item {
        margin: 0;
        width: 20.18vw;
        height: 20.18vw;
        border-radius: 1.8vw;
        flex-shrink: 0;
    }

    #bo_gall .gall_img img,
    #bo_gall .gall_img video {}

    #bo_gall .gall_text_href {}

    #bo_gall .gall_box {}

    #bo_gall .gall_li {
        padding: 8.33vw 0;
    }

    #bo_gall .review-sec .good-btn {}

    #bo_gall .review-sec .good-btn p {}

    #bo_gall .review-sec .good-btn img {}

    #bo_gall .review-sec .good-btn span {}

    #bo_gall .review-sec .good-btn.on span {}

    #bo_gall .review-sec .btn-box {
        position: relative;
        right: unset;
        bottom: unset;
        margin-top: 4.17vw;
        display: flex;
        gap: 1.39vw;
    }

    #bo_gall .review-sec .btn-box a {
        width: 50%;
        height: 11.11vw;
        border-radius: 13.89vw;
    }

    #bo_gall .review-sec .btn-box p {
        font-size: 3.06vw;
        line-height: 2.22vw;
    }

    #bo_gall .review-sec a.detail-btn {}

    #bo_gall .review-sec a.detail-btn p {}

    #bo_gall .review-sec a.consult-btn {
        margin: 0;
    }

    #bo_gall .review-sec a.consult-btn p {}

    #bo_gall .chk_box input[type="checkbox"]+label span {}

    #bo_gall .bottom-banner {
        margin: 8.33vw auto 0;
        padding: 11.11vw 6.94vw 4.17vw;
        width: calc(100% - 13.89vw);
        display: block;
        box-sizing: border-box;
        height: auto;
    }

    #bo_gall .bottom-banner .txt-box {}

    #bo_gall .bottom-banner .txt-box p.txt1 {
        font-size: 6.25vw;
        line-height: 160%;
        letter-spacing: -0.13vw;
    }

    #bo_gall .bottom-banner .txt-box a {
        width: auto;
        gap: 1.39vw;
        margin-top: 2.78vw;
    }

    #bo_gall .bottom-banner .txt-box a p {
        font-size: 4.17vw;
        line-height: 2.78vw;
        letter-spacing: -0.08vw;
    }

    #bo_gall .bottom-banner .txt-box a img {
        width: auto;
        height: 2.78vw;
    }

    #bo_gall .bottom-banner .img-box {
        width: auto;
        height: auto;
        display: flex;
        justify-content: right;
        margin-top: 2.78vw;
    }

    #bo_gall .bottom-banner .img-box img {
        position: relative;
        width: 32.71vw;
        height: auto;
        top: unset;
        right: unset;
    }

    #bo_gall #gall_ul {
        padding: 0 6.94vw;
        margin-top: 8.33vw;
    }

    #bo_gall .gall_option {}

    #bo_gall .gall_option strong {
        padding: 1.39vw 4.17vw;
        height: 8.33vw;
        border-radius: 13.89vw;
        gap: 0.69vw;
    }

    #bo_gall .gall_option strong span {
        font-size: 2.5vw;
        line-height: 2.22vw;
    }

    #bo_gall .gall_option strong img {}

    #bo_gall .gall_option strong b {
        font-size: 1.81vw;
        line-height: 2.22vw;
    }

    #bo_gall .gall_option strong b.on {}

    #bo_gall .write-row {
        display: none;
    }

    #bo_gall .write-row button {}

    #bo_gall .gall_con {
        padding-top: 9.72vw;
    }

    #bo_gall .gall_option strong img {
        width: 2.08vw;
    }
}