html {
    scroll-behavior: smooth;
}
.fd-con{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 50px;
}
.fd-wrap{
    width: 100%;
    max-width: 645px;
}
.fd-user{
    width: 100%;
    margin-bottom: 17px;
    display: flex;
    align-items: flex-start;
}
.fd-img{
    width: 54px;
    height: 54px;
    border-radius: 27;
    margin-right: 18px;
}
.fd-img img{
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 27px;
}
.fd-caption{
    width: calc(100% - 72px);
}
.fdc-userxcat{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    column-gap: 11px;
    color: #FF9900;
    margin-bottom: 5px;
}
.fdc-userxcat .dot{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #FF9900;
}
.fd-caption h2{
    font-weight: bold;
    font-size: 19px;
    line-height: 30px;  
    color: #000000;
    word-break: break-all;
}
.fdc-time{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #979797;
    column-gap: 11px;
    margin-bottom: 5px;
}
.fdc-time .dot{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #979797;
}
.fd-desc{
    width: 100%;
    padding-left: 72px;
    padding-right: 72px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    word-break: break-word;
    color: #454545;
}
.fd-desc p{
    margin-bottom: 25px;
}
.fd-action{
    width:100%;
    padding-left: 72px;
    padding-right: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 5px;
}
.fda-sum{
    display: flex;
    align-items: center;
    column-gap: 25px;
}
.fdas-item{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.fdas-item img{
    width: 16.21px;
    height: auto;
    cursor: pointer;
}
.fdas-item span{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #979797;
}
.fda-share{
    display: flex;
    align-items: center;
    column-gap: 29px;
}
.fdasa-title{
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    color: #000000;
}
.fdasa-list{
    display: flex;
    align-items: center;
    gap: 17px;
}
.fdasa-item{
    width: 46px;
    height: 46px;
    background-color: #B5B5B5;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}
.fda-wa:hover{
    background-color: #4CAF50;
}
.fda-mail:hover{
    background-color: #FF9900;
}
.fd-comment{
    width: 100%;
    padding: 24px 0px 0px;
}
.fdco-head{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.fdco-head h2{
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #303030;
}
.fdco-btn{
    background: #FF9900;
    padding: 20px 22px;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    border-radius: 29px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}
.fdco-btn::after{
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    border-radius: 37.5px;
    width: 100.5%;
    height: 105%;
    border: 3px solid #FF9900;
    transition: all 300ms ease-in-out;
}
.fdco-btn:hover::after{
    left: 3px;
    top: -5px;
    border: 3px solid #000000;
}
.fdco-content-wrap{
    width:100% !important;
}
.fdco-content{
    width: calc(100% - 72px);
}
.fdco-item{
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid #D8D8D8;
}
.fdco-content .fdco-item:last-child{
    border-bottom: unset;
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.fdcoi-img{
    width: 54px;
    height: 54px;
    border-radius: 27px;
    margin-right: 18px;
    overflow: hidden;
}
.fdcoi-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 50%; */
}
.reply-to{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    margin-top: 5px;
    color: #6c757d;
}
.reply-to span{
    font-weight: 700;
    color: #000;
}
.line-reply-list{
    font-weight: 400;
    font-size: 14px;
    color: #6c757d;
    font-weight: 400;
    padding-bottom: 3px;
    width: 100%;
    margin: 10px 0px 20px;
    text-align: right;
    text-decoration: underline;
}
.reply-list{
    margin-top: 10px;
    margin-bottom: 10px;
}
.reply-list .fdcoi-img{
    width: 40px;
    height: 40px;
}
.fdcoc-content{
    width: 100%;
}
.fdcoc-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.fdcoc-head h3{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 0px;
}
.fdcoc-head span{
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #979797;
}
.fdco-content p,.fdcoc-desc{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #454545;
    width: 100%;
    max-width: 520px;
    word-break: break-all;
    margin-bottom: 11px;
}
.fdcoc-reply{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #979797;
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}
.fdcoi-action{
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fdcoi-btn{
    font-family: Mulish;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    height: 58px;
    background: #979797;
    width: 149px;
    border-radius: 29px;
    border: none;
    outline: none;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
}
.fdcoi-btn:focus{
    outline: none;
}
.fdcoi-btn:hover{
    background-color: #FF9900;
}
.fdcoi-btn-active{
    background-color: #FF9900;
}
.fdco-paginate{
    margin-top: 36px;
    margin-bottom: 33px;
}
.fdco-paginate .wpag-no{
    font-weight: 500;
}
.fd-join-title{
    margin-bottom: 18px;
}
.fd-join{
    width: 100%;
    display: grid;
    justify-items: center;
    margin-bottom: 67px;
}
.fd-join-title{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 29px;
    color: #000000;
}
.fd-join-btn{
    background: #E9003F;
    padding: 20px 50px;
    border-radius: 22px;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    border-radius: 37.5px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
.fd-join-btn::after{
    content: "";
    position: absolute;
    left: 0px;
    top: -2px;
    border-radius: 37.5px;
    width: 100.5%;
    height: 105%;
    border: 3px solid #E9003F;
    transition: all 300ms ease-in-out;
}
.fd-join-btn:hover::after{
    left: 3px;
    top: -5px;
    border: 3px solid #000000;
}
.fd-create{
    width: 100%;
    display: flex;
    margin-bottom: 100px;
    justify-content: center;
}
.fd-create-btn{
    display: grid;
    justify-items: center;
    row-gap: 10px;
    cursor: pointer;
}
.fd-create-btn img{
    width: 59px;
}
.fd-create-btn:hover .fd-create-title{
    color: #FF9900;
}
.fd-create-title{
    font-weight: 600;
    transition: all 300ms ease-in-out;
    font-size: 19px;
    line-height: 29px;
    color: #000000;
}
.fd-popular{
    width: 100%;
    padding: 35px 22px 40px 28px;
    background-color: #FFF1DC;
    box-shadow: 0px 4px 12px #F1F1F1;
    border-top: 5px solid #FF9900;
}
.fd-popular h2{
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #FF9900;
    margin-bottom: 30px;
}
.fdp-list{
    width: 100%;
}
.fdp-link:hover h3{
    color: #FF9900;
}
.fdp-item{
    margin-bottom: 26px;
    width: 100%;
}
.fdp-item h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}
.fdp-id{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 7px;
    word-break: break-all;
}
.fdp-name{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FF9900;
}
.fdp-time{
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #979797;
}
.fdp-item p{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #454545;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.fdcoc-desc-r{
    position: relative;
    word-break: break-all;   
}
@media only screen 
   and (max-width : 1000px) {
    .fd-con{
        margin-bottom: 39px;
    }
    .fd-user{
        margin-bottom: 10px;
    }
    .fd-caption h2{
        line-height: 26px;
        margin-bottom: 12px;
    }
    .fd-desc{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .fd-action{
        padding-left: 0px;
        padding-right: 0px;
        display: grid;
        row-gap: 35px;
        padding-bottom: 35px;
    }
    .fdco-head{
        display: grid;
        justify-items: center;
        align-items: unset;
        justify-content: unset;
        row-gap: 30px;
    }
    .fdco-head h2{
        font-size: 20px;
        line-height: 24px;
    }
    .fdco-btn{
        padding: 16px 60px;
        font-size: 14px;
        line-height: 17px;
    }
    .fdcoc-head{
        display: grid;
        margin-bottom: 15px;
    }
    .fdcoc-head h3{
        margin-bottom: 3px;
    }
    .fdco-content .fdcoc-desc{
        margin-left: -63px;
        width: calc(100% + 63px);
    }
    .fdcoc-desc-r{
        margin-left: 0px !important;
    }
    .fdcoc-desc-r p{
        margin-left: 0px !important;
    }
    .fdcoc-reply{
        margin-left: -63px;
    }
    .fdco-item{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .fdcoi-action{
        justify-content: center;
    }
    .fdcoi-btn{
        height: 50px;
        width: 100%;
        max-width: 270px;
    }
    .fd-popular{
        padding-bottom: 5px;
        margin-bottom: 35px;
    }
    .fda-wa{
        background-color: #4CAF50;
    }
    .fda-mail{
        background-color: #FF9900;
    }
    .fdp-item p{
        font-size: 14px;
        line-height: 22px;
    }
    .fdp-id{
        margin-bottom: 10px;
    }
    /* .fd-popular h2{
        font-weight: 700;
    } */
}