/* BASIC css start */
/* =========================================================
   ´ëÈïÆ÷Àå ¸ð¹ÙÀÏ °³º°ÆäÀÌÁö : ¾÷Á¾º° Æ÷Àå¿ë±â
   ========================================================= */

#dhIndustryPage{
    width:100%;
    margin:0;
    padding:0 4% 35px;
    box-sizing:border-box;
    background:#fff;
}

#dhIndustryPage *{
    box-sizing:border-box;
}

#dhIndustryPage .dh-industry-head{
    padding:25px 4px 20px;
    text-align:left;
    border-bottom:2px solid #111;
}

#dhIndustryPage .dh-industry-kicker{
    margin:0 0 5px;
    color:#0b79e5;
    font-size:12px;
    font-weight:800;
    letter-spacing:.4px;
}

#dhIndustryPage h1{
    margin:0 0 10px;
    color:#111;
    font-size:26px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:-1px;
}

#dhIndustryPage .dh-industry-desc{
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.55;
    font-weight:400;
}

#dhIndustryPage .dh-industry-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    padding-top:14px;
}

#dhIndustryPage .dh-industry-card{
    display:block;
    overflow:hidden;
    text-decoration:none;
    color:#222;
    border:1px solid #e1e5e8;
    border-radius:8px;
    background:#fff;
}

#dhIndustryPage .dh-industry-card:active{
    background:#f7fbff;
    border-color:#0b79e5;
}

#dhIndustryPage .dh-industry-img{
    width:100%;
    height:135px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#f6f7f8;
    border-bottom:1px solid #eceff2;
}

#dhIndustryPage .dh-industry-img img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
}

#dhIndustryPage .dh-industry-info{
    min-height:92px;
    padding:10px 10px 11px;
}

#dhIndustryPage .dh-industry-info strong{
    display:block;
    margin-bottom:5px;
    color:#111;
    font-size:16px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:-.6px;
}

#dhIndustryPage .dh-industry-info span{
    display:block;
    min-height:32px;
    color:#777;
    font-size:12px;
    line-height:1.35;
}

#dhIndustryPage .dh-industry-info em{
    display:block;
    margin-top:7px;
    color:#0b79e5;
    font-style:normal;
    font-size:12px;
    line-height:1.2;
    font-weight:700;
}

@media screen and (max-width:360px){

    #dhIndustryPage{
        padding-left:3%;
        padding-right:3%;
    }

    #dhIndustryPage .dh-industry-grid{
        gap:7px;
    }

    #dhIndustryPage .dh-industry-img{
        height:118px;
    }

    #dhIndustryPage .dh-industry-info{
        min-height:88px;
        padding:9px 8px 10px;
    }

    #dhIndustryPage .dh-industry-info strong{
        font-size:14px;
    }
}

@media screen and (min-width:700px){

    #dhIndustryPage{
        max-width:800px;
        margin:0 auto;
    }

    #dhIndustryPage .dh-industry-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    #dhIndustryPage .dh-industry-img{
        height:150px;
    }
}

/* BASIC css end */

