




.con-board-view {
    width: 100%;
}

.boardview-box {
    width: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.con-board-view > .boardview-box > .view-box {
    width: 100%;
    height: 100%;
    
    background-color: rgb(255, 255, 255);
    padding: 70px 20px 20px;
}


.view-box > .top-back {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.view-box > .top-back > a > .top-back-btn {
    text-align: center;
    line-height: 50px;
    width: 200px;
    height: 50px;

    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);

    cursor: pointer;
    transition: all 0.5s ease;
}

.top-back2 > a > .top-back-btn2 {
    position: relative;
    text-align: center;
    width: 200px;
    height: 50px;
    margin: 70px 0 20px;

    left: calc(50% - 100px);

    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);

    cursor: pointer;
    transition: all 0.5s ease;
}

.view-box > .top-back > a > .top-back-btn:hover,
.top-back2 > a > .top-back-btn2:hover {
    background-color: rgb(204, 99, 99);
}


.view-box > .content-view {
    position: relative;
    display: flex;
    flex-flow: row wrap;

    border-top: 1px solid rgb(216, 216, 216);

    padding: 0;
}

.content-view > .tex-5 {
    position: relative;
    display: flex;
    width: 50%;
    height: 65px;
    
    border-bottom: 1px solid rgb(216, 216, 216);

}

.content-view > .tex-5 > span:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;

    font-size: 14px;
    font-weight: 400;
    color: rgb(68, 68, 68);

    background-color: rgb(242, 242, 242);
}

.content-view > .tex-5 > span:nth-of-type(2) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    width: 70%;
    height: 100%;

    font-size: 14px;
    font-weight: 300;
    color: rgb(102, 102, 102);

    background-color: rgb(255, 255, 255);
}

#file > img {
    width: 25px;
}


.content-view > .tex-10 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 60px 30px 40px;
    
    border-bottom: 1px solid rgb(216, 216, 216);

}

.content-view > .tex-10 > span {
    text-align: left;
}

.content-view > .tex-10 > span:nth-of-type(1) {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(34, 34, 34);
}

.content-view > .tex-10 > span:nth-of-type(2) {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
    width: 100%;
    
    color: rgb(102, 102, 102);
}


/* 폼 */

.view-formbox {
    padding: 50px 0px;
}

.view-formbox > form {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: 100%;
}

.view-formbox > form > .view-input {
    position: relative;
    display: flex;
    padding: 0 15px;
    height: 45px;
    width: 25%;

    border: 1px solid rgb(202, 202, 202);
}

.view-formbox > form > .view-input:nth-child(1) {
    margin-right: 10px;
}

.view-texare {
    width: 100%;
    margin-top: 10px;

    border: 1px solid rgb(202, 202, 202);
}

#view-btn {
    margin-top: 20px;
    width: 200px;
    height: 50px;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);

    cursor: pointer;

    border: none;
    outline: transparent;
}

#view-btn:active {
    background-color: rgb(206, 101, 101);
    outline: transparent;
}


/* 댓글 리스트 */
#view-replebox {
    position: relative;
}

#view-replebox > ul > li {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
#view-replebox > ul > li#bizz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

#bizz > span {
    text-align: left;
}

#bizz > span > img {
    width:170px;
}

#bizz > span:nth-child(2) {
    display: flex;
    flex-grow: 1;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #555555;
    border: 1px solid rgb(230, 230, 230);
    
}

#bizz > span:nth-child(1) {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    width: 200px;
    height: 100%;
}


#view-replebox > ul > li#guest {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

#guest {
    padding-left: 20px;
}

#guest > span {
    text-align: left;
}


#guest > span > img {
    width:170px;
}

#guest > span:nth-child(2) {
    display: flex;
    flex-grow: 1;
    padding: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #555555;
    border: 1px solid rgb(230, 230, 230);
    
}

#guest > span:nth-child(1) {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    width: 200px;
    height: 100%;
}



@media (max-width:576px) {
    .content-view > .tex-5 {
        position: relative;
        display: flex;
        width: 100%;
        height: 55px;
        
        border-bottom: 1px solid rgb(216, 216, 216);
    
    }
}




@media (max-width:768px) {
    #view-replebox > ul > li {
        display: flex;
        flex-flow: column wrap;
        width: 100%;
        margin-bottom: 25px;
    }

    #bizz > span:nth-child(1) {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    #bizz > span > img {
        width:130px;
    }

    #guest > span:nth-child(1) {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    #guest > span > img {
        width:130px;
    }

    .con-board-view > .boardview-box > .view-box {
        padding: 20px 0px;
    }

    .con-board-view {
        width: 100%;
        margin-bottom: 0;
    }
    
    .content-view > .tex-10 > span:nth-of-type(2) {
        font-size: 13px;
        line-height: 22px;
    }

    #bizz > span:nth-child(2) {
        font-size: 13px;
        line-height: 22px;

        text-align: left;
    }

    #guest > span:nth-child(2) {
        font-size: 13px;
        line-height: 22px;

        text-align: left;
    }


    /* 폼 */

.view-formbox > form > .view-input {
    height: 35px;
    width: 40%;
}

}