main.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. @charset "UTF-8";
  2. @use 'sample';
  3. @use 'style';
  4. @use 'mode-w-m';
  5. @use 'default';
  6. @use 'roulette';
  7. html {
  8. height: 100%;
  9. }
  10. body {
  11. background: #F8F7F9;
  12. }
  13. html,
  14. body,
  15. div,
  16. span,
  17. applet,
  18. object,
  19. iframe,
  20. h1,
  21. h2,
  22. h3,
  23. h4,
  24. h5,
  25. h6,
  26. p,
  27. blockquote,
  28. pre,
  29. a,
  30. abbr,
  31. acronym,
  32. address,
  33. big,
  34. cite,
  35. code,
  36. del,
  37. dfn,
  38. em,
  39. img,
  40. ins,
  41. kbd,
  42. q,
  43. s,
  44. samp,
  45. small,
  46. strike,
  47. strong,
  48. sub,
  49. sup,
  50. tt,
  51. var,
  52. b,
  53. u,
  54. i,
  55. center,
  56. dl,
  57. dt,
  58. dd,
  59. ol,
  60. ul,
  61. li,
  62. fieldset,
  63. form,
  64. label,
  65. legend,
  66. table,
  67. caption,
  68. tbody,
  69. tfoot,
  70. thead,
  71. tr,
  72. th,
  73. td,
  74. article,
  75. aside,
  76. canvas,
  77. details,
  78. embed,
  79. figure,
  80. figcaption,
  81. footer,
  82. header,
  83. hgroup,
  84. menu,
  85. nav,
  86. output,
  87. ruby,
  88. section,
  89. summary,
  90. time,
  91. mark,
  92. audio,
  93. video {
  94. margin: 0;
  95. padding: 0;
  96. border: 0;
  97. font-size: 100%;
  98. vertical-align: baseline;
  99. }
  100. *:not(.ag-icon) {
  101. box-sizing: border-box !important;
  102. font-family: 'Pretendard', sans-serif!important;
  103. &::-webkit-scrollbar {
  104. height: 3px;
  105. width: 3px;
  106. }
  107. &::-webkit-scrollbar-button:start:decrement,
  108. &::-webkit-scrollbar-button:end:increment {
  109. display: none;
  110. }
  111. &::-webkit-scrollbar-track {
  112. background-color: transparent;
  113. width: 3px;
  114. height: 3px;
  115. }
  116. &::-webkit-scrollbar-thumb {
  117. width: 3px;
  118. border-radius: 3px;
  119. background-color: #C5CDD4;
  120. }
  121. }
  122. /* HTML5 display-role reset for older browsers */
  123. article,
  124. aside,
  125. details,
  126. figcaption,
  127. figure,
  128. footer,
  129. header,
  130. hgroup,
  131. menu,
  132. nav,
  133. section {
  134. display: block;
  135. }
  136. body {
  137. line-height: 1;
  138. min-width: 1920px;
  139. }
  140. ol,
  141. ul {
  142. list-style: none;
  143. }
  144. blockquote,
  145. q {
  146. quotes: none;
  147. }
  148. blockquote:before,
  149. blockquote:after,
  150. q:before,
  151. q:after {
  152. content: '';
  153. content: none;
  154. }
  155. table {
  156. border-collapse: collapse;
  157. border-spacing: 0;
  158. }
  159. input:focus {
  160. outline: none;
  161. }
  162. a {
  163. color: inherit;
  164. text-decoration: none;
  165. }
  166. html {
  167. overflow: auto !important;
  168. font-size: 16px !important;
  169. }
  170. @media (min-width: 2500px) {
  171. html {
  172. font-size: 24px !important; // 1.5배
  173. }
  174. }
  175. @media (min-width: 3800px) {
  176. html {
  177. font-size: 32px !important; // 2배
  178. }
  179. }
  180. .mb--0 {
  181. margin-bottom: 0px !important;
  182. }
  183. .mb--5 {
  184. margin-bottom: 5px !important;
  185. }
  186. .mb--8 {
  187. margin-bottom: 8px !important;
  188. }
  189. .mb--10 {
  190. margin-bottom: 10px !important;
  191. }
  192. .mb--15 {
  193. margin-bottom: 15px !important;
  194. }
  195. .mb--20 {
  196. margin-bottom: 20px !important;
  197. }
  198. .mb--30 {
  199. margin-bottom: 30px !important;
  200. }
  201. .mb--36 {
  202. margin-bottom: 36px !important;
  203. }
  204. .ml--auto {
  205. margin-left: auto !important;
  206. }
  207. .ml--0 {
  208. margin-left: 0px !important;
  209. }
  210. .ml--3 {
  211. margin-left: 3px !important;
  212. }
  213. .ml--5 {
  214. margin-left: 5px !important;
  215. }
  216. .ml--8 {
  217. margin-left: 8px !important;
  218. }
  219. .ml--10 {
  220. margin-left: 10px !important;
  221. }
  222. .ml--15 {
  223. margin-left: 0.94rem !important;
  224. }
  225. .ml--16 {
  226. margin-left: 16px !important;
  227. }
  228. .ml--20 {
  229. margin-left: 20px !important;
  230. }
  231. .ml--24 {
  232. margin-left: 24px !important;
  233. }
  234. .ml--25 {
  235. margin-left: 25px !important;
  236. }
  237. .ml--28 {
  238. margin-left: 28px !important;
  239. }
  240. .ml--30 {
  241. margin-left: 30px !important;
  242. }
  243. .ml--35 {
  244. margin-left: 35px !important;
  245. }
  246. .ml--45 {
  247. margin-left: 45px !important;
  248. }
  249. .mr--auto {
  250. margin-right: auto !important;
  251. }
  252. .mr--0 {
  253. margin-right: 0px !important;
  254. }
  255. .mr--3 {
  256. margin-right: 3px !important;
  257. }
  258. .mr--4 {
  259. margin-right: 4px !important;
  260. }
  261. .mr--6 {
  262. margin-right: 6px !important;
  263. }
  264. .mr--10 {
  265. margin-right: 10px !important;
  266. }
  267. .mr--15 {
  268. margin-right: 15px !important;
  269. }
  270. .mr--20 {
  271. margin-right: 20px !important;
  272. }
  273. .mr--25 {
  274. margin-right: 25px !important;
  275. }
  276. .mr--30 {
  277. margin-right: 30px !important;
  278. }
  279. .mr--45 {
  280. margin-right: 45px !important;
  281. }
  282. .mr--64 {
  283. margin-right: 64px !important;
  284. }
  285. .mt--0 {
  286. margin-top: 0px !important;
  287. }
  288. .mt--5 {
  289. margin-top: 5px !important;
  290. }
  291. .mt--10 {
  292. margin-top: 10px !important;
  293. }
  294. .mt--15 {
  295. margin-top: 15px !important;
  296. }
  297. .mt--20 {
  298. margin-top: 20px !important;
  299. }
  300. .mt--25 {
  301. margin-top: 25px !important;
  302. }
  303. .mt--30 {
  304. margin-top: 30px !important;
  305. }
  306. .mt--35 {
  307. margin-top: 35px !important;
  308. }
  309. .mt--40 {
  310. margin-top: 40px !important;
  311. }
  312. .mt--45 {
  313. margin-top: 45px !important;
  314. }
  315. .mt--50 {
  316. margin-top: 50px !important;
  317. }
  318. .mt--60 {
  319. margin-top: 60px !important;
  320. }
  321. .pt--0 {
  322. padding-top: 0px !important;
  323. }
  324. .pt--2 {
  325. padding-top: 2px !important;
  326. }
  327. .pb--0 {
  328. padding-bottom: 0px !important;
  329. }
  330. .pb--2 {
  331. padding-bottom: 2px !important;
  332. }
  333. .pb--20 {
  334. padding-bottom: 20px !important;
  335. }
  336. .pr--0 {
  337. padding-right: 0 !important;
  338. }
  339. .p--0 {
  340. padding: 0 !important;
  341. }
  342. .w500 {
  343. font-weight: 600 !important;
  344. }
  345. .w700 {
  346. font-weight: 700 !important;
  347. }
  348. .text-left {
  349. text-align: left !important;
  350. }
  351. .text-center {
  352. text-align: center !important;
  353. }
  354. .align-top {
  355. vertical-align: top !important;
  356. }
  357. .shrink0 {
  358. flex-shrink: 0 !important;
  359. }
  360. .color-red {
  361. color: #FF2426 !important;
  362. }
  363. .color-blue {
  364. color: #034EA2 !important;
  365. }
  366. .color-blue2 {
  367. color: #007AFF !important;
  368. }
  369. .fts--14{
  370. font-size:14px!important;
  371. }