@charset "utf-8";

.research-board,
.research-view,
.research-write {
    color: #27364a;
}

.research-board {
    padding-bottom: clamp(32px, 6vw, 56px);
    margin-bottom: clamp(28px, 6vw, 52px);
}

#bo_list.research-board {
    padding-bottom: clamp(34px, 6vw, 58px);
    margin-bottom: clamp(30px, 6vw, 54px);
}

.research-board a,
.research-view a,
.research-write a {
    text-decoration: none;
}

.research-board__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e4e7ec;
}

.research-board__eyebrow {
    margin: 0 0 8px;
    color: #9a6a22;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.research-board__head h2 {
    margin: 0;
    color: #173b69;
    font-size: 32px;
    line-height: 1.25;
}

.research-board__head p:last-child {
    max-width: 680px;
    margin: 12px 0 0;
    color: #667085;
    line-height: 1.7;
}

.research-board__actions,
.research-view__actions,
.research-write-actions,
.research-bulk {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.research-board .btn,
.research-view .btn,
.research-write .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    border: 1px solid #d8dfeb;
    border-radius: 999px;
    background: #fff;
    color: #173b69;
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1 !important;
    white-space: nowrap;
}

.research-board .btn--primary,
.research-view .btn--primary,
.research-write .btn--primary {
    border-color: #173b69;
    background: #173b69;
    color: #fff;
}

.research-search {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 86px;
    gap: 8px;
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #f8fafc;
}

.research-search select,
.research-search input,
.research-search button {
    min-width: 0;
    min-height: 42px;
    border: 1px solid #d8dfeb;
    border-radius: 6px;
    background: #fff;
}

.research-search input {
    padding: 0 14px;
}

.research-search button {
    border-color: #173b69;
    background: #173b69;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.research-categories {
    margin-bottom: 18px;
    max-width: 100%;
    overflow: hidden;
}

.research-categories ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

.research-categories a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid #d8dfeb;
    border-radius: 999px;
    color: #344054;
    font-weight: 800;
}

.research-categories #bo_cate_on,
.research-categories a:hover {
    border-color: #173b69;
    background: #173b69;
    color: #fff;
}

.research-summary {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    color: #667085;
    font-size: 14px;
}

.research-summary strong {
    color: #173b69;
}

.research-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.research-board .pg_wrap {
    margin-top: 24px;
}

.research-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(18, 41, 68, .06);
}

.research-card__check {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.research-card__image {
    position: relative;
    display: block;
    min-height: 230px;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background: #edf2f7;
}

.research-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .28s ease;
}

.research-card:hover .research-card__image img {
    transform: scale(1.035);
}

.research-card__image span,
.research-view__category {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(23, 59, 105, .92);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.research-card__body {
    display: flex;
    flex-direction: column;
    min-height: 246px;
    padding: 20px;
}

.research-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    color: #8a5d1d;
    font-size: 13px;
    font-weight: 800;
}

.research-card h3 {
    margin: 12px 0 10px;
    color: #173b69;
    font-size: 21px;
    line-height: 1.42;
    word-break: keep-all;
}

.research-card h3 a {
    color: inherit;
    word-break: keep-all;
    overflow-wrap: normal;
}

.research-card p {
    margin: 0 0 18px;
    color: #475467;
    line-height: 1.72;
}

.research-card dl {
    display: grid;
    gap: 8px;
    margin: auto 0 0;
    padding-top: 16px;
    border-top: 1px solid #eef1f5;
}

.research-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.research-card dt,
.research-card dd {
    margin: 0;
    font-size: 13px;
}

.research-card dt {
    color: #667085;
    font-weight: 800;
}

.research-card dd {
    color: #27364a;
    text-align: right;
}

.research-board .research-grid {
    grid-auto-rows: 1fr;
}

.research-board .research-card {
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
}

.research-board .research-card__image {
    min-height: 0;
    aspect-ratio: 4 / 3;
}

.research-board .research-card__body {
    min-height: 258px;
}

.research-board .research-card__meta {
    min-height: 38px;
}

.research-board--monthly .research-card__image {
    aspect-ratio: 16 / 10;
    background: #f8fafc;
}

.research-board--monthly .research-card__image img {
    object-fit: contain;
    object-position: center center;
}

.research-board--monthly .research-card:hover .research-card__image img {
    transform: none;
}

.research-board--monthly .research-card__body {
    min-height: 190px;
}

.research-board--monthly .research-card__meta,
.research-board--monthly .research-card dl {
    display: none;
}

@media (min-width: 721px) {
    .research-board--monthly .research-card__image {
        height: 267px;
        aspect-ratio: auto;
    }

    .research-board--monthly .research-card__body {
        display: grid;
        grid-template-rows: 60px minmax(82px, 1fr);
        row-gap: 10px;
        min-height: 220px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .research-board--monthly .research-card h3,
    .research-board--monthly .research-card p {
        margin-top: 0;
        margin-bottom: 0;
    }

    .research-board--monthly .research-card h3 {
        min-height: 60px;
        font-size: 20px;
        line-height: 1.5;
    }

    .research-board--monthly .research-card p {
        line-height: 1.72;
    }
}

.research-board--symposium .research-card h3 {
    min-height: 60px;
}

@media (min-width: 721px) {
    .research-board--symposium .research-card__image {
        height: 267px;
        aspect-ratio: auto;
    }

    .research-board--symposium .research-card__body {
        display: grid;
        grid-template-rows: 38px 60px minmax(77px, 1fr) auto;
        row-gap: 10px;
        min-height: 294px;
    }

    .research-board--symposium .research-card__meta,
    .research-board--symposium .research-card h3,
    .research-board--symposium .research-card p,
    .research-board--symposium .research-card dl {
        margin-top: 0;
        margin-bottom: 0;
    }

    .research-board--symposium .research-card dl {
        margin-top: auto;
    }
}

@media (min-width: 1500px) {
    .research-board--symposium .research-card__image {
        height: 322px;
    }
}

.research-board--collection .research-card__body,
.research-board--library .research-card__body {
    min-height: 276px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.research-board--collection .research-card__meta,
.research-board--library .research-card__meta {
    align-items: center;
    min-height: 26px;
    margin-bottom: 6px;
}

.research-board--collection .research-card h3,
.research-board--library .research-card h3 {
    margin-top: 8px;
    min-height: 60px;
    font-size: 20px;
    line-height: 1.5;
}

.research-board--collection .research-card p,
.research-board--library .research-card p {
    margin-bottom: 14px;
}

.research-board--collection .research-card dl,
.research-board--library .research-card dl {
    min-height: 68px;
}

.research-board--collection .research-card dl div,
.research-board--library .research-card dl div {
    align-items: center;
    min-height: 20px;
}

@media (min-width: 721px) {
    .research-board--library .research-card__image {
        height: 267px;
        aspect-ratio: auto;
    }

    .research-board--library .research-card__body {
        display: grid;
        grid-template-rows: 26px 60px minmax(82px, 1fr) auto;
        row-gap: 10px;
        min-height: 319px;
    }

    .research-board--library .research-card__meta,
    .research-board--library .research-card h3,
    .research-board--library .research-card p,
    .research-board--library .research-card dl {
        margin-top: 0;
        margin-bottom: 0;
    }

    .research-board--library .research-card dl {
        margin-top: auto;
    }
}

@media (min-width: 1500px) {
    .research-board--library .research-card__image {
        height: 322px;
    }
}

.research-board .research-card h3 a,
.research-board .research-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.research-board .research-card h3 a {
    -webkit-line-clamp: 2;
}

.research-board .research-card p {
    -webkit-line-clamp: 3;
}

.research-empty {
    grid-column: 1 / -1;
    padding: 64px 20px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    color: #667085;
    text-align: center;
}

.research-table-wrap {
    overflow-x: auto;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(18, 41, 68, .05);
}

.research-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    table-layout: fixed;
}

.research-table th,
.research-table td {
    padding: 15px 14px;
    border-bottom: 1px solid #eef1f5;
    color: #344054;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.research-table th {
    background: #f8fafc;
    color: #173b69;
    font-weight: 900;
}

.research-table tbody tr:hover {
    background: #f8fbff;
}

.research-table tbody tr:last-child td {
    border-bottom: 0;
}

.research-table__check {
    width: 58px;
}

.research-table__title {
    color: #173b69;
    font-weight: 900;
}

.research-table__title a {
    color: inherit;
}

.research-bulk {
    margin-top: 18px;
}

.research-view__hero {
    display: grid;
    grid-template-columns: minmax(420px, .9fr) minmax(0, 1fr);
    gap: 36px;
    align-items: stretch;
    margin-bottom: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e7ec;
}

.research-view__image {
    overflow: hidden;
    border-radius: 8px;
    background: #edf2f7;
}

.research-view__image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.research-view--library .research-view__image {
    height: clamp(540px, 37vw, 580px);
}

.research-view--library .research-view__image img {
    min-height: 0;
    object-fit: contain;
    background: #f8fafc;
}

.research-view--monthly .research-view__hero {
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    align-items: start;
}

.research-view--monthly .research-view__image {
    max-height: 460px;
}

.research-view--monthly .research-view__image img {
    height: auto;
    max-height: 460px;
    min-height: 0;
    object-fit: contain;
    background: #f8fafc;
}

.research-view--monthly .research-view__summary {
    min-height: 0;
    padding-top: 8px;
}

.research-view__summary {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
}

.research-view__category {
    position: static;
    align-self: flex-start;
    margin-bottom: 16px;
}

.research-view #bo_v_title {
    margin: 0;
    color: #173b69;
    font-size: 34px;
    line-height: 1.32;
    word-break: keep-all;
    overflow-wrap: normal;
}

.research-view__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 18px;
    color: #667085;
    font-size: 14px;
}

.research-view__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 26px 0 0;
}

.research-view__facts div {
    padding: 14px 16px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #f8fafc;
}

.research-view__facts dt,
.research-view__facts dd {
    margin: 0;
}

.research-view__facts dt {
    color: #667085;
    font-size: 13px;
    font-weight: 800;
}

.research-view__facts dd {
    margin-top: 4px;
    color: #173b69;
    font-weight: 900;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.research-view__facts--library,
.research-view__facts--collection,
.research-view__facts--heroes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.research-view__ebook {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 0 18px;
    border-radius: 999px;
    background: #173b69;
    color: #fff !important;
    font-weight: 900;
    line-height: 1;
}

.research-view__actions {
    margin-bottom: 24px;
}

.research-view__content {
    min-height: 220px;
    color: #344054;
    font-size: 16px;
    line-height: 1.85;
}

.research-view__content img {
    max-width: 100%;
    height: auto;
}

.research-view__files {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #e4e7ec;
}

.research-view__files h3 {
    margin: 0 0 14px;
    color: #173b69;
    font-size: 20px;
}

.research-view__files ul,
.research-neighbor {
    margin: 0;
    padding: 0;
    list-style: none;
}

.research-view__files li {
    border-bottom: 1px solid #eef1f5;
}

.research-view__files a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    color: #27364a;
}

.research-view__files span {
    color: #667085;
    font-size: 13px;
}

.research-neighbor {
    margin-top: 32px;
    border-top: 1px solid #e4e7ec;
}

.research-neighbor li {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 90px;
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e4e7ec;
}

.research-neighbor span,
.research-neighbor em {
    color: #667085;
    font-size: 13px;
    font-style: normal;
}

.research-neighbor a {
    min-width: 0;
    color: #27364a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.research-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.research-form-full {
    grid-column: 1 / -1;
}

.research-form-grid label,
.research-form-label {
    display: block;
    color: #173b69;
    font-weight: 900;
}

.research-form-grid > label > strong {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    color: #b42318;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
}

.research-form-grid input,
.research-form-grid select,
.research-form-grid textarea {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #d8dfeb;
    border-radius: 6px;
    background: #fff;
    color: #344054;
}

.research-form-grid label > input,
.research-form-grid label > select,
.research-form-grid label > textarea,
.research-form-grid label > .wr_content {
    display: block;
    margin-top: 8px;
}

.research-form-grid .jodit-wysiwyg {
    color: #344054;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
}

.research-form-grid .jodit-wysiwyg strong {
    color: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
}

.research-form-grid input[type="file"] {
    padding: 10px;
}

.research-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.chk_box {
    position: relative;
}

.selec_chk {
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

.research-form-grid input.selec_chk {
    width: 24px;
    min-height: 24px;
    padding: 0;
}

.chk_box label {
    display: inline-flex;
    align-items: center;
    min-width: 28px;
    min-height: 28px;
    gap: 6px;
    cursor: pointer;
}

.chk_box label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #cfd6e3;
    border-radius: 4px;
    background: #fff;
}

.chk_box input:checked + label span {
    border-color: #173b69;
    background: #173b69;
    box-shadow: inset 0 0 0 3px #fff;
}

.chk_box input:focus-visible + label span {
    outline: 2px solid #235fd3;
    outline-offset: 2px;
}

.research-file {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #f8fafc;
}

.research-file-delete {
    display: inline-flex !important;
    grid-template-columns: auto !important;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    color: #667085 !important;
    font-size: 13px;
    font-weight: 700 !important;
    line-height: 1.4;
}

.research-file-delete input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.research-write-actions {
    margin-top: 24px;
}

@media (max-width: 1100px) {
    .research-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .research-view__hero {
        grid-template-columns: 1fr;
    }

    .research-view__summary {
        min-height: auto;
    }
}

@media (max-width: 720px) {
    .research-board__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .research-board__head h2 {
        font-size: 26px;
    }

    .research-search {
        grid-template-columns: minmax(92px, .42fr) minmax(0, 1fr) 64px;
        gap: 6px;
        padding: 10px;
    }

    .research-board {
        padding-bottom: 36px;
        margin-bottom: 34px;
    }

    #bo_list.research-board {
        padding-bottom: 36px;
        margin-bottom: 34px;
    }

    .research-board .pg_wrap {
        margin-top: 18px;
    }

    .research-search select,
    .research-search input,
    .research-search button {
        min-height: 40px;
    }

    .research-search input {
        padding: 0 10px;
    }

    .research-categories {
        margin-bottom: 14px;
        overflow: hidden;
    }

    .research-categories ul {
        flex-wrap: nowrap;
        gap: 6px;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 2px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .research-categories ul::-webkit-scrollbar {
        display: none;
    }

    .research-categories a {
        min-height: 34px;
        padding: 0 13px;
        font-size: 13px;
        white-space: nowrap;
    }

    .research-table {
        min-width: 0;
        table-layout: fixed;
    }

    .research-table th,
    .research-table td {
        padding: 10px 6px;
        font-size: 12px;
        line-height: 1.35;
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .research-grid,
    .research-form-grid,
    .research-view__facts {
        grid-template-columns: 1fr;
    }

    .research-card__image {
        width: 100%;
        height: auto;
        min-height: 220px;
        aspect-ratio: 16 / 10;
    }

    .research-card__body {
        min-height: 0;
    }

    .research-view__image img {
        min-height: 260px;
    }

    .research-view--library .research-view__image {
        height: 260px;
    }

    .research-view #bo_v_title {
        font-size: 27px;
    }

    .research-view__actions,
    .research-write-actions {
        justify-content: flex-start;
    }

    .research-neighbor li {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .research-neighbor em {
        grid-column: 2;
    }
}

@media (max-width: 340px) {
    .research-search {
        grid-template-columns: minmax(82px, .38fr) minmax(0, 1fr);
    }

    .research-search button {
        grid-column: 1 / -1;
    }
}
