From 7b7cf0563fb691b3878d35501b15f75985ef7e16 Mon Sep 17 00:00:00 2001 From: com02 Date: Thu, 2 Dec 2021 13:36:06 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=91=EA=B7=BC=EC=84=B1=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp | 2 +- src/main/webapp/css/default.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp index de8531db..9becabf6 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -274,7 +274,7 @@ function fn_listPops(typeDivCd) {
  • ${itemPop.typeDivNm }
    -
    ${itemPop.title }
    +

    주제분야-${itemPop.subjectNm }

    diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 7b498205..253d0679 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -261,7 +261,7 @@ transition: all 0.2s ease-in-out; .sec5 .inner .tabs_item ul li .con-1 {border-bottom:1px solid #e6e6e6;padding-bottom: 15px;margin-bottom:15px;height:50px;overflow: hidden;} .sec5 .inner .tabs_item ul li .con-1 .block {padding-bottom:10px;} .sec5 .inner .tabs_item ul li .con-1 .cla {display:inline;background:#e9e6df;padding:2px 10px;font-size:12px;color:#666;border-radius:30px;} -.sec5 .inner .tabs_item ul li .con-1 .tit {display:inline;width:100%;font-size:18px;line-height:26px;color:#222;font-weight: 400;} +.sec5 .inner .tabs_item ul li .con-1 .tit {display:inline;width:auto;font-size:18px;line-height:26px;color:#222;font-weight: 500;text-align:left;} .sec5 .inner .tabs_item ul li:hover .con-1 .cla {background:#376795;color:#fff;} .sec5 .inner .tabs_item ul li:hover .underline {background-size: 100% 100%;color:#376795;} .sec5 .inner .tabs_item ul li .con-2 {}