/* BASIC css start */
.collection_menu ul li {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.collection_menu ul li img {
    width: 100%;
}

.collection_menu ul li .hover_back {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 0;
        height: 100%;
        padding-top: 45px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

.collection_menu ul li .hover_back a {position: absolute;bottom: 30px;color: #e9d9bd;font-size: 12px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform:translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%);padding-bottom: 2px;border-bottom: 1px solid #e9d9bd;letter-spacing: 0.075em;}

.collection_menu ul li .hover_back h2 {
    color: #e9d9bd;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 14px;
}

.collection_menu ul li .hover_back h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.025em;
}

.collection_menu ul li .hover_back h1 span {
    font-weight: 500;
}



.writing_box.list_box .items li:nth-of-type(2n) {  margin-right:3%; }
.writing_box.list_box .items { overflow:visible; }

.page_sub {
    margin-bottom: 25px;
    overflow:hidden;
}

h1.page_sub_tit {overflow: hidden;padding-bottom: 14px;font-size: 20px;color: #001b46;font-weight: 500;line-height: 25px;}

h1.page_sub_tit a {
    float: right;
    font-size: 13px;
    padding: 0px 12px;
    color: #c2a26a;
    font-weight: 400;
    border: 1px solid #c2a26a;
    border-radius: 50px;
    height: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 24px;
}

h1.page_sub_tit em {
    font-size: 15px;
    color: #5e5e5e;
    font-weight: 300;
    margin-left: 5px;
    line-height: 25px;
    display: inline-block;
    vertical-align: bottom;
}


.list_box .items.empty {
    text-align: center;
    overflow: hidden!important;
    padding: 80px 0;
    font-size: 15px;
    color: #001b46;
}
/* BASIC css end */

