| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579 |
- @charset "UTF-8";
- .sample-layout {
- /* HTML5 display-role reset for older browsers */
- }
- .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 {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- color: #1A1A1A;
- vertical-align: baseline;
- }
- .sample-layout * {
- box-sizing: border-box !important;
- }
- .sample-layout *::-webkit-scrollbar {
- height: 3px;
- width: 3px;
- }
- .sample-layout *::-webkit-scrollbar-button:start:decrement, .sample-layout *::-webkit-scrollbar-button:end:increment {
- display: none;
- }
- .sample-layout *::-webkit-scrollbar-track {
- background-color: transparent;
- width: 3px;
- height: 3px;
- }
- .sample-layout *::-webkit-scrollbar-thumb {
- width: 3px;
- border-radius: 3px;
- background-color: transparent;
- }
- .sample-layout body::-webkit-scrollbar-thumb {
- width: 3px;
- border-radius: 3px;
- background-color: #3570FF;
- }
- .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 {
- display: block;
- }
- .sample-layout body {
- line-height: 2;
- }
- .sample-layout ol, .sample-layout ul {
- list-style: none;
- }
- .sample-layout blockquote, .sample-layout q {
- quotes: none;
- }
- .sample-layout blockquote:before, .sample-layout blockquote:after, .sample-layout q:before, .sample-layout q:after {
- content: "";
- content: none;
- }
- .sample-layout table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- .sample-layout input:focus {
- outline: none;
- }
- .sample-layout a {
- color: inherit;
- text-decoration: none;
- }
- .sample-layout html {
- overflow: auto !important;
- }
- .sample-layout button {
- outline: 0;
- cursor: pointer;
- }
- .sample-layout .mb--0 {
- margin-bottom: 0px !important;
- }
- .sample-layout .mb--5 {
- margin-bottom: 5px !important;
- }
- .sample-layout .mb--10 {
- margin-bottom: 10px !important;
- }
- .sample-layout .mb--15 {
- margin-bottom: 15px !important;
- }
- .sample-layout .mb--20 {
- margin-bottom: 20px !important;
- }
- .sample-layout .mb--30 {
- margin-bottom: 30px !important;
- }
- .sample-layout .ml--0 {
- margin-left: 0px !important;
- }
- .sample-layout .ml--3 {
- margin-left: 3px !important;
- }
- .sample-layout .ml--5 {
- margin-left: 5px !important;
- }
- .sample-layout .ml--10 {
- margin-left: 10px !important;
- }
- .sample-layout .ml--15 {
- margin-left: 15px !important;
- }
- .sample-layout .ml--20 {
- margin-left: 20px !important;
- }
- .sample-layout .ml--25 {
- margin-left: 25px !important;
- }
- .sample-layout .ml--30 {
- margin-left: 30px !important;
- }
- .sample-layout .ml--35 {
- margin-left: 35px !important;
- }
- .sample-layout .mr--0 {
- margin-right: 0px !important;
- }
- .sample-layout .mr--3 {
- margin-right: 3px !important;
- }
- .sample-layout .mr--10 {
- margin-right: 10px !important;
- }
- .sample-layout .mr--15 {
- margin-right: 15px !important;
- }
- .sample-layout .mr--20 {
- margin-right: 20px !important;
- }
- .sample-layout .mr--25 {
- margin-right: 25px !important;
- }
- .sample-layout .mt--0 {
- margin-top: 0px !important;
- }
- .sample-layout .mt--10 {
- margin-top: 10px !important;
- }
- .sample-layout .mt--15 {
- margin-top: 15px !important;
- }
- .sample-layout .mt--20 {
- margin-top: 20px !important;
- }
- .sample-layout .mt--25 {
- margin-top: 25px !important;
- }
- .sample-layout .mt--30 {
- margin-top: 30px !important;
- }
- .sample-layout .mt--35 {
- margin-top: 35px !important;
- }
- .sample-layout .mt--40 {
- margin-top: 40px !important;
- }
- .sample-layout .mt--45 {
- margin-top: 45px !important;
- }
- .sample-layout .mt--50 {
- margin-top: 50px !important;
- }
- .sample-layout .mt--60 {
- margin-top: 60px !important;
- }
- .sample-layout .pt--0 {
- padding-top: 0px !important;
- }
- .sample-layout .text-left {
- text-align: left !important;
- }
- .sample-layout .text-center {
- text-align: center !important;
- }
- .sample-layout .text-right {
- text-align: right !important;
- }
- .sample-layout .sample--main--wrap h1 {
- text-align: center;
- color: black;
- font-size: 30px;
- }
- .sample-layout .sample--main--wrap .section--wrap {
- display: flex;
- margin-top: 10px;
- }
- .sample-layout .sample--main--wrap .section--wrap .left--section {
- background: #eee;
- padding: 10px;
- border: 1px solid #eee;
- width: 50%;
- margin-right: 10px;
- }
- .sample-layout .sample--main--wrap .section--wrap .right--section {
- background: #eee;
- padding: 10px;
- border: 1px solid #eee;
- width: 50%;
- margin-left: 10px;
- }
- .sample-layout .sample--main--wrap .section--wrap .right--section .result--msg {
- border: 1px solid;
- height: 200px;
- font-size: 20px;
- font-weight: 600;
- }
- .sample-layout .sample--main--wrap .div--wrap {
- border: 1px solid;
- border-radius: 15px;
- background: #eee;
- margin: 20px;
- width: 300px;
- padding: 10px;
- }
- .sample-layout .sample--main--wrap .div--wrap h2 {
- font-size: 20px;
- text-align: center;
- }
- .sample-layout .sample--main--wrap .div--wrap .btn--wrap {
- margin-top: 10px;
- text-align: center;
- }
- .sample-layout .sample--main--wrap .div--wrap .btn--wrap .v-btn.actv {
- background-color: #3468E2;
- }
- .sample-layout .sample--main--wrap .div--wrap .btn--wrap .v-btn.actv .v-btn__content {
- color: #eee;
- }
- .sample-layout .sample--main--wrap .arrow--wrap {
- margin: -12px;
- display: flex;
- align-items: center;
- justify-items: center;
- opacity: 0;
- transition: opacity 0.5s ease, transform 0.5s ease;
- }
- .sample-layout .sample--main--wrap .arrow--wrap.actv {
- opacity: 1; /* 초기에는 투명하게 설정 */
- transform: translateY(0);
- transition: opacity 0.5s ease, transform 0.5s ease;
- }
- .sample-layout .component--item {
- width: 300px;
- height: 300px;
- border: 1px solid;
- }
- .sample-layout .board_list_wrapper {
- width: 100%;
- height: 100%;
- padding: 50px;
- }
- .sample-layout .board_list_wrapper .search_wrap {
- display: flex;
- }
- .sample-layout .board_list_wrapper .search_wrap .custom_select {
- max-width: 150px;
- }
- .sample-layout .board_list_wrapper .search_wrap .custom_input {
- max-width: 300px;
- }
- .sample-layout .board_list_wrapper .btn-wrapper {
- display: flex;
- justify-content: space-between;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table thead {
- background-color: rgba(230, 230, 230, 0.5);
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table thead th {
- height: 44px;
- padding: 9px 5px !important;
- border: 0;
- vertical-align: middle;
- word-break: keep-all;
- font-size: 14px !important;
- font-weight: 500;
- color: #777 !important;
- text-align: center !important;
- background: #f7f7fa !important;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td {
- height: 44px;
- padding: 9px 5px;
- border-bottom: 1px solid #E3E6ED;
- vertical-align: middle;
- word-break: keep-all;
- font-size: 14px;
- font-weight: 500;
- color: #333;
- text-align: center !important;
- background: #fff;
- cursor: pointer;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td.text-left {
- text-align: left !important;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span {
- font-weight: 500;
- color: #333;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-red {
- color: #E60000;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-green {
- color: #4AAC44;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.color-orange {
- color: #FF7732;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.line1 {
- display: block;
- overflow: hidden;
- max-width: 285px;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .sample-layout .board_list_wrapper .v-table .v-table__wrapper table tbody tr td span.text-left {
- display: block;
- text-align: left;
- }
- .sample-layout .menu-title-wrap {
- display: flex;
- align-items: center;
- margin-bottom: 24px;
- }
- .sample-layout .menu-title-wrap h2 {
- line-height: 20px;
- font-size: 18px;
- font-weight: 800;
- color: #001A58;
- }
- .sample-layout .menu-title-wrap .arrow {
- width: 30px;
- height: 30px;
- margin: 0 11px;
- }
- .sample-layout .menu-title-wrap .menu-depth2 {
- line-height: 20px;
- font-size: 18px;
- font-weight: 600;
- color: #1A1A1A;
- }
- .sample-layout .menu-title-wrap .setting-util {
- display: flex;
- margin-left: auto;
- }
- .sample-layout .menu-title-wrap .setting-util .btn-style {
- width: 120px;
- margin: 0 0 0 5px;
- }
- .sample-layout .view-area {
- padding: 40px 24px;
- border: 1px solid #E6EBF1;
- border-radius: 16px;
- background: #FFF;
- }
- .sample-layout .form-style {
- border-top: 1px solid #E3E6ED;
- }
- .sample-layout .form-style table {
- width: 100%;
- }
- .sample-layout .form-style table th {
- padding: 12px 5px;
- border-bottom: 1px solid #E3E6ED;
- vertical-align: middle;
- font-size: 14px;
- font-weight: 500;
- color: #333;
- text-align: center;
- background: #f7f8fa;
- }
- .sample-layout .form-style table th .star {
- display: inline-block;
- padding-left: 3px;
- color: #3570FF;
- }
- .sample-layout .form-style table td {
- height: 48px;
- padding: 6px 0 6px 24px;
- border-bottom: 1px solid #E3E6ED;
- vertical-align: middle;
- font-size: 14px;
- font-weight: 500;
- color: #333;
- text-align: left;
- }
- .sample-layout .form-style table td .view-cont {
- word-break: break-all;
- min-height: 459px;
- padding: 12px 0;
- color: #333;
- text-align: left;
- }
- .sample-layout .form-style table td .file-form-list {
- display: flex;
- flex-wrap: wrap;
- margin-top: 8px;
- font-size: 0;
- }
- .sample-layout .form-style table td .file-form-list:empty {
- margin: 0;
- }
- .sample-layout .form-style table td .file-form-list .btn-file-download {
- display: inline-block;
- width: auto;
- height: 36px;
- padding: 0 10px;
- margin: 0 8px 0 0;
- line-height: 32px;
- border: 1px solid #EDF1FF;
- border-radius: 6px;
- vertical-align: middle;
- font-size: 14px;
- font-weight: 400;
- color: #000;
- background: #F7F9FF;
- }
- .sample-layout .form-style table td .file-form-list .btn-file-download:last-of-type {
- margin-right: 0;
- }
- .sample-layout .form-style table td .file-form-list .btn-file-download .ico {
- display: inline-block;
- width: 10px;
- height: 13px;
- margin-right: 7px;
- vertical-align: middle;
- }
- .sample-layout .form-style table td .file-form-list .btn-file-download button {
- width: 20px;
- height: 20px;
- margin-left: 5px;
- border-radius: 100%;
- vertical-align: middle;
- }
- .sample-layout .form-style table td .custom-input.v-text-field {
- min-height: 36px;
- }
- .sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot {
- height: 36px;
- }
- .sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot {
- height: 34px;
- }
- .sample-layout .form-style table td .custom-input.v-text-field .v-input__control .v-input__slot .v-text-field__slot input {
- height: 34px;
- }
- .sample-layout .form-style table td .custom-select.v-input {
- min-height: 36px;
- }
- .sample-layout .form-style table td .custom-select.v-input .v-input__control .v-input__slot {
- height: 34px;
- }
- .sample-layout .form-style table td .custom-select.v-input .v-input__control .v-select__slot .v-select__selection {
- height: 34px;
- }
- .sample-layout .form-style table td .btn-style {
- height: 36px;
- }
- .sample-layout .btn-wrap {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 26px;
- font-size: 0;
- text-align: center;
- }
- .sample-layout .btn-wrap.text-right {
- justify-content: flex-end;
- }
- .sample-layout .btn-wrap.text-right .btn-style:first-of-type {
- margin-left: 0;
- }
- .sample-layout .btn-wrap .left {
- margin-right: auto;
- }
- .sample-layout .btn-wrap .left .btn-style:first-of-type {
- margin-left: 0;
- }
- .sample-layout .btn-wrap .left .btn-style:last-of-type {
- margin-right: 0;
- }
- .sample-layout .btn-wrap .right {
- margin-left: auto;
- }
- .sample-layout .btn-wrap .right .btn-style:first-of-type {
- margin-left: 0;
- }
- .sample-layout .btn-wrap .right .btn-style:last-of-type {
- margin-right: 0;
- }
- .sample-layout .btn-style {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- width: 152px;
- height: 44px;
- margin: 0 5px;
- letter-spacing: -0.35px;
- border-radius: 6px;
- font-size: 14px;
- font-weight: 500;
- }
- .sample-layout .btn-style.btn-blue {
- color: #fff;
- background: #3468E2;
- }
- .sample-layout .btn-style.btn-blue2 {
- width: auto;
- height: 40px;
- padding: 0 34px;
- color: #fff;
- background: #3468E2;
- }
- .sample-layout .btn-style.btn-white {
- border: 1px solid #e6ebf1;
- color: #000;
- background: #fff;
- }
- .sample-layout .btn-style.btn-white2 {
- width: auto;
- height: 40px;
- padding: 0 34px;
- line-height: 38px;
- border: 1.3px solid #D7DBE3;
- color: #333;
- background: #fff;
- }
- .sample-layout .btn-style.btn-black {
- color: #fff;
- background: #363636;
- }
- .sample-layout .btn-style.full {
- width: 100%;
- }
- .sample-layout .btn-style.mini {
- width: 80px;
- height: 30px;
- border-radius: 4px;
- font-size: 12px;
- }
- .sample-layout .btn-style.mini2 {
- height: 40px;
- }
- .sample-layout .btn-style.w80 {
- width: 80px;
- padding: 0;
- }
- .sample-layout .btn-style.btn-comment {
- width: auto;
- padding: 0 23px;
- }
- .sample-layout .btn-style.btn-comment span {
- padding-left: 5px;
- letter-spacing: -0.4px;
- font-size: 16px;
- font-weight: 700;
- color: #3570FF;
- }
- .sample-layout .custom-input.v-input--error .v-input__details .v-messages .v-messages__message {
- color: red !important;
- }
- .sample-layout .custom-textarea.v-input--error .v-input__details .v-messages .v-messages__message {
- color: red !important;
- }
- .sample-layout .flex--wrap {
- display: flex;
- align-items: center;
- }
- .sample-layout .flex--wrap .title--wrap {
- width: 100%;
- position: relative;
- }
- .sample-layout .flex--wrap .title--wrap .close--btn {
- position: absolute;
- right: 3px;
- top: 3px;
- }/*# sourceMappingURL=sample.css.map */
|