/* begin JIRA GIP-56 */

.paging-box ul li a.active {
    font-family: 'ralewaysemibold';
    color: #820A5F;
}

.paging-box ul li.page-num a::after {
    transition: all 0.35s ease;
    content: '';
    margin-top: 1px;
    background-color: #820A5F;
    width: 100%;
    height: 2px;
    display: block;
    transform: scaleX(0);
}

.paging-box ul li.page-num a:hover::after {
    transform: scaleX(0.5);
}

.paging-box ul li.page-num a.active::after {
    transform: scaleX(1);
}

/* end JIRA GIP-56 */

/* JIRA GIP-61 */
.srch-box {
    position: relative;
    width: 16px;
    height: 16px;
}

.srch-box a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.srch-box a img {
    width: 100%;
    position: absolute;
    height: 100%;
}

.main-cont-area {
    float: left;
    width: 100%;
    background: #FFFFFF;
    position: relative;
}

.cont-area {
    height: 100%;
}

.main-cont-area {
    height: 100%;
}

.bbox ul li img {
    height: 100%;
}