.itb-second_newsWrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
    .itb-second_newsWrap {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 1023px) {
    .itb-second_newsWrap {
        grid-template-columns: 1fr;
    }
}
.itb-second_newsItem {
    padding: 32px;
    border-radius: 27px;
    border: 1px solid var(--border);
    background-color: var(--white);
}
@media screen and (max-width: 767px) {
    .itb-second_newsItem {
        padding: 16px;
    }
}
.itb-second_newsItemTitle {
    font-size: 20px;
    color: var(--violetDark);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Unbounded', sans-serif;
    min-height: 56px;
    margin-bottom: 6px;
}
@media screen and (max-width: 1023px) {
    .itb-second_newsItemTitle {
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    .itb-second_newsItemTitle {
        font-size: 18px;
        margin-bottom: 3px;
    }
}
.itb-second_newsItemDate {
    color: var(--text);
    margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
    .itb-second_newsItemDate {
        font-size: 16px;
    }
}
.itb-second_newsItemDesc {
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text);
    margin-bottom: 24px;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .itb-second_newsItemDesc {
        font-size: 16px;
        line-height: 1.2;
    }
}
.itb-second_newsItemBtn a {
    width: 100%;
    max-width: unset;
}
.itb-second_contentDate {
    color: var(--text);
    margin-bottom: 22px;
}
.itb-second_contentImg {
    border-radius: 8px;
    overflow: hidden;
    height: 580px;
}
@media screen and (max-width: 1023px) {
    .itb-second_contentImg {
        height: 515px;
    }
}
@media screen and (max-width: 1023px) {
    .itb-second_contentImg {
        height: 370px;
    }
}
@media screen and (max-width: 767px) {
    .itb-second_contentImg {
        height: auto;
    }
}
.itb-second_contentImg {
    margin-bottom: 16px;
}
.itb-second_contentImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.itb-second_contentImgDesc {
    font-size: 12px;
    color: var(--text);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}
.itb-second_contentText {
    color: var(--text);
    letter-spacing: -0.02em;
}
.itb-second_contentText p {
    margin-bottom: 8px;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .itb-second_contentText p {
        font-size: 16px;
    }
}
.itb-second_contentText p.mb25 {
    margin-bottom: 25px;
}
.itb-second_contentText ul:last-child {
    margin-bottom: 0;
}
.itb-second_contentText li {
    margin-bottom: 5px;
}
.itb-second_contentText li:last-child {
    margin-bottom: 0;
}
.itb-second--white .itb-releases {
    padding: 80px 0 0;
}
.itb-second--white .itb-releases h2 {
    margin: 0 0 44px;
}
@media screen and (max-width: 767px) {
    .itb-second--white .itb-releases h2 {
        margin: 0 0 22px;
    }
}
.itb-second--white .itb-releases_wrap {
    margin-bottom: 0;
}
.itb-second--white .itb-releases .itb-base_nav--dark {
    top: -74px;
}
