/* 공통 */
.cate-prd-wrap {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

a, a div, a p, a span {
    color: #000;
}

.cate-choice span {
    color: #ea002c;
    font-weight: bold
}

/*   PC  */
@media screen and (min-width: 1367px) {

    .cate-prd-wrap {
        width: 1180px;
        margin-bottom: 100px;
    }

    /* 카테고리 선택 */
    .cate-gory {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 0px 20px;
        color: #8d8d8d;
        font-size: 1rem;
        font-weight: lighter;
    }

    .cate-name {
        width: 100%;
        height: auto;
        margin-top: 60px;
        padding: 20px 20px;
        border-bottom: 1px solid #eee;
        color: #2a106c;
    }

    .cate-choice {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
        color: #2b2b2b;
    }

    .cate-choice label {
        cursor: pointer;
    }

    .category-box-wrap {
        width: 275px;
        height: auto;
        margin: 8px 16px 8px 0px !important;
        float: left;
    }

    .category-box-wrap-nomargin {
        width: 275px;
        height: auto;
        margin: 8px 0px !important;
        float: left;
    }

    .list-column {
        height: 500px;
        background: #fff;
        text-align: center;
    }

    .list-column:hover {
        background: #fafafa;
    }

    .phone-title {
        padding-top: 50px;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .list-column img.phone {
        width: 8rem;
        height: auto;
        padding-top: 30px;
    }

    .phone-ment {
        margin-top: 50px;
        font-size: .9rem;
        color: #646464;
        font-weight: normal;
        /*font-family: 'Roboto', 'sans-serif';*/
    }

    .red-icon, .green-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .red-icon {
        display: inline-block;
        background: #8b0000;
        margin: 0 auto;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .green-icon {
        display: inline-block;
        background: #cb781e;
        margin: 0 auto;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;

    }
}


/*  모바일  ,  테블릿  */
@media screen and (max-width: 1366px) {

    .cate-prd-wrap {
        width: 100%;
        height: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .cate-name{
        width:100%;
        height:auto;
        padding:10px 20px;
        font-size:1rem;
        text-align:right;
        color:#CCCCCC;
    }

    .category-box-wrap {
        width: 48%;
        height: 360px;
        margin: 1% 1%;
        float: left;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .category-box-wrap-nomargin {
        width: 48%;
        height: 360px;
        margin: 1% 1%;
        float: left;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list-column {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 360px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;

    }

    .phone-title {
        width: 100%;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-weight: bold;
        font-size: 1rem;
        padding: 0;
        margin: 0;
        letter-spacing: -1px;
    }

    .phone-img-border {
        width: 100%;
        height: 200px;
    }

    .list-column .phone-img-border img.phone {
        width: 90px;
        height: auto;
    }

    .phone-ment {
        width: 100%;
        height: 70px;
        padding-top: 10px;
        color: #646464;
        line-height: 20px;
        font-size: .8rem;
    }

    .cate-gory {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding-right: 30px;
    }

    .cate-choice {
        width: 100%;
        height: 40px;
        padding: 10px;
        background: #443d65;
        text-align: center;
        color: #fff;
    }

    .cate-choice span {
        color: #ecad03;
    }

}