/* 컨텐츠 소제목 */
.contents_title {
    font-size: 36px; /* 기본 폰트 크기 */
    line-height: 44px; /* 기본 줄 간격 */
    font-weight: 700; /* 기본 글꼴 두께 */
    /*color: #000;*/
}
/* PC 화면에서 폰트 크기 조정 */
@media (min-width: 1024px) {
    .contents_title {
        font-size: 28px;
    }
}

/* 아이콘 + 컨텐츠 소제목 */
.icon_contents_div {
    gap: 0.5rem;
    align-items: center;
    flex-direction: row;
    display: flex;
}
.icon_contents_div svg {
    width: 50px;
    height: 50px;
}
.icon_contents_div h2 {
    font-size: 22px; /* 기본 폰트 크기 */
    font-weight: 800; /* 기본 글꼴 두께 */
    line-height: 1.25;
}
@media (min-width: 1024px) {
    .icon_contents_div h2 {
        font-size: 28px;
    }
}
.icon_contents_title {
    font-size: 22px; /* 기본 폰트 크기 */
    font-weight: 800; /* 기본 글꼴 두께 */
    line-height: 1.25;
}
@media (min-width: 1024px) {
    .icon_contents_title {
        font-size: 28px;
    }
}

/* 댓글창 */
.comment_div:focus-within {
    border: 1px solid #7639DF;
}
/* 댓글창 */
.comment_div {

    height: 175px;
    padding: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-width: 1px;
    border-radius: 16px;
    flex-direction: column;
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}
.comment_div_writer {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 5px;
}
.comment_div textarea {
    margin-bottom: 15px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    resize: vertical;
}

.comment_reg_button {
    width: 70px;
    height: 33px;
    --tw-text-opacity: 1;
    color: rgb(118 57 223 / var(--tw-text-opacity));
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 238 255) / var(--tw-bg-opacity);
    --tw-border-opacity: 1;
    border-color: rgb(118 57 223) / var(--tw-border-opacity);
    border-width: 1px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}


.comment_reg_button.reverse {
    width: 70px;
    height: 33px;
    --tw-text-opacity: 1;
    background-color: rgb(118 57 223 / var(--tw-text-opacity));
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    --tw-bg-opacity: 1;
    color:#fff;
    --tw-border-opacity: 1;
    border-color: rgb(118 57 223) / var(--tw-border-opacity);
    border-width: 1px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}


/* 답글창 */
.reply_div {
    height: 10rem;
    padding: 13px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: #888;
    border-width: 1px;
    border-radius: 16px;
    flex-direction: column;
    width: 90%;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5%;
}
.reply_div_writer {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 5px;
}
.reply_div textarea {
    margin-bottom: 15px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    resize: vertical;
}
.reply_cancel_button {
    width: 70px;
    height: 33px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 238 255) / var(--tw-bg-opacity);
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0) / var(--tw-border-opacity);
    border-width: 1px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.reply_reg_button {
    min-width: 70px;
    height: 33px;
    --tw-text-opacity: 1;
    color: rgb(118 57 223 / var(--tw-text-opacity));
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 238 255) / var(--tw-bg-opacity);
    --tw-border-opacity: 1;
    border-color: rgb(118 57 223) / var(--tw-border-opacity);
    border-width: 1px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.sort_btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding-left: 26px;
    padding-right: 26px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    border-width: 1px;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    cursor: pointer;
}