sample.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. @charset "UTF-8";
  2. .sample-layout {
  3. /* HTML5 display-role reset for older browsers */
  4. }
  5. .sample-layout html, .sample-layout body, .sample-layout div, .sample-layout span, .sample-layout applet, .sample-layout object, .sample-layout iframe, .sample-layout h1, .sample-layout h2, .sample-layout h3, .sample-layout h4, .sample-layout h5, .sample-layout h6, .sample-layout p, .sample-layout blockquote, .sample-layout pre, .sample-layout a, .sample-layout abbr, .sample-layout acronym, .sample-layout address, .sample-layout big, .sample-layout cite, .sample-layout code, .sample-layout del, .sample-layout dfn, .sample-layout em, .sample-layout img, .sample-layout ins, .sample-layout kbd, .sample-layout q, .sample-layout s, .sample-layout samp, .sample-layout small, .sample-layout strike, .sample-layout strong, .sample-layout sub, .sample-layout sup, .sample-layout tt, .sample-layout var, .sample-layout b, .sample-layout u, .sample-layout i, .sample-layout center, .sample-layout dl, .sample-layout dt, .sample-layout dd, .sample-layout ol, .sample-layout ul, .sample-layout li, .sample-layout fieldset, .sample-layout form, .sample-layout label, .sample-layout legend, .sample-layout table, .sample-layout caption, .sample-layout tbody, .sample-layout tfoot, .sample-layout thead, .sample-layout tr, .sample-layout th, .sample-layout td, .sample-layout article, .sample-layout aside, .sample-layout canvas, .sample-layout details, .sample-layout embed, .sample-layout figure, .sample-layout figcaption, .sample-layout footer, .sample-layout header, .sample-layout hgroup, .sample-layout menu, .sample-layout nav, .sample-layout output, .sample-layout ruby, .sample-layout section, .sample-layout summary, .sample-layout time, .sample-layout mark, .sample-layout audio, .sample-layout video {
  6. margin: 0;
  7. padding: 0;
  8. border: 0;
  9. font-size: 100%;
  10. color: #1A1A1A;
  11. vertical-align: baseline;
  12. }
  13. .sample-layout * {
  14. box-sizing: border-box !important;
  15. }
  16. .sample-layout *::-webkit-scrollbar {
  17. height: 3px;
  18. width: 3px;
  19. }
  20. .sample-layout *::-webkit-scrollbar-button:start:decrement, .sample-layout *::-webkit-scrollbar-button:end:increment {
  21. display: none;
  22. }
  23. .sample-layout *::-webkit-scrollbar-track {
  24. background-color: transparent;
  25. width: 3px;
  26. height: 3px;
  27. }
  28. .sample-layout *::-webkit-scrollbar-thumb {
  29. width: 3px;
  30. border-radius: 3px;
  31. background-color: transparent;
  32. }
  33. .sample-layout body::-webkit-scrollbar-thumb {
  34. width: 3px;
  35. border-radius: 3px;
  36. background-color: #3570FF;
  37. }
  38. .sample-layout article, .sample-layout aside, .sample-layout details, .sample-layout figcaption, .sample-layout figure, .sample-layout footer, .sample-layout header, .sample-layout hgroup, .sample-layout menu, .sample-layout nav, .sample-layout section {
  39. display: block;
  40. }
  41. .sample-layout body {
  42. line-height: 2;
  43. }
  44. .sample-layout ol, .sample-layout ul {
  45. list-style: none;
  46. }
  47. .sample-layout blockquote, .sample-layout q {
  48. quotes: none;
  49. }
  50. .sample-layout blockquote:before, .sample-layout blockquote:after, .sample-layout q:before, .sample-layout q:after {
  51. content: "";
  52. content: none;
  53. }
  54. .sample-layout table {
  55. border-collapse: collapse;
  56. border-spacing: 0;
  57. }
  58. .sample-layout input:focus {
  59. outline: none;
  60. }
  61. .sample-layout a {
  62. color: inherit;
  63. text-decoration: none;
  64. }
  65. .sample-layout html {
  66. overflow: auto !important;
  67. }
  68. .sample-layout button {
  69. outline: 0;
  70. cursor: pointer;
  71. }
  72. .sample-layout .mb--0 {
  73. margin-bottom: 0px !important;
  74. }
  75. .sample-layout .mb--5 {
  76. margin-bottom: 5px !important;
  77. }
  78. .sample-layout .mb--10 {
  79. margin-bottom: 10px !important;
  80. }
  81. .sample-layout .mb--15 {
  82. margin-bottom: 15px !important;
  83. }
  84. .sample-layout .mb--20 {
  85. margin-bottom: 20px !important;
  86. }
  87. .sample-layout .mb--30 {
  88. margin-bottom: 30px !important;
  89. }
  90. .sample-layout .ml--0 {
  91. margin-left: 0px !important;
  92. }
  93. .sample-layout .ml--3 {
  94. margin-left: 3px !important;
  95. }
  96. .sample-layout .ml--5 {
  97. margin-left: 5px !important;
  98. }
  99. .sample-layout .ml--10 {
  100. margin-left: 10px !important;
  101. }
  102. .sample-layout .ml--15 {
  103. margin-left: 15px !important;
  104. }
  105. .sample-layout .ml--20 {
  106. margin-left: 20px !important;
  107. }
  108. .sample-layout .ml--25 {
  109. margin-left: 25px !important;
  110. }
  111. .sample-layout .ml--30 {
  112. margin-left: 30px !important;
  113. }
  114. .sample-layout .ml--35 {
  115. margin-left: 35px !important;
  116. }
  117. .sample-layout .mr--0 {
  118. margin-right: 0px !important;
  119. }
  120. .sample-layout .mr--3 {
  121. margin-right: 3px !important;
  122. }
  123. .sample-layout .mr--10 {
  124. margin-right: 10px !important;
  125. }
  126. .sample-layout .mr--15 {
  127. margin-right: 15px !important;
  128. }
  129. .sample-layout .mr--20 {
  130. margin-right: 20px !important;
  131. }
  132. .sample-layout .mr--25 {
  133. margin-right: 25px !important;
  134. }
  135. .sample-layout .mt--0 {
  136. margin-top: 0px !important;
  137. }
  138. .sample-layout .mt--10 {
  139. margin-top: 10px !important;
  140. }
  141. .sample-layout .mt--15 {
  142. margin-top: 15px !important;
  143. }
  144. .sample-layout .mt--20 {
  145. margin-top: 20px !important;
  146. }
  147. .sample-layout .mt--25 {
  148. margin-top: 25px !important;
  149. }
  150. .sample-layout .mt--30 {
  151. margin-top: 30px !important;
  152. }
  153. .sample-layout .mt--35 {
  154. margin-top: 35px !important;
  155. }
  156. .sample-layout .mt--40 {
  157. margin-top: 40px !important;
  158. }
  159. .sample-layout .mt--45 {
  160. margin-top: 45px !important;
  161. }
  162. .sample-layout .mt--50 {
  163. margin-top: 50px !important;
  164. }
  165. .sample-layout .mt--60 {
  166. margin-top: 60px !important;
  167. }
  168. .sample-layout .pt--0 {
  169. padding-top: 0px !important;
  170. }
  171. .sample-layout .text-left {
  172. text-align: left !important;
  173. }
  174. .sample-layout .text-center {
  175. text-align: center !important;
  176. }
  177. .sample-layout .text-right {
  178. text-align: right !important;
  179. }
  180. .sample-layout .sample--main--wrap h1 {
  181. text-align: center;
  182. color: black;
  183. font-size: 30px;
  184. }
  185. .sample-layout .sample--main--wrap .section--wrap {
  186. display: flex;
  187. margin-top: 10px;
  188. }
  189. .sample-layout .sample--main--wrap .section--wrap .left--section {
  190. background: #eee;
  191. padding: 10px;
  192. border: 1px solid #eee;
  193. width: 50%;
  194. margin-right: 10px;
  195. }
  196. .sample-layout .sample--main--wrap .section--wrap .right--section {
  197. background: #eee;
  198. padding: 10px;
  199. border: 1px solid #eee;
  200. width: 50%;
  201. margin-left: 10px;
  202. }
  203. .sample-layout .sample--main--wrap .section--wrap .right--section .result--msg {
  204. border: 1px solid;
  205. height: 200px;
  206. font-size: 20px;
  207. font-weight: 600;
  208. }
  209. .sample-layout .sample--main--wrap .div--wrap {
  210. border: 1px solid;
  211. border-radius: 15px;
  212. background: #eee;
  213. margin: 20px;
  214. width: 300px;
  215. padding: 10px;
  216. }
  217. .sample-layout .sample--main--wrap .div--wrap h2 {
  218. font-size: 20px;
  219. text-align: center;
  220. }
  221. .sample-layout .sample--main--wrap .div--wrap .btn--wrap {
  222. margin-top: 10px;
  223. text-align: center;
  224. }
  225. .sample-layout .sample--main--wrap .div--wrap .btn--wrap .v-btn.actv {
  226. background-color: #3468E2;
  227. }
  228. .sample-layout .sample--main--wrap .div--wrap .btn--wrap .v-btn.actv .v-btn__content {
  229. color: #eee;
  230. }
  231. .sample-layout .sample--main--wrap .arrow--wrap {
  232. margin: -12px;
  233. display: flex;
  234. align-items: center;
  235. justify-items: center;
  236. opacity: 0;
  237. transition: opacity 0.5s ease, transform 0.5s ease;
  238. }
  239. .sample-layout .sample--main--wrap .arrow--wrap.actv {
  240. opacity: 1; /* 초기에는 투명하게 설정 */
  241. transform: translateY(0);
  242. transition: opacity 0.5s ease, transform 0.5s ease;
  243. }
  244. .sample-layout .component--item {
  245. width: 300px;
  246. height: 300px;
  247. border: 1px solid;
  248. }
  249. .sample-layout .board_list_wrapper {
  250. width: 100%;
  251. height: 100%;
  252. padding: 50px;
  253. }
  254. .sample-layout .board_list_wrapper .search_wrap {
  255. display: flex;
  256. }
  257. .sample-layout .board_list_wrapper .search_wrap .custom_select {
  258. max-width: 150px;
  259. }
  260. .sample-layout .board_list_wrapper .search_wrap .custom_input {
  261. max-width: 300px;
  262. }
  263. .sample-layout .board_list_wrapper .btn-wrapper {
  264. display: flex;
  265. justify-content: space-between;
  266. }
  267. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table thead {
  268. background-color: rgba(230, 230, 230, 0.5);
  269. }
  270. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table thead th {
  271. height: 44px;
  272. padding: 9px 5px !important;
  273. border: 0;
  274. vertical-align: middle;
  275. word-break: keep-all;
  276. font-size: 14px !important;
  277. font-weight: 500;
  278. color: #777 !important;
  279. text-align: center !important;
  280. background: #f7f7fa !important;
  281. }
  282. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td {
  283. height: 44px;
  284. padding: 9px 5px;
  285. border-bottom: 1px solid #E3E6ED;
  286. vertical-align: middle;
  287. word-break: keep-all;
  288. font-size: 14px;
  289. font-weight: 500;
  290. color: #333;
  291. text-align: center !important;
  292. background: #fff;
  293. cursor: pointer;
  294. }
  295. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td.text-left {
  296. text-align: left !important;
  297. }
  298. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span {
  299. font-weight: 500;
  300. color: #333;
  301. }
  302. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-red {
  303. color: #E60000;
  304. }
  305. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-green {
  306. color: #4AAC44;
  307. }
  308. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-orange {
  309. color: #FF7732;
  310. }
  311. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.line1 {
  312. display: block;
  313. overflow: hidden;
  314. max-width: 285px;
  315. text-overflow: ellipsis;
  316. white-space: nowrap;
  317. }
  318. .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.text-left {
  319. display: block;
  320. text-align: left;
  321. }
  322. .sample-layout .menu-title-wrap {
  323. display: flex;
  324. align-items: center;
  325. margin-bottom: 24px;
  326. }
  327. .sample-layout .menu-title-wrap h2 {
  328. line-height: 20px;
  329. font-size: 18px;
  330. font-weight: 800;
  331. color: #001A58;
  332. }
  333. .sample-layout .menu-title-wrap .arrow {
  334. width: 30px;
  335. height: 30px;
  336. margin: 0 11px;
  337. }
  338. .sample-layout .menu-title-wrap .menu-depth2 {
  339. line-height: 20px;
  340. font-size: 18px;
  341. font-weight: 600;
  342. color: #1A1A1A;
  343. }
  344. .sample-layout .menu-title-wrap .setting-util {
  345. display: flex;
  346. margin-left: auto;
  347. }
  348. .sample-layout .menu-title-wrap .setting-util .btn-style {
  349. width: 120px;
  350. margin: 0 0 0 5px;
  351. }
  352. .sample-layout .view-area {
  353. padding: 40px 24px;
  354. border: 1px solid #E6EBF1;
  355. border-radius: 16px;
  356. background: #FFF;
  357. }
  358. .sample-layout .form-style {
  359. border-top: 1px solid #E3E6ED;
  360. }
  361. .sample-layout .form-style table {
  362. width: 100%;
  363. }
  364. .sample-layout .form-style table th {
  365. padding: 12px 5px;
  366. border-bottom: 1px solid #E3E6ED;
  367. vertical-align: middle;
  368. font-size: 14px;
  369. font-weight: 500;
  370. color: #333;
  371. text-align: center;
  372. background: #f7f8fa;
  373. }
  374. .sample-layout .form-style table th .star {
  375. display: inline-block;
  376. padding-left: 3px;
  377. color: #3570FF;
  378. }
  379. .sample-layout .form-style table td {
  380. height: 48px;
  381. padding: 6px 0 6px 24px;
  382. border-bottom: 1px solid #E3E6ED;
  383. vertical-align: middle;
  384. font-size: 14px;
  385. font-weight: 500;
  386. color: #333;
  387. text-align: left;
  388. }
  389. .sample-layout .form-style table td .view-cont {
  390. word-break: break-all;
  391. min-height: 459px;
  392. padding: 12px 0;
  393. color: #333;
  394. text-align: left;
  395. }
  396. .sample-layout .form-style table td .file-form-list {
  397. display: flex;
  398. flex-wrap: wrap;
  399. margin-top: 8px;
  400. font-size: 0;
  401. }
  402. .sample-layout .form-style table td .file-form-list:empty {
  403. margin: 0;
  404. }
  405. .sample-layout .form-style table td .file-form-list .btn-file-download {
  406. display: inline-block;
  407. width: auto;
  408. height: 36px;
  409. padding: 0 10px;
  410. margin: 0 8px 0 0;
  411. line-height: 32px;
  412. border: 1px solid #EDF1FF;
  413. border-radius: 6px;
  414. vertical-align: middle;
  415. font-size: 14px;
  416. font-weight: 400;
  417. color: #000;
  418. background: #F7F9FF;
  419. }
  420. .sample-layout .form-style table td .file-form-list .btn-file-download:last-of-type {
  421. margin-right: 0;
  422. }
  423. .sample-layout .form-style table td .file-form-list .btn-file-download .ico {
  424. display: inline-block;
  425. width: 10px;
  426. height: 13px;
  427. margin-right: 7px;
  428. vertical-align: middle;
  429. }
  430. .sample-layout .form-style table td .file-form-list .btn-file-download button {
  431. width: 20px;
  432. height: 20px;
  433. margin-left: 5px;
  434. border-radius: 100%;
  435. vertical-align: middle;
  436. }
  437. .sample-layout .form-style table td .custom-input.v-text-field {
  438. min-height: 36px;
  439. }
  440. .sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot {
  441. height: 36px;
  442. }
  443. .sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot {
  444. height: 34px;
  445. }
  446. .sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input {
  447. height: 34px;
  448. }
  449. .sample-layout .form-style table td .custom-select.v-input {
  450. min-height: 36px;
  451. }
  452. .sample-layout .form-style table td .custom-select.v-input .v-input__control .v-input__slot {
  453. height: 34px;
  454. }
  455. .sample-layout .form-style table td .custom-select.v-input .v-input__control .v-select__slot .v-select__selection {
  456. height: 34px;
  457. }
  458. .sample-layout .form-style table td .btn-style {
  459. height: 36px;
  460. }
  461. .sample-layout .btn-wrap {
  462. display: flex;
  463. align-items: center;
  464. justify-content: center;
  465. margin-top: 26px;
  466. font-size: 0;
  467. text-align: center;
  468. }
  469. .sample-layout .btn-wrap.text-right {
  470. justify-content: flex-end;
  471. }
  472. .sample-layout .btn-wrap.text-right .btn-style:first-of-type {
  473. margin-left: 0;
  474. }
  475. .sample-layout .btn-wrap .left {
  476. margin-right: auto;
  477. }
  478. .sample-layout .btn-wrap .left .btn-style:first-of-type {
  479. margin-left: 0;
  480. }
  481. .sample-layout .btn-wrap .left .btn-style:last-of-type {
  482. margin-right: 0;
  483. }
  484. .sample-layout .btn-wrap .right {
  485. margin-left: auto;
  486. }
  487. .sample-layout .btn-wrap .right .btn-style:first-of-type {
  488. margin-left: 0;
  489. }
  490. .sample-layout .btn-wrap .right .btn-style:last-of-type {
  491. margin-right: 0;
  492. }
  493. .sample-layout .btn-style {
  494. display: inline-flex;
  495. align-items: center;
  496. justify-content: center;
  497. width: 152px;
  498. height: 44px;
  499. margin: 0 5px;
  500. letter-spacing: -0.35px;
  501. border-radius: 6px;
  502. font-size: 14px;
  503. font-weight: 500;
  504. }
  505. .sample-layout .btn-style.btn-blue {
  506. color: #fff;
  507. background: #3468E2;
  508. }
  509. .sample-layout .btn-style.btn-blue2 {
  510. width: auto;
  511. height: 40px;
  512. padding: 0 34px;
  513. color: #fff;
  514. background: #3468E2;
  515. }
  516. .sample-layout .btn-style.btn-white {
  517. border: 1px solid #e6ebf1;
  518. color: #000;
  519. background: #fff;
  520. }
  521. .sample-layout .btn-style.btn-white2 {
  522. width: auto;
  523. height: 40px;
  524. padding: 0 34px;
  525. line-height: 38px;
  526. border: 1.3px solid #D7DBE3;
  527. color: #333;
  528. background: #fff;
  529. }
  530. .sample-layout .btn-style.btn-black {
  531. color: #fff;
  532. background: #363636;
  533. }
  534. .sample-layout .btn-style.full {
  535. width: 100%;
  536. }
  537. .sample-layout .btn-style.mini {
  538. width: 80px;
  539. height: 30px;
  540. border-radius: 4px;
  541. font-size: 12px;
  542. }
  543. .sample-layout .btn-style.mini2 {
  544. height: 40px;
  545. }
  546. .sample-layout .btn-style.w80 {
  547. width: 80px;
  548. padding: 0;
  549. }
  550. .sample-layout .btn-style.btn-comment {
  551. width: auto;
  552. padding: 0 23px;
  553. }
  554. .sample-layout .btn-style.btn-comment span {
  555. padding-left: 5px;
  556. letter-spacing: -0.4px;
  557. font-size: 16px;
  558. font-weight: 700;
  559. color: #3570FF;
  560. }
  561. .sample-layout .custom-input.v-input--error .v-input__details .v-messages .v-messages__message {
  562. color: red !important;
  563. }
  564. .sample-layout .custom-textarea.v-input--error .v-input__details .v-messages .v-messages__message {
  565. color: red !important;
  566. }
  567. .sample-layout .flex--wrap {
  568. display: flex;
  569. align-items: center;
  570. }
  571. .sample-layout .flex--wrap .title--wrap {
  572. width: 100%;
  573. position: relative;
  574. }
  575. .sample-layout .flex--wrap .title--wrap .close--btn {
  576. position: absolute;
  577. right: 3px;
  578. top: 3px;
  579. }/*# sourceMappingURL=sample.css.map */