body {word-break:keep-all; }
.mo { display:none !important; }

/* 서브페이지 키비쥬얼 */
#SUB_KEYVISUAL .gu_sub_top .kv_img_area {background-image: url('../../../../img/sustainability/hdh/governance/KV_visual.png');}
.gu_content h2.gu_title { padding-bottom: 110px; }

.sec * { box-sizing: border-box; }
.sec + .sec { margin-top:100px; }
.sec .bx + .bx { margin-top:100px; }
.sec .bx > .title { color: #222; font-size: 32px; font-weight: 700; line-height: 1.4; letter-spacing: -0.8px; margin-bottom:24px; }
.sec .bx > .title span { color: #63666A; font-size: 14px; font-weight: 400; }
.sec .bx > .title.small { color: #000; font-size: 20px; font-weight: 500; letter-spacing: -0.4px; }
.sec .bx > .desc { color: #666; font-size: 16px; font-weight: 400; line-height: 1.75; letter-spacing: -0.4px; }
.sec .bx > .desc span { font-size:15px; }

.gu_card_grid_wr .item .titlewr { margin-bottom:50px; }
.gu_card_grid_wr .item .pos { color: #014099; font-size: 14px; font-weight: 700; line-height: 1.4; letter-spacing: -0.28px; }
.gu_card_grid_wr .item .tit { color: #000; font-size: 30px; font-weight: 700; line-height: 1.5; letter-spacing: -0.3px; }
.gu_card_grid_wr .item .tit > span { font-size:20px; }
.gu_card_grid_wr .item .cate { width:110px; flex-shrink: 0; }
.gu_card_grid_wr .item.mt .fl + .fl { margin-top:24px; }

.info { color: #63666A; font-size: 14px; font-weight: 400; line-height: 1.4; letter-spacing: -0.28px; margin-top:15px; }

.gu_card_grid_wr + .title.small, .gu_card_grid_wr + .gu_table { margin-top:40px; }

.download { color: #000; font-size: 14px; font-weight: 700; line-height: 1.4; letter-spacing: -0.28px; display:flex; justify-content: center; align-items: center; gap:4px; padding:17px; border: 2px solid #E0E0E0; max-width:255px; margin-bottom:40px; }
.download:after { content:""; display:block; width:20px; height:auto; aspect-ratio: 1/1; background:url("../../../../img/sustainability/hdh/esg/ico_download.svg") center / 100% auto no-repeat; }


/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px) {
    .gu_card_grid_wr .item .cate { width:min(22%, 110px); }
    .gu_card_grid_wr .item .tit > span { display:block; }
}

/* ================================== Mobile css ================================== */
@media all and (max-width: 766px) {
    .pc { display:none !important;; }
    .mo { display:block !important;; }
    .gu_content h2.gu_title { padding-bottom:80px; }

    .sec + .sec { margin-top:70px; }
    .sec .bx + .bx { margin-top:70px; }
    .sec .bx > .title { font-size: 24px; margin-bottom:18px; }
    .sec .bx > .title span { font-size: 14px; }
    .sec .bx > .title.small { font-size:17px; }
    .sec .bx > .title.small.center { text-align: center; }
    .sec .bx > .desc { font-size: 15px; line-height: 1.45; }
    .sec .bx > .desc span { font-size:15px; }

    .gu_card_grid_wr .item.mt .fl { display:block; }
    .gu_card_grid_wr .item .tit { font-size:24px; }
    .gu_card_grid_wr .item .cate { margin-bottom:5px; }

    .download { font-size:13px; width:200px; }
    .gu_card_grid_wr .item .tit > span { display:contents; font-size:15px; }

}

