diff --git a/BO/obj/Debug/BO.csprojAssemblyReference.cache b/BO/obj/Debug/BO.csprojAssemblyReference.cache index a7bdf91..e3c9000 100644 Binary files a/BO/obj/Debug/BO.csprojAssemblyReference.cache and b/BO/obj/Debug/BO.csprojAssemblyReference.cache differ diff --git a/Base/obj/Debug/Base.csprojAssemblyReference.cache b/Base/obj/Debug/Base.csprojAssemblyReference.cache index 725bf6a..1ca9416 100644 Binary files a/Base/obj/Debug/Base.csprojAssemblyReference.cache and b/Base/obj/Debug/Base.csprojAssemblyReference.cache differ diff --git a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache index 60d50bd..f2809af 100644 Binary files a/Dao/obj/Debug/Dao.csprojAssemblyReference.cache and b/Dao/obj/Debug/Dao.csprojAssemblyReference.cache differ diff --git a/FO/css/common.css b/FO/css/common.css index 54d8ad1..4f6e454 100644 --- a/FO/css/common.css +++ b/FO/css/common.css @@ -1,4 +1,4 @@ -@charset "utf-8"; +@charset "utf-8"; @import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Rajdhani:300,400,500,600,700&display=swap&subset=korean'); @@ -18,7 +18,7 @@ caption {display: none;} a {background: transparent; cursor:pointer;} a:active, a:hover {outline: 0;} abbr[title] {border-bottom: 1px dotted;} -b, strong, th {font-weight: 700;} +b, strong, th, td {font-weight: 400;} dfn {font-style: italic;} mark {background: #ff0; color: #000;} small {font-size: 80%;}