/*
 * Shared board renewal skin
 * Applied only inside .board-renewal to keep microsite content components safe.
 */

.board-renewal {
    --board-navy: #2f486d;
    --board-blue: #567db0;
    --board-coral: #e35d68;
    --board-ink: #1f2937;
    --board-muted: #667085;
    --board-line: #dfe6ef;
    --board-soft: #f5f8fc;
    --board-radius: 18px;
}

.board-renewal .text_box01 {
    border: 1px solid #dce6f1;
    border-radius: 16px;
    background: #f4f8fd;
    color: #40526a;
}

/* Category and search controls */
.board-renewal .tab_slider {
    margin-bottom: 24px;
    padding: 6px;
    border: 1px solid var(--board-line);
    border-radius: 14px;
    background: var(--board-soft);
}

.board-renewal .tab_slider .swiper-slide a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 10px;
    color: var(--board-muted);
    font-size: 15px;
    font-weight: 500;
}

.board-renewal .tab_slider .swiper-slide.on a,
.board-renewal .tab_slider .swiper-slide a:hover {
    background: #fff;
    box-shadow: 0 4px 13px rgba(47, 72, 109, .08);
    color: var(--board-navy);
    font-weight: 700;
}

.board-renewal .search_zone {
    margin-bottom: 24px;
    padding: 14px;
    border: 1px solid var(--board-line);
    border-radius: 16px;
    background: var(--board-soft);
}

.board-renewal .search_zone .inner {
    display: flex;
    width: 100%;
    max-width: 470px;
    gap: 8px;
}

.board-renewal .search_zone .sel,
.board-renewal .search_zone .has_btn {
    height: 46px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #d5deea;
    border-radius: 11px;
    background-color: #fff;
}

.board-renewal .search_zone .sel {
    max-width: 125px;
    padding-left: 14px;
    font-size: 15px;
}

.board-renewal .search_zone .has_btn {
    max-width: 330px;
}

.board-renewal .search_zone .has_btn input[type='text'] {
    padding-left: 16px;
    color: var(--board-ink);
    font-size: 15px;
}

.board-renewal .search_zone .btn_search {
    width: 46px;
}

/* Standard table list */
.board-renewal .tbl_list01 {
    overflow: hidden;
    border: 1px solid var(--board-line);
    border-radius: var(--board-radius);
    background: #fff;
    box-shadow: 0 7px 24px rgba(47, 72, 109, .05);
    border-collapse: separate;
    border-spacing: 0;
}

.board-renewal .tbl_list01 thead th {
    height: 54px;
    border: 0;
    border-bottom: 1px solid #ced9e6;
    background: #eef3f9;
    color: #40526a;
    font-size: 14px;
    font-weight: 700;
}

.board-renewal .tbl_list01 thead tr {
    border-bottom: 0 !important;
}

.board-renewal .tbl_list01 tbody tr {
    transition: background-color .18s ease;
}

.board-renewal .tbl_list01 tbody tr:hover {
    background: #f8fafd;
}

.board-renewal .tbl_list01 tbody tr.notice {
    background: #fff8f8;
}

.board-renewal .tbl_list01 td,
.board-renewal .tbl_list01 tr:last-of-type td {
    height: 62px;
    border-bottom: 1px solid #e7ecf2;
    color: var(--board-muted);
    font-size: 14px;
}

.board-renewal .tbl_list01 tbody tr:last-child td {
    border-bottom: 0;
}

.board-renewal .tbl_list01 .title {
    padding-left: 22px;
}

.board-renewal .tbl_list01 .title a {
    color: var(--board-ink);
    font-size: 16px;
    font-weight: 500;
    transition: color .18s ease;
}

.board-renewal .tbl_list01 .title a:hover {
    color: var(--board-blue);
}

.board-renewal .tbl_list01 .icon_notice {
    width: auto;
    min-width: 48px;
    height: 25px;
    padding: 0 10px;
    border-radius: 20px;
    background: var(--board-coral);
    font-size: 12px;
    font-weight: 700;
}

.board-renewal .tbl_list01 .icon_secret {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    border-radius: 50%;
    background: #eef3f9;
}

.board-renewal .tbl_list01 tr.no_data td {
    height: 190px;
    color: #8995a5;
    font-size: 16px;
}

/* Paging and action buttons */
.board-renewal .base_paging {
    margin-top: 34px;
}

.board-renewal .base_paging a.page {
    width: 42px;
    height: 42px;
    border-color: var(--board-line);
    background-color: #fff;
}

.board-renewal .base_paging .number a,
.board-renewal .base_paging .number .on {
    width: 42px;
    line-height: 42px;
    font-size: 14px;
}

.board-renewal .base_paging .number .on {
    background: var(--board-navy);
    box-shadow: 0 5px 13px rgba(47, 72, 109, .18);
}

.board-renewal .btn_right,
.board-renewal .btn_center {
    gap: 8px;
}

.board-renewal .btn_right {
    margin-top: 24px;
}

.board-renewal .btns.t2,
.board-renewal .btns.t7 {
    min-width: 92px;
    height: 46px;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 600;
}

/* Gallery, bulletin and blog cards */
.board-renewal .gallery_list01,
.board-renewal .gallery_list02,
.board-renewal .blog_list {
    display: grid;
    margin: 0;
    gap: 24px;
}

.board-renewal .gallery_list01,
.board-renewal .gallery_list02 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.board-renewal .blog_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.board-renewal .gallery_list01::after,
.board-renewal .gallery_list02::after,
.board-renewal .blog_list::after {
    display: none;
}

.board-renewal .gallery_list01 > li,
.board-renewal .gallery_list02 > li,
.board-renewal .blog_list > li,
.board-renewal .gallery_list01 > li:nth-child(-n+4),
.board-renewal .gallery_list02 > li:nth-child(-n+4),
.board-renewal .blog_list > li:nth-child(-n+2) {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    float: none;
}

.board-renewal .gallery_list01 > li > a,
.board-renewal .gallery_list02 > li > a,
.board-renewal .blog_list > li > a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--board-line);
    border-radius: var(--board-radius);
    background: #fff;
    box-shadow: 0 7px 24px rgba(47, 72, 109, .06);
    box-sizing: border-box;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.board-renewal .gallery_list01 > li > a,
.board-renewal .gallery_list02 > li > a {
    display: block;
}

.board-renewal .gallery_list01 > li > a:hover,
.board-renewal .gallery_list02 > li > a:hover,
.board-renewal .blog_list > li > a:hover {
    transform: translateY(-3px);
    border-color: #bccbdd;
    box-shadow: 0 13px 30px rgba(47, 72, 109, .11);
}

.board-renewal .gallery_list01 .thumb,
.board-renewal .gallery_list02 .thumb,
.board-renewal .blog_list .thumb {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #eef2f7;
}

.board-renewal .gallery_list01 .thumb img,
.board-renewal .gallery_list02 .thumb img,
.board-renewal .blog_list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.board-renewal .gallery_list01 a:hover .thumb img,
.board-renewal .gallery_list02 a:hover .thumb img,
.board-renewal .blog_list a:hover .thumb img {
    transform: scale(1.035);
}

.board-renewal .gallery_list01 .cont,
.board-renewal .gallery_list02 .cont {
    padding: 17px 18px 18px;
}

.board-renewal .gallery_list01 .tit,
.board-renewal .gallery_list02 .tit {
    margin-bottom: 13px;
    color: var(--board-ink);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.board-renewal .gallery_list01 .date,
.board-renewal .gallery_list02 .info span,
.board-renewal .blog_list .info span {
    color: var(--board-muted);
    font-size: 13px;
}

.board-renewal .gallery_list02 .info,
.board-renewal .blog_list .cont .info {
    border-color: #e6ebf1;
}

.board-renewal .blog_list > li > a {
    display: grid;
    grid-template-columns: minmax(170px, 38%) minmax(0, 1fr);
    min-height: 220px;
}

.board-renewal .blog_list .img,
.board-renewal .blog_list .cont {
    width: auto;
    min-width: 0;
}

.board-renewal .blog_list .thumb {
    height: 100%;
}

.board-renewal .blog_list .cont {
    padding: 24px 22px 20px;
}

.board-renewal .blog_list .cont .tit {
    color: var(--board-ink);
    font-size: 18px;
    font-weight: 700;
}

.board-renewal .blog_list .cont p {
    height: auto;
    color: var(--board-muted);
    font-size: 15px;
    line-height: 1.65;
    -webkit-line-clamp: 4;
}

.board-renewal .private-ribbon {
    position: absolute;
    top: 17px;
    right: -39px;
    z-index: 4;
    min-width: 130px;
    padding: 6px 28px;
    transform: rotate(45deg);
    background: #4b5563;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-align: center;
}

.board-renewal .gallery_list01 > li.no_data,
.board-renewal .gallery_list02 > li.no_data,
.board-renewal .blog_list > li.no_data {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--board-line);
    border-radius: var(--board-radius);
    background: var(--board-soft);
    font-size: 16px;
}

/* Read view */
.board-renewal .board_view01 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.board-renewal .board_view01 > .top_row,
.board-renewal .board_view02 > .top_row {
    padding: 26px 28px 20px;
    border: 1px solid var(--board-line);
    border-radius: var(--board-radius);
    background: var(--board-soft);
}

.board-renewal .board_view01 .title,
.board-renewal .board_view02 .top_row .tit {
    color: var(--board-ink);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.45;
    word-break: keep-all;
}

.board-renewal .board_view01 .info {
    gap: 8px 18px;
    color: var(--board-muted);
    font-size: 14px;
}

.board-renewal .board_view01 .info .col {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.board-renewal .board_view01 .info .label {
    color: #52657c;
    font-weight: 600;
}

.board-renewal .board_view01 .cont_row,
.board-renewal .board_view02 .cont_row {
    width: 100% !important;
    min-height: 260px;
    margin-top: 14px;
    padding: 38px 34px;
    border: 1px solid var(--board-line);
    border-radius: var(--board-radius);
    background: #fff;
    color: #344054;
    font-size: 17px;
    line-height: 1.8;
    box-shadow: 0 7px 24px rgba(47, 72, 109, .04);
    box-sizing: border-box;
}

.board-renewal .board_view01 .thumbnail_row {
    margin-top: 14px;
    padding: 24px;
    border: 1px solid var(--board-line);
    border-radius: var(--board-radius);
    background: #fff;
}

.board-renewal .board_view01 .thumbnail_row .thumb {
    overflow: hidden;
    border: 0;
    border-radius: 14px;
}

.board-renewal .board_view01 .file_row {
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid var(--board-line) !important;
    border-radius: 14px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.board-renewal .board_view01 .file_row th {
    width: 108px !important;
    padding: 15px 16px !important;
    border-bottom: 1px solid #e7ecf2 !important;
    background: #f2f6fa !important;
    color: #40526a;
    text-align: center !important;
}

.board-renewal .board_view01 .file_row td {
    padding: 15px 18px !important;
    border-bottom: 1px solid #e7ecf2 !important;
    color: var(--board-muted);
}

.board-renewal .board_view01 .file_row tr:last-child th,
.board-renewal .board_view01 .file_row tr:last-child td {
    border-bottom: 0 !important;
}

/* Comments */
.board-renewal .board_view01 .comment_row {
    margin-top: 42px;
    padding: 26px;
    border: 1px solid var(--board-line);
    border-radius: var(--board-radius);
    background: var(--board-soft);
}

.board-renewal .board_view01 .comment_write {
    margin-bottom: 22px;
    gap: 10px;
}

.board-renewal .board_view01 .comment_write textarea {
    min-height: 84px;
    padding: 15px 17px;
    border-color: #d5deea;
    border-radius: 12px;
    background: #fff;
    font-size: 15px;
    line-height: 1.55;
}

.board-renewal .board_view01 .comment_write .btns.t3 {
    min-width: 92px;
    min-height: 84px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: #344c6c;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(52, 76, 108, .14);
    transition: background-color .18s ease, transform .18s ease;
}

.board-renewal .board_view01 .comment_write .btns.t3:hover {
    background: #42648f;
    transform: translateY(-1px);
}

.board-renewal .board_view01 .comment_list {
    border-top: 1px solid #ccd7e4;
}

.board-renewal .board_view01 .comment_list > li {
    padding: 19px 3px 18px;
    border-color: #dfe6ef;
}

.board-renewal .board_view01 .comment_list .name {
    color: var(--board-ink);
    font-size: 16px;
}

.board-renewal .board_view01 .comment_list .date {
    color: #7a8797;
    font-size: 13px;
}

.board-renewal .board_view01 .comment_list .comment_cont {
    color: #435268;
    font-size: 15px;
    line-height: 1.7;
}

.board-renewal .board_view01 .comment_list .comment_btn .btns.t4 {
    min-width: 52px;
    height: 32px;
    margin-left: 6px;
    padding: 0 12px;
    border: 1px solid #d6dee9;
    border-radius: 9px;
    background: #fff;
    color: #607086;
    font-size: 13px;
    font-weight: 600;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.board-renewal .board_view01 .comment_list .comment_btn .btns.t4:first-child {
    border-color: #ead7d9;
    background: #fffafa;
    color: #9b6268;
}

.board-renewal .board_view01 .comment_list .comment_btn .btns.t4:last-child {
    border-color: #cbd9e9;
    background: #f6f9fd;
    color: #496c98;
}

.board-renewal .board_view01 .comment_list .comment_btn .btns.t4:hover {
    border-color: #9eb3cd;
    background: #eef4fb;
    color: #344c6c;
}

.board-renewal .board_view01 .comment_list .comment_btn .btns.t4 span {
    padding-right: 0;
    background: none !important;
}

/* Write / edit */
.board-renewal .board_write01 {
    overflow: hidden;
    padding: 18px 28px 26px;
    border: 1px solid var(--board-line);
    border-radius: var(--board-radius);
    background: #fff;
    box-shadow: 0 7px 24px rgba(47, 72, 109, .05);
}

.board-renewal .board_write01 .tbl_write > tbody > tr > th,
.board-renewal .board_write01 .tbl_write > tbody > tr > td {
    border-bottom: 0;
}

.board-renewal .board_write01 .tbl_write > tbody > tr:last-child > th,
.board-renewal .board_write01 .tbl_write > tbody > tr:last-child > td {
    border-bottom: 0;
}

.board-renewal .board_write01 .tbl_write > tbody > tr > th {
    width: 110px;
    color: #40526a;
    font-size: 15px;
    font-weight: 700;
}

.board-renewal .board_write01 .int,
.board-renewal .board_write01 .sel,
.board-renewal .board_write01 .textarea,
.board-renewal .board_write01 .file_box {
    border-color: #d5deea;
    border-radius: 10px;
    background-color: #fbfcfe;
    font-size: 15px;
}

.board-renewal .board_write01 .tbl_file {
    margin-top: 20px;
    padding-top: 0;
    border-top: 0;
}

/* Password gate */
.board-renewal--password .join_area {
    max-width: 650px;
    margin: 0 auto;
    padding: 48px 52px 46px;
    border: 1px solid var(--board-line);
    border-radius: 24px;
    background: linear-gradient(145deg, #f7faff, #eef4fb);
    box-shadow: 0 14px 38px rgba(47, 72, 109, .09);
    box-sizing: border-box;
    text-align: center;
}

.board-renewal--password .join_area::before {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 23px;
    border-radius: 50%;
    background: #fff url("data:image/svg+xml,%3Csvg width='28' height='32' viewBox='0 0 28 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='13' width='24' height='17' rx='5' stroke='%23344C6C' stroke-width='2.5'/%3E%3Cpath d='M8 13V9C8 5.68629 10.6863 3 14 3C17.3137 3 20 5.68629 20 9V13' stroke='%23344C6C' stroke-width='2.5' stroke-linecap='round'/%3E%3Ccircle cx='14' cy='21' r='2' fill='%23E35D68'/%3E%3C/svg%3E") no-repeat center;
    box-shadow: 0 8px 22px rgba(47, 72, 109, .1);
    content: '';
}

.board-renewal--password .join_area > p {
    max-width: 510px;
    margin: 0 auto 30px;
    color: #4b5e75;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

.board-renewal--password .form_type03 {
    margin: 0;
    border: 0;
}

.board-renewal--password .form_type03 tbody,
.board-renewal--password .form_type03 tr,
.board-renewal--password .form_type03 th,
.board-renewal--password .form_type03 td {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    box-sizing: border-box;
}

.board-renewal--password .form_type03 > tbody > tr > th,
.board-renewal--password .form_type03 > tbody > tr > td,
.board-renewal--password .form_type03 > tbody > tr:last-child > th,
.board-renewal--password .form_type03 > tbody > tr:last-child > td {
    border: 0 !important;
}

.board-renewal--password .form_type03 th {
    padding: 0 0 10px;
    color: var(--board-ink);
    font-size: 15px;
    text-align: left;
}

.board-renewal--password .form_type03 td {
    padding: 0;
}

.board-renewal--password .form_type03 .int {
    width: 100%;
    max-width: none;
    height: 52px;
    padding: 0 17px;
    border: 1px solid #cbd7e5;
    border-radius: 12px;
    background: #fff;
    font-size: 16px;
}

.board-renewal--password .join_area .btn_center {
    margin-top: 22px;
}

.board-renewal--password .join_area .btns.t7 {
    min-width: 150px;
}

@media (max-width: 1024px) {
    .board-renewal .gallery_list01,
    .board-renewal .gallery_list02 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .board-renewal .blog_list {
        grid-template-columns: minmax(0, 1fr);
    }
}

/*
 * The legacy responsive stylesheet converts every list table to block layout at
 * 911px. The renewed card layout starts at 767px, so keep a real table between
 * those breakpoints to prevent the header and body from splitting apart.
 */
@media (min-width: 768px) and (max-width: 911px) {
    .board-renewal .tbl_list01 {
        display: table;
        text-align: initial;
    }

    .board-renewal .tbl_list01 colgroup {
        display: table-column-group;
    }

    .board-renewal .tbl_list01 thead {
        display: table-header-group !important;
    }

    .board-renewal .tbl_list01 tbody {
        display: table-row-group;
    }

    .board-renewal .tbl_list01 tr,
    .board-renewal .tbl_list01 tr.notice {
        display: table-row;
        padding: 0;
        border-bottom: 0;
        text-align: initial;
    }

    .board-renewal .tbl_list01 th,
    .board-renewal .tbl_list01 td,
    .board-renewal .tbl_list01 tr:last-of-type td {
        display: table-cell;
        height: 62px;
        padding: 0 5px;
        border-bottom: 1px solid #e7ecf2;
        text-align: center;
        vertical-align: middle;
    }

    .board-renewal .tbl_list01 .title {
        display: table-cell;
        margin-bottom: 0;
        padding-left: 22px;
        text-align: left;
    }

    .board-renewal .tbl_list01 thead .title {
        padding-left: 5px;
        text-align: center;
    }

    .board-renewal .tbl_list01.type01 .no {
        width: 7.5%;
    }

    .board-renewal .tbl_list01.type01 .writer {
        width: 17%;
    }

    .board-renewal .tbl_list01.type01 .hits,
    .board-renewal .tbl_list01.type01 .answer {
        width: 9%;
    }

    .board-renewal .tbl_list01.type01 .date {
        width: 10%;
    }

    .board-renewal .tbl_list01 .hits,
    .board-renewal .tbl_list01 .answer,
    .board-renewal .tbl_list01.type01 .date,
    .board-renewal .tbl_list01 .notice td.hits,
    .board-renewal .tbl_list01 .notice td.writer,
    .board-renewal .tbl_list01 .notice td.answer {
        display: table-cell;
        margin-right: 0;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .board-renewal {
        --board-radius: 15px;
    }

    .board-renewal .search_zone {
        padding: 10px;
        border-radius: 13px;
    }

    .board-renewal .search_zone .inner {
        max-width: none;
        gap: 6px;
    }

    .board-renewal .search_zone .sel,
    .board-renewal .search_zone .has_btn {
        height: 44px;
    }

    .board-renewal .search_zone .sel {
        width: 105px;
        flex: 0 0 105px;
        padding-left: 10px;
        font-size: 14px;
    }

    .board-renewal .search_zone .has_btn {
        min-width: 0;
    }

    .board-renewal .search_zone .has_btn input[type='text'] {
        font-size: 14px;
    }

    .board-renewal .tbl_list01 {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .board-renewal .tbl_list01 tbody {
        display: grid;
        gap: 10px;
    }

    .board-renewal .tbl_list01 tr,
    .board-renewal .tbl_list01 tr.notice {
        overflow: hidden;
        padding: 16px 16px 14px;
        border: 1px solid var(--board-line);
        border-radius: 13px;
        background: #fff;
        box-shadow: 0 5px 16px rgba(47, 72, 109, .04);
    }

    .board-renewal .tbl_list01 tr.notice {
        background: #fff8f8;
    }

    .board-renewal .tbl_list01 td,
    .board-renewal .tbl_list01 tr:last-of-type td {
        height: auto;
        border: 0;
        font-size: 13px;
    }

    .board-renewal .tbl_list01 .title {
        margin-bottom: 9px;
        padding: 0;
    }

    .board-renewal .tbl_list01 .title a {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.5;
        white-space: normal;
        word-break: keep-all;
    }

    .board-renewal .tbl_list01 .writer::before,
    .board-renewal .tbl_list01 .hits::before,
    .board-renewal .tbl_list01 .answer::before,
    .board-renewal .tbl_list01 .date::before {
        margin-right: 5px;
        color: #8a97a7;
        font-size: 12px;
        font-weight: 500;
    }

    .board-renewal .tbl_list01 .writer::before { content: '작성자'; }
    .board-renewal .tbl_list01 .hits::before { content: '조회'; }
    .board-renewal .tbl_list01 .answer::before { content: '댓글'; }
    .board-renewal .tbl_list01 .date::before { content: '날짜'; }

    .board-renewal .tbl_list01 tr.no_data {
        min-height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .board-renewal .tbl_list01 tr.no_data td {
        height: auto;
    }

    .board-renewal .base_paging .number {
        margin: 0 4px;
    }

    .board-renewal .base_paging .number a,
    .board-renewal .base_paging .number .on,
    .board-renewal .base_paging a.page {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .board-renewal .gallery_list01,
    .board-renewal .gallery_list02 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 12px;
    }

    .board-renewal .gallery_list01 .cont,
    .board-renewal .gallery_list02 .cont {
        padding: 14px 14px 15px;
    }

    .board-renewal .gallery_list01 .tit,
    .board-renewal .gallery_list02 .tit {
        font-size: 15px;
    }

    .board-renewal .blog_list {
        gap: 16px;
    }

    .board-renewal .blog_list > li > a {
        display: block;
        min-height: 0;
    }

    .board-renewal .blog_list .thumb {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .board-renewal .blog_list .cont {
        padding: 19px 17px 16px;
    }

    .board-renewal .board_view01 > .top_row,
    .board-renewal .board_view02 > .top_row {
        display: block;
        padding: 21px 19px 17px;
    }

    .board-renewal .board_view01 .title,
    .board-renewal .board_view02 .top_row .tit {
        margin-right: 0;
        font-size: 21px;
    }

    .board-renewal .board_view01 .info {
        display: flex;
        gap: 7px 13px;
        white-space: normal;
    }

    .board-renewal .board_view01 .cont_row,
    .board-renewal .board_view02 .cont_row {
        min-height: 210px;
        padding: 25px 19px;
        font-size: 16px;
        line-height: 1.75;
    }

    .board-renewal .board_view01 .file_row th {
        width: 82px !important;
        padding: 13px 10px !important;
    }

    .board-renewal .board_view01 .file_row td {
        padding: 13px !important;
    }

    .board-renewal .board_view01 .comment_row {
        margin-top: 32px;
        padding: 19px 16px;
    }

    .board-renewal .board_view01 .comment_write {
        display: block;
    }

    .board-renewal .board_view01 .comment_write .btns.t3 {
        width: 100%;
        height: 43px;
        min-height: 43px;
        margin-top: 7px;
        border-radius: 10px;
    }

    .board-renewal .board_write01 {
        padding: 14px 17px 20px;
    }

    .board-renewal .board_write01 .tbl_write > tbody > tr > th {
        width: 76px;
        font-size: 14px;
    }

    .board-renewal--password .join_area {
        padding: 36px 22px 34px;
        border-radius: 20px;
    }

    .board-renewal--password .join_area::before {
        width: 60px;
        height: 60px;
        margin-bottom: 19px;
        background-size: 24px auto;
    }

    .board-renewal--password .join_area > p {
        margin-bottom: 24px;
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .board-renewal .tbl_list01 tbody tr,
    .board-renewal .gallery_list01 > li > a,
    .board-renewal .gallery_list02 > li > a,
    .board-renewal .blog_list > li > a,
    .board-renewal .gallery_list01 .thumb img,
    .board-renewal .gallery_list02 .thumb img,
    .board-renewal .blog_list .thumb img {
        transition: none;
    }
}
