/* BASIC css start */
/* BASIC css start */

#header .head .left_head {
    box-shadow: rgb(229 229 229) 0px -1px 0px 0px inset;
}

#akiCollection .collectionWrap { /*ÁÂ¿ì ¿©¹é*/
    margin: 0 3px; /*ÁÂ¿ì ¿©¹é*/
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}
#akiCollection .collectionWrap .collectionList {
    display: none;
    position: relative;
}
#akiCollection .collectionWrap .collectionList:first-child.isNowShowBox {
    display: block;
}

#akiCollection .collectionWrap .collectionList:after {
    display: block;
    clear: both;
    content: '';
}

#akiCollection .collectionWrap .mediaMore {
    display: none;
    padding-top: 50px;
    text-align: center;
}
#akiCollection .collectionWrap .mediaMore a {
    display: inline-block;
    width: 160px;
    height: 45px;
    font-size: 16px;
    color: #000;
    line-height: 47px;
    border: 1px solid #000;
}
#akiCollection .collectionWrap .mediaMore i {
    margin-left: 5px;
    line-height: 47px;
    vertical-align: top;
}

.pageTitle {
    font-size: 25px;
    line-height: 32px;
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 400;
}

.collectionList .collectionFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.collectionList .collectionFlex div {
    width: 49.5%;
    margin: 18px 0;
}

.collectionList:nth-child(1) .collectionFlex .collectionContent:nth-child(1),
.collectionList:nth-child(1) .collectionFlex .collectionContent:nth-child(2) {
    margin-top: 0 !important;
}

.collectionList .collectionFlex div img {
    width: 100%;
}

.collectionFont {
    font-size: 14px;
    text-align: center;
    /* »çÁø°ú ÆùÆ® ¿©¹é */
    margin-top: 10px;
    /* »çÁø°ú ÆùÆ® ¿©¹é end */
    font-weight: 500;
}
/* BASIC css end */

