/* 서브페이지 키비쥬얼 */
#SUB_KEYVISUAL .gu_sub_top .kv_img_area {background-image: url('../../../../img/investors/disclosure/KV_investors_disclosure.jpg')}

#DISCLOSURE_INFO .gu_content .gu_title { font-family: "HDFont", sans-serif; }
#DISCLOSURE_INFO .gu_content .bg_area { width:100%; height:auto; aspect-ratio: 960/320; display:flex; justify-content: center; align-items: center; background: url('../../../../img/investors/disclosure/corporate/btn_bg.png') center / cover no-repeat; }
#DISCLOSURE_INFO .gu_content .btn-wrap a { display:flex; justify-content:center; align-items:center; color: #FFF; font-size: 18px; font-weight: 700; line-height: 1.4; letter-spacing: -0.45px; background: #222; gap:10px; padding:20px 24px; }
#DISCLOSURE_INFO .gu_content .btn-wrap a:after { content:""; display:block; width:24px; height:auto; aspect-ratio: 1/1;  background: url('../../../../img/common/icon/icon-arrowright-w.png') center / 100% auto no-repeat; }
/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px) {

}

/* ================================== Mobile css ================================== */
@media all and (max-width: 766px) {
    #DISCLOSURE_INFO .gu_content .bg_area { aspect-ratio: 3/4; }
    #DISCLOSURE_INFO .gu_content .btn-wrap a { font-size: 16px; gap:5px; padding:12px 24px; }
}