.thread-container {
    width: 1435px;
    margin: 0 auto;
    padding-bottom: 96px;
}
.box-card {
    padding: 50px 66px 72px 66px;
}
.avatar {
    object-fit: cover;
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    border:solid #696969 2px ;
}

.post-picture {
    width: 238px;
    height: 238px;
    margin-right: 10px;
    object-fit: cover;
}

.post-time {
    font-size: 18px;
}

.current-page {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #5D5D5D;
    padding-left: 0px;
}

.link-note  {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    text-decoration-line: underline !important;
    color: #BE9F36;
}
.inquiry-form {
    padding: 0;
}
.inquiry-form-input {
    margin-top: 37px;
}
.inquiry-form-input input{
    border: 1px solid #838383;
    border-radius: 5px;
    height: 66px;
}

.inquiry-file {
    background-color: #FFFFFF;
    border: 1px solid #838383;
    border-radius: 5px;
    margin-bottom: 6px;
    font-size: 16px;
    width: 249px;
    padding-left: 25px;
}
.info-request__form-input {
    width: 100%;
    height: 164px;
    border: 1px solid #838383;
    border-radius: 5px;
}

.info-request__form-input::placeholder{
    color: #B5B5B5;
}
.icon-plus {
    width: 30px;
    height: 54px;
}
.btn-file {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #13395B;
}
.text-name {
    font-size: 18px;
}
.text-section {
    font-size: 14px;
}

.text-gray {
    color: #5D5D5D;
}