.comment {
    margin: 1.25rem 0;
    border-radius: 0.75rem;
    border: 1px solid var(--white-3, #ECF2F7);
    padding: 1rem 1.25rem 1.5rem 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.comment .leftComment {
    border-right: 1px solid #ECF2F7;
    padding-right: 1.25rem;
}

.comment .leftComment h3 {
    color: var(--black-1, #061020);

    font-size: 1.5rem;
    font-style: normal;
    margin-bottom: 1rem;
    line-height: normal;
}

.comment .leftComment form {
    display: flex;
}

.comment .leftComment form .imageComment {
    width: 2rem;
}

.comment .leftComment form .demand_box {
    padding-left: 0.75rem;
    width: calc(100% - 2rem);
}

.comment .leftComment form .demand_box .question-demand__item {
    margin-bottom: 0.5rem;
}

.comment .leftComment form .demand_box .question-demand__item textarea {
    border-radius: 0.5rem;
    background: var(--white-2, #F6F9FC);
    height: 8.5rem;
    width: 100%;
    resize: unset;
    padding: 0.5rem;
    color: var(--black-1, #061020);
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    border: unset;
}

.comment .leftComment form .demand_box .question-demand__item textarea:focus {
    outline: unset;
}

.comment .leftComment form .demand_box .question-demand__item input {
    width: 100%;
    padding: 0.75rem 0.5rem;
    border-radius: 0.5rem;
    color: var(--black-1, #061020);
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    border: unset;
    border: unset;
}

.comment .leftComment form .demand_box .question-demand__item input:focus {
    outline: unset;
}

.comment .leftComment form .demand_box .question-demand__item #name {
    padding-left: 35px;
    background: var(--white-2, #F6F9FC) url("../image/iconName.svg") no-repeat top 11px left 10px;
}

.comment .leftComment form .demand_box .question-demand__item #email {
    padding-left: 35px;
    background: var(--white-2, #F6F9FC) url("../image/iconMail.svg") no-repeat top 13px left 10px;
}

.comment .leftComment form .demand_box .question-demand__item #phone {
    padding-left: 37px;
    background: var(--white-2, #F6F9FC) url("../image/iconPhone.svg") no-repeat top 12px left 10px;
}

.comment .leftComment form .demand_box .errorText {
    display: none;
}

.comment .leftComment form .demand_box .error {
    display: block;
    color: red;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    border: unset;
    margin-bottom: 1rem;
}

.comment .leftComment form .demand_box .error2 {
    margin-top: 0.5rem;
}

.comment .leftComment form .demand_box .flex-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5rem;
}

.comment .leftComment form .demand_box .demand-btn {
    text-align: right;
    padding: 1rem 0rem;
}

.comment .leftComment form .demand_box .demand-btn a {
    color: var(--white-1, #FFF);
    text-align: center;

    font-size: 0.75rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0.5rem;
    background: var(--main-1, #293A8E);
    padding: 1rem 2rem;
}

.comment .rightComment {
    padding-left: 1.25rem;
}

.comment .rightComment .itemComment {
    display: flex;
    margin-bottom: 0.75rem;
}

.comment .rightComment .itemComment:last-child {
    margin-bottom: 0px;
}

.comment .rightComment .itemComment .leftItemComment {
    width: 2rem;
}

.comment .rightComment .itemComment .rightItemComment {
    width: calc(100% - 2rem);
    padding-left: 0.75rem;
}

.comment .rightComment .itemComment .rightItemComment .contentComment {
    border-radius: 0.5rem;
    background: var(--white-2, #F6F9FC);
    padding: 0.75rem;
}

.comment .rightComment .itemComment .rightItemComment .contentComment .nameComment {
    color: #00916C;

    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.comment .rightComment .itemComment .rightItemComment .contentComment .nameComment span {
    margin-left: 0.5rem;
    color: var(--black-3, #6D727C);

    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comment .rightComment .itemComment .rightItemComment .contentComment .summary {
    margin-bottom: 0.5rem;
    color: #00916C;

    font-size: 1rem;
    font-style: normal;
    line-height: normal;
}

.comment .rightComment .itemComment .rightItemComment .contentComment a {
    color: #3DBDFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.comment .rightComment .itemCommentChild {
    padding-left: 2.75rem;
}

.comment .rightComment .replyComment {
    display: none;
    margin-bottom: 0.75rem;
}

.comment .rightComment .replyComment .question-demand__item {
    margin-bottom: 0.5rem;
}

.comment .rightComment .replyComment .question-demand__item textarea {
    border-radius: 0.5rem;
    background: var(--white-2, #F6F9FC);
    height: 8.5rem;
    width: 100%;
    resize: unset;
    padding: 0.5rem;
    color: var(--black-1, #061020);
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    border: unset;
}

.comment .rightComment .replyComment .question-demand__item textarea:focus {
    outline: unset;
}

.comment .rightComment .replyComment .question-demand__item input {
    width: 100%;
    padding: 0.75rem 0.5rem;
    border-radius: 0.5rem;
    color: var(--black-1, #061020);
    font-size: 1rem;
    font-style: normal;
    line-height: normal;
    border: unset;
    border: unset;
}

.comment .rightComment .replyComment .question-demand__item input:focus {
    outline: unset;
}

.comment .rightComment .replyComment .question-demand__item .nameCommentReply {
    padding-left: 35px;
    background: var(--white-2, #F6F9FC) url("../image/iconName.svg") no-repeat top 11px left 10px;
}

.comment .rightComment .replyComment .question-demand__item .emailReplyComment {
    padding-left: 35px;
    background: var(--white-2, #F6F9FC) url("../image/iconMail.svg") no-repeat top 13px left 10px;
}

.comment .rightComment .replyComment .question-demand__item .phoneReplyComment {
    padding-left: 37px;
    background: var(--white-2, #F6F9FC) url("../image/iconPhone.svg") no-repeat top 12px left 10px;
}

.comment .rightComment .replyComment .errorText {
    display: none;
}

.comment .rightComment .replyComment .error {
    display: block;
    color: red;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    border: unset;
    margin-bottom: 1rem;
}

.comment .rightComment .replyComment .error2 {
    margin-top: 0.5rem;
}

.comment .rightComment .replyComment .flex-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5rem;
}

.comment .rightComment .replyComment .demand-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.comment .rightComment .replyComment .demand-btn .leftBtn {
    padding: 0.9rem 0rem;
}

.comment .rightComment .replyComment .demand-btn .leftBtn a {
    color: var(--black-1);
    text-align: center;

    font-size: 0.75rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0.5rem;
    border: 1px solid var(--main-1, #293A8E);
    padding: 1rem 2rem;
}

.comment .rightComment .replyComment .demand-btn .rightBtn {
    text-align: right;
}

.comment .rightComment .replyComment .demand-btn .rightBtn a {
    color: var(--white-1, #FFF);
    text-align: center;

    font-size: 0.75rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0.5rem;
    background: var(--main-1, #293A8E);
    padding: 1rem 2rem;
}

.comment .rightComment .replyCommentActive {
    display: block;
}

.comment-full {
    display: grid;
    grid-template-columns: 1fr;
}

.comment-full .leftComment {
    border-right: 0px;
}

.comment-full .rightComment {
    display: none;
}

@media screen and (max-width: 767px) {
    .comment {
        margin: 2rem 0rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .comment .leftComment {
        border-right: 0px;
        border-bottom: 1px solid #ECF2F7;
        padding-right: 0px;
        padding-bottom: 1.25rem;
    }

    .comment .rightComment .replyComment .flex-form {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .comment .leftComment form .demand_box .flex-form{
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .comment .rightComment {
        padding-top: 1.25rem;
        padding-left: 0px;
    }

    .comment-full .leftComment {
        border-bottom: 0px solid #ECF2F7;
        padding-bottom: 0px;
    }
}

/*# sourceMappingURL=comment.css.map */
