.section {
    padding: 80px 0 60px;
}

.section .wrap .title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 36px;
    color: #004178;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.section .wrap .exhibition .exhibition_title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 30px;
    color: #004178;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.section .wrap .exhibition .list .item {
    display: block;
    width: 100%;
    height: 480px;
    position: relative;
}

.section .wrap .exhibition .list .item:hover:after {
    opacity: 1;
}

.section .wrap .exhibition .list .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .exhibition .list .item:not(:last-child) {
    margin-bottom: 40px;
}

.section .wrap .exhibition .list .item .text {
    width: 542px;
    position: absolute;
    top: 50%;
    left: 74px;
    transform: translateY(-50%);
}

.section .wrap .exhibition .list .item .text h5 {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 36px;
    color: #004178;
    line-height: 42px;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.section .wrap .exhibition .list .item .text p {
    font-weight: 400;
    font-size: 18px;
    color: #004178;
    line-height: 30px;
}

.section .wrap .exhibition .list .item .item_bg {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.section .wrap .exhibition .list .item .item_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .wrap .exhibition.previous {
    padding: 70px 0 0;
}

.section .wrap .exhibition.previous .exhibition_title {
    color: #5C6075;
}

.section .wrap .exhibition.previous .list .item .text h5 {
    color: #77838E;
}

.section .wrap .exhibition.previous .list .item .text p {
    color: #77838E;
}

.download_nav {
    border-bottom: 1px solid #BFCCD5;
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    background: #FFFFFF;
    z-index: 99;
}

.download_nav .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}

.download_nav .wrap .item {
    display: block;
    line-height: 50px;
    padding: 0 35px;
    font-weight: 400;
    font-size: 16px;
    color: #004178;
    transition: 0.6s;
    cursor: pointer;
}

.download_nav .wrap .item:hover, .download_nav .wrap .item.on {
    background: #004178;
    color: #FFFFFF;
}

.page {
    margin: 62px 0 0;
}

.more-view a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #00417D;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #004178;
    transition: 0.6s;
    margin-top: 50px;

}
/*# sourceMappingURL=event.css.map */
