﻿
.commentTourDetail_update {
    background: #f5f5f5;
    padding: 80px 0;
}

    .commentTourDetail_update .wrp {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center
    }

        .commentTourDetail_update-title {
            font-size: 25px;
            color: #171717;
            text-align: center;
            margin: 20px 0;
        }

.commentTourDetail_update-item .cm_update-top .cm_top-title {
    color: #a24d24;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 30px
}

.cm_update-bottom {
    text-align: justify
}

.commentTourDetail_update .wrp .commentTourDetail_update-group {
    display: flex;
    gap: 20px
}

.commentTourDetail_update-group .commentTourDetail_update-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 25%;
    padding-right: 40px
}

    .commentTourDetail_update-group .commentTourDetail_update-item:last-child {
        padding-right: 0
    }

    .commentTourDetail_update-item .cm_update-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        color: #a24d24
    }

    .commentTourDetail_update-item .cm_update-top img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

.commentTourDetail_update-btn {
    color: #fff;
    background: #a24d24;
    border-radius: 4px;
    padding: 2px 20px;
    font-size: 20px;
    outline: none;
    border: 1px solid #a24d24;
    display: inline-block;
    line-height: 30px
}

.commentTourDetail_update-btn-container {
    text-align: center;
    padding: 30px 0
}

    .commentTourDetail_update-btn-container a:hover {
        background: #fff
    }

.commentTourDetail_update .container .commentTourDetail_update-group {
    display: flex;
}

.number-process {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 1px solid #a24d24;
    background: #fff;
    color: #a24d24;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.box-process {
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
}

.process-line_right {
    position: absolute;
    width: calc(50% - 2px);
    height: 1px;
    background: #a24d24;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.process-line_left {
    position: absolute;
    width: calc(50% - 2px);
    height: 1px;
    background: #a24d24;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .commentTourDetail_update .container .commentTourDetail_update-group{
        overflow: auto
    }
    .number-process {
        width: 40px;
        height: 40px;
    }
    .commentTourDetail_update-item .cm_update-top img {
        height: 72px;
        width: 72px
    }

}

@media (max-width: 1199px) and (min-width: 744px) {
    .commentTourDetail_update-group .commentTourDetail_update-item {
        min-width: 45%
    }
}