diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp index 5200f2e7..d2ddb926 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -257,7 +257,7 @@ function usrJoin(){ 한국저작권위원회 GO -

교육기부 우수기관 교육기부 우수기관

+

교육기부 우수기관 마크 교육기부 우수기관

--> <%-- -

교육기부 우수기관

+

교육기부 우수기관 마크 교육기부 우수기관

--> <%-- diff --git a/src/main/webapp/visitEdu/usr/publish/css/common.css b/src/main/webapp/visitEdu/usr/publish/css/common.css index 03615562..3be39c64 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/common.css +++ b/src/main/webapp/visitEdu/usr/publish/css/common.css @@ -49,7 +49,8 @@ header.scroll{box-shadow: 0 5px 8px rgba(0,0,0,0.15);} /* 알람추가 20231218*/ .gnb_wrap .area_right .header_alarm {position: relative; background-image: url(../images/common/headerTop_alarm.png); background-repeat: no-repeat;width: 16px; height: 18px; margin:0 45px 0 0; top:3px;} .gnb_wrap .area_right .header_alarm .a_count {position: relative; left: 11px; top:-8px; font-size:12px; letter-spacing: -0.5px; background-color: #e95504; border-radius: 50%; width:20px; height:20px; line-height: 20px; color:#fff; text-align: center;font-weight: 600; } -.t_none {font-size:0;} + /*.t_none {font-size:0;}*/ + .t_none {overflow:hidden; display: block; position:absolute; border:0; width:1px; height:1px; clip:rect(1px, 1px, 1px, 1px);} /* 공통메뉴 추가 20231218*/ .gnb_wrap .top_link {display: inline-block;} diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index 69185f5e..7f7b7173 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -252,7 +252,7 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa .tb_type01>table{width: 100%; table-layout: fixed; } .tb_type01>table>tbody {border-top: 2px solid #000;} .tb_type01>table>tbody>tr{border-bottom: 1px solid #e5e5e5;} -.tb_type01>table>tbody>tr>th,.tb_type01>table>tbody>tr>td{ font-size: 16px; text-align: left;box-sizing: border-box;} +.tb_type01>table>tbody>tr>th,.tb_type01>table>tbody>tr>td{ font-size: 16px; text-align: left;box-sizing: border-box; line-height:1.3em;} .tb_type01>table>tbody>tr>th{background-color: #f5f5f5; font-weight: 400; vertical-align: top; padding-top: 19px; padding-left: 20px; padding-bottom: 16px;} .tb_type01>table>tbody>tr>th p {line-height: 1.3;} .tb_type01>table>tbody>tr>td{padding: 12px 20px; height: 60px; font-weight: 400; color: #555; vertical-align: middle;}