@bwg-ui/core 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +106 -0
  2. package/dist/chunks/BwgLargeUploader-ByN1XWV4.js +809 -0
  3. package/dist/chunks/BwgLargeUploader-CU0-MVk4.cjs +1 -0
  4. package/dist/chunks/BwgSpace-CnLM4qcg.js +26 -0
  5. package/dist/chunks/BwgSpace-b0hmM1Ht.cjs +1 -0
  6. package/dist/chunks/QuickServiceToggle-CiCuWfCF.cjs +183 -0
  7. package/dist/chunks/QuickServiceToggle-y7esp1kp.js +15510 -0
  8. package/dist/chunks/ServiceCodeContext--ZnMtjzD.cjs +1 -0
  9. package/dist/chunks/ServiceCodeContext-CDZMr3Mm.js +87 -0
  10. package/dist/chunks/UtilsContext-B16Gh9LL.cjs +1 -0
  11. package/dist/chunks/UtilsContext-BbfZYiMR.js +240 -0
  12. package/dist/chunks/_commonjsHelpers-C6fGbg64.js +6 -0
  13. package/dist/chunks/_commonjsHelpers-DwGv2jUC.cjs +1 -0
  14. package/dist/chunks/codeStore-Dt6j826J.cjs +1 -0
  15. package/dist/chunks/codeStore-bxk_q1sl.js +449 -0
  16. package/dist/chunks/commonUtils-BV6WFv-z.js +628 -0
  17. package/dist/chunks/commonUtils-L9Jgc5y-.cjs +1 -0
  18. package/dist/chunks/favoriteStore-CguRSEcH.js +367 -0
  19. package/dist/chunks/favoriteStore-TgeeY32l.cjs +1 -0
  20. package/dist/chunks/jsx-runtime-CeSfJrVB.cjs +30 -0
  21. package/dist/chunks/jsx-runtime-Dpn_P65e.js +633 -0
  22. package/dist/chunks/messageUtils-9DXOwada.js +117 -0
  23. package/dist/chunks/messageUtils-RjJD_ArW.cjs +1 -0
  24. package/dist/chunks/popupStore-CVD8SPTa.cjs +1 -0
  25. package/dist/chunks/popupStore-Dp_fqtim.js +96 -0
  26. package/dist/chunks/realFormat-Cha7OTd9.cjs +1 -0
  27. package/dist/chunks/realFormat-DRGLFabQ.js +304 -0
  28. package/dist/chunks/serviceConfig-BJBsdee_.js +699 -0
  29. package/dist/chunks/serviceConfig-Cr2P4yr4.cjs +2 -0
  30. package/dist/components/common/BwgButtonGroup.d.ts +31 -0
  31. package/dist/components/common/BwgCmptArea.d.ts +16 -0
  32. package/dist/components/common/BwgConfigProvider.d.ts +10 -0
  33. package/dist/components/common/BwgDrawer.d.ts +20 -0
  34. package/dist/components/common/BwgGrid.d.ts +505 -0
  35. package/dist/components/common/BwgInfoArea.d.ts +8 -0
  36. package/dist/components/common/BwgPopup.d.ts +9 -0
  37. package/dist/components/common/BwgSpace.d.ts +11 -0
  38. package/dist/components/common/BwgTable.d.ts +13 -0
  39. package/dist/components/common/BwgTabs.d.ts +5 -0
  40. package/dist/components/common/BwgTitleBox.d.ts +29 -0
  41. package/dist/components/common/BwgView.d.ts +36 -0
  42. package/dist/components/common/ContentBox.d.ts +19 -0
  43. package/dist/components/common/ContentLayOut.d.ts +13 -0
  44. package/dist/components/common/GlobalConfigProvider.d.ts +9 -0
  45. package/dist/components/common/QuickServiceToggle.d.ts +13 -0
  46. package/dist/components/common/SearchBox.d.ts +16 -0
  47. package/dist/components/common/index.cjs +1 -0
  48. package/dist/components/common/index.d.ts +34 -0
  49. package/dist/components/common/index.js +24 -0
  50. package/dist/components/core/BwgButton.d.ts +6 -0
  51. package/dist/components/core/BwgCheck.d.ts +11 -0
  52. package/dist/components/core/BwgCheckList.d.ts +11 -0
  53. package/dist/components/core/BwgDatePicker.d.ts +10 -0
  54. package/dist/components/core/BwgForm.d.ts +6 -0
  55. package/dist/components/core/BwgFormItem.d.ts +17 -0
  56. package/dist/components/core/BwgInput.d.ts +9 -0
  57. package/dist/components/core/BwgLargeUploader.d.ts +15 -0
  58. package/dist/components/core/BwgMaskedInput.d.ts +20 -0
  59. package/dist/components/core/BwgMaskedPicker.d.ts +11 -0
  60. package/dist/components/core/BwgMultiSelect.d.ts +14 -0
  61. package/dist/components/core/BwgNumber.d.ts +13 -0
  62. package/dist/components/core/BwgRadio.d.ts +8 -0
  63. package/dist/components/core/BwgRangePicker.d.ts +12 -0
  64. package/dist/components/core/BwgSearch.d.ts +16 -0
  65. package/dist/components/core/BwgSelect.d.ts +15 -0
  66. package/dist/components/core/BwgTextArea.d.ts +8 -0
  67. package/dist/components/core/BwgUploader.d.ts +34 -0
  68. package/dist/components/core/index.cjs +1 -0
  69. package/dist/components/core/index.d.ts +36 -0
  70. package/dist/components/core/index.js +21 -0
  71. package/dist/components/guide/BwgComponentGuide.d.ts +2 -0
  72. package/dist/components/guide/BwgDeveloperGuide.d.ts +2 -0
  73. package/dist/components/guide/index.cjs +1 -0
  74. package/dist/components/guide/index.d.ts +2 -0
  75. package/dist/components/guide/index.js +7 -0
  76. package/dist/index.cjs +1 -0
  77. package/dist/index.d.ts +5 -0
  78. package/dist/index.js +291 -0
  79. package/dist/provider/contexts/CommonCodeContext.d.ts +46 -0
  80. package/dist/provider/contexts/SearchBoxContext.d.ts +15 -0
  81. package/dist/provider/contexts/ServiceCodeContext.d.ts +108 -0
  82. package/dist/provider/contexts/UtilsContext.d.ts +194 -0
  83. package/dist/provider/contexts/index.d.ts +4 -0
  84. package/dist/provider/hooks/index.d.ts +2 -0
  85. package/dist/provider/hooks/usePopup.d.ts +17 -0
  86. package/dist/provider/hooks/useViewState.d.ts +14 -0
  87. package/dist/provider/index.cjs +1 -0
  88. package/dist/provider/index.d.ts +2 -0
  89. package/dist/provider/index.js +27 -0
  90. package/dist/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  91. package/dist/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  92. package/dist/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  93. package/dist/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  94. package/dist/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
  95. package/dist/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  96. package/dist/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  97. package/dist/public/test.txt +0 -0
  98. package/dist/stores/codeStore.d.ts +173 -0
  99. package/dist/stores/favoriteStore.d.ts +19 -0
  100. package/dist/stores/index.cjs +1 -0
  101. package/dist/stores/index.d.ts +14 -0
  102. package/dist/stores/index.js +20 -0
  103. package/dist/stores/menuStore.d.ts +52 -0
  104. package/dist/stores/popupStore.d.ts +72 -0
  105. package/dist/stores/userStore.d.ts +36 -0
  106. package/dist/styles/assets/fonts/Roboto/Roboto-bold.eot +2751 -0
  107. package/dist/styles/assets/fonts/Roboto/Roboto-bold.svg +626 -0
  108. package/dist/styles/assets/fonts/Roboto/Roboto-bold.ttf +2755 -0
  109. package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff +2755 -0
  110. package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff2 +2754 -0
  111. package/dist/styles/assets/fonts/Roboto/Roboto-medium.eot +0 -0
  112. package/dist/styles/assets/fonts/Roboto/Roboto-medium.svg +1064 -0
  113. package/dist/styles/assets/fonts/Roboto/Roboto-medium.ttf +0 -0
  114. package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff +0 -0
  115. package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff2 +2754 -0
  116. package/dist/styles/assets/fonts/Roboto/Roboto-regular.eot +0 -0
  117. package/dist/styles/assets/fonts/Roboto/Roboto-regular.svg +1063 -0
  118. package/dist/styles/assets/fonts/Roboto/Roboto-regular.ttf +1597 -0
  119. package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff +1597 -0
  120. package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff2 +1597 -0
  121. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.eot +1594 -0
  122. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.ttf +0 -0
  123. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff +1594 -0
  124. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff2 +1594 -0
  125. package/dist/styles/assets/fonts/material/MaterialSymbolsOutlined.woff2 +0 -0
  126. package/dist/styles/assets/fonts/meiryo/meiryo.ttf +0 -0
  127. package/dist/styles/assets/fonts/meiryo/meiryob.ttf +0 -0
  128. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.eot +0 -0
  129. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.ttf +0 -0
  130. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.woff +0 -0
  131. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.eot +0 -0
  132. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.ttf +0 -0
  133. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.woff +0 -0
  134. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.eot +0 -0
  135. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.ttf +0 -0
  136. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.woff +0 -0
  137. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.eot +0 -0
  138. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.ttf +0 -0
  139. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.woff +0 -0
  140. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.eot +0 -0
  141. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.ttf +0 -0
  142. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.woff +0 -0
  143. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.eot +2314 -0
  144. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.otf +2314 -0
  145. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.svg +47 -0
  146. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.ttf +2301 -0
  147. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff +2314 -0
  148. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff2 +2315 -0
  149. package/dist/styles/assets/fonts/notokr/NotoSans-Light.otf +0 -0
  150. package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff +0 -0
  151. package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff2 +0 -0
  152. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.eot +0 -0
  153. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.otf +0 -0
  154. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.svg +47 -0
  155. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.ttf +0 -0
  156. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff +0 -0
  157. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff2 +0 -0
  158. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.eot +0 -0
  159. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.otf +0 -0
  160. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.svg +47 -0
  161. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.ttf +2299 -0
  162. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff +0 -0
  163. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff2 +0 -0
  164. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.eot +0 -0
  165. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.ttf +0 -0
  166. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff +0 -0
  167. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff2 +0 -0
  168. package/dist/styles/assets/fonts/poppins/Poppins-Light.eot +0 -0
  169. package/dist/styles/assets/fonts/poppins/Poppins-Light.ttf +0 -0
  170. package/dist/styles/assets/fonts/poppins/Poppins-Light.woff +0 -0
  171. package/dist/styles/assets/fonts/poppins/Poppins-Light.woff2 +0 -0
  172. package/dist/styles/assets/fonts/poppins/Poppins-Medium.eot +0 -0
  173. package/dist/styles/assets/fonts/poppins/Poppins-Medium.ttf +0 -0
  174. package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff +0 -0
  175. package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff2 +0 -0
  176. package/dist/styles/assets/fonts/poppins/Poppins-Regular.eot +0 -0
  177. package/dist/styles/assets/fonts/poppins/Poppins-Regular.ttf +0 -0
  178. package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff +0 -0
  179. package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff2 +0 -0
  180. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.eot +0 -0
  181. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.ttf +0 -0
  182. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff +0 -0
  183. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff2 +0 -0
  184. package/dist/styles/assets/fonts/pretendard/Pretendard-Black.woff2 +0 -0
  185. package/dist/styles/assets/fonts/pretendard/Pretendard-Bold.woff2 +0 -0
  186. package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraBold.woff2 +0 -0
  187. package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraLight.woff2 +0 -0
  188. package/dist/styles/assets/fonts/pretendard/Pretendard-Light.woff2 +0 -0
  189. package/dist/styles/assets/fonts/pretendard/Pretendard-Medium.woff2 +0 -0
  190. package/dist/styles/assets/fonts/pretendard/Pretendard-Regular.woff2 +0 -0
  191. package/dist/styles/assets/fonts/pretendard/Pretendard-SemiBold.woff2 +0 -0
  192. package/dist/styles/assets/fonts/pretendard/Pretendard-Thin.woff2 +0 -0
  193. package/dist/styles/assets/images/README.md +144 -0
  194. package/dist/styles/assets/images/backgrounds/landing_bg.png +0 -0
  195. package/dist/styles/assets/images/backgrounds/login_bg_01.png +0 -0
  196. package/dist/styles/assets/images/backgrounds/login_bg_02.png +0 -0
  197. package/dist/styles/assets/images/contents/btn/btn-down-on.png +0 -0
  198. package/dist/styles/assets/images/contents/btn/btn-down.png +0 -0
  199. package/dist/styles/assets/images/contents/btn/btn-left-on.png +0 -0
  200. package/dist/styles/assets/images/contents/btn/btn-left.png +0 -0
  201. package/dist/styles/assets/images/contents/btn/btn-right-on.png +0 -0
  202. package/dist/styles/assets/images/contents/btn/btn-right.png +0 -0
  203. package/dist/styles/assets/images/contents/btn/btn-up-on.png +0 -0
  204. package/dist/styles/assets/images/contents/btn/btn-up.png +0 -0
  205. package/dist/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  206. package/dist/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  207. package/dist/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  208. package/dist/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  209. package/dist/styles/assets/images/contents/icon/ico-quick-tab-move.svg +4 -0
  210. package/dist/styles/assets/images/contents/icon/ico-setting.svg +4 -0
  211. package/dist/styles/assets/images/contents/icon/ico_blue.png +0 -0
  212. package/dist/styles/assets/images/contents/icon/ico_red.png +0 -0
  213. package/dist/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  214. package/dist/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  215. package/dist/styles/assets/images/logos/KRX Logo.svg +22 -0
  216. package/dist/styles/assets/images/logos/bwg-logo-blue.png +0 -0
  217. package/dist/styles/assets/images/logos/krx-logo-x2.png +0 -0
  218. package/dist/styles/assets/images/logos/krx-logo.png +0 -0
  219. package/dist/styles/assets/react.svg +1 -0
  220. package/dist/styles/components.css +785 -0
  221. package/dist/styles/fonts.css +101 -0
  222. package/dist/styles/global.css +52 -0
  223. package/dist/styles/index.css +41 -0
  224. package/dist/styles/layout.css +1132 -0
  225. package/dist/styles/login.css +151 -0
  226. package/dist/styles/popup.css +30 -0
  227. package/dist/styles/renderers.css +190 -0
  228. package/dist/styles/size.css +4019 -0
  229. package/dist/styles/variables.css +106 -0
  230. package/dist/test.txt +0 -0
  231. package/dist/types/images.d.ts +25 -0
  232. package/dist/utils/apiUtils.d.ts +85 -0
  233. package/dist/utils/arrayUtils.d.ts +34 -0
  234. package/dist/utils/commonUtils.d.ts +54 -0
  235. package/dist/utils/cookieUtils.d.ts +4 -0
  236. package/dist/utils/dateUtils.d.ts +26 -0
  237. package/dist/utils/envUtils.d.ts +8 -0
  238. package/dist/utils/imageUtils.d.ts +31 -0
  239. package/dist/utils/index.cjs +1 -0
  240. package/dist/utils/index.d.ts +14 -0
  241. package/dist/utils/index.js +211 -0
  242. package/dist/utils/messageUtils.d.ts +65 -0
  243. package/dist/utils/notificationUtils.d.ts +51 -0
  244. package/dist/utils/objectUtils.d.ts +27 -0
  245. package/dist/utils/realFormat.d.ts +242 -0
  246. package/dist/utils/serviceConfig.d.ts +35 -0
  247. package/dist/utils/stringUtils.d.ts +142 -0
  248. package/dist/utils/userUtils.d.ts +19 -0
  249. package/package.json +123 -0
  250. package/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  251. package/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  252. package/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  253. package/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  254. package/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
  255. package/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  256. package/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  257. package/public/test.txt +0 -0
@@ -0,0 +1,4019 @@
1
+ @charset "UTF-8";
2
+ /*******************************
3
+ * 파일명 :size.css
4
+ * 설명 :폼 사이즈, 마진 패딩값
5
+ * 작성자 :elliott
6
+ * 수정일 :2017.12.23
7
+ ******************************/
8
+
9
+ /* 테이블td 폼사이즈 아래의 필요에 따라 하프값을 표기하고 추가한다 */
10
+ .w01 {
11
+ width: 1% !important;
12
+ box-sizing: border-box !important;
13
+ }
14
+
15
+ .w02 {
16
+ width: 2% !important;
17
+ box-sizing: border-box !important;
18
+ }
19
+
20
+ .w03 {
21
+ width: 3% !important;
22
+ box-sizing: border-box !important;
23
+ }
24
+
25
+ .w04 {
26
+ width: 4% !important;
27
+ box-sizing: border-box !important;
28
+ }
29
+
30
+ .w05 {
31
+ width: 5% !important;
32
+ box-sizing: border-box !important;
33
+ }
34
+
35
+ .w06 {
36
+ width: 6% !important;
37
+ box-sizing: border-box !important;
38
+ }
39
+
40
+ .w07 {
41
+ width: 7% !important;
42
+ box-sizing: border-box !important;
43
+ }
44
+
45
+ .w08 {
46
+ width: 8% !important;
47
+ box-sizing: border-box !important;
48
+ }
49
+
50
+ .w09 {
51
+ width: 9% !important;
52
+ box-sizing: border-box !important;
53
+ }
54
+
55
+ .w10 {
56
+ width: 10% !important;
57
+ box-sizing: border-box !important;
58
+ }
59
+
60
+ .w11 {
61
+ width: 11% !important;
62
+ box-sizing: border-box !important;
63
+ }
64
+
65
+ .w12 {
66
+ width: 11.899% !important;
67
+ box-sizing: border-box !important;
68
+ }
69
+
70
+ .w12h {
71
+ width: 12.8% !important;
72
+ box-sizing: border-box !important;
73
+ }
74
+
75
+ .w13 {
76
+ width: 13% !important;
77
+ box-sizing: border-box !important;
78
+ }
79
+
80
+ .w14 {
81
+ width: 14% !important;
82
+ box-sizing: border-box !important;
83
+ }
84
+
85
+ .w15 {
86
+ width: 15% !important;
87
+ box-sizing: border-box !important;
88
+ }
89
+
90
+ .w16 {
91
+ width: 16% !important;
92
+ box-sizing: border-box !important;
93
+ }
94
+
95
+ .w17 {
96
+ width: 17% !important;
97
+ box-sizing: border-box !important;
98
+ }
99
+
100
+ .w18 {
101
+ width: 18% !important;
102
+ box-sizing: border-box !important;
103
+ }
104
+
105
+ .w19 {
106
+ width: 19% !important;
107
+ box-sizing: border-box !important;
108
+ }
109
+
110
+ .w20 {
111
+ width: 20% !important;
112
+ box-sizing: border-box !important;
113
+ }
114
+
115
+ .w21 {
116
+ width: 21% !important;
117
+ box-sizing: border-box !important;
118
+ }
119
+
120
+ .w22 {
121
+ width: 22% !important;
122
+ box-sizing: border-box !important;
123
+ }
124
+
125
+ .w22h {
126
+ width: 22.4% !important;
127
+ box-sizing: border-box !important;
128
+ }
129
+
130
+ .w23 {
131
+ width: 23% !important;
132
+ box-sizing: border-box !important;
133
+ }
134
+
135
+ .w24 {
136
+ width: 24% !important;
137
+ box-sizing: border-box !important;
138
+ }
139
+
140
+ .w25 {
141
+ width: 25% !important;
142
+ box-sizing: border-box !important;
143
+ }
144
+
145
+ .w26 {
146
+ width: 26% !important;
147
+ box-sizing: border-box !important;
148
+ }
149
+
150
+ .w27 {
151
+ width: 27% !important;
152
+ box-sizing: border-box !important;
153
+ }
154
+
155
+ .w28 {
156
+ width: 28% !important;
157
+ box-sizing: border-box !important;
158
+ }
159
+
160
+ .w29 {
161
+ width: 29% !important;
162
+ box-sizing: border-box !important;
163
+ }
164
+
165
+ .w30 {
166
+ width: 30% !important;
167
+ box-sizing: border-box !important;
168
+ }
169
+
170
+ .w31 {
171
+ width: 31% !important;
172
+ box-sizing: border-box !important;
173
+ }
174
+
175
+ .w32 {
176
+ width: 32% !important;
177
+ box-sizing: border-box !important;
178
+ }
179
+
180
+ .w33 {
181
+ width: 33% !important;
182
+ box-sizing: border-box !important;
183
+ }
184
+
185
+ .w34 {
186
+ width: 34% !important;
187
+ box-sizing: border-box !important;
188
+ }
189
+
190
+ .w34h {
191
+ width: 34.5% !important;
192
+ box-sizing: border-box !important;
193
+ }
194
+
195
+ .w35 {
196
+ width: 34.899% !important;
197
+ box-sizing: border-box !important;
198
+ }
199
+
200
+ .w36 {
201
+ width: 36% !important;
202
+ box-sizing: border-box !important;
203
+ }
204
+
205
+ .w36h {
206
+ width: 36.8% !important;
207
+ box-sizing: border-box !important;
208
+ }
209
+
210
+ .w37 {
211
+ width: 37% !important;
212
+ box-sizing: border-box !important;
213
+ }
214
+
215
+ .w38 {
216
+ width: 38% !important;
217
+ box-sizing: border-box !important;
218
+ }
219
+
220
+ .w39 {
221
+ width: 39% !important;
222
+ box-sizing: border-box !important;
223
+ }
224
+
225
+ .w40 {
226
+ width: 40% !important;
227
+ box-sizing: border-box !important;
228
+ }
229
+
230
+ .w41 {
231
+ width: 41% !important;
232
+ box-sizing: border-box !important;
233
+ }
234
+
235
+ .w42 {
236
+ width: 42% !important;
237
+ box-sizing: border-box !important;
238
+ }
239
+
240
+ .w43 {
241
+ width: 43% !important;
242
+ box-sizing: border-box !important;
243
+ }
244
+
245
+ .w44 {
246
+ width: 44% !important;
247
+ box-sizing: border-box !important;
248
+ }
249
+
250
+ .w45 {
251
+ width: 45% !important;
252
+ box-sizing: border-box !important;
253
+ }
254
+
255
+ .w46 {
256
+ width: 46% !important;
257
+ box-sizing: border-box !important;
258
+ }
259
+
260
+ .w47 {
261
+ width: 47% !important;
262
+ box-sizing: border-box !important;
263
+ }
264
+
265
+ .w48 {
266
+ width: 48% !important;
267
+ box-sizing: border-box !important;
268
+ }
269
+
270
+ .w49 {
271
+ width: 49% !important;
272
+ box-sizing: border-box !important;
273
+ }
274
+
275
+ .w50 {
276
+ width: 50% !important;
277
+ box-sizing: border-box !important;
278
+ }
279
+
280
+ .w51 {
281
+ width: 51% !important;
282
+ box-sizing: border-box !important;
283
+ }
284
+
285
+ .w52 {
286
+ width: 52% !important;
287
+ box-sizing: border-box !important;
288
+ }
289
+
290
+ .w53 {
291
+ width: 53% !important;
292
+ box-sizing: border-box !important;
293
+ }
294
+
295
+ .w54 {
296
+ width: 54% !important;
297
+ box-sizing: border-box !important;
298
+ }
299
+
300
+ .w55 {
301
+ width: 55% !important;
302
+ box-sizing: border-box !important;
303
+ }
304
+
305
+ .w56 {
306
+ width: 56% !important;
307
+ box-sizing: border-box !important;
308
+ }
309
+
310
+ .w57 {
311
+ width: 57% !important;
312
+ box-sizing: border-box !important;
313
+ }
314
+
315
+ .w58 {
316
+ width: 58% !important;
317
+ box-sizing: border-box !important;
318
+ }
319
+
320
+ .w59 {
321
+ width: 59% !important;
322
+ box-sizing: border-box !important;
323
+ }
324
+
325
+ .w60 {
326
+ width: 60% !important;
327
+ box-sizing: border-box !important;
328
+ }
329
+
330
+ .w60h {
331
+ width: 60.548% !important;
332
+ box-sizing: border-box !important;
333
+ }
334
+
335
+ .w61 {
336
+ width: 61% !important;
337
+ box-sizing: border-box !important;
338
+ }
339
+
340
+ .w62 {
341
+ width: 62% !important;
342
+ box-sizing: border-box !important;
343
+ }
344
+
345
+ .w62h {
346
+ width: 62.37% !important;
347
+ box-sizing: border-box !important;
348
+ }
349
+
350
+ .w63 {
351
+ width: 63% !important;
352
+ box-sizing: border-box !important;
353
+ }
354
+
355
+ .w64 {
356
+ width: 64% !important;
357
+ box-sizing: border-box !important;
358
+ }
359
+
360
+ .w65 {
361
+ width: 65% !important;
362
+ box-sizing: border-box !important;
363
+ }
364
+
365
+ .w65h {
366
+ width: 65.288% !important;
367
+ box-sizing: border-box !important;
368
+ }
369
+
370
+ .w66 {
371
+ width: 66.168% !important;
372
+ box-sizing: border-box !important;
373
+ }
374
+
375
+ .w66h {
376
+ width: 66.156% !important;
377
+ box-sizing: border-box !important;
378
+ }
379
+
380
+ .w67 {
381
+ width: 67% !important;
382
+ box-sizing: border-box !important;
383
+ }
384
+
385
+ .w68 {
386
+ width: 68% !important;
387
+ box-sizing: border-box !important;
388
+ }
389
+
390
+ .w69 {
391
+ width: 69% !important;
392
+ box-sizing: border-box !important;
393
+ }
394
+
395
+ .w70 {
396
+ width: 70% !important;
397
+ box-sizing: border-box !important;
398
+ }
399
+
400
+ .w71 {
401
+ width: 71% !important;
402
+ box-sizing: border-box !important;
403
+ }
404
+
405
+ .w72 {
406
+ width: 72% !important;
407
+ box-sizing: border-box !important;
408
+ }
409
+
410
+ .w73 {
411
+ width: 73% !important;
412
+ box-sizing: border-box !important;
413
+ }
414
+
415
+ .w74 {
416
+ width: 74% !important;
417
+ box-sizing: border-box !important;
418
+ }
419
+
420
+ .w75 {
421
+ width: 75% !important;
422
+ box-sizing: border-box !important;
423
+ }
424
+
425
+ .w76 {
426
+ width: 76% !important;
427
+ box-sizing: border-box !important;
428
+ }
429
+
430
+ .w77 {
431
+ width: 77% !important;
432
+ box-sizing: border-box !important;
433
+ }
434
+
435
+ .w77h {
436
+ width: 77.6% !important;
437
+ box-sizing: border-box !important;
438
+ }
439
+
440
+ .w78 {
441
+ width: 78% !important;
442
+ box-sizing: border-box !important;
443
+ }
444
+
445
+ .w79 {
446
+ width: 79% !important;
447
+ box-sizing: border-box !important;
448
+ }
449
+
450
+ .w80 {
451
+ width: 80% !important;
452
+ box-sizing: border-box !important;
453
+ }
454
+
455
+ .w81 {
456
+ width: 81% !important;
457
+ box-sizing: border-box !important;
458
+ }
459
+
460
+ .w82 {
461
+ width: 82% !important;
462
+ box-sizing: border-box !important;
463
+ }
464
+
465
+ .w83 {
466
+ width: 83% !important;
467
+ box-sizing: border-box !important;
468
+ }
469
+
470
+ .w84 {
471
+ width: 84% !important;
472
+ box-sizing: border-box !important;
473
+ }
474
+
475
+ .w84h {
476
+ width: 84.5% !important;
477
+ box-sizing: border-box !important;
478
+ }
479
+
480
+ .w85 {
481
+ width: 85% !important;
482
+ box-sizing: border-box !important;
483
+ }
484
+
485
+ .w86 {
486
+ width: 86% !important;
487
+ box-sizing: border-box !important;
488
+ }
489
+
490
+ .w87 {
491
+ width: 87% !important;
492
+ box-sizing: border-box !important;
493
+ }
494
+
495
+ .w88 {
496
+ width: 88% !important;
497
+ box-sizing: border-box !important;
498
+ }
499
+
500
+ .w89 {
501
+ width: 89% !important;
502
+ box-sizing: border-box !important;
503
+ }
504
+
505
+ .w90 {
506
+ width: 90% !important;
507
+ box-sizing: border-box !important;
508
+ }
509
+
510
+ .w91 {
511
+ width: 91% !important;
512
+ box-sizing: border-box !important;
513
+ }
514
+
515
+ .w92 {
516
+ width: 92% !important;
517
+ box-sizing: border-box !important;
518
+ }
519
+
520
+ .w93 {
521
+ width: 93% !important;
522
+ box-sizing: border-box !important;
523
+ }
524
+
525
+ .w94 {
526
+ width: 94% !important;
527
+ box-sizing: border-box !important;
528
+ }
529
+
530
+ .w95 {
531
+ width: 95% !important;
532
+ box-sizing: border-box !important;
533
+ }
534
+
535
+ .w96 {
536
+ width: 96% !important;
537
+ box-sizing: border-box !important;
538
+ }
539
+
540
+ .w97 {
541
+ width: 97% !important;
542
+ box-sizing: border-box !important;
543
+ }
544
+
545
+ .w98 {
546
+ width: 98% !important;
547
+ box-sizing: border-box !important;
548
+ }
549
+
550
+ .w99 {
551
+ width: 99% !important;
552
+ box-sizing: border-box !important;
553
+ }
554
+
555
+ .w100 {
556
+ width: 100% !important;
557
+ box-sizing: border-box !important;
558
+ }
559
+
560
+ /* 마진값은 상하로 인접해 있는 경우에는 큰값을 준 쪽이 적용됩니다.
561
+ 예를들어 위박스는 margin-bottom:20px 주고 아래박스에 margin-top:50px 주었을 때 큰 값인 50px이 적용됩니다 */
562
+ /* margin-top */
563
+
564
+ /*margin*/
565
+ .m00 {
566
+ margin: 0 !important;
567
+ }
568
+
569
+ /*sample3.html, sample7.html*/
570
+ .mt00 {
571
+ margin-top: 0px !important;
572
+ }
573
+
574
+ .mt01 {
575
+ margin-top: 1px !important;
576
+ }
577
+
578
+ .mt_01 {
579
+ margin-top: -1px !important;
580
+ }
581
+
582
+ .mt02 {
583
+ margin-top: 2px !important;
584
+ }
585
+
586
+ .mt_02 {
587
+ margin-top: -2px !important;
588
+ }
589
+
590
+ .mt03 {
591
+ margin-top: 3px !important;
592
+ }
593
+
594
+ .mt_03 {
595
+ margin-top: -3px !important;
596
+ }
597
+
598
+ .mt04 {
599
+ margin-top: 4px !important;
600
+ }
601
+
602
+ .mt_04 {
603
+ margin-top: -4px !important;
604
+ }
605
+
606
+ .mt05 {
607
+ margin-top: 5px !important;
608
+ }
609
+
610
+ .mt_05 {
611
+ margin-top: -5px !important;
612
+ }
613
+
614
+ .mt06 {
615
+ margin-top: 6px !important;
616
+ }
617
+
618
+ .mt07 {
619
+ margin-top: 7px !important;
620
+ }
621
+
622
+ .mt08 {
623
+ margin-top: 8px !important;
624
+ }
625
+
626
+ .mt09 {
627
+ margin-top: 9px !important;
628
+ }
629
+
630
+ .mt10 {
631
+ margin-top: 10px !important;
632
+ }
633
+
634
+ .mt11 {
635
+ margin-top: 11px !important;
636
+ }
637
+
638
+ .mt12 {
639
+ margin-top: 12px !important;
640
+ }
641
+
642
+ .mt13 {
643
+ margin-top: 13px !important;
644
+ }
645
+
646
+ .mt14 {
647
+ margin-top: 14px !important;
648
+ }
649
+
650
+ .mt15 {
651
+ margin-top: 15px !important;
652
+ }
653
+
654
+ .mt16 {
655
+ margin-top: 16px !important;
656
+ }
657
+
658
+ .mt17 {
659
+ margin-top: 17px !important;
660
+ }
661
+
662
+ .mt18 {
663
+ margin-top: 18px !important;
664
+ }
665
+
666
+ .mt19 {
667
+ margin-top: 19px !important;
668
+ }
669
+
670
+ .mt20 {
671
+ margin-top: 20px !important;
672
+ }
673
+
674
+ .mt21 {
675
+ margin-top: 21px !important;
676
+ }
677
+
678
+ .mt22 {
679
+ margin-top: 22px !important;
680
+ }
681
+
682
+ .mt23 {
683
+ margin-top: 23px !important;
684
+ }
685
+
686
+ .mt24 {
687
+ margin-top: 24px !important;
688
+ }
689
+
690
+ .mt25 {
691
+ margin-top: 25px !important;
692
+ }
693
+
694
+ .mt26 {
695
+ margin-top: 26px !important;
696
+ }
697
+
698
+ .mt27 {
699
+ margin-top: 27px !important;
700
+ }
701
+
702
+ .mt28 {
703
+ margin-top: 28px !important;
704
+ }
705
+
706
+ .mt29 {
707
+ margin-top: 29px !important;
708
+ }
709
+
710
+ .mt30 {
711
+ margin-top: 30px !important;
712
+ }
713
+
714
+ .mt123 {
715
+ margin-top: 123px !important;
716
+ }
717
+
718
+ /* margin-right */
719
+ .mr01 {
720
+ margin-right: 1px !important;
721
+ }
722
+
723
+ .mr_01 {
724
+ margin-right: -1px !important;
725
+ }
726
+
727
+ .mr02 {
728
+ margin-right: 2px !important;
729
+ }
730
+
731
+ .mr_02 {
732
+ margin-right: -2px !important;
733
+ }
734
+
735
+ .mr03 {
736
+ margin-right: 3px !important;
737
+ }
738
+
739
+ .mr_03 {
740
+ margin-right: -3px !important;
741
+ }
742
+
743
+ .mr04 {
744
+ margin-right: 4px !important;
745
+ }
746
+
747
+ .mr_04 {
748
+ margin-right: -4px !important;
749
+ }
750
+
751
+ .mr05 {
752
+ margin-right: 5px !important;
753
+ }
754
+
755
+ .mr_05 {
756
+ margin-right: -5px !important;
757
+ }
758
+
759
+ .mr06 {
760
+ margin-right: 6px !important;
761
+ }
762
+
763
+ .mr07 {
764
+ margin-right: 7px !important;
765
+ }
766
+
767
+ .mr08 {
768
+ margin-right: 8px !important;
769
+ }
770
+
771
+ .mr09 {
772
+ margin-right: 9px !important;
773
+ }
774
+
775
+ .mr10 {
776
+ margin-right: 10px !important;
777
+ }
778
+
779
+ .mr11 {
780
+ margin-right: 11px !important;
781
+ }
782
+
783
+ .mr12 {
784
+ margin-right: 12px !important;
785
+ }
786
+
787
+ .mr13 {
788
+ margin-right: 13px !important;
789
+ }
790
+
791
+ .mr14 {
792
+ margin-right: 14px !important;
793
+ }
794
+
795
+ .mr15 {
796
+ margin-right: 15px !important;
797
+ }
798
+
799
+ .mr16 {
800
+ margin-right: 16px !important;
801
+ }
802
+
803
+ .mr17 {
804
+ margin-right: 17px !important;
805
+ }
806
+
807
+ .mr18 {
808
+ margin-right: 18px !important;
809
+ }
810
+
811
+ .mr19 {
812
+ margin-right: 19px !important;
813
+ }
814
+
815
+ .mr20 {
816
+ margin-right: 20px !important;
817
+ }
818
+
819
+ .mr21 {
820
+ margin-right: 21px !important;
821
+ }
822
+
823
+ .mr22 {
824
+ margin-right: 22px !important;
825
+ }
826
+
827
+ .mr23 {
828
+ margin-right: 23px !important;
829
+ }
830
+
831
+ .mr24 {
832
+ margin-right: 24px !important;
833
+ }
834
+
835
+ .mr25 {
836
+ margin-right: 25px !important;
837
+ }
838
+
839
+ .mr26 {
840
+ margin-right: 26px !important;
841
+ }
842
+
843
+ .mr27 {
844
+ margin-right: 27px !important;
845
+ }
846
+
847
+ .mr28 {
848
+ margin-right: 28px !important;
849
+ }
850
+
851
+ .mr29 {
852
+ margin-right: 29px !important;
853
+ }
854
+
855
+ .mr30 {
856
+ margin-right: 30px !important;
857
+ }
858
+
859
+ /* margin-bottom */
860
+ .mb01 {
861
+ margin-bottom: 1px !important;
862
+ }
863
+
864
+ .mb_01 {
865
+ margin-bottom: -1px !important;
866
+ }
867
+
868
+ .mb02 {
869
+ margin-bottom: 2px !important;
870
+ }
871
+
872
+ .mb_02 {
873
+ margin-bottom: -2px !important;
874
+ }
875
+
876
+ .mb03 {
877
+ margin-bottom: 3px !important;
878
+ }
879
+
880
+ .mb_03 {
881
+ margin-bottom: -3px !important;
882
+ }
883
+
884
+ .mb04 {
885
+ margin-bottom: 4px !important;
886
+ }
887
+
888
+ .mb_04 {
889
+ margin-bottom: -4px !important;
890
+ }
891
+
892
+ .mb05 {
893
+ margin-bottom: 5px !important;
894
+ }
895
+
896
+ .mb_05 {
897
+ margin-bottom: -5px !important;
898
+ }
899
+
900
+ .mb06 {
901
+ margin-bottom: 6px !important;
902
+ }
903
+
904
+ .mb07 {
905
+ margin-bottom: 7px !important;
906
+ }
907
+
908
+ .mb08 {
909
+ margin-bottom: 8px !important;
910
+ }
911
+
912
+ .mb09 {
913
+ margin-bottom: 9px !important;
914
+ }
915
+
916
+ .mb10 {
917
+ margin-bottom: 10px !important;
918
+ }
919
+
920
+ .mb11 {
921
+ margin-bottom: 11px !important;
922
+ }
923
+
924
+ .mb12 {
925
+ margin-bottom: 12px !important;
926
+ }
927
+
928
+ .mb13 {
929
+ margin-bottom: 13px !important;
930
+ }
931
+
932
+ .mb14 {
933
+ margin-bottom: 14px !important;
934
+ }
935
+
936
+ .mb15 {
937
+ margin-bottom: 15px !important;
938
+ }
939
+
940
+ .mb16 {
941
+ margin-bottom: 16px !important;
942
+ }
943
+
944
+ .mb17 {
945
+ margin-bottom: 17px !important;
946
+ }
947
+
948
+ .mb18 {
949
+ margin-bottom: 18px !important;
950
+ }
951
+
952
+ .mb19 {
953
+ margin-bottom: 19px !important;
954
+ }
955
+
956
+ .mb20 {
957
+ margin-bottom: 20px !important;
958
+ }
959
+
960
+ .mb21 {
961
+ margin-bottom: 21px !important;
962
+ }
963
+
964
+ .mb22 {
965
+ margin-bottom: 22px !important;
966
+ }
967
+
968
+ .mb23 {
969
+ margin-bottom: 23px !important;
970
+ }
971
+
972
+ .mb24 {
973
+ margin-bottom: 24px !important;
974
+ }
975
+
976
+ .mb25 {
977
+ margin-bottom: 25px !important;
978
+ }
979
+
980
+ .mb26 {
981
+ margin-bottom: 26px !important;
982
+ }
983
+
984
+ .mb27 {
985
+ margin-bottom: 27px !important;
986
+ }
987
+
988
+ .mb28 {
989
+ margin-bottom: 28px !important;
990
+ }
991
+
992
+ .mb29 {
993
+ margin-bottom: 29px !important;
994
+ }
995
+
996
+ .mb30 {
997
+ margin-bottom: 30px !important;
998
+ }
999
+
1000
+ /* margin-left */
1001
+ .ml00 {
1002
+ margin-left: 0 !important;
1003
+ }
1004
+
1005
+ /*sample5.html*/
1006
+ .ml01 {
1007
+ margin-left: 1px !important;
1008
+ }
1009
+
1010
+ .ml_01 {
1011
+ margin-left: -1px !important;
1012
+ }
1013
+
1014
+ .ml02 {
1015
+ margin-left: 2px !important;
1016
+ }
1017
+
1018
+ .ml_02 {
1019
+ margin-left: -2px !important;
1020
+ }
1021
+
1022
+ .ml03 {
1023
+ margin-left: 3px !important;
1024
+ }
1025
+
1026
+ .ml_03 {
1027
+ margin-left: -3px !important;
1028
+ }
1029
+
1030
+ .ml04 {
1031
+ margin-left: 4px !important;
1032
+ }
1033
+
1034
+ .ml_04 {
1035
+ margin-left: -4px !important;
1036
+ }
1037
+
1038
+ .ml05 {
1039
+ margin-left: 5px !important;
1040
+ }
1041
+
1042
+ .ml_05 {
1043
+ margin-left: -5px !important;
1044
+ }
1045
+
1046
+ .ml06 {
1047
+ margin-left: 6px !important;
1048
+ }
1049
+
1050
+ .ml07 {
1051
+ margin-left: 7px !important;
1052
+ }
1053
+
1054
+ .ml08 {
1055
+ margin-left: 8px !important;
1056
+ }
1057
+
1058
+ .ml09 {
1059
+ margin-left: 9px !important;
1060
+ }
1061
+
1062
+ .ml10 {
1063
+ margin-left: 10px !important;
1064
+ }
1065
+
1066
+ .ml11 {
1067
+ margin-left: 11px !important;
1068
+ }
1069
+
1070
+ .ml12 {
1071
+ margin-left: 12px !important;
1072
+ }
1073
+
1074
+ .ml13 {
1075
+ margin-left: 13px !important;
1076
+ }
1077
+
1078
+ .ml14 {
1079
+ margin-left: 14px !important;
1080
+ }
1081
+
1082
+ .ml15 {
1083
+ margin-left: 15px !important;
1084
+ }
1085
+
1086
+ .ml16 {
1087
+ margin-left: 16px !important;
1088
+ }
1089
+
1090
+ .ml17 {
1091
+ margin-left: 17px !important;
1092
+ }
1093
+
1094
+ .ml18 {
1095
+ margin-left: 18px !important;
1096
+ }
1097
+
1098
+ .ml19 {
1099
+ margin-left: 19px !important;
1100
+ }
1101
+
1102
+ .ml20 {
1103
+ margin-left: 20px !important;
1104
+ }
1105
+
1106
+ .ml21 {
1107
+ margin-left: 21px !important;
1108
+ }
1109
+
1110
+ .ml22 {
1111
+ margin-left: 22px !important;
1112
+ }
1113
+
1114
+ .ml23 {
1115
+ margin-left: 23px !important;
1116
+ }
1117
+
1118
+ .ml24 {
1119
+ margin-left: 24px !important;
1120
+ }
1121
+
1122
+ .ml25 {
1123
+ margin-left: 25px !important;
1124
+ }
1125
+
1126
+ .ml26 {
1127
+ margin-left: 26px !important;
1128
+ }
1129
+
1130
+ .ml27 {
1131
+ margin-left: 27px !important;
1132
+ }
1133
+
1134
+ .ml28 {
1135
+ margin-left: 28px !important;
1136
+ }
1137
+
1138
+ .ml29 {
1139
+ margin-left: 29px !important;
1140
+ }
1141
+
1142
+ .ml30 {
1143
+ margin-left: 30px !important;
1144
+ }
1145
+
1146
+ /* padding-top */
1147
+ .pt01 {
1148
+ padding-top: 1px !important;
1149
+ }
1150
+
1151
+ .pt02 {
1152
+ padding-top: 2px !important;
1153
+ }
1154
+
1155
+ .pt03 {
1156
+ padding-top: 3px !important;
1157
+ }
1158
+
1159
+ .pt04 {
1160
+ padding-top: 4px !important;
1161
+ }
1162
+
1163
+ .pt05 {
1164
+ padding-top: 5px !important;
1165
+ }
1166
+
1167
+ .pt06 {
1168
+ padding-top: 6px !important;
1169
+ }
1170
+
1171
+ .pt07 {
1172
+ padding-top: 7px !important;
1173
+ }
1174
+
1175
+ .pt08 {
1176
+ padding-top: 8px !important;
1177
+ }
1178
+
1179
+ .pt09 {
1180
+ padding-top: 9px !important;
1181
+ }
1182
+
1183
+ .pt10 {
1184
+ padding-top: 10px !important;
1185
+ }
1186
+
1187
+ .pt11 {
1188
+ padding-top: 11px !important;
1189
+ }
1190
+
1191
+ .pt12 {
1192
+ padding-top: 12px !important;
1193
+ }
1194
+
1195
+ .pt13 {
1196
+ padding-top: 13px !important;
1197
+ }
1198
+
1199
+ .pt14 {
1200
+ padding-top: 14px !important;
1201
+ }
1202
+
1203
+ .pt15 {
1204
+ padding-top: 15px !important;
1205
+ }
1206
+
1207
+ .pt16 {
1208
+ padding-top: 16px !important;
1209
+ }
1210
+
1211
+ .pt17 {
1212
+ padding-top: 17px !important;
1213
+ }
1214
+
1215
+ .pt18 {
1216
+ padding-top: 18px !important;
1217
+ }
1218
+
1219
+ .pt19 {
1220
+ padding-top: 19px !important;
1221
+ }
1222
+
1223
+ .pt20 {
1224
+ padding-top: 20px !important;
1225
+ }
1226
+
1227
+ .pt21 {
1228
+ padding-top: 21px !important;
1229
+ }
1230
+
1231
+ .pt22 {
1232
+ padding-top: 22px !important;
1233
+ }
1234
+
1235
+ .pt23 {
1236
+ padding-top: 23px !important;
1237
+ }
1238
+
1239
+ .pt24 {
1240
+ padding-top: 24px !important;
1241
+ }
1242
+
1243
+ .pt25 {
1244
+ padding-top: 25px !important;
1245
+ }
1246
+
1247
+ .pt26 {
1248
+ padding-top: 26px !important;
1249
+ }
1250
+
1251
+ .pt27 {
1252
+ padding-top: 27px !important;
1253
+ }
1254
+
1255
+ .pt28 {
1256
+ padding-top: 28px !important;
1257
+ }
1258
+
1259
+ .pt29 {
1260
+ padding-top: 29px !important;
1261
+ }
1262
+
1263
+ .pt30 {
1264
+ padding-top: 30px !important;
1265
+ }
1266
+
1267
+ /* padding-right */
1268
+ .pr01 {
1269
+ padding-right: 1px !important;
1270
+ }
1271
+
1272
+ .pr02 {
1273
+ padding-right: 2px !important;
1274
+ }
1275
+
1276
+ .pr03 {
1277
+ padding-right: 3px !important;
1278
+ }
1279
+
1280
+ .pr04 {
1281
+ padding-right: 4px !important;
1282
+ }
1283
+
1284
+ .pr05 {
1285
+ padding-right: 5px !important;
1286
+ }
1287
+
1288
+ .pr06 {
1289
+ padding-right: 6px !important;
1290
+ }
1291
+
1292
+ .pr07 {
1293
+ padding-right: 7px !important;
1294
+ }
1295
+
1296
+ .pr08 {
1297
+ padding-right: 8px !important;
1298
+ }
1299
+
1300
+ .pr09 {
1301
+ padding-right: 9px !important;
1302
+ }
1303
+
1304
+ .pr10 {
1305
+ padding-right: 10px !important;
1306
+ }
1307
+
1308
+ .pr11 {
1309
+ padding-right: 11px !important;
1310
+ }
1311
+
1312
+ .pr12 {
1313
+ padding-right: 12px !important;
1314
+ }
1315
+
1316
+ .pr13 {
1317
+ padding-right: 13px !important;
1318
+ }
1319
+
1320
+ .pr14 {
1321
+ padding-right: 14px !important;
1322
+ }
1323
+
1324
+ .pr15 {
1325
+ padding-right: 15px !important;
1326
+ }
1327
+
1328
+ .pr16 {
1329
+ padding-right: 16px !important;
1330
+ }
1331
+
1332
+ .pr17 {
1333
+ padding-right: 17px !important;
1334
+ }
1335
+
1336
+ .pr18 {
1337
+ padding-right: 18px !important;
1338
+ }
1339
+
1340
+ .pr19 {
1341
+ padding-right: 19px !important;
1342
+ }
1343
+
1344
+ .pr20 {
1345
+ padding-right: 20px !important;
1346
+ }
1347
+
1348
+ .pr21 {
1349
+ padding-right: 21px !important;
1350
+ }
1351
+
1352
+ .pr22 {
1353
+ padding-right: 22px !important;
1354
+ }
1355
+
1356
+ .pr23 {
1357
+ padding-right: 23px !important;
1358
+ }
1359
+
1360
+ .pr24 {
1361
+ padding-right: 24px !important;
1362
+ }
1363
+
1364
+ .pr25 {
1365
+ padding-right: 25px !important;
1366
+ }
1367
+
1368
+ .pr26 {
1369
+ padding-right: 26px !important;
1370
+ }
1371
+
1372
+ .pr27 {
1373
+ padding-right: 27px !important;
1374
+ }
1375
+
1376
+ .pr28 {
1377
+ padding-right: 28px !important;
1378
+ }
1379
+
1380
+ .pr29 {
1381
+ padding-right: 29px !important;
1382
+ }
1383
+
1384
+ .pr30 {
1385
+ padding-right: 30px !important;
1386
+ }
1387
+
1388
+ .pb01 {
1389
+ padding-bottom: 1px !important;
1390
+ }
1391
+
1392
+ .pb02 {
1393
+ padding-bottom: 2px !important;
1394
+ }
1395
+
1396
+ .pb03 {
1397
+ padding-bottom: 3px !important;
1398
+ }
1399
+
1400
+ .pb04 {
1401
+ padding-bottom: 4px !important;
1402
+ }
1403
+
1404
+ .pb05 {
1405
+ padding-bottom: 5px !important;
1406
+ }
1407
+
1408
+ .pb06 {
1409
+ padding-bottom: 6px !important;
1410
+ }
1411
+
1412
+ .pb07 {
1413
+ padding-bottom: 7px !important;
1414
+ }
1415
+
1416
+ .pb08 {
1417
+ padding-bottom: 8px !important;
1418
+ }
1419
+
1420
+ .pb09 {
1421
+ padding-bottom: 9px !important;
1422
+ }
1423
+
1424
+ .pb10 {
1425
+ padding-bottom: 10px !important;
1426
+ }
1427
+
1428
+ /* padding-bottom */
1429
+ .pb11 {
1430
+ padding-bottom: 11px !important;
1431
+ }
1432
+
1433
+ .pb12 {
1434
+ padding-bottom: 12px !important;
1435
+ }
1436
+
1437
+ .pb13 {
1438
+ padding-bottom: 13px !important;
1439
+ }
1440
+
1441
+ .pb14 {
1442
+ padding-bottom: 14px !important;
1443
+ }
1444
+
1445
+ .pb15 {
1446
+ padding-bottom: 15px !important;
1447
+ }
1448
+
1449
+ .pb16 {
1450
+ padding-bottom: 16px !important;
1451
+ }
1452
+
1453
+ .pb17 {
1454
+ padding-bottom: 17px !important;
1455
+ }
1456
+
1457
+ .pb18 {
1458
+ padding-bottom: 18px !important;
1459
+ }
1460
+
1461
+ .pb19 {
1462
+ padding-bottom: 19px !important;
1463
+ }
1464
+
1465
+ .pb20 {
1466
+ padding-bottom: 20px !important;
1467
+ }
1468
+
1469
+ .pb21 {
1470
+ padding-bottom: 21px !important;
1471
+ }
1472
+
1473
+ .pb22 {
1474
+ padding-bottom: 22px !important;
1475
+ }
1476
+
1477
+ .pb23 {
1478
+ padding-bottom: 23px !important;
1479
+ }
1480
+
1481
+ .pb24 {
1482
+ padding-bottom: 24px !important;
1483
+ }
1484
+
1485
+ .pb25 {
1486
+ padding-bottom: 25px !important;
1487
+ }
1488
+
1489
+ .pb26 {
1490
+ padding-bottom: 26px !important;
1491
+ }
1492
+
1493
+ .pb27 {
1494
+ padding-bottom: 27px !important;
1495
+ }
1496
+
1497
+ .pb28 {
1498
+ padding-bottom: 28px !important;
1499
+ }
1500
+
1501
+ .pb29 {
1502
+ padding-bottom: 29px !important;
1503
+ }
1504
+
1505
+ .pb30 {
1506
+ padding-bottom: 30px !important;
1507
+ }
1508
+
1509
+ /* padding-left */
1510
+ .pl01 {
1511
+ padding-left: 1px !important;
1512
+ }
1513
+
1514
+ .pl02 {
1515
+ padding-left: 2px !important;
1516
+ }
1517
+
1518
+ .pl03 {
1519
+ padding-left: 3px !important;
1520
+ }
1521
+
1522
+ .pl04 {
1523
+ padding-left: 4px !important;
1524
+ }
1525
+
1526
+ .pl05 {
1527
+ padding-left: 5px !important;
1528
+ }
1529
+
1530
+ .pl06 {
1531
+ padding-left: 6px !important;
1532
+ }
1533
+
1534
+ .pl07 {
1535
+ padding-left: 7px !important;
1536
+ }
1537
+
1538
+ .pl08 {
1539
+ padding-left: 8px !important;
1540
+ }
1541
+
1542
+ .pl09 {
1543
+ padding-left: 9px !important;
1544
+ }
1545
+
1546
+ .pl10 {
1547
+ padding-left: 10px !important;
1548
+ }
1549
+
1550
+ .pl11 {
1551
+ padding-left: 11px !important;
1552
+ }
1553
+
1554
+ .pl12 {
1555
+ padding-left: 12px !important;
1556
+ }
1557
+
1558
+ .pl13 {
1559
+ padding-left: 13px !important;
1560
+ }
1561
+
1562
+ .pl14 {
1563
+ padding-left: 14px !important;
1564
+ }
1565
+
1566
+ .pl15 {
1567
+ padding-left: 15px !important;
1568
+ }
1569
+
1570
+ .pl16 {
1571
+ padding-left: 16px !important;
1572
+ }
1573
+
1574
+ .pl17 {
1575
+ padding-left: 17px !important;
1576
+ }
1577
+
1578
+ .pl18 {
1579
+ padding-left: 18px !important;
1580
+ }
1581
+
1582
+ .pl19 {
1583
+ padding-left: 19px !important;
1584
+ }
1585
+
1586
+ .pl20 {
1587
+ padding-left: 20px !important;
1588
+ }
1589
+
1590
+ .pl21 {
1591
+ padding-left: 21px !important;
1592
+ }
1593
+
1594
+ .pl22 {
1595
+ padding-left: 22px !important;
1596
+ }
1597
+
1598
+ .pl23 {
1599
+ padding-left: 23px !important;
1600
+ }
1601
+
1602
+ .pl24 {
1603
+ padding-left: 24px !important;
1604
+ }
1605
+
1606
+ .pl25 {
1607
+ padding-left: 25px !important;
1608
+ }
1609
+
1610
+ .pl26 {
1611
+ padding-left: 26px !important;
1612
+ }
1613
+
1614
+ .pl27 {
1615
+ padding-left: 27px !important;
1616
+ }
1617
+
1618
+ .pl28 {
1619
+ padding-left: 28px !important;
1620
+ }
1621
+
1622
+ .pl29 {
1623
+ padding-left: 29px !important;
1624
+ }
1625
+
1626
+ .pl30 {
1627
+ padding-left: 30px !important;
1628
+ }
1629
+
1630
+ .pd05 {
1631
+ padding: 5px !important;
1632
+ }
1633
+
1634
+ .pd10 {
1635
+ padding: 10px !important;
1636
+ }
1637
+
1638
+ /* 디자인 변경전 사용한 클래스 UI 텍스트에 따른 글자크기 PPT_80page */
1639
+ .text_len01 {
1640
+ width: 14px !important;
1641
+ }
1642
+
1643
+ .text_len02 {
1644
+ width: 28px !important;
1645
+ }
1646
+
1647
+ .text_len03 {
1648
+ width: 42px !important;
1649
+ }
1650
+
1651
+ .text_len04 {
1652
+ width: 56px !important;
1653
+ }
1654
+
1655
+ .text_len05 {
1656
+ width: 70px !important;
1657
+ }
1658
+
1659
+ .text_len06 {
1660
+ width: 84px !important;
1661
+ }
1662
+
1663
+ .text_len07 {
1664
+ width: 98px !important;
1665
+ }
1666
+
1667
+ .text_len08 {
1668
+ width: 110px !important;
1669
+ }
1670
+
1671
+ /*달력사이즈와 맞추기 위해서-2px*/
1672
+ .text_len09 {
1673
+ width: 126px !important;
1674
+ }
1675
+
1676
+ .text_len10 {
1677
+ width: 140px !important;
1678
+ }
1679
+
1680
+ .text_len11 {
1681
+ width: 154px !important;
1682
+ }
1683
+
1684
+ .text_len12 {
1685
+ width: 168px !important;
1686
+ }
1687
+
1688
+ .text_len13 {
1689
+ width: 182px !important;
1690
+ }
1691
+
1692
+ .text_len14 {
1693
+ width: 196px !important;
1694
+ }
1695
+
1696
+ .text_len15 {
1697
+ width: 210px !important;
1698
+ }
1699
+
1700
+ .text_len16 {
1701
+ width: 224px !important;
1702
+ }
1703
+
1704
+ .text_len17 {
1705
+ width: 238px !important;
1706
+ }
1707
+
1708
+ .text_len18 {
1709
+ width: 252px !important;
1710
+ }
1711
+
1712
+ .text_len19 {
1713
+ width: 266px !important;
1714
+ }
1715
+
1716
+ .text_len20 {
1717
+ width: 280px !important;
1718
+ }
1719
+
1720
+ .text_len21 {
1721
+ width: 294px !important;
1722
+ }
1723
+
1724
+ .text_len22 {
1725
+ width: 308px !important;
1726
+ }
1727
+
1728
+ .text_len23 {
1729
+ width: 322px !important;
1730
+ }
1731
+
1732
+ .text_len24 {
1733
+ width: 336px !important;
1734
+ }
1735
+
1736
+ .text_len25 {
1737
+ width: 350px !important;
1738
+ }
1739
+
1740
+ .text_len26 {
1741
+ width: 364px !important;
1742
+ }
1743
+
1744
+ .text_len27 {
1745
+ width: 378px !important;
1746
+ }
1747
+
1748
+ .text_len28 {
1749
+ width: 392px !important;
1750
+ }
1751
+
1752
+ .text_len29 {
1753
+ width: 406px !important;
1754
+ }
1755
+
1756
+ .text_len30 {
1757
+ width: 420px !important;
1758
+ }
1759
+
1760
+ .text_len31 {
1761
+ width: 434px !important;
1762
+ }
1763
+
1764
+ .text_len32 {
1765
+ width: 448px !important;
1766
+ }
1767
+
1768
+ .text_len33 {
1769
+ width: 462px !important;
1770
+ }
1771
+
1772
+ .text_len34 {
1773
+ width: 476px !important;
1774
+ }
1775
+
1776
+ .text_len35 {
1777
+ width: 490px !important;
1778
+ }
1779
+
1780
+ .text_len36 {
1781
+ width: 504px !important;
1782
+ }
1783
+
1784
+ .text_len37 {
1785
+ width: 518px !important;
1786
+ }
1787
+
1788
+ .text_len38 {
1789
+ width: 532px !important;
1790
+ }
1791
+
1792
+ .text_len39 {
1793
+ width: 546px !important;
1794
+ }
1795
+
1796
+ .text_len40 {
1797
+ width: 560px !important;
1798
+ }
1799
+
1800
+ /* 폼 사이즈 고정으로 할 때 , 사용할 일이 있을까 싶지만.. */
1801
+ .w01px {
1802
+ width: 1px !important;
1803
+ }
1804
+
1805
+ .w02px {
1806
+ width: 2px !important;
1807
+ }
1808
+
1809
+ .w03px {
1810
+ width: 3px !important;
1811
+ }
1812
+
1813
+ .w04px {
1814
+ width: 4px !important;
1815
+ }
1816
+
1817
+ .w05px {
1818
+ width: 5px !important;
1819
+ }
1820
+
1821
+ .w06px {
1822
+ width: 6px !important;
1823
+ }
1824
+
1825
+ .w07px {
1826
+ width: 7px !important;
1827
+ }
1828
+
1829
+ .w08px {
1830
+ width: 8px !important;
1831
+ }
1832
+
1833
+ .w09px {
1834
+ width: 9px !important;
1835
+ }
1836
+
1837
+ .w10px {
1838
+ width: 10px !important;
1839
+ }
1840
+
1841
+ .w11px {
1842
+ width: 11px !important;
1843
+ }
1844
+
1845
+ .w12px {
1846
+ width: 12px !important;
1847
+ }
1848
+
1849
+ .w13px {
1850
+ width: 13px !important;
1851
+ }
1852
+
1853
+ .w11px {
1854
+ width: 11px !important;
1855
+ }
1856
+
1857
+ .w14px {
1858
+ width: 14px !important;
1859
+ }
1860
+
1861
+ .w15px {
1862
+ width: 15px !important;
1863
+ }
1864
+
1865
+ .w16px {
1866
+ width: 16px !important;
1867
+ }
1868
+
1869
+ .w17px {
1870
+ width: 17px !important;
1871
+ }
1872
+
1873
+ .w18px {
1874
+ width: 18px !important;
1875
+ }
1876
+
1877
+ .w19px {
1878
+ width: 19px !important;
1879
+ }
1880
+
1881
+ .w20px {
1882
+ width: 20px !important;
1883
+ }
1884
+
1885
+ .w21px {
1886
+ width: 21px !important;
1887
+ }
1888
+
1889
+ .w22px {
1890
+ width: 22px !important;
1891
+ }
1892
+
1893
+ .w23px {
1894
+ width: 23px !important;
1895
+ }
1896
+
1897
+ .w24px {
1898
+ width: 24px !important;
1899
+ }
1900
+
1901
+ .w25px {
1902
+ width: 25px !important;
1903
+ }
1904
+
1905
+ .w26px {
1906
+ width: 26px !important;
1907
+ }
1908
+
1909
+ .w27px {
1910
+ width: 27px !important;
1911
+ }
1912
+
1913
+ .w28px {
1914
+ width: 28px !important;
1915
+ }
1916
+
1917
+ .w29px {
1918
+ width: 29px !important;
1919
+ }
1920
+
1921
+ .w30px {
1922
+ width: 30px !important;
1923
+ }
1924
+
1925
+ .w31px {
1926
+ width: 31px !important;
1927
+ }
1928
+
1929
+ .w32px {
1930
+ width: 32px !important;
1931
+ }
1932
+
1933
+ .w33px {
1934
+ width: 33px !important;
1935
+ }
1936
+
1937
+ .w34px {
1938
+ width: 34px !important;
1939
+ }
1940
+
1941
+ .w35px {
1942
+ width: 35px !important;
1943
+ }
1944
+
1945
+ .w36px {
1946
+ width: 36px !important;
1947
+ }
1948
+
1949
+ .w37px {
1950
+ width: 37px !important;
1951
+ }
1952
+
1953
+ .w38px {
1954
+ width: 38px !important;
1955
+ }
1956
+
1957
+ .w39px {
1958
+ width: 39px !important;
1959
+ }
1960
+
1961
+ .w40px {
1962
+ width: 40px !important;
1963
+ }
1964
+
1965
+ .w41px {
1966
+ width: 41px !important;
1967
+ }
1968
+
1969
+ .w42px {
1970
+ width: 42px !important;
1971
+ }
1972
+
1973
+ .w43px {
1974
+ width: 43px !important;
1975
+ }
1976
+
1977
+ .w44px {
1978
+ width: 44px !important;
1979
+ }
1980
+
1981
+ .w45px {
1982
+ width: 45px !important;
1983
+ }
1984
+
1985
+ .w46px {
1986
+ width: 46px !important;
1987
+ }
1988
+
1989
+ .w47px {
1990
+ width: 47px !important;
1991
+ }
1992
+
1993
+ .w48px {
1994
+ width: 48px !important;
1995
+ }
1996
+
1997
+ .w49px {
1998
+ width: 49px !important;
1999
+ }
2000
+
2001
+ .w50px {
2002
+ width: 50px !important;
2003
+ }
2004
+
2005
+ .w51px {
2006
+ width: 51px !important;
2007
+ }
2008
+
2009
+ .w52px {
2010
+ width: 52px !important;
2011
+ }
2012
+
2013
+ .w53px {
2014
+ width: 53px !important;
2015
+ }
2016
+
2017
+ .w54px {
2018
+ width: 54px !important;
2019
+ }
2020
+
2021
+ .w55px {
2022
+ width: 55px !important;
2023
+ }
2024
+
2025
+ .w56px {
2026
+ width: 56px !important;
2027
+ }
2028
+
2029
+ .w57px {
2030
+ width: 57px !important;
2031
+ }
2032
+
2033
+ .w58px {
2034
+ width: 58px !important;
2035
+ }
2036
+
2037
+ .w59px {
2038
+ width: 59px !important;
2039
+ }
2040
+
2041
+ .w60px {
2042
+ width: 60px !important;
2043
+ }
2044
+
2045
+ .w61px {
2046
+ width: 61px !important;
2047
+ }
2048
+
2049
+ .w62px {
2050
+ width: 62px !important;
2051
+ }
2052
+
2053
+ .w63px {
2054
+ width: 63px !important;
2055
+ }
2056
+
2057
+ .w64px {
2058
+ width: 64px !important;
2059
+ }
2060
+
2061
+ .w65px {
2062
+ width: 65px !important;
2063
+ }
2064
+
2065
+ .w66px {
2066
+ width: 66px !important;
2067
+ }
2068
+
2069
+ .w67px {
2070
+ width: 67px !important;
2071
+ }
2072
+
2073
+ .w68px {
2074
+ width: 68px !important;
2075
+ }
2076
+
2077
+ .w69px {
2078
+ width: 69px !important;
2079
+ }
2080
+
2081
+ .w70px {
2082
+ width: 70px !important;
2083
+ }
2084
+
2085
+ .w71px {
2086
+ width: 71px !important;
2087
+ }
2088
+
2089
+ .w72px {
2090
+ width: 72px !important;
2091
+ }
2092
+
2093
+ .w73px {
2094
+ width: 73px !important;
2095
+ }
2096
+
2097
+ .w74px {
2098
+ width: 74px !important;
2099
+ }
2100
+
2101
+ .w75px {
2102
+ width: 75px !important;
2103
+ }
2104
+
2105
+ .w76px {
2106
+ width: 76px !important;
2107
+ }
2108
+
2109
+ .w77px {
2110
+ width: 77px !important;
2111
+ }
2112
+
2113
+ .w78px {
2114
+ width: 78px !important;
2115
+ }
2116
+
2117
+ .w79px {
2118
+ width: 79px !important;
2119
+ }
2120
+
2121
+ .w80px {
2122
+ width: 80px !important;
2123
+ }
2124
+
2125
+ .w81px {
2126
+ width: 81px !important;
2127
+ }
2128
+
2129
+ .w82px {
2130
+ width: 82px !important;
2131
+ }
2132
+
2133
+ .w83px {
2134
+ width: 83px !important;
2135
+ }
2136
+
2137
+ .w84px {
2138
+ width: 84px !important;
2139
+ }
2140
+
2141
+ .w85px {
2142
+ width: 85px !important;
2143
+ }
2144
+
2145
+ .w86px {
2146
+ width: 86px !important;
2147
+ }
2148
+
2149
+ .w87px {
2150
+ width: 87px !important;
2151
+ }
2152
+
2153
+ .w88px {
2154
+ width: 88px !important;
2155
+ }
2156
+
2157
+ .w89px {
2158
+ width: 89px !important;
2159
+ }
2160
+
2161
+ .w90px {
2162
+ width: 90px !important;
2163
+ }
2164
+
2165
+ .w91px {
2166
+ width: 91px !important;
2167
+ }
2168
+
2169
+ .w92px {
2170
+ width: 92px !important;
2171
+ }
2172
+
2173
+ .w93px {
2174
+ width: 93px !important;
2175
+ }
2176
+
2177
+ .w94px {
2178
+ width: 94px !important;
2179
+ }
2180
+
2181
+ .w95px {
2182
+ width: 95px !important;
2183
+ }
2184
+
2185
+ .w96px {
2186
+ width: 96px !important;
2187
+ }
2188
+
2189
+ .w97px {
2190
+ width: 97px !important;
2191
+ }
2192
+
2193
+ .w98px {
2194
+ width: 98px !important;
2195
+ }
2196
+
2197
+ .w99px {
2198
+ width: 99px !important;
2199
+ }
2200
+
2201
+ .w100px {
2202
+ width: 100px !important;
2203
+ }
2204
+
2205
+ .w101px {
2206
+ width: 101px !important;
2207
+ }
2208
+
2209
+ .w102px {
2210
+ width: 102px !important;
2211
+ }
2212
+
2213
+ .w103px {
2214
+ width: 103px !important;
2215
+ }
2216
+
2217
+ .w104px {
2218
+ width: 104px !important;
2219
+ }
2220
+
2221
+ .w105px {
2222
+ width: 105px !important;
2223
+ }
2224
+
2225
+ .w106px {
2226
+ width: 106px !important;
2227
+ }
2228
+
2229
+ .w107px {
2230
+ width: 107px !important;
2231
+ }
2232
+
2233
+ .w108px {
2234
+ width: 108px !important;
2235
+ }
2236
+
2237
+ .w109px {
2238
+ width: 109px !important;
2239
+ }
2240
+
2241
+ .w110px {
2242
+ width: 110px !important;
2243
+ }
2244
+
2245
+ .w111px {
2246
+ width: 111px !important;
2247
+ }
2248
+
2249
+ .w112px {
2250
+ width: 112px !important;
2251
+ }
2252
+
2253
+ .w113px {
2254
+ width: 113px !important;
2255
+ }
2256
+
2257
+ .w114px {
2258
+ width: 114px !important;
2259
+ }
2260
+
2261
+ .w115px {
2262
+ width: 115px !important;
2263
+ }
2264
+
2265
+ .w116px {
2266
+ width: 116px !important;
2267
+ }
2268
+
2269
+ .w117px {
2270
+ width: 117px !important;
2271
+ }
2272
+
2273
+ .w118px {
2274
+ width: 118px !important;
2275
+ }
2276
+
2277
+ .w119px {
2278
+ width: 119px !important;
2279
+ }
2280
+
2281
+ .w120px {
2282
+ width: 120px !important;
2283
+ }
2284
+
2285
+ .w121px {
2286
+ width: 121px !important;
2287
+ }
2288
+
2289
+ .w122px {
2290
+ width: 122px !important;
2291
+ }
2292
+
2293
+ .w123px {
2294
+ width: 123px !important;
2295
+ }
2296
+
2297
+ .w124px {
2298
+ width: 124px !important;
2299
+ }
2300
+
2301
+ .w125px {
2302
+ width: 125px !important;
2303
+ }
2304
+
2305
+ .w126px {
2306
+ width: 126px !important;
2307
+ }
2308
+
2309
+ .w127px {
2310
+ width: 127px !important;
2311
+ }
2312
+
2313
+ .w128px {
2314
+ width: 128px !important;
2315
+ }
2316
+
2317
+ .w129px {
2318
+ width: 129px !important;
2319
+ }
2320
+
2321
+ .w130px {
2322
+ width: 130px !important;
2323
+ }
2324
+
2325
+ .w131px {
2326
+ width: 131px !important;
2327
+ }
2328
+
2329
+ .w132px {
2330
+ width: 132px !important;
2331
+ }
2332
+
2333
+ .w133px {
2334
+ width: 133px !important;
2335
+ }
2336
+
2337
+ .w134px {
2338
+ width: 134px !important;
2339
+ }
2340
+
2341
+ .w135px {
2342
+ width: 135px !important;
2343
+ }
2344
+
2345
+ .w136px {
2346
+ width: 136px !important;
2347
+ }
2348
+
2349
+ .w137px {
2350
+ width: 137px !important;
2351
+ }
2352
+
2353
+ .w138px {
2354
+ width: 138px !important;
2355
+ }
2356
+
2357
+ .w139px {
2358
+ width: 139px !important;
2359
+ }
2360
+
2361
+ .w140px {
2362
+ width: 140px !important;
2363
+ }
2364
+
2365
+ .w141px {
2366
+ width: 141px !important;
2367
+ }
2368
+
2369
+ .w142px {
2370
+ width: 142px !important;
2371
+ }
2372
+
2373
+ .w143px {
2374
+ width: 143px !important;
2375
+ }
2376
+
2377
+ .w144px {
2378
+ width: 144px !important;
2379
+ }
2380
+
2381
+ .w145px {
2382
+ width: 145px !important;
2383
+ }
2384
+
2385
+ .w146px {
2386
+ width: 146px !important;
2387
+ }
2388
+
2389
+ .w147px {
2390
+ width: 147px !important;
2391
+ }
2392
+
2393
+ .w148px {
2394
+ width: 148px !important;
2395
+ }
2396
+
2397
+ .w149px {
2398
+ width: 149px !important;
2399
+ }
2400
+
2401
+ .w150px {
2402
+ width: 150px !important;
2403
+ }
2404
+
2405
+ .w151px {
2406
+ width: 151px !important;
2407
+ }
2408
+
2409
+ .w152px {
2410
+ width: 152px !important;
2411
+ }
2412
+
2413
+ .w153px {
2414
+ width: 153px !important;
2415
+ }
2416
+
2417
+ .w154px {
2418
+ width: 154px !important;
2419
+ }
2420
+
2421
+ .w155px {
2422
+ width: 155px !important;
2423
+ }
2424
+
2425
+ .w156px {
2426
+ width: 156px !important;
2427
+ }
2428
+
2429
+ .w157px {
2430
+ width: 157px !important;
2431
+ }
2432
+
2433
+ .w158px {
2434
+ width: 158px !important;
2435
+ }
2436
+
2437
+ .w159px {
2438
+ width: 159px !important;
2439
+ }
2440
+
2441
+ .w160px {
2442
+ width: 160px !important;
2443
+ }
2444
+
2445
+ .w161px {
2446
+ width: 161px !important;
2447
+ }
2448
+
2449
+ .w162px {
2450
+ width: 162px !important;
2451
+ }
2452
+
2453
+ .w163px {
2454
+ width: 163px !important;
2455
+ }
2456
+
2457
+ .w164px {
2458
+ width: 164px !important;
2459
+ }
2460
+
2461
+ .w165px {
2462
+ width: 165px !important;
2463
+ }
2464
+
2465
+ .w166px {
2466
+ width: 166px !important;
2467
+ }
2468
+
2469
+ .w167px {
2470
+ width: 167px !important;
2471
+ }
2472
+
2473
+ .w168px {
2474
+ width: 168px !important;
2475
+ }
2476
+
2477
+ .w169px {
2478
+ width: 169px !important;
2479
+ }
2480
+
2481
+ .w170px {
2482
+ width: 170px !important;
2483
+ }
2484
+
2485
+ .w200px {
2486
+ width: 200px !important;
2487
+ }
2488
+
2489
+ .w213px {
2490
+ width: 213px !important;
2491
+ }
2492
+
2493
+ /*재무관리> 계정별 증감잔액 am/slip/AMeSlipApprM01.html */
2494
+
2495
+ .w265px {
2496
+ width: 265px !important;
2497
+ }
2498
+
2499
+ .w360px {
2500
+ width: 360px !important;
2501
+ }
2502
+
2503
+ .w370px {
2504
+ width: 370px !important;
2505
+ }
2506
+
2507
+ .w470px {
2508
+ width: 470px !important;
2509
+ }
2510
+
2511
+ .w890px {
2512
+ width: 890px !important;
2513
+ }
2514
+
2515
+ /*******************************
2516
+ * 파일명 :area.css
2517
+ * 설명 :icontent 영역 분할
2518
+ * 작성자 :elliott
2519
+ * 수정일 :2017.12.27
2520
+ ******************************/
2521
+
2522
+ .grid_pd {
2523
+ float: left;
2524
+ width: 100%;
2525
+ padding: 5px !important;
2526
+ box-sizing: border-box;
2527
+ }
2528
+
2529
+ .grid_pd02 {
2530
+ float: left;
2531
+ width: 100%;
2532
+ padding: 0 5px 5px 5px !important;
2533
+ box-sizing: border-box;
2534
+ }
2535
+
2536
+ /* icontent 내부 영역 분할 좌측에 사용 */
2537
+ .w01fl {
2538
+ width: 1% !important;
2539
+ float: left;
2540
+ }
2541
+
2542
+ .w02fl {
2543
+ width: 2% !important;
2544
+ float: left;
2545
+ }
2546
+
2547
+ .w03fl {
2548
+ width: 3% !important;
2549
+ float: left;
2550
+ }
2551
+
2552
+ .w04fl {
2553
+ width: 4% !important;
2554
+ float: left;
2555
+ }
2556
+
2557
+ .w05fl {
2558
+ width: 5% !important;
2559
+ float: left;
2560
+ }
2561
+
2562
+ .w06fl {
2563
+ width: 6% !important;
2564
+ float: left;
2565
+ }
2566
+
2567
+ .w07fl {
2568
+ width: 7% !important;
2569
+ float: left;
2570
+ }
2571
+
2572
+ .w08fl {
2573
+ width: 8% !important;
2574
+ float: left;
2575
+ }
2576
+
2577
+ .w09fl {
2578
+ width: 9% !important;
2579
+ float: left;
2580
+ }
2581
+
2582
+ .w10fl {
2583
+ width: 10% !important;
2584
+ float: left;
2585
+ }
2586
+
2587
+ .w11fl {
2588
+ width: 11% !important;
2589
+ float: left;
2590
+ }
2591
+
2592
+ .w12fl {
2593
+ width: 12% !important;
2594
+ float: left;
2595
+ }
2596
+
2597
+ .w13fl {
2598
+ width: 13% !important;
2599
+ float: left;
2600
+ }
2601
+
2602
+ .w14fl {
2603
+ width: 14% !important;
2604
+ float: left;
2605
+ }
2606
+
2607
+ .w15fl {
2608
+ width: 15% !important;
2609
+ float: left;
2610
+ }
2611
+
2612
+ .w16fl {
2613
+ width: 16% !important;
2614
+ float: left;
2615
+ }
2616
+
2617
+ .w17fl {
2618
+ width: 17% !important;
2619
+ float: left;
2620
+ }
2621
+
2622
+ .w18fl {
2623
+ width: 18% !important;
2624
+ float: left;
2625
+ }
2626
+
2627
+ .w19fl {
2628
+ width: 19% !important;
2629
+ float: left;
2630
+ }
2631
+
2632
+ .w20fl {
2633
+ width: 20% !important;
2634
+ float: left;
2635
+ }
2636
+
2637
+ .w21fl {
2638
+ width: 21% !important;
2639
+ float: left;
2640
+ }
2641
+
2642
+ .w22fl {
2643
+ width: 22% !important;
2644
+ float: left;
2645
+ }
2646
+
2647
+ .w23fl {
2648
+ width: 23% !important;
2649
+ float: left;
2650
+ }
2651
+
2652
+ .w24fl {
2653
+ width: 24% !important;
2654
+ float: left;
2655
+ }
2656
+
2657
+ .w25fl {
2658
+ width: 25% !important;
2659
+ float: left;
2660
+ }
2661
+
2662
+ .w26fl {
2663
+ width: 26% !important;
2664
+ float: left;
2665
+ }
2666
+
2667
+ .w27fl {
2668
+ width: 27% !important;
2669
+ float: left;
2670
+ }
2671
+
2672
+ .w28fl {
2673
+ width: 28% !important;
2674
+ float: left;
2675
+ }
2676
+
2677
+ .w29fl {
2678
+ width: 29% !important;
2679
+ float: left;
2680
+ }
2681
+
2682
+ .w30fl {
2683
+ width: 30% !important;
2684
+ float: left;
2685
+ }
2686
+
2687
+ .w31fl {
2688
+ width: 31% !important;
2689
+ float: left;
2690
+ }
2691
+
2692
+ .w32fl {
2693
+ width: 32% !important;
2694
+ float: left;
2695
+ }
2696
+
2697
+ .w33fl {
2698
+ width: 33.3333% !important;
2699
+ float: left;
2700
+ }
2701
+
2702
+ .w34fl {
2703
+ width: 34% !important;
2704
+ float: left;
2705
+ }
2706
+
2707
+ .w35fl {
2708
+ width: 35% !important;
2709
+ float: left;
2710
+ }
2711
+
2712
+ .w36fl {
2713
+ width: 36% !important;
2714
+ float: left;
2715
+ }
2716
+
2717
+ .w37fl {
2718
+ width: 37% !important;
2719
+ float: left;
2720
+ }
2721
+
2722
+ .w38fl {
2723
+ width: 38% !important;
2724
+ float: left;
2725
+ }
2726
+
2727
+ .w39fl {
2728
+ width: 39% !important;
2729
+ float: left;
2730
+ }
2731
+
2732
+ .w40fl {
2733
+ width: 40% !important;
2734
+ float: left;
2735
+ }
2736
+
2737
+ .w41fl {
2738
+ width: 41% !important;
2739
+ float: left;
2740
+ }
2741
+
2742
+ .w42fl {
2743
+ width: 42% !important;
2744
+ float: left;
2745
+ }
2746
+
2747
+ .w43fl {
2748
+ width: 43% !important;
2749
+ float: left;
2750
+ }
2751
+
2752
+ .w44fl {
2753
+ width: 44% !important;
2754
+ float: left;
2755
+ }
2756
+
2757
+ .w45fl {
2758
+ width: 45% !important;
2759
+ float: left;
2760
+ }
2761
+
2762
+ .w46fl {
2763
+ width: 46% !important;
2764
+ float: left;
2765
+ }
2766
+
2767
+ .w47fl {
2768
+ width: 47% !important;
2769
+ float: left;
2770
+ }
2771
+
2772
+ .w48fl {
2773
+ width: 48% !important;
2774
+ float: left;
2775
+ }
2776
+
2777
+ .w49fl {
2778
+ width: 49% !important;
2779
+ float: left;
2780
+ }
2781
+
2782
+ .w50fl {
2783
+ width: 50% !important;
2784
+ float: left;
2785
+ }
2786
+
2787
+ .w51fl {
2788
+ width: 51% !important;
2789
+ float: left;
2790
+ }
2791
+
2792
+ .w52fl {
2793
+ width: 52% !important;
2794
+ float: left;
2795
+ }
2796
+
2797
+ .w53fl {
2798
+ width: 53% !important;
2799
+ float: left;
2800
+ }
2801
+
2802
+ .w54fl {
2803
+ width: 54% !important;
2804
+ float: left;
2805
+ }
2806
+
2807
+ .w55fl {
2808
+ width: 55% !important;
2809
+ float: left;
2810
+ }
2811
+
2812
+ .w56fl {
2813
+ width: 56% !important;
2814
+ float: left;
2815
+ }
2816
+
2817
+ .w57fl {
2818
+ width: 57% !important;
2819
+ float: left;
2820
+ }
2821
+
2822
+ .w58fl {
2823
+ width: 58% !important;
2824
+ float: left;
2825
+ }
2826
+
2827
+ .w59fl {
2828
+ width: 59% !important;
2829
+ float: left;
2830
+ }
2831
+
2832
+ .w60fl {
2833
+ width: 60% !important;
2834
+ float: left;
2835
+ }
2836
+
2837
+ .w61fl {
2838
+ width: 61% !important;
2839
+ float: left;
2840
+ }
2841
+
2842
+ .w62fl {
2843
+ width: 62% !important;
2844
+ float: left;
2845
+ }
2846
+
2847
+ .w63fl {
2848
+ width: 63% !important;
2849
+ float: left;
2850
+ }
2851
+
2852
+ .w64fl {
2853
+ width: 64% !important;
2854
+ float: left;
2855
+ }
2856
+
2857
+ .w65fl {
2858
+ width: 65% !important;
2859
+ float: left;
2860
+ }
2861
+
2862
+ .w66fl {
2863
+ width: 66% !important;
2864
+ float: left;
2865
+ }
2866
+
2867
+ .w67fl {
2868
+ width: 67% !important;
2869
+ float: left;
2870
+ }
2871
+
2872
+ .w68fl {
2873
+ width: 68% !important;
2874
+ float: left;
2875
+ }
2876
+
2877
+ .w69fl {
2878
+ width: 69% !important;
2879
+ float: left;
2880
+ }
2881
+
2882
+ .w70fl {
2883
+ width: 70% !important;
2884
+ float: left;
2885
+ }
2886
+
2887
+ .w71fl {
2888
+ width: 71% !important;
2889
+ float: left;
2890
+ }
2891
+
2892
+ .w72fl {
2893
+ width: 72% !important;
2894
+ float: left;
2895
+ }
2896
+
2897
+ .w73fl {
2898
+ width: 73% !important;
2899
+ float: left;
2900
+ }
2901
+
2902
+ .w74fl {
2903
+ width: 74% !important;
2904
+ float: left;
2905
+ }
2906
+
2907
+ .w75fl {
2908
+ width: 75% !important;
2909
+ float: left;
2910
+ }
2911
+
2912
+ .w77fl {
2913
+ width: 77% !important;
2914
+ float: left;
2915
+ }
2916
+
2917
+ .w77fl {
2918
+ width: 77% !important;
2919
+ float: left;
2920
+ }
2921
+
2922
+ .w78fl {
2923
+ width: 78% !important;
2924
+ float: left;
2925
+ }
2926
+
2927
+ .w79fl {
2928
+ width: 79% !important;
2929
+ float: left;
2930
+ }
2931
+
2932
+ .w80fl {
2933
+ width: 80% !important;
2934
+ float: left;
2935
+ }
2936
+
2937
+ .w71fl {
2938
+ width: 71% !important;
2939
+ float: left;
2940
+ }
2941
+
2942
+ .w72fl {
2943
+ width: 72% !important;
2944
+ float: left;
2945
+ }
2946
+
2947
+ .w73fl {
2948
+ width: 73% !important;
2949
+ float: left;
2950
+ }
2951
+
2952
+ .w74fl {
2953
+ width: 74% !important;
2954
+ float: left;
2955
+ }
2956
+
2957
+ .w75fl {
2958
+ width: 75% !important;
2959
+ float: left;
2960
+ }
2961
+
2962
+ .w76fl {
2963
+ width: 76% !important;
2964
+ float: left;
2965
+ }
2966
+
2967
+ .w77fl {
2968
+ width: 77% !important;
2969
+ float: left;
2970
+ }
2971
+
2972
+ .w78fl {
2973
+ width: 78% !important;
2974
+ float: left;
2975
+ }
2976
+
2977
+ .w79fl {
2978
+ width: 79% !important;
2979
+ float: left;
2980
+ }
2981
+
2982
+ .w80fl {
2983
+ width: 80% !important;
2984
+ float: left;
2985
+ }
2986
+
2987
+ .w81fl {
2988
+ width: 81% !important;
2989
+ float: left;
2990
+ }
2991
+
2992
+ .w82fl {
2993
+ width: 82% !important;
2994
+ float: left;
2995
+ }
2996
+
2997
+ .w83fl {
2998
+ width: 83% !important;
2999
+ float: left;
3000
+ }
3001
+
3002
+ .w84fl {
3003
+ width: 84% !important;
3004
+ float: left;
3005
+ }
3006
+
3007
+ .w85fl {
3008
+ width: 85% !important;
3009
+ float: left;
3010
+ }
3011
+
3012
+ .w86fl {
3013
+ width: 86% !important;
3014
+ float: left;
3015
+ }
3016
+
3017
+ .w87fl {
3018
+ width: 87% !important;
3019
+ float: left;
3020
+ }
3021
+
3022
+ .w88fl {
3023
+ width: 88% !important;
3024
+ float: left;
3025
+ }
3026
+
3027
+ .w89fl {
3028
+ width: 89% !important;
3029
+ float: left;
3030
+ }
3031
+
3032
+ .w90fl {
3033
+ width: 90% !important;
3034
+ float: left;
3035
+ }
3036
+
3037
+ .w91fl {
3038
+ width: 91% !important;
3039
+ float: left;
3040
+ }
3041
+
3042
+ .w92fl {
3043
+ width: 92% !important;
3044
+ float: left;
3045
+ }
3046
+
3047
+ .w93fl {
3048
+ width: 93% !important;
3049
+ float: left;
3050
+ }
3051
+
3052
+ .w94fl {
3053
+ width: 94% !important;
3054
+ float: left;
3055
+ }
3056
+
3057
+ .w95fl {
3058
+ width: 95% !important;
3059
+ float: left;
3060
+ }
3061
+
3062
+ .w96fl {
3063
+ width: 96% !important;
3064
+ float: left;
3065
+ }
3066
+
3067
+ .w97fl {
3068
+ width: 97% !important;
3069
+ float: left;
3070
+ }
3071
+
3072
+ .w98fl {
3073
+ width: 98% !important;
3074
+ float: left;
3075
+ }
3076
+
3077
+ .w99fl {
3078
+ width: 99% !important;
3079
+ float: left;
3080
+ }
3081
+
3082
+ .w100fl {
3083
+ width: 99% !important;
3084
+ float: left;
3085
+ margin-left: 10px;
3086
+ }
3087
+
3088
+ /* icontent 내부 영역 분할 우측에 사용*/
3089
+ .w01pl {
3090
+ width: 1% !important;
3091
+ padding-left: 10px;
3092
+ box-sizing: border-box;
3093
+ float: left;
3094
+ }
3095
+
3096
+ .w02pl {
3097
+ width: 2% !important;
3098
+ padding-left: 10px;
3099
+ box-sizing: border-box;
3100
+ float: left;
3101
+ }
3102
+
3103
+ .w03pl {
3104
+ width: 3% !important;
3105
+ padding-left: 10px;
3106
+ box-sizing: border-box;
3107
+ float: left;
3108
+ }
3109
+
3110
+ .w04pl {
3111
+ width: 4% !important;
3112
+ padding-left: 10px;
3113
+ box-sizing: border-box;
3114
+ float: left;
3115
+ }
3116
+
3117
+ .w05pl {
3118
+ width: 5% !important;
3119
+ padding-left: 10px;
3120
+ box-sizing: border-box;
3121
+ float: left;
3122
+ }
3123
+
3124
+ .w06pl {
3125
+ width: 6% !important;
3126
+ padding-left: 10px;
3127
+ box-sizing: border-box;
3128
+ float: left;
3129
+ }
3130
+
3131
+ .w07pl {
3132
+ width: 7% !important;
3133
+ padding-left: 10px;
3134
+ box-sizing: border-box;
3135
+ float: left;
3136
+ }
3137
+
3138
+ .w08pl {
3139
+ width: 8% !important;
3140
+ padding-left: 10px;
3141
+ box-sizing: border-box;
3142
+ float: left;
3143
+ }
3144
+
3145
+ .w09pl {
3146
+ width: 9% !important;
3147
+ padding-left: 10px;
3148
+ box-sizing: border-box;
3149
+ float: left;
3150
+ }
3151
+
3152
+ .w10pl {
3153
+ width: 10% !important;
3154
+ padding-left: 10px;
3155
+ box-sizing: border-box;
3156
+ float: left;
3157
+ }
3158
+
3159
+ .w11pl {
3160
+ width: 11% !important;
3161
+ padding-left: 10px;
3162
+ box-sizing: border-box;
3163
+ float: left;
3164
+ }
3165
+
3166
+ .w12pl {
3167
+ width: 12% !important;
3168
+ padding-left: 10px;
3169
+ box-sizing: border-box;
3170
+ float: left;
3171
+ }
3172
+
3173
+ .w13pl {
3174
+ width: 13% !important;
3175
+ padding-left: 10px;
3176
+ box-sizing: border-box;
3177
+ float: left;
3178
+ }
3179
+
3180
+ .w14pl {
3181
+ width: 14% !important;
3182
+ padding-left: 10px;
3183
+ box-sizing: border-box;
3184
+ float: left;
3185
+ }
3186
+
3187
+ .w15pl {
3188
+ width: 15% !important;
3189
+ padding-left: 10px;
3190
+ box-sizing: border-box;
3191
+ float: left;
3192
+ }
3193
+
3194
+ .w16pl {
3195
+ width: 16% !important;
3196
+ padding-left: 10px;
3197
+ box-sizing: border-box;
3198
+ float: left;
3199
+ }
3200
+
3201
+ .w17pl {
3202
+ width: 17% !important;
3203
+ padding-left: 10px;
3204
+ box-sizing: border-box;
3205
+ float: left;
3206
+ }
3207
+
3208
+ .w18pl {
3209
+ width: 18% !important;
3210
+ padding-left: 10px;
3211
+ box-sizing: border-box;
3212
+ float: left;
3213
+ }
3214
+
3215
+ .w19pl {
3216
+ width: 19% !important;
3217
+ padding-left: 10px;
3218
+ box-sizing: border-box;
3219
+ float: left;
3220
+ }
3221
+
3222
+ .w20pl {
3223
+ width: 20% !important;
3224
+ padding-left: 10px;
3225
+ box-sizing: border-box;
3226
+ float: left;
3227
+ }
3228
+
3229
+ .w21pl {
3230
+ width: 21% !important;
3231
+ padding-left: 10px;
3232
+ box-sizing: border-box;
3233
+ float: left;
3234
+ }
3235
+
3236
+ .w22pl {
3237
+ width: 22% !important;
3238
+ padding-left: 10px;
3239
+ box-sizing: border-box;
3240
+ float: left;
3241
+ }
3242
+
3243
+ .w23pl {
3244
+ width: 23% !important;
3245
+ padding-left: 10px;
3246
+ box-sizing: border-box;
3247
+ float: left;
3248
+ }
3249
+
3250
+ .w24pl {
3251
+ width: 24% !important;
3252
+ padding-left: 10px;
3253
+ box-sizing: border-box;
3254
+ float: left;
3255
+ }
3256
+
3257
+ .w25pl {
3258
+ width: 25% !important;
3259
+ padding-left: 10px;
3260
+ box-sizing: border-box;
3261
+ float: left;
3262
+ }
3263
+
3264
+ .w26pl {
3265
+ width: 26% !important;
3266
+ padding-left: 10px;
3267
+ box-sizing: border-box;
3268
+ float: left;
3269
+ }
3270
+
3271
+ .w27pl {
3272
+ width: 27% !important;
3273
+ padding-left: 10px;
3274
+ box-sizing: border-box;
3275
+ float: left;
3276
+ }
3277
+
3278
+ .w28pl {
3279
+ width: 28% !important;
3280
+ padding-left: 10px;
3281
+ box-sizing: border-box;
3282
+ float: left;
3283
+ }
3284
+
3285
+ .w29pl {
3286
+ width: 29% !important;
3287
+ padding-left: 10px;
3288
+ box-sizing: border-box;
3289
+ float: left;
3290
+ }
3291
+
3292
+ .w30pl {
3293
+ width: 30% !important;
3294
+ padding-left: 10px;
3295
+ box-sizing: border-box;
3296
+ float: left;
3297
+ }
3298
+
3299
+ .w31pl {
3300
+ width: 31% !important;
3301
+ padding-left: 10px;
3302
+ box-sizing: border-box;
3303
+ float: left;
3304
+ }
3305
+
3306
+ .w32pl {
3307
+ width: 32% !important;
3308
+ padding-left: 10px;
3309
+ box-sizing: border-box;
3310
+ float: left;
3311
+ }
3312
+
3313
+ .w33pl {
3314
+ width: 33.3333% !important;
3315
+ padding-left: 10px;
3316
+ box-sizing: border-box;
3317
+ float: left;
3318
+ }
3319
+
3320
+ .w34pl {
3321
+ width: 34% !important;
3322
+ padding-left: 10px;
3323
+ box-sizing: border-box;
3324
+ float: left;
3325
+ }
3326
+
3327
+ .w35pl {
3328
+ width: 35% !important;
3329
+ padding-left: 10px;
3330
+ box-sizing: border-box;
3331
+ float: left;
3332
+ }
3333
+
3334
+ .w36pl {
3335
+ width: 36% !important;
3336
+ padding-left: 10px;
3337
+ box-sizing: border-box;
3338
+ float: left;
3339
+ }
3340
+
3341
+ .w37pl {
3342
+ width: 37% !important;
3343
+ padding-left: 10px;
3344
+ box-sizing: border-box;
3345
+ float: left;
3346
+ }
3347
+
3348
+ .w38pl {
3349
+ width: 38% !important;
3350
+ padding-left: 10px;
3351
+ box-sizing: border-box;
3352
+ float: left;
3353
+ }
3354
+
3355
+ .w39pl {
3356
+ width: 39% !important;
3357
+ padding-left: 10px;
3358
+ box-sizing: border-box;
3359
+ float: left;
3360
+ }
3361
+
3362
+ .w40pl {
3363
+ width: 40% !important;
3364
+ padding-left: 10px;
3365
+ box-sizing: border-box;
3366
+ float: left;
3367
+ }
3368
+
3369
+ .w41pl {
3370
+ width: 41% !important;
3371
+ padding-left: 10px;
3372
+ box-sizing: border-box;
3373
+ float: left;
3374
+ }
3375
+
3376
+ .w42pl {
3377
+ width: 42% !important;
3378
+ padding-left: 10px;
3379
+ box-sizing: border-box;
3380
+ float: left;
3381
+ }
3382
+
3383
+ .w43pl {
3384
+ width: 43% !important;
3385
+ padding-left: 10px;
3386
+ box-sizing: border-box;
3387
+ float: left;
3388
+ }
3389
+
3390
+ .w44pl {
3391
+ width: 44% !important;
3392
+ padding-left: 10px;
3393
+ box-sizing: border-box;
3394
+ float: left;
3395
+ }
3396
+
3397
+ .w45pl {
3398
+ width: 45% !important;
3399
+ padding-left: 10px;
3400
+ box-sizing: border-box;
3401
+ float: left;
3402
+ }
3403
+
3404
+ .w46pl {
3405
+ width: 46% !important;
3406
+ padding-left: 10px;
3407
+ box-sizing: border-box;
3408
+ float: left;
3409
+ }
3410
+
3411
+ .w47pl {
3412
+ width: 47% !important;
3413
+ padding-left: 10px;
3414
+ box-sizing: border-box;
3415
+ float: left;
3416
+ }
3417
+
3418
+ .w48pl {
3419
+ width: 48% !important;
3420
+ padding-left: 10px;
3421
+ box-sizing: border-box;
3422
+ float: left;
3423
+ }
3424
+
3425
+ .w49pl {
3426
+ width: 49% !important;
3427
+ padding-left: 10px;
3428
+ box-sizing: border-box;
3429
+ float: left;
3430
+ }
3431
+
3432
+ .w50pl {
3433
+ width: 50% !important;
3434
+ padding-left: 10px;
3435
+ box-sizing: border-box;
3436
+ float: left;
3437
+ }
3438
+
3439
+ .w51pl {
3440
+ width: 51% !important;
3441
+ padding-left: 10px;
3442
+ box-sizing: border-box;
3443
+ float: left;
3444
+ }
3445
+
3446
+ .w52pl {
3447
+ width: 52% !important;
3448
+ padding-left: 10px;
3449
+ box-sizing: border-box;
3450
+ float: left;
3451
+ }
3452
+
3453
+ .w53pl {
3454
+ width: 53% !important;
3455
+ padding-left: 10px;
3456
+ box-sizing: border-box;
3457
+ float: left;
3458
+ }
3459
+
3460
+ .w54pl {
3461
+ width: 54% !important;
3462
+ padding-left: 10px;
3463
+ box-sizing: border-box;
3464
+ float: left;
3465
+ }
3466
+
3467
+ .w55pl {
3468
+ width: 55% !important;
3469
+ padding-left: 10px;
3470
+ box-sizing: border-box;
3471
+ float: left;
3472
+ }
3473
+
3474
+ .w56pl {
3475
+ width: 56% !important;
3476
+ padding-left: 10px;
3477
+ box-sizing: border-box;
3478
+ float: left;
3479
+ }
3480
+
3481
+ .w57pl {
3482
+ width: 57% !important;
3483
+ padding-left: 10px;
3484
+ box-sizing: border-box;
3485
+ float: left;
3486
+ }
3487
+
3488
+ .w58pl {
3489
+ width: 58% !important;
3490
+ padding-left: 10px;
3491
+ box-sizing: border-box;
3492
+ float: left;
3493
+ }
3494
+
3495
+ .w59pl {
3496
+ width: 59% !important;
3497
+ padding-left: 10px;
3498
+ box-sizing: border-box;
3499
+ float: left;
3500
+ }
3501
+
3502
+ .w60pl {
3503
+ width: 60% !important;
3504
+ padding-left: 10px;
3505
+ box-sizing: border-box;
3506
+ float: left;
3507
+ }
3508
+
3509
+ .w61pl {
3510
+ width: 61% !important;
3511
+ padding-left: 10px;
3512
+ box-sizing: border-box;
3513
+ float: left;
3514
+ }
3515
+
3516
+ .w62pl {
3517
+ width: 62% !important;
3518
+ padding-left: 10px;
3519
+ box-sizing: border-box;
3520
+ float: left;
3521
+ }
3522
+
3523
+ .w63pl {
3524
+ width: 63% !important;
3525
+ padding-left: 10px;
3526
+ box-sizing: border-box;
3527
+ float: left;
3528
+ }
3529
+
3530
+ .w64pl {
3531
+ width: 64% !important;
3532
+ padding-left: 10px;
3533
+ box-sizing: border-box;
3534
+ float: left;
3535
+ }
3536
+
3537
+ .w65pl {
3538
+ width: 65% !important;
3539
+ padding-left: 10px;
3540
+ box-sizing: border-box;
3541
+ float: left;
3542
+ }
3543
+
3544
+ .w66pl {
3545
+ width: 66% !important;
3546
+ padding-left: 10px;
3547
+ box-sizing: border-box;
3548
+ float: left;
3549
+ }
3550
+
3551
+ .w67pl {
3552
+ width: 67% !important;
3553
+ padding-left: 10px;
3554
+ box-sizing: border-box;
3555
+ float: left;
3556
+ }
3557
+
3558
+ .w68pl {
3559
+ width: 68% !important;
3560
+ padding-left: 10px;
3561
+ box-sizing: border-box;
3562
+ float: left;
3563
+ }
3564
+
3565
+ .w69pl {
3566
+ width: 69% !important;
3567
+ padding-left: 10px;
3568
+ box-sizing: border-box;
3569
+ float: left;
3570
+ }
3571
+
3572
+ .w60pl {
3573
+ width: 60% !important;
3574
+ padding-left: 10px;
3575
+ box-sizing: border-box;
3576
+ float: left;
3577
+ }
3578
+
3579
+ .w71pl {
3580
+ width: 71% !important;
3581
+ padding-left: 10px;
3582
+ box-sizing: border-box;
3583
+ float: left;
3584
+ }
3585
+
3586
+ .w72pl {
3587
+ width: 72% !important;
3588
+ padding-left: 10px;
3589
+ box-sizing: border-box;
3590
+ float: left;
3591
+ }
3592
+
3593
+ .w73pl {
3594
+ width: 73% !important;
3595
+ padding-left: 10px;
3596
+ box-sizing: border-box;
3597
+ float: left;
3598
+ }
3599
+
3600
+ .w74pl {
3601
+ width: 74% !important;
3602
+ padding-left: 10px;
3603
+ box-sizing: border-box;
3604
+ float: left;
3605
+ }
3606
+
3607
+ .w75pl {
3608
+ width: 75% !important;
3609
+ padding-left: 10px;
3610
+ box-sizing: border-box;
3611
+ float: left;
3612
+ }
3613
+
3614
+ .w76pl {
3615
+ width: 76% !important;
3616
+ padding-left: 10px;
3617
+ box-sizing: border-box;
3618
+ float: left;
3619
+ }
3620
+
3621
+ .w77pl {
3622
+ width: 77% !important;
3623
+ padding-left: 10px;
3624
+ box-sizing: border-box;
3625
+ float: left;
3626
+ }
3627
+
3628
+ .w78pl {
3629
+ width: 78% !important;
3630
+ padding-left: 10px;
3631
+ box-sizing: border-box;
3632
+ float: left;
3633
+ }
3634
+
3635
+ .w79pl {
3636
+ width: 79% !important;
3637
+ padding-left: 10px;
3638
+ box-sizing: border-box;
3639
+ float: left;
3640
+ }
3641
+
3642
+ .w70pl {
3643
+ width: 70% !important;
3644
+ padding-left: 10px;
3645
+ box-sizing: border-box;
3646
+ float: left;
3647
+ }
3648
+
3649
+ .w81pl {
3650
+ width: 81% !important;
3651
+ padding-left: 10px;
3652
+ box-sizing: border-box;
3653
+ float: left;
3654
+ }
3655
+
3656
+ .w82pl {
3657
+ width: 82% !important;
3658
+ padding-left: 10px;
3659
+ box-sizing: border-box;
3660
+ float: left;
3661
+ }
3662
+
3663
+ .w83pl {
3664
+ width: 83% !important;
3665
+ padding-left: 10px;
3666
+ box-sizing: border-box;
3667
+ float: left;
3668
+ }
3669
+
3670
+ .w84pl {
3671
+ width: 84% !important;
3672
+ padding-left: 10px;
3673
+ box-sizing: border-box;
3674
+ float: left;
3675
+ }
3676
+
3677
+ .w85pl {
3678
+ width: 85% !important;
3679
+ padding-left: 10px;
3680
+ box-sizing: border-box;
3681
+ float: left;
3682
+ }
3683
+
3684
+ .w86pl {
3685
+ width: 86% !important;
3686
+ padding-left: 10px;
3687
+ box-sizing: border-box;
3688
+ float: left;
3689
+ }
3690
+
3691
+ .w87pl {
3692
+ width: 87% !important;
3693
+ padding-left: 10px;
3694
+ box-sizing: border-box;
3695
+ float: left;
3696
+ }
3697
+
3698
+ .w88pl {
3699
+ width: 88% !important;
3700
+ padding-left: 10px;
3701
+ box-sizing: border-box;
3702
+ float: left;
3703
+ }
3704
+
3705
+ .w89pl {
3706
+ width: 89% !important;
3707
+ padding-left: 10px;
3708
+ box-sizing: border-box;
3709
+ float: left;
3710
+ }
3711
+
3712
+ .w80pl {
3713
+ width: 80% !important;
3714
+ padding-left: 10px;
3715
+ box-sizing: border-box;
3716
+ float: left;
3717
+ }
3718
+
3719
+ .w91pl {
3720
+ width: 91% !important;
3721
+ padding-left: 10px;
3722
+ box-sizing: border-box;
3723
+ float: left;
3724
+ }
3725
+
3726
+ .w92pl {
3727
+ width: 92% !important;
3728
+ padding-left: 10px;
3729
+ box-sizing: border-box;
3730
+ float: left;
3731
+ }
3732
+
3733
+ .w93pl {
3734
+ width: 93% !important;
3735
+ padding-left: 10px;
3736
+ box-sizing: border-box;
3737
+ float: left;
3738
+ }
3739
+
3740
+ .w94pl {
3741
+ width: 94% !important;
3742
+ padding-left: 10px;
3743
+ box-sizing: border-box;
3744
+ float: left;
3745
+ }
3746
+
3747
+ .w95pl {
3748
+ width: 95% !important;
3749
+ padding-left: 10px;
3750
+ box-sizing: border-box;
3751
+ float: left;
3752
+ }
3753
+
3754
+ .w96pl {
3755
+ width: 96% !important;
3756
+ padding-left: 10px;
3757
+ box-sizing: border-box;
3758
+ float: left;
3759
+ }
3760
+
3761
+ .w97pl {
3762
+ width: 97% !important;
3763
+ padding-left: 10px;
3764
+ box-sizing: border-box;
3765
+ float: left;
3766
+ }
3767
+
3768
+ .w99pl {
3769
+ width: 98% !important;
3770
+ padding-left: 10px;
3771
+ box-sizing: border-box;
3772
+ float: left;
3773
+ }
3774
+
3775
+ .w99pl {
3776
+ width: 99% !important;
3777
+ padding-left: 10px;
3778
+ box-sizing: border-box;
3779
+ float: left;
3780
+ }
3781
+
3782
+ .w100pl {
3783
+ width: 100% !important;
3784
+ padding-left: 10px;
3785
+ box-sizing: border-box;
3786
+ float: left;
3787
+ }
3788
+
3789
+ .w44c30 {
3790
+ width: calc(44% - 30%);
3791
+ }
3792
+
3793
+ .w100c98 {
3794
+ width: calc(100% - 98px);
3795
+ }
3796
+
3797
+ .w100c112 {
3798
+ width: calc(100% - 112px);
3799
+ }
3800
+
3801
+ .w100c205 {
3802
+ width: calc(100% - 205px);
3803
+ }
3804
+
3805
+ /* 23.09.19 mj.do 추가 */
3806
+ .h100pcmtit {
3807
+ height: calc(100% - 35px) !important;
3808
+ }
3809
+
3810
+ /* title이 있는 grid 사용 */
3811
+ .h50pcmtit {
3812
+ height: calc(50% - 35px) !important;
3813
+ }
3814
+
3815
+ /* title이 있는 grid 사용 */
3816
+ .ttalh {
3817
+ height: calc(100% - 84px) !important;
3818
+ }
3819
+
3820
+ /* titlezone: 42px, searchdiv : 42px */
3821
+ .h100pc {
3822
+ height: 100% !important;
3823
+ }
3824
+
3825
+ .h95pc {
3826
+ height: 95% !important;
3827
+ }
3828
+
3829
+ .h90pc {
3830
+ height: 90% !important;
3831
+ }
3832
+
3833
+ .h85pc {
3834
+ height: 85% !important;
3835
+ }
3836
+
3837
+ .h80pc {
3838
+ height: 80% !important;
3839
+ }
3840
+
3841
+ .h75pc {
3842
+ height: 75% !important;
3843
+ }
3844
+
3845
+ .h70pc {
3846
+ height: 70% !important;
3847
+ }
3848
+
3849
+ .h65pc {
3850
+ height: 65% !important;
3851
+ }
3852
+
3853
+ .h60pc {
3854
+ height: 60% !important;
3855
+ }
3856
+
3857
+ .h55pc {
3858
+ height: 55% !important;
3859
+ }
3860
+
3861
+ .h50pc {
3862
+ height: 50% !important;
3863
+ }
3864
+
3865
+ .h45pc {
3866
+ height: 45% !important;
3867
+ }
3868
+
3869
+ .h40pc {
3870
+ height: 40% !important;
3871
+ }
3872
+
3873
+ .h35pc {
3874
+ height: 35% !important;
3875
+ }
3876
+
3877
+ .h30pc {
3878
+ height: 30% !important;
3879
+ }
3880
+
3881
+ .h25pc {
3882
+ height: 25% !important;
3883
+ }
3884
+
3885
+ .h20pc {
3886
+ height: 20% !important;
3887
+ }
3888
+
3889
+ .h15pc {
3890
+ height: 15% !important;
3891
+ }
3892
+
3893
+ .h10pc {
3894
+ height: 10% !important;
3895
+ }
3896
+
3897
+ .h200px {
3898
+ height: 200px !important;
3899
+ }
3900
+
3901
+ .h210px {
3902
+ height: 210px !important;
3903
+ }
3904
+
3905
+ .h220px {
3906
+ height: 220px !important;
3907
+ }
3908
+
3909
+ .h230px {
3910
+ height: 230px !important;
3911
+ }
3912
+
3913
+ .h240px {
3914
+ height: 240px !important;
3915
+ }
3916
+
3917
+ .h250px {
3918
+ height: 250px !important;
3919
+ }
3920
+
3921
+ .h260px {
3922
+ height: 260px !important;
3923
+ }
3924
+
3925
+ .h270px {
3926
+ height: 270px !important;
3927
+ }
3928
+
3929
+ .h280px {
3930
+ height: 280px !important;
3931
+ }
3932
+
3933
+ .h290px {
3934
+ height: 290px !important;
3935
+ }
3936
+
3937
+ .h300px {
3938
+ height: 300px !important;
3939
+ }
3940
+
3941
+ .h310px {
3942
+ height: 310px !important;
3943
+ }
3944
+
3945
+ .h320px {
3946
+ height: 320px !important;
3947
+ }
3948
+
3949
+ .h330px {
3950
+ height: 330px !important;
3951
+ }
3952
+
3953
+ .h330px {
3954
+ height: 340px !important;
3955
+ }
3956
+
3957
+ .h350px {
3958
+ height: 350px !important;
3959
+ }
3960
+
3961
+ .h360px {
3962
+ height: 360px !important;
3963
+ }
3964
+
3965
+ .h370px {
3966
+ height: 370px !important;
3967
+ }
3968
+
3969
+ .h380px {
3970
+ height: 380px !important;
3971
+ }
3972
+
3973
+ .h390px {
3974
+ height: 390px !important;
3975
+ }
3976
+
3977
+ .h400px {
3978
+ height: 400px !important;
3979
+ }
3980
+
3981
+ .h410px {
3982
+ height: 410px !important;
3983
+ }
3984
+
3985
+ .h420px {
3986
+ height: 420px !important;
3987
+ }
3988
+
3989
+ .h430px {
3990
+ height: 430px !important;
3991
+ }
3992
+
3993
+ .h440px {
3994
+ height: 440px !important;
3995
+ }
3996
+
3997
+ .h450px {
3998
+ height: 450px !important;
3999
+ }
4000
+
4001
+ .h460px {
4002
+ height: 460px !important;
4003
+ }
4004
+
4005
+ .h470px {
4006
+ height: 470px !important;
4007
+ }
4008
+
4009
+ .h480px {
4010
+ height: 480px !important;
4011
+ }
4012
+
4013
+ .h490px {
4014
+ height: 490px !important;
4015
+ }
4016
+
4017
+ .h500px {
4018
+ height: 500px !important;
4019
+ }