@charset "UTF-8";
.contents h1{
    display: none;
}

.carousel-container{
    position: relative;
    background-color: #FFF;
    overflow-y: hidden;
    padding-top: 32px;
    padding-bottom: 48px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .carousel-container{
        padding-top: 16px;
        padding-bottom: 32px;
    }
}

.carousel-inner{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 100%;
    max-width: 1100px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .carousel-inner{
        padding-right: 16px;
        padding-left: 16px;
    }
}

.carousel-item figure{
    position: relative;
    width: 100%;
    padding-top: 65%;
}

.carousel-item figure img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-arrow{
    width: 100%;
    height: 0;
    position: absolute;
    margin: auto;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .carousel-arrow{
        max-width: 60%;
    }
}

.carousel-arrow-next,
.carousel-arrow-prev{
    display: block;
    background-color: #f6ab00;
}

.carousel-arrow-next i,
.carousel-arrow-prev i{
    font-size: 3.5rem;
    color: #FFF;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .carousel-arrow-next i,
    .carousel-arrow-prev i{
        font-size: 2.5rem;
    }
}

.carousel-arrow-next i:hover,
.carousel-arrow-prev i:hover{
    cursor: pointer;
}

.dots-list-container{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 32px;
    height: 0;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .dots-list-container{
        bottom: 24px;
    }
}

.dots-list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.dots-list > li{
    /* @mixin space-col */
    margin-right: 16px;
    cursor: pointer;
}

.dots-list > li:last-child{
    margin-right: 0;
}

.dots-list > li.slick-active button{
    background-color: #F6AB00;
}

.dots-list button{
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #DADADA;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
}

.sec-news{
    background-color: #0067C0;
    padding: 48px 0;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-news{
        padding: 24px 0;
    }
}

.sec-news .sec-inner {
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .sec-news .sec-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.sec-news .sec-inner .sec-header {
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .sec-news .sec-inner .sec-header{
        width: 18%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 768px) {
    .sec-news .sec-inner .sec-header{
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.sec-news .sec-inner .sec-header h2{
    position: relative;
    width: 160px;
    height: 160px;
    background : url(../../assets/images/news/news-title.png) left top / auto auto no-repeat scroll padding-box border-box transparent;
    background-size: 160px 160px;
    -webkit-background-size: 160px 160px;
    font-size: 0;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-news .sec-inner .sec-header h2{
        width: 120px;
        height: 120px;
        background : url(../../assets/images/news/news-title.png) left top / auto auto no-repeat scroll padding-box border-box transparent;
        background-size: cover;
    }
}

@media screen and (max-width: 480px) {
    .sec-news .sec-inner .sec-header h2{
        margin: 0 auto;
    }
}

.sec-news .sec-inner .sec-body {
    width: calc(100% - (18% + 180px));
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .sec-news .sec-inner .sec-body{
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .sec-news .sec-inner .sec-body{
        width: 100%;
    }
}

.sec-news .sec-inner .sec-footer {
    /* @mixin media-range */
}

@media screen and (max-width: 480px) {
    .sec-news .sec-inner .sec-footer{
        text-align: center;
    }
}

.news-list{
    width: 100%;
}

.news-list > li{
    color: #FFFFFF;
    margin-bottom: 16px;
}

.news-list > li a:hover .title, .news-list > li a:active .title{
    transition: 0.15s ease;
    border-bottom: solid 1px #FFFFFF;
}

.news-item{
    display: flex;
    align-items: center;
    line-height: 1.6;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-item {
        flex-wrap: wrap;
    }
}

.news-item > .date{
    font-size: 0.9375rem;
    color: #FFFFFF;
    margin-right: 24px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-item > .date{
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }
}

.news-item > .title{
    font-size: 0.9375rem;
    font-weight: 600;
    color: #FFFFFF;
    border-bottom: solid 1px transparent;
}

.news-item .new{
    display: inline-block;
    background-color: #FFE100;
    font-size: 0.75rem;
    font-weight: 600;
    color: #2660AC;
    text-align: center;
    padding: 4px 8px;
    border-radius: 20px;
    margin-left: 16px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-item .new{
        margin-left: 8px;
    }
}

.news-list-btn{
    width: 180px;
    display: block;
    background-color: #F6AB00;
    font-size: 1.125rem;
    font-weight: 600;
    color: #FFFFFF;
    padding: 16px 24px;
    border-radius: 4px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .news-list-btn{
        display: inline-block;
    }
}

.news-list-btn::before{
    content: '';
    background-image : url(../../assets/images/icon/icon-list.svg);
    display: inline-block;
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 6px;
}

.news-list-btn:hover, .news-list-btn:active {
    opacity: 0.8;
}

.sec-game{
    background-color: #FEF5E0;
    padding-top: 64px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-game{
        padding-top: 32px;
    }
}

.sec-game .sec-inner .sec-header{
    margin-bottom: 24px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-game .sec-inner .sec-header{
        margin-bottom: 16px;
    }
}

.sec-game .sec-inner .sec-header h2{
    font-size: 1.5rem;
    font-weight: 600;
    color: #1A1A1A;
    border-bottom: solid 2px #FC9B00;
    padding: 4px 0;
    margin-bottom: 6px;
    /* @mixin media-range */
}

.sec-game .sec-inner .sec-header h2::before{
    content: '';
    border-left: solid 5px #FC9B00;
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    .sec-game .sec-inner .sec-header h2{
        font-size: 1.125rem;
    }
}

.table-overflow{
    width: 100%;
    margin-top: 16px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .table-overflow{
        overflow-x: auto;
        margin-top: 8px;
    }
}

.game-table{
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    border: solid 2px #F6AB00;
    border-radius: 2px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .game-table{
        width: 100%;
    }
}

.game-table > thead, .game-table tbody{
    width: 100%;
}

.game-table > thead tr, .game-table tbody tr{
    width: 100%;
}

.game-table > thead tr{
    text-align: center;
}

.game-table > thead th{
    font-size: 1.375rem;
    color: #FFFFFF;
    border-right: solid 2px #FEF5E0;
    text-align: center;
    vertical-align: middle;
    padding: 16px 0;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .game-table > thead th{
        font-size: 1.125rem;
    }
}

.game-table > thead th:last-of-type{
    border-right: none;
}

.game-table > thead th > strong{
    font-size: 1.75rem;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .game-table > thead th > strong{
        font-size: 1.5rem;
    }
}

.game-table > thead th > small{
    font-size: 1rem;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .game-table > thead th > small{
        font-size: 0.75rem;
    }
}

.game-table > thead{
    background-color: #F6AB00;
}

.game-table > tbody{
    background: #FFFFFF;
}

.game-table > tbody tr{
    border-bottom: solid 2px #F6AB00;
    text-align: center;
}

.game-table > tbody tr:last-of-type{
    border-bottom: none;
}

.game-table > tbody td{
    border-right: solid 2px #F6AB00;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    vertical-align: middle;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .game-table > tbody td{
        white-space: nowrap;
        font-size: 0.875rem;
    }
}

.game-table > tbody td:nth-child(n+2){
    padding: 0 8px;
}

.game-table > tbody td a{
    color: #1A1A1A;
}

.game-table > tbody td a:hover, .game-table > tbody td a:active{
    text-decoration: none;
}

.game-td-wrapper{
    position: relative;
    display: flex;
    text-align: left;
}

.game-td-wrapper .image{
    /* @mixin aspectRatio */
    display: block;
    position: relative;
    width: 142px;
    height: 142px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border: solid 6px #FFF;
}

.game-td-wrapper .image::before{
    content: "";
    display: block;
    padding-top: 100%;
}

.game-td-wrapper .text{
    width: calc(100% - 142px);
    margin: 16px 12px;
}

.game-td-wrapper .text > .title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 8px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .game-td-wrapper .text > .title{
        font-size: 1.25rem;
    }
}

.game-td-wrapper .text > .place{
    display: flex;
    justify-content: flex-start;
    font-size: 0.875rem;
    line-height: 1.8;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .game-td-wrapper .text > .place {
        flex-wrap: wrap;
    }
}

.game-td-wrapper .text > .place .label{
    margin-right: 6px;
    font-size: 0;
}

.game-td-wrapper .text > .place .label::before{
    content: '\4F1A\5834';
    background-color: #FFE100;
    font-size: 0.8125rem;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 3px 10px;
}

.detail-btn{
    display: block;
    width: 200px;
    margin-right: 16px;
}

.detail-btn:hover, .detail-btn:active {
    opacity: 0.8;
}

.detail-btn span{
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #F6AB00;
    padding: 14px 22px;
    box-shadow: 0px 4px #D6D6D6;
    border-radius: 4px;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .detail-btn span{
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .detail-btn span{
        padding: 8px 16px;
    }
}

.detail-btn::before{
    content: '';
    display: inline-block;
    width: 91px;
    height: 91px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    z-index: 888;
    /* @mixin media-range */
    /* @mixin media-range */
}

@media screen and (min-width: 768px), print {
    .detail-btn::before{
        position: absolute;
        right: 130px;
        bottom: 6px;
    }
}

@media screen and (max-width: 768px) {
    .detail-btn::before{
        width: 60px;
        height: 60px;
    }
}

.detail-btn.m--tennis::before{
    background-image : url(../../assets/images/game/icon-tennis.png);
}

.detail-btn.m--softball::before{
    background-image : url(../../assets/images/game/icon-softball.png);
}

.detail-btn.m--golf::before{
    background-image : url(../../assets/images/game/icon-golf.png);
}

.sec-exchange{
    background-color: #FEF5E0;
    padding-top: 64px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-exchange{
        padding-top: 32px;
    }
}

.sec-exchange .sec-inner .sec-header{
    border-bottom: solid 2px #FC9B00;
    margin-bottom: 24px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-exchange .sec-inner .sec-header{
        margin-bottom: 16px;
    }
}

.sec-exchange .sec-inner .sec-header h2{
    font-size: 1.5rem;
    font-weight: 600;
    color: #1A1A1A;
    border-left: solid 5px #FC9B00;
    padding: 4px 8px;
    margin-bottom: 6px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-exchange .sec-inner .sec-header h2{
        font-size: 1.125rem;
    }
}

.exchange-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.exchange-list > li{
    /* @mixin space-grid */
    margin-right: 16px;
    width: calc(((100% - 16px * (2 - 1)) / 2) - .1px);
    /* @mixin media-range */
}

.exchange-list > li:nth-child(2n){
    margin-right: 0;
}

.exchange-list > li:nth-child(n+3){
    margin-top: 16px;
}

.exchange-list > li:last-child{
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .exchange-list > li{
        /* @mixin space-grid */
        margin-right: 12px;
        width: calc(((100% - 12px * (1 - 1)) / 1) - .1px);
    }
    .exchange-list > li:nth-child(1n){
        margin-right: 0;
    }
    .exchange-list > li:nth-child(n+2){
        margin-top: 12px;
    }
    .exchange-list > li:last-child{
        margin-right: 0;
    }
}

.exchange-item{
    display: flex;
    align-items: center;
    color: #1A1A1A;
}

.exchange-item > .title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 135px;
    background-color: #FFE100;
    border-radius: 50%;
    margin-right: 24px;
    text-align: center;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .exchange-item > .title{
        width: 110px;
        height: 110px;
        margin-right: 16px;
    }
}

.exchange-item > .title span{
    font-size: 1.25rem;
    font-weight: 600;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .exchange-item > .title span{
        font-size: 0.875rem;
    }
}

.exchange-item > .text{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.6;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .exchange-item > .text{
        font-size: 0.875rem;
    }
}

.sec-ceremony{
    background-color: #FEF5E0;
    padding-top: 64px;
    padding-bottom: 64px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-ceremony{
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.sec-ceremony .sec-inner .sec-header{
    border-bottom: solid 2px #FC9B00;
    margin-bottom: 24px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-ceremony .sec-inner .sec-header{
        margin-bottom: 16px;
    }
}

.sec-ceremony .sec-inner .sec-header h2{
    font-size: 1.5rem;
    font-weight: 600;
    color: #1A1A1A;
    border-left: solid 5px #FC9B00;
    padding: 4px 8px;
    margin-bottom: 6px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-ceremony .sec-inner .sec-header h2{
        font-size: 1.125rem;
    }
}

.ceremony-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ceremony-list > li{
    /* @mixin space-grid */
    margin-right: 16px;
    width: calc(((100% - 16px * (2 - 1)) / 2) - .1px);
    /* @mixin media-range */
}

.ceremony-list > li:nth-child(2n){
    margin-right: 0;
}

.ceremony-list > li:nth-child(n+3){
    margin-top: 16px;
}

.ceremony-list > li:last-child{
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .ceremony-list > li{
        /* @mixin space-grid */
        margin-right: 12px;
        width: calc(((100% - 12px * (1 - 1)) / 1) - .1px);
    }
    .ceremony-list > li:nth-child(1n){
        margin-right: 0;
    }
    .ceremony-list > li:nth-child(n+2){
        margin-top: 12px;
    }
    .ceremony-list > li:last-child{
        margin-right: 0;
    }
}

.ceremony-item {
    display: flex;
    align-items: center;
}

.ceremony-item > .title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 155px;
    background-color: #FFE100;
    border-radius: 50%;
    margin-right: 24px;
    text-align: center;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .ceremony-item > .title{
        width: 110px;
        height: 110px;
        margin-right: 16px;
    }
}

.ceremony-item > .title span{
    font-size: 1.25rem;
    font-weight: 600;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .ceremony-item > .title span{
        font-size: 0.875rem;
    }
}

.ceremony-item > .text{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .ceremony-item > .text{
        font-size: 0.875rem;
    }
}

.sec-event{
    background-color: #FEF5E0;
    padding-top: 64px;
    padding-bottom: 64px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-event{
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.sec-event .sec-inner .sec-header{
    border-bottom: solid 2px #FC9B00;
    margin-bottom: 24px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-event .sec-inner .sec-header{
        margin-bottom: 16px;
    }
}

.sec-event .sec-inner .sec-header h2{
    font-size: 1.5rem;
    font-weight: 600;
    color: #1A1A1A;
    border-left: solid 5px #FC9B00;
    padding: 4px 8px;
    margin-bottom: 6px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-event .sec-inner .sec-header h2{
        font-size: 1.125rem;
    }
}

.sec-event .sec-inner .sec-body{
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-event .sec-inner .sec-body{
        flex-wrap: wrap;
        padding: 0 8px;
    }
}

.event-list-wrapper{
    width: 48%;
    margin-top: 20px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .event-list-wrapper{
        width: 100%;
        margin-top: 10px;
    }
}

.event-list > li{
    margin-bottom: 32px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .event-list > li{
        margin-bottom: 16px;
    }
}

.event-list > li:last-of-type{
    margin-bottom: 0;
}

.event-item{
    position: relative;
    background-color: #FFF;
    border: solid 2px #1A1A1A;
    border-radius: 2px;
    box-shadow: 0px 2px #D5CDBC;
    padding: 24px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .event-item{
        padding: 16px 8px;
    }
}

.event-item::before{
    position: absolute;
    right: -20px;
    top: -20px;
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    z-index: 888;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .event-item::before{
        width: 40px;
        height: 40px;
        background-size: contain;
        position: absolute;
        right: -10px;
        top: -10px;
    }
}

.event-item.m--health{
    border: solid 2px #73A82D;
}

.event-item.m--health::before{
    background-image : url(../../assets/images/event/icon-health.png);
}

.event-item.m--contact{
    border: solid 2px #F8B800;
}

.event-item.m--contact::before{
    background-image : url(../../assets/images/event/icon-contact.png);
}

.event-item.m--culture{
    border: solid 2px #C84283;
}

.event-item.m--culture::before{
    background-image : url(../../assets/images/event/icon-culture.png);
}

.event-item.m--music{
    border: solid 2px #E94C4D;
}

.event-item.m--music::before{
    background-image : url(../../assets/images/event/icon-music.png);
}

.event-item.m--symposium{
    border: solid 2px #00B5DE;
}

.event-item.m--symposium::before{
    background-image : url(../../assets/images/event/icon-symposium.png);
}

.event-item.m--art{
    border: solid 2px #2660AC;
}

.event-item.m--art::before{
    background-image : url(../../assets/images/event/icon-art.png);
}

.event-item > .title{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .event-item > .title{
        font-size: 0.875rem;
    }
}

.event-item > .date{
    font-size: 1.25rem;
    margin-bottom: 8px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .event-item > .date{
        font-size: 0.875rem;
    }
}

.event-item > .place{
    font-size: 1.25rem;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .event-item > .place{
        font-size: 0.875rem;
    }
}

.sec-banner{
    background-color: #FEF5E0;
    padding-top: 24px;
    padding-bottom: 24px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-banner{
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.sec-banner .sec-inner .sec-header{
    margin-bottom: 24px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-banner .sec-inner .sec-header{
        margin-bottom: 16px;
    }
}

.sec-banner .sec-inner .sec-header h2{
    font-size: 1.125rem;
    color: #606060;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-banner .sec-inner .sec-header h2{
        font-size: 1rem;
    }
}

.sec-banner .sec-inner .sec-body{
    padding: 0 64px;
    /* @mixin media-range */
}

@media screen and (max-width: 768px) {
    .sec-banner .sec-inner .sec-body{
        padding: 0 8px;
    }
}

.banner-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-list > li{
    /* @mixin space-grid */
    margin-right: 8px;
    width: calc(((100% - 8px * (4 - 1)) / 4) - .1px);
    /* @mixin media-range */
}

.banner-list > li:nth-child(4n){
    margin-right: 0;
}

.banner-list > li:nth-child(n+5){
    margin-top: 8px;
}

.banner-list > li:last-child{
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .banner-list > li{
        /* @mixin space-grid */
        margin-right: 8px;
        width: calc(((100% - 8px * (2 - 1)) / 2) - .1px);
    }
    .banner-list > li:nth-child(2n){
        margin-right: 0;
    }
    .banner-list > li:nth-child(n+3){
        margin-top: 8px;
    }
    .banner-list > li:last-child{
        margin-right: 0;
    }
}

.banner-item{
    display: block;
}

.banner-item > img{
    width: 100%;
}

.banner-item:hover, .banner-item:active {
    opacity: 0.8;
}
