﻿/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/exhibition.css ***!
  \********************************************************************************************************************/
.exhibiton-page {
    font-size: 100px;
}
.page-banner {
    height: 392px;
    background: url(../image/exhibition_banner_eb0332.jpg) no-repeat center center;
    background-size: cover;
}
.exhibition-list-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box;
}
.exhibition-list-wrapper li {
    margin-top: 0.64em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.exhibition-list-wrapper li img {
    width: 4.85em;
    height: 3.20em;
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    margin-right: 0.64em;
    object-fit: contain;
}
.exhibition-list-wrapper li .title {
    font-size: 0.48em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
}
.exhibition-list-wrapper li .date {
    font-size: 0.28em;
    font-weight: 500;
    margin: 0.86em 0;
}
.exhibition-list-wrapper li b {
    font-weight: 800;
}
.exhibition-list-wrapper .date i {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../image/clock_14a3b4.svg) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 0.43em;
}
.exhibition-list-wrapper .date  span {
    vertical-align: middle;
}
.exhibition-list-wrapper li .label {
    font-size: 0.2em;
    margin-bottom: 0.4em;
}
.exhibition-list-wrapper li .label:last-child {
    margin-bottom: 0;
}
@media (max-width: 1440px) {
    .page-banner {
        height: 22vw;
    }
}
@media (max-width: 1024px) {
    .exhibiton-page {
        font-size: 75px;
    }
}
@media (max-width: 767px) {
    .exhibition-list-wrapper {
        padding: 20px 20px 0;
    }
    .exhibition-list-wrapper li {
        display: block;
        margin: 0 0 40px;
    }
    .exhibition-list-wrapper li img {
        margin-right: 0;
        width: 100%;
        height: auto;
    }
    .exhibition-list-wrapper li .title {
        font-size: 28px;
        margin-top: 24px;
    }
    .exhibition-list-wrapper li .date {
        font-size: 18px;
        margin: 14px 0;
    }
    .exhibition-list-wrapper li .label {
        font-size: 14px;
        margin-bottom: 4px;
    }

}
