.wrap_1400::after, ul::after, .cl::after {
    display: none;
}

section{
    font-family: 'pretendard', sans-serif;
    font-size: 1.6rem;
}

.detail_head{
    padding: 40px 0;
}
.detail_head .title {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.detail_head .--flex{
    display: flex;
    align-items: center;
    color: #666;
    gap: 20px;
    margin-bottom: 20px;
}

.detail_head .share-btn {
    border: 1px solid #bbb;
    width: 120px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #666;
    gap: 10px;
    border-radius: 99px;
    margin: 0 0 0 auto;
    font-size: 1.4rem;
}

.detail_head .share-btn i {
    font-size: 18px;
}

.detail_body{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 40px 0;
    box-sizing: border-box;
}

.detail_body textarea{
    width: auto;
    font-size: 1.4rem;
}

.replay-warp { 
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
    padding: 0 0 20px;
}

.replay-warp .replay-title {
    width: 100%;
    padding: 10px 10px 10px 20px;
    font-size: 1.4rem;
    color: #666;
    background-color: #f8f8f8;
    box-sizing: border-box;
    
}

.replay-warp .replay-header {
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    position: relative;
    margin: 20px 0 10px;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 0 10px 60px;
}

.replay-warp .replay-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 1px solid #eaeaea;
    background-color: #f5f5f5;
    border-radius: 99px;

}

.replay-warp .replay-header .name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.replay-warp .replay-header b {
    color: #999;
    line-height: 1;
    font-size: 1.4rem;
}

.list-btn{
    font-size: 2.5rem;
    width: 200px;
    height: 50px;
    margin: 0 auto 40px;
    border: 1px solid #000;
    border-radius: 99px;
    background: none;
    display: block;
    margin-top: 50px;
}

.list-btn a{
    display: block;
}
