.sectionAlbumBox .cardList {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sectionAlbumBox .box {
    background-color: white;
}

.sectionAlbumBox .cardList .pic img {
    display: block;
    width: 100%;
}

.albumList nav {
    margin-bottom: 50px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    align-items: center;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.4rem 0.75rem;
    margin-left: 10px;
    line-height: 1.25;
    color: black;
    font-weight: 400;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6acdde;
    border-color: #6acdde;
    border-radius: 8px;
    font-weight: 700;
}

@media (min-width: 576px) {
    .sectionAlbumBox>.wrap>.cardList>li {
        height: 100%;
    }
}

.cardList>li {
    width: 33%;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 30px;
}

.cardList {
    position: relative;
}

@media (max-width: 640px) {
    .cardList {
        margin-left: 0;
        margin-right: 0;
    }
}

.sectionAlbumBox .cardList .box {
    position: relative;
    overflow: hidden;
}

.sectionAlbumBox .cardList .pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sectionAlbumBox .cardList .pic {
    border-radius: 0px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 343px;
    height: 257px;
}

.sectionAlbumBox .cardList .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: unset;
}

.sectionAlbumBox .cardList .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: left;
    text-align: left;
    padding: 10px 0px 10px 0;
    color: #6acdde;
    background-color: unset;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1.3;
}

.sectionAlbumBox .cardList .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: left;
    text-align: left;
    padding: 5px 0px 10px 0;
    font-size: 16px;
    color: #8D8D8D;
    line-height: 1.2;
    background-color: unset;
}

.sectionAlbumBox .cardList .textBox {
    padding: 10px 0px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/*
.sectionAlbumBox .cardList .text {
    padding-bottom: 10px;
}
*/


/*
.sectionAlbumBox .cardList .text p {
    font-size: 14px;
}
*/

@media (max-width: 1023px) {
    .cardList>li {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        width: 50%;
    }
}

@media (max-width: 580px) {
    .cardList li {
        width: 100%;
    }
}

.sectionAlbumBox-tag {
    position: absolute;
    font-size: 14px;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    padding: 3px 10px;
    /*color: #fff;
    background-color: #eb9364;*/
    border-radius: 0px;
}

@media (max-width: 1023px) {
    .sectionAlbumBox-tag {
        font-size: 14px;
    }
}

.sectionAlbumBox-tag.signature {
    left: 0px;
    top: 0px;
    background-color: unset;
    padding: 0px;
}

.sectionAlbumBox-tag.signature::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: contain;
}

@media (max-width: 1023px) {
    .sectionAlbumBox-tag.signature::before {
        width: 80px;
        height: 80px;
    }
}

.filterBox {
    padding: 20px 10px;
    background-color: #DEF2F7;
}

.filterBox .webTitle {
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #62bcd0;
    padding-left: 15px;
}

.filterBox .webTitle span {
    margin-left: 10px;
}

.bottomTextBox {
    margin-bottom: 30px;
}

.filterClear {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px;
}

.filterSelect {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}

@media (max-width: 640px) {
    .filterSelect {
        flex-wrap: wrap;
    }
}

.filterSelect li {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
}

.filterlist .filterSelect li {
    width: 100%;
}

.selectStyle1 {
    width: 100%;
    height: 50px;
    border: 0px solid #B1BDDE;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #62bcd0;
    font-weight: 400;
    overflow: hidden;
    font-size: 16px;
}

.filterBox select {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #FFF;
    -webkit-appearance: none;
    background-position-x: 95%;
}

.filterBox input {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    min-height: 40px;
    height: 50px;
    background-color: #fff;
    border: 0px solid #B1BDDE;
    font-size: 16px;
    color: #838383;
    margin-bottom: 15px;
    font-weight: 400;
}

.filterlist {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 12px;
}

.apply {
    margin-left: auto;
}

#reset_filter {
    margin-right: 30px;
    text-decoration: underline;
}

.apply button {
    border-radius: 0px;
    padding: 5px 20px;
    width: 275px;
    cursor: pointer;
}

.dotted-spaced {
    background-image: linear-gradient(to right, #62bcd0 60%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 20px 1px;
    background-repeat: repeat-x;
    margin-bottom: 40px;
    min-height: 1px;
}

@media (max-width: 640px) {
    .filterSelect li {
        width: 100%;
        margin-bottom: 10px;
    }
    .filterlist {
        padding-top: 0px;
    }
    .filterClear {
        background-color: #DEF2F7;
        padding: 20px 30px 35px 30px;
    }
    .apply button {
        width: 165px;
    }
    .filterBox input {
        margin-bottom: 0px;
    }
    .dotted-spaced {
        display: none;
    }
    .bannerList {
        margin-bottom: 0px;
    }
    .filterSection {
        padding-left: 0px;
        padding-right: 0px;
    }
    .filterBox {
        padding-right: 15px;
        padding-left: 15px;
    }
    .cardList {
        padding-top: 40px;
    }
}