@charset "utf-8";

:root {

}


.inno-5-roll-neon {
    position: absolute;
    left: 0;
    top: 360px;
    width: 50%;
    height: auto;
    mix-blend-mode: color;
    z-index: -1;
}

.inno-5-roll-neon img {
    width: 100%;
    height: auto;
}


.lastest-board-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.lastest-board-title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
}

.lastest-board-title h1 {
    font-size: clamp(2rem, 2.5vw, 6rem);
    font-weight: 600;
}

.lastest-board-title-more {
    width: clamp(3.125rem, 3.9063vw, 9.375rem);
    height: clamp(3.125rem, 3.9063vw, 9.375rem);
    border-radius: 500px;
    border: 4px solid #fff;
    transition: all .3s;
}

.lastest-board-title-more.roll {
    border: 4px solid var(--signature-color);
}

.lastest-board-title-more a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.lastest-board-title-more p {
    font-size: 0;
}

.lastest-board-title-more span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 60%;
    height: 4px;
    background: #fff;
    transition: all .3s;
}

.lastest-board-title-more span:nth-child(3) {
    transform: rotate(90deg);
}

.lastest-board-title-more.roll span {
    background: var(--signature-color);
}

.lastest-board-contents {
    width: 75%;
    height: auto;
    overflow: auto;
}

.lastest-board-contents ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4.75rem;
    cursor: grab;
}

.lastest-board-contents li {
    position: relative;
    min-width: 25.875rem;
    width: 25.875rem;
    height: 35rem;
    overflow: hidden;
    cursor: pointer;
}

.lastest-board-contents-blind-full,
.lastest-board-contents-blind-point {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    border-radius: calc(22px - 2px);
}

.lastest-board-contents-blind-full {
    background: rgba(0, 0, 0, .8);
    height: 0;
}

.lastest-board-contents-blind-point {
    background: linear-gradient(0deg, transparent, rgba(0,0,0,.85));
    height: 0;
}

.lastest-board-contents-img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 18.75rem);
    border-radius: 22px;
    background: #0c0c0c url(./img/logo_ori_white.svg) center center no-repeat;
    background-size: 50% auto;
    overflow: hidden;
}

.lastest-board-contents-img {
    width: 100%;
    height: 100%;
}

.lastest-board-contents-img a {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.lastest-board-contents-img img {
    width: auto;
    height: 100%;
}

.lastest-board-info-wrap {
    position: absolute;
    left: 0;
    top: calc(100% - 18.75rem);
    width: 100%;
    height: 300px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
}

.lastest-board-contents-subject {
    width: 100%;
    position: relative;
    z-index: 1;
}

.lastest-board-contents-subject p {
    font-size: clamp(1.125rem, .8594vw, 2.0625rem);
    font-weight: 600;
    line-height: 1.4375rem;
}

.lastest-board-contents-comment {
    position: relative;
    width: 100%;
    font-size: calc(.875rem, .625vw, 1.5rem);
    line-height: 24px;
    z-index: 1;
}

.lastest-board-contents-date {
    position: relative;
    width: 100%;
    font-size: clamp(1rem, .625vw, 1.5rem);
    color: #b2b2b2;
    z-index: 1;
}

.lastest-board-contents-roll-arrow {
    position: absolute;
    bottom: calc(25.9375rem - (25.9375rem - 30px));
    right: calc(25.9375rem - (25.9375rem - 30px));
    width: 2.25rem;
    height: auto;
    z-index: 1;
    opacity: 0;
}

.lastest-board-contents-roll-arrow img {
    width: 100%;
    height: auto;
}

/* **************************************************************
    0) Responsive Area
************************************************************** */
@media (max-width: 1440px) {
    .inno-4-text {
        width: 14.375rem;
        height: 23.3125rem;
    }

    .inno-4-text-left, .inno-4-text-right {
        left: 0;
        right: 0;
        bottom: auto;
        top: auto;
        margin: 0 auto;
        width: 50%;
        height: calc(14.375rem / 2);
    }

    .inno-4-text-left {
        top: 0;
    } 

    .inno-4-text-right {
        bottom: 0;
    } 
}

@media (max-width: 1300px) {
    .inno-5-wrap {
        width: 80%;
        margin: 0 auto;
    }

    .lastest-board-wrap {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .inno-5-roll-neon {
        top: -92px;
        width: 100%;
    }

    .lastest-board-title {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    .lastest-board-contents {
        width: 100%;
        margin-top: 2.875rem;
    }

    .lastest-board-contents li {
        min-width: 19.6875rem;
        width: 19.6875rem;
        height: auto;
    }

    .lastest-board-contents-img-wrap {
        position: relative;
        width: 100%;
        height: 15.625rem;
    }

    .lastest-board-contents-comment {
        display: none;
    }

    .lastest-board-info-wrap {
        position: relative;
        top: 0;
        width: 95%;
        height: 5.25rem;
        padding: 0;
        margin: 1.875rem auto 0 auto;
    }
}

@media (max-width: 400px) {
    .lastest-board-contents li {
        min-width: 11.5625rem;
        width: 11.5625rem;
    }

    .lastest-board-contents ul {
        gap: 2.6875rem;
    }
}