폰트 크기 변경

This commit is contained in:
lch 2021-04-29 07:03:17 +00:00
parent 21907bb7af
commit ffcb93b55a
2 changed files with 2 additions and 4 deletions

View File

@ -52,9 +52,7 @@ optgroup {font-weight: bold;}
table {border-collapse: collapse; border-spacing: 0; table-layout: fixed; word-break: break-all; width:100%;}
a, a:link, a:hover, a:active, a:focus, button:focus {outline: 0; text-decoration: none; color: inherit;}
body, input, textarea, button, select, label, a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body {font-family: 'Noto Sans KR', sans-serif; font-size:11pt; letter-spacing:-0.05em; font-weight:400; color:#222; line-height:1.6em;}
body {font-family: 'Noto Sans KR', sans-serif; font-size:12pt; letter-spacing:-0.05em; font-weight:400; color:#222; line-height:1.6em;}
select {height:40px; font-family:inherit; font-size:11pt; margin:0; padding-left:10px; vertical-align:middle; min-width:130px;

View File

@ -1973,7 +1973,7 @@ a.apyMore span {display: inline-block; height: 58px; line-height: 58px; padding-
.schCont li:last-child a,
.schCont li:last-child button,
.schCont li:last-child input[type="submit"] {display:block; width:50px; height:50px; position:absolute; right:0; top:0; border:none; text-indent:-9999px; background:#3a3a3a url("../../img/online/search_ico.png")no-repeat center center; background-size:50px auto;}
.subDsc {font-size: 11pt; color: #666;}
.subDsc {font-size: 12pt; color: #666;}
.subDsc.bk {color: #000;}
span.lg {font-size: 14pt;}
span.org {color: #ff5a00;}