#article_contents {
    margin-top: 2.5rem;
}

.article_freemoney_table .thead {
    width: 100%;
    text-align: center;
    background: var(--primaryColor);
    padding: 1rem;
    /* border: var(--border); */
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.article_freemoney_table .thead > p {
    font-size: 15px;
    color: #fff;
}

.article_freemoney_table .tbody .tr,
.article_freemoney_table .tbody .freemoney_rwd {
    display: flex;
    align-items: center;
}

.article_freemoney_table .tbody .freemoney_rwd {
    width: 50%;
}

.article_freemoney_table .tbody .td {
    flex: 2;
    padding: 1rem 0.75rem;
    border: var(--border);
    border-right: none;
    height: 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.article_freemoney_table .tbody .td > p {
    font-size: 14px;
}

.article_freemoney_table .freemoney_rwd:last-child .td:last-child {
    border-right: var(--border);
}

.article_freemoney_table .tbody .td.title_block {
    flex: 1;
    background: #f9f9f9;
}

.article_freemoney_table .tbody .td > p.highlight {
    font-weight: bold;
    color: var(--primaryColor);
}

.article_freemoney_table .tfoot {
    width: 100%;
    text-align: center;
    padding: 1rem;
    border: var(--border);
}

.article_freemoney_table .tfoot > p {
    font-size: 15px;
}

.article_freemoney_wrap .remaining_number {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.article_freemoney_wrap .remaining_number > .fa-clock {
    font-size: 14px;
    margin-right: 0.65rem;
}

.article_freemoney_wrap .remaining_number > p > span {
    font-size: 14px;
    color: var(--primaryColor);
}

.article_freemoney_table .thead {
    position: relative;
}

.article_freemoney_table .thead p.remaining_text {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 14px;
    padding: 3px 5px;
    background: #ffefbe;
    color: #fe6214;
    border-radius: 2px;
    font-weight: bold;
}

/* write */
.bo_write .write_subject .frm_input.freemoney_date_picker {
    width: 30%;
    padding-right: 20px;
}

.bo_write .write_subject .frm_input.freemoney_number_input {
    padding-right: 20px;
}

.bo_list .list_table tbody tr {
    cursor: pointer;
}

/* list */
.bo_list .list_table td {
    text-align: center;
}

.bo_list .list_table td.table_webName {
    width: 100px;
}
.bo_list .list_table td.table_webMoney {
    width: 130px;
}

.bo_list .list_table td.table_subject {
    width: 30%;
}


.card_wrapper {
    padding: 3.55rem 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.5) 0%, rgba(243, 232, 255, 0.5) 20%, rgba(233, 212, 255, 0.5) 50%, rgba(243, 232, 255, 0.5) 80%, rgba(255, 255, 255, 0.5) 100%);
}

.card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 8px auto;
    overflow: hidden;
    padding: 16px;
    display: block;
    transition: transform 0.2s;
    width: calc(60% - 32px);
}

.card:hover {
    transform: scale(1.05);
}


.card-content {
    padding: 16px;
}


.card-title {
    font-size: 2.5rem;
    color: #581A89;
    font-family: 'NEXON Lv2 Gothic', sans-serif !important;
    font-weight: 700;
    line-height: 27.99px;
    text-align: left;
}


.card-text {
    color: #707070;
    font-size: 1.5rem;
    margin: 8px 0;
    font-weight: 700;
}
.card-text.purple{
    color: #8D24EC;
}
.card-content .thead{
    background: var(--base-yellow-400, #FFC32A);
    padding: 1rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: #FFC32A;
    width: auto;
    border-radius: 4px;
    display: inline-block;
    width: auto;
    margin: 8px 0;
}
.card-content .thead.overdue{
    background-color: #ccc;
}
.card-textDetail {
    margin: 8px 0;
    color: #707070;
    font-size: 1.5rem;
}

.timeArea{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-self: stretch;
    justify-content: center;
}
.timeArea .time{
    display: block;
    width: 50%;
    font-size: 1.5rem;
    color: #707070;
    font-weight: 700;
    float: left;
    align-self: center;
}
.timeArea .time p{
    display: inline-block;
}
.card-text .purple,
.timeArea .time .purple{
    color: #8D24EC;
}
.timeArea svg{
    color: #707070;
}
.timeArea .link{
    display: block;
    width: 50%;
    text-align: center;
    float: right;
    border-radius: 4px;
}
.timeArea .link a{
    padding: 8px 16px;
    background: #C082FE;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 5px;
}


@media only screen and (max-width: 1100px) {
    /*table check box*/
    .bo_list .list_table td.table_check.chk_box {
        position: static;
        order: 2;
    }
    .table_webName, .table_webMoney {
        order: 1;
    }
    .table_subject, .table_writer,  .table_hit, .table_datetime {
        order: 3;
    }
    .bo_list .list_table td.table_writer {
        padding-left: 0;
    }
    .card{
        width: calc(70% - 32px);
    }

}
@media only screen and (max-width: 600px) {
    .article_freemoney_table .tbody .tr {
        flex-direction: column;
    }

    .article_freemoney_table .tbody .td {
        border-right: var(--border);
    }

    .article_freemoney_table .tbody .td.title_block {
        border-right: none;
    }

    .article_freemoney_table .tbody .freemoney_rwd {
        width: 100%;
    }
    
    .bo_view .view_buttons {
        display: none;
    }
    .card{
        width: calc(90% - 32px);
    }
    .timeArea{
        display: block;
    }
    .timeArea .time, .timeArea .link{
        width: 100%;
    }
    .timeArea .link{
        text-align: left;
        margin: 20px 0 10px;
    }

    .card-content {
        padding-top: 0;
    }
}

