.category_nav li.col-pc-3 { max-width: 323px; }    
.noimage-box{
    display: flex;
    width: 150px;
    height: 150px;
    background-color: #e3c4a8;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: auto;
}
a:hover p{
    opacity: 1;
    color: #606060;
}

.box-useful {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.box-useful .box {
    width: 50%;
    padding: 0!important;
    border: none!important;
    margin-bottom: 30px;
} 
.box-useful .box a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.box-useful .box:last-of-type {
    width: 100%;
    /*border-top: solid 1px #c5c5c5!important;*/
    margin: 5px 0 35px;
} 
.box-useful .box .image {
    width: 45%;
    float: none;
    text-align: center;
    background: #e3c4a8;
    background: #b5d3df;
    background: none;
    max-height: 150px;
        overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-useful .box .text .title {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    padding: 0 .8em;
    font-weight: bold;
    font-size: 1.5rem;
    font-feature-settings: "palt";
    font-weight: bold;
}
.box-useful .box .image img {
    /*
    max-height: 135px;
    width: auto;
    */
width: auto;
    height: 160px;
    display: flex;
    max-width: inherit;
}
/*
.box-useful.img-bg-color2 .box .image{
    height: 135px;
    background: #194769;
}
.box-useful.img-bg-color3 .box .image{
    height: 135px;
    background: #b5d3de;
}
*/
.box-useful .box .text {
    width: 55%;
    float: none;
    position: relative;

}
.box-useful .box .text .date {
    font-weight: normal;
    font-size: 1.5rem;
    margin-top: 10px;
    display: block;
}
.box-useful .box .text .title.new:before {
    content: 'NEW';
    position: absolute;
    top: 0px;
    left: -212px;
    background: #f00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: .15em .5em 0;
}
#usefulBody .wrapper-main a.catBtn {
    background: #006699;
    border: 2px solid #006699;
    font-size: 1.6rem;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
    transition: .4s;
    font-size: 1.8rem;
    height: 70px;
}
#usefulBody .wrapper-main a.catBtn i {
    padding-left: 5px;
}
#usefulBody .wrapper-main a.catBtn:hover {
    color: #006699;
    border: 2px solid #006699;
    background: #fff;
    opacity: 1;
    text-decoration: none;
}
.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.box-useful .box .pager a{
    display: flex;
    align-items: center;
    justify-content: center!important;
    font-weight: bold;
    color: #333!important;
    width: 50px;
    height: 50px;
}
.box-useful .box a:hover{
    text-decoration: none;    
}
.box-useful .box li{
}
.box-useful .box li.current a{
    background: #034098;
    border-radius: 50%;
    border: 2px solid #034098;
    transition: .2s;
    color: #fff!important;
}
.box-useful .box li.current a:hover {
    background: #fff;
    color: #034098!important;
    text-decoration: none;
}

.box-useful .box li.previous a,
.box-useful .box li.next a{ 
    width: 74px;
}
.pager .previous a,
.pager .next a{
    font-weight: bold;
    position: relative;
    align-items: center;
        display: flex;
        align-items: center;
        /* align-self: center; */
        height: 100%;
    }
.pager .previous {
    /*
    margin-right: 10px;
    */
}
.pager .previous a i {
    position: absolute;
    left: 10px;
    top: calc( 50% - 8px);
}
.pager .next a i {
    position: absolute;
    right: 10px;
    top: calc( 50% - 8px);
}
.pager .next {
    /*
    margin-left: 10px;
    */
}
.pager .pageNum a{
    margin: 0 10px;
}
.pager .pageNum{
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 640px) {
    .noimage-box{ max-width: 150px;
        height: 66.9px;
        display: block;
        width: 66.9px;
    }
    .box-useful .box {
        width: 100%;
        padding: 0!important;
        border: none!important;
        margin-bottom: 30px;
    }
    .box-useful .box .text {
        height: auto!important;
        width: calc(100% - 150px);
    float: none;
    position: relative;
    }
    .box-useful .box .image img {
max-height: 120%;
width: auto;
height: 120%;
display: block;
max-width: 140%;
    }
    .box-useful .box .image {
max-height: 99px;
max-width: 140px;
overflow: hidden;
width: 140px;
height: 99px;
    }
    .box-useful .box a {
        /*justify-content: center;*/
            justify-content: flex-start;
    flex-wrap: wrap;
    }
    .box-useful .box .text .title {
        font-size: 1.4rem;
        padding-right: 0;
        text-align: justify;
    }
    .box.clearfix.pc:after {
        display: none!important;
    }
    .box.clearfix.pc:last-of-type {
        display: block!important;
    }
    .box-useful .box .text .title.new:before {
        content: 'NEW';
        position: relative;
        top: 0px;
        left: 0;
        background: #f00;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: .15em .5em;
        display: block;
        width: 4.3rem;
        margin-bottom: 3px;
    }
    .box-useful .box .text .date {
        font-size: 1.3rem;
        margin-top: 5px;
        display: block;
    }
    #usefulBody .wrapper-main a.catBtn {
        height: auto;
        min-height: 70px;
        padding: 10px 0;
        text-align: center;
        position: relative;
    }
    #usefulBody .wrapper-main a.catBtn i {
        position: absolute;
        right: 10px;
        top: calc(50% - 10px);
    }
    .box-useful .box .pager a{
    width: 35px;
    height: 35px;
}
    .pager {
    justify-content: space-between;
}
    .petIndexPage .pager {
        justify-content: center
    }
.box-useful .box li.previous a, .box-useful .box li.next a {
    width: 40px;
    font-size: 86%;
}
}
