default.scss 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693
  1. @charset "UTF-8";
  2. .max--w320{
  3. max-width:320px;
  4. }
  5. .container{
  6. padding-left: 340px;
  7. height:100%;
  8. .content{
  9. width: 100%;
  10. height:100%;
  11. display: flex;
  12. aside{
  13. width:250px;
  14. border-right:1px solid #ccc;
  15. .aside--main--title{
  16. padding:20px;
  17. background: #33559B;
  18. color:#fff;
  19. font-size:20px;
  20. }
  21. .aside--list{
  22. display: flex;
  23. flex-direction: column;
  24. .v-btn{
  25. padding:15px 10px;
  26. font-size:16px;
  27. cursor: pointer;
  28. justify-content: flex-start;
  29. padding-left:20px;
  30. &.actv{
  31. background:#e4e4e4;
  32. }
  33. }
  34. }
  35. }
  36. .main{
  37. padding: 20px;
  38. width:calc(100%);
  39. .btn--actions--wrap{
  40. &.pb--rem{
  41. padding-bottom: 0.75rem;
  42. align-items: flex-end;
  43. }
  44. display: flex;
  45. align-items: center;
  46. justify-content: space-between;
  47. padding-bottom:25px;
  48. }
  49. .left--sections{
  50. display: flex;
  51. gap: 1rem;
  52. }
  53. .right--sections{
  54. display: flex;
  55. gap: 1rem;
  56. .caption--wrap{
  57. display: flex;
  58. align-items: center;
  59. position: relative;
  60. .ico{
  61. font-size: 1rem;
  62. width: 2rem;
  63. height: 2rem;
  64. text-align: center;
  65. cursor: pointer;
  66. line-height: 2rem;
  67. border-radius: 50%;
  68. // background-color: #F74F78;
  69. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  70. color: #fff;
  71. display: inline-block;
  72. position: relative;
  73. font-style: normal;
  74. }
  75. .caption--box{
  76. position: absolute;
  77. font-size: 0.875rem;
  78. bottom: 100%;
  79. border: 2px solid #DFE7EF;
  80. background-color: #fff;
  81. border-radius: 10px;
  82. right:0;
  83. line-height: 1.4;
  84. padding: 15px 20px;
  85. white-space: nowrap;
  86. color: #9DA9B6;
  87. z-index: 10;
  88. display: none;
  89. }
  90. &:hover{
  91. .caption--box{
  92. display: block;
  93. }
  94. }
  95. }
  96. }
  97. .data--list--wrap{
  98. width:100%;
  99. .item--section{
  100. border: 1px solid #ccc;
  101. padding: 2rem;
  102. display: flex;
  103. gap: 1rem;
  104. border-radius: 1rem;
  105. margin-bottom: 25px;
  106. .item--thumb{
  107. background-color: #d9d9d9;
  108. justify-content: center;
  109. align-items: center;
  110. width: 20%;
  111. height: auto;
  112. overflow: hidden;
  113. display: flex;
  114. &.min--240{
  115. min-height: 240px;
  116. }
  117. img{
  118. width: 100%;
  119. height: 100%;
  120. object-fit: cover;
  121. }
  122. }
  123. .item--info{
  124. display: flex;
  125. flex-direction: column;
  126. h2{
  127. font-size: 1.5rem;
  128. margin-bottom: 1rem;
  129. }
  130. p{
  131. font-size: 1rem;
  132. line-height: 1.4;
  133. }
  134. }
  135. }
  136. }
  137. .search--modules{
  138. width:100%;
  139. display: flex;
  140. align-items: center;
  141. justify-content: center;
  142. gap:10px;
  143. border: 1px solid #eee;
  144. border-radius: 15px;
  145. padding:20px;
  146. margin-top:25px;
  147. background: #f0f4ff;
  148. &.type2{
  149. flex-direction: column;
  150. align-items: flex-start;
  151. position: relative;
  152. .search--inner{
  153. width: calc(100% - 120px);
  154. gap: 10px;
  155. display: flex;
  156. }
  157. .sch--btn{
  158. position: absolute;
  159. right: 20px;
  160. top: 20px;
  161. height: calc(100% - 40px);
  162. }
  163. }
  164. .month--selector{
  165. display: flex;
  166. align-items: center;
  167. overflow: hidden;
  168. border-radius: 10px;
  169. margin-left: 10px;
  170. background: #fff;
  171. border:1px solid #E2E2E2;
  172. .v-btn{
  173. color: #666;
  174. font-size: 0.8rem;
  175. height: 2.25rem;
  176. font-style: normal;
  177. font-weight: 500;
  178. line-height: 100%; /* 12px */
  179. letter-spacing: -0.48px;
  180. padding:0 1.2rem;
  181. border-radius: 0px;
  182. position: relative;
  183. &.actv{
  184. color:#fff;
  185. background-color:#007aff;
  186. &:after{
  187. display: none;
  188. }
  189. }
  190. }
  191. }
  192. .form--cont--filter{
  193. width:100%;
  194. max-width:10.5rem;
  195. }
  196. .form--cont--text{
  197. width:100%;
  198. max-width:calc(100% - 10.5rem);
  199. }
  200. .sch--btn{
  201. // height:36px;
  202. height: 2.25rem;
  203. max-width:80px;
  204. }
  205. }
  206. .inner--headers{
  207. display: flex;
  208. align-items: center;
  209. justify-content: space-between;
  210. margin-bottom:20px;
  211. > h2{
  212. font-size:1.625rem;
  213. }
  214. .bread--crumbs--wrap{
  215. display: flex;
  216. align-items: center;
  217. gap:5px;
  218. span{
  219. font-size:.9rem;
  220. font-weight: 500;
  221. display: flex;
  222. align-items: center;
  223. gap:5px;
  224. &:before{
  225. content:"";
  226. display: inline-flex;
  227. width:15px;
  228. height:15px;
  229. background: url(../img/ic_arrow_right_chv.svg) no-repeat center;
  230. }
  231. &:nth-of-type(1){
  232. &:before{
  233. display: none;
  234. }
  235. }
  236. &:last-child{
  237. font-weight: bold;
  238. }
  239. }
  240. }
  241. }
  242. .item--list--wrap{
  243. .no--data{
  244. padding-top: 80px;
  245. text-align: center;
  246. }
  247. .item--list{
  248. display: flex;
  249. gap: 20px;
  250. .item{
  251. position: relative;
  252. cursor: pointer;
  253. width: calc((100% - 80px) / 5);
  254. border-radius: 20px;
  255. border: 1px solid #cccccc;
  256. padding: 1rem 1rem 1rem 1rem;
  257. .item--img {
  258. width: 100%;
  259. height: 10rem;
  260. background-color: #eee;
  261. border-radius: 20px;
  262. margin-bottom: 1.2rem;
  263. overflow: hidden;
  264. position: relative;
  265. img {
  266. width: 100%;
  267. height: 100%;
  268. object-fit: cover;
  269. object-position: center;
  270. position: absolute;
  271. top: 0;
  272. left: 0;
  273. }
  274. }
  275. h3{
  276. color: #444444;
  277. font-size: 1rem;
  278. overflow: hidden;
  279. line-height: 1.2;
  280. text-overflow: ellipsis;
  281. display: -webkit-box;
  282. -webkit-line-clamp: 2;
  283. -webkit-box-orient: vertical;
  284. margin-bottom: 1rem;
  285. }
  286. p{
  287. color: #888;
  288. line-height: 1.2;
  289. font-size: 0.8rem;
  290. margin-bottom: 0.8rem;
  291. }
  292. span{
  293. color: #999;
  294. line-height: 1.2;
  295. display: block;
  296. font-size: 0.8rem;
  297. }
  298. .sold--out{
  299. position: absolute;
  300. top: 0;
  301. left: 0;
  302. width: 100%;
  303. height: 100%;
  304. background-color: rgba(0,0,0,0.2);
  305. border-radius: 18px;
  306. display: flex;
  307. align-items: center;
  308. justify-content: center;
  309. &.blue--type{
  310. >span{
  311. background-color: #007aff;
  312. }
  313. }
  314. >span{
  315. color: #ffffff;
  316. text-align: center;
  317. font-size: 1.2rem;
  318. font-weight: 500;
  319. display: inline-block;
  320. padding: 0.8rem 3rem;
  321. background-color: red;
  322. border-radius: 50px;
  323. }
  324. }
  325. }
  326. }
  327. .cs--list--wrap{
  328. border: 1px solid #eee;
  329. border-radius: 15px;
  330. overflow: hidden;
  331. box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  332. .cs--header{
  333. background-color: #f0f4ff;
  334. padding: 20px 25px;
  335. height: 4rem;
  336. display: flex;
  337. align-items: center;
  338. justify-content: space-between;
  339. border-bottom: 1px solid #eee;
  340. h3{
  341. font-size: 1.2rem;
  342. font-weight: 600;
  343. color: #555;
  344. }
  345. .custom-btn{
  346. height: 2.5rem;
  347. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  348. border-radius: 10px;
  349. width: 10%;
  350. color:#fff;
  351. font-weight: 500;
  352. transition: all 0.3s ease;
  353. box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  354. &:hover {
  355. transform: translateY(-1px);
  356. box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  357. }
  358. }
  359. }
  360. .cs--list{
  361. .list{
  362. padding: 20px 25px;
  363. cursor: pointer;
  364. border-bottom: 1px solid #f0f0f0;
  365. transition: all 0.3s ease;
  366. display: flex;
  367. gap: 15px;
  368. align-items: center;
  369. &:hover {
  370. background-color: #f8f9ff;
  371. border-left: 4px solid #667eea;
  372. padding-left: 21px;
  373. }
  374. &:last-child {
  375. border-bottom: none;
  376. }
  377. > span, > div, > h3 {
  378. font-size: 0.9rem;
  379. &.list--seq { // SEQ
  380. font-weight: 600;
  381. color: #667eea;
  382. text-align: center;
  383. background: #f0f4ff;
  384. padding: 5px 10px;
  385. border-radius: 12px;
  386. font-size: 0.8rem;
  387. }
  388. &.list--circle {
  389. background: linear-gradient(135deg, #667eea, #764ba2);
  390. color: white;
  391. padding: 6px 12px;
  392. border-radius: 15px;
  393. font-size: 0.8rem;
  394. font-weight: 500;
  395. text-align: center;
  396. white-space: nowrap;
  397. // 마감
  398. &.status--off {
  399. background: linear-gradient(135deg, #727c89 0%, #8ca6ce 100%);
  400. color: white;
  401. box-shadow: 0 2px 6px rgba(145, 168, 200, 0.3);
  402. }
  403. }
  404. &.list--writer { // NICK_NAME + NAME + COM
  405. color: #666;
  406. font-weight: 500;
  407. font-size: 0.9rem;
  408. }
  409. &.list--title { // TITLE
  410. color: #333;
  411. font-weight: 600;
  412. line-height: 1.4;
  413. overflow: hidden;
  414. text-overflow: ellipsis;
  415. width: 70%;
  416. white-space: nowrap;
  417. }
  418. &.list--ml {
  419. margin-left: auto;
  420. }
  421. &.status-waiting {
  422. color: #ffffff;
  423. background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
  424. padding: 4px 8px;
  425. border-radius: 10px;
  426. font-size: 0.8rem;
  427. font-weight: 600;
  428. box-shadow: 0 2px 6px rgba(255, 107, 107, 0.3);
  429. }
  430. &.status-completed {
  431. color: #ffffff;
  432. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  433. padding: 4px 8px;
  434. border-radius: 10px;
  435. font-size: 0.8rem;
  436. font-weight: 600;
  437. box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
  438. }
  439. &.list--date { // REGDATE
  440. color: #999;
  441. font-size: 0.8rem;
  442. text-align: right;
  443. }
  444. }
  445. }
  446. // 데이터가 없을 때
  447. .no-data {
  448. padding: 60px 20px;
  449. text-align: center;
  450. color: #999;
  451. &:before {
  452. content: "📋";
  453. display: block;
  454. font-size: 3rem;
  455. margin-bottom: 15px;
  456. }
  457. h4 {
  458. font-size: 1.1rem;
  459. color: #666;
  460. margin-bottom: 8px;
  461. }
  462. p {
  463. font-size: 0.9rem;
  464. color: #999;
  465. }
  466. }
  467. }
  468. }
  469. .item--pagination{
  470. display: flex;
  471. justify-content: center;
  472. margin-top: 30px;
  473. gap: 30px;
  474. .v-pagination{
  475. width: 50%;
  476. max-width: 800px;
  477. }
  478. .v-btn{
  479. padding: 0;
  480. width: 50px;
  481. height: 50px;
  482. border-radius: 100px;
  483. min-width: 50px;
  484. border: 1px solid #DDD;
  485. background: #FFF;
  486. &.v-btn--disabled{
  487. opacity: 0.5;
  488. }
  489. .v-btn__content{
  490. color: #909090;
  491. font-size: 16px;
  492. font-weight: 400;
  493. line-height: 1;
  494. }
  495. &.prev--btn{
  496. background-image: url(/assets/img/ico_paging_prev.svg);
  497. background-repeat: no-repeat;
  498. background-position: center;
  499. }
  500. &.next--btn{
  501. background-image: url(/assets/img/ico_paging_next.svg);
  502. background-repeat: no-repeat;
  503. background-position: center;
  504. }
  505. }
  506. }
  507. }
  508. }
  509. }
  510. }
  511. /**********************************************
  512. | ag-grid
  513. **********************************************/
  514. .tbl-wrap {
  515. .ag-paging-panel {
  516. padding: 1.25rem 0px;
  517. }
  518. .ag-header-cell-resize {
  519. &:after {
  520. width: 1px;
  521. height: 1.25rem;
  522. top: calc(50% - (1.25rem)*0.5);
  523. }
  524. }
  525. .ag-checkbox-input-wrapper {
  526. &:after {
  527. content: '';
  528. width: 1rem;
  529. height: 1rem;
  530. background: url(../img/ico_chk_off.svg);
  531. background-repeat: no-repeat;
  532. }
  533. &.ag-checked {
  534. &:after {
  535. content: '';
  536. background: url(../img/ico_chk_on.svg);
  537. background-repeat: no-repeat;
  538. }
  539. }
  540. &.ag-indeterminate {
  541. &:after {
  542. content: '';
  543. background: url(../img/ico_check_indeterminate.svg);
  544. background-repeat: no-repeat;
  545. }
  546. }
  547. }
  548. .ag-root-wrapper {
  549. .ag-header-cell {
  550. padding: 0rem 1.25rem;
  551. }
  552. .ag-header-cell-text {
  553. text-align: left;
  554. }
  555. .ag-root-wrapper-body {
  556. &.ag-layout-normal {
  557. height: 100%;
  558. }
  559. }
  560. .ag-cell-label-container {
  561. height: 3.125rem;
  562. }
  563. .ag-header-cell-text {
  564. color: #444;
  565. font-size: 0.875rem;
  566. font-style: normal;
  567. font-weight: 700;
  568. }
  569. .ag-header {
  570. border-top: 0px;
  571. .ag-header-container {
  572. background: #F2F7FF;
  573. }
  574. &.ag-header-allow-overflow {
  575. .ag-header-row {
  576. background: #F2F7FF;
  577. }
  578. }
  579. }
  580. .ag-center-cols-container {
  581. .ag-row {
  582. &.disabled{
  583. opacity: .5;
  584. pointer-events: none;
  585. }
  586. .ag-cell {
  587. color: #444;
  588. font-size: 0.875rem;
  589. font-style: normal;
  590. font-weight: 400;
  591. text-align: left;
  592. justify-content: flex-start;
  593. padding: 0px 1.25rem;
  594. }
  595. }
  596. }
  597. }
  598. .ag-overlay-no-rows-center {
  599. display: flex;
  600. align-items: center;
  601. justify-content: center;
  602. gap: 0.62rem;
  603. color: #444;
  604. text-align: center;
  605. font-size: 0.875rem;
  606. font-weight: 700;
  607. &:before {
  608. content: '';
  609. display: inline-flex;
  610. width: 1.25rem;
  611. height: 1.25rem;
  612. background: url(../img/ico_no_data_nw.svg);
  613. background-size: contain;
  614. }
  615. }
  616. }
  617. .check--box--group{
  618. display: flex;
  619. }
  620. .form--group--inner{
  621. display: flex;
  622. align-items: center;
  623. gap:10px;
  624. .visible{
  625. display: none;
  626. }
  627. }
  628. .status--box{
  629. display: flex;
  630. align-items: center;
  631. justify-content: center;
  632. padding:5px 25px;
  633. border-radius: 35px;
  634. background: #e4e4e4;
  635. &.actv{
  636. background: #33559B;
  637. color:#fff;
  638. }
  639. }
  640. .img--content{
  641. display: flex;
  642. align-items: center;
  643. }
  644. .equip--image--wrap{
  645. display: flex;
  646. align-items: center;
  647. .equip--image{
  648. width:90px;
  649. height: 90px;
  650. margin-right: 25px;
  651. #preview_image{
  652. width: 90px;
  653. height: 90px;
  654. position: relative;
  655. border: 1px solid rgba(0, 0, 0, 0.2);
  656. overflow: hidden;
  657. img{
  658. width: 100%;
  659. position: absolute;
  660. top: 50%;
  661. object-fit: contain;
  662. left: 50%;
  663. transform: translate(-50%, -50%);
  664. }
  665. }
  666. .images-wrapper{
  667. width: 100%;
  668. height: 90px;
  669. .image{
  670. background-size: cover;
  671. width: 100%;
  672. height: 90px;
  673. background-repeat: none;
  674. cursor: pointer;
  675. }
  676. }
  677. .cool-lightbox {
  678. .cool-lightbox-toolbar{
  679. top: 30px;
  680. right: 30px;
  681. .cool-lightbox-toolbar__btn{
  682. border-radius: 50%;
  683. width: 56px;
  684. height: 56px;
  685. display: inline-block;
  686. background-image: url(../img/ic_close.svg);
  687. background-position: center;
  688. background-repeat: no-repeat;
  689. svg{
  690. display: none;
  691. }
  692. }
  693. }
  694. }
  695. }
  696. .equip--image--select{
  697. display:flex;
  698. flex-direction: column;
  699. .form--group{
  700. margin-bottom: 25px;
  701. margin-top: 10px;
  702. display: flex;
  703. .file--btn{
  704. width: 75px;
  705. height:33px;
  706. display: inline-flex;
  707. align-items: center;
  708. justify-content: center;
  709. border-radius: 0px!important;
  710. background: #6C7281!important;
  711. cursor: pointer;
  712. }
  713. }
  714. .equip--image--desc{
  715. color: #0131AD;
  716. font-size: 12px;
  717. font-style: normal;
  718. font-weight: 500;
  719. letter-spacing: -0.36px;
  720. }
  721. }
  722. }
  723. .form--group--inner{
  724. display: flex;
  725. align-items: center;
  726. justify-content: flex-start;
  727. gap:10px;
  728. margin-bottom:10px;
  729. .text--box{
  730. height:36px;
  731. border-radius: 0px;
  732. border:1px solid #b5b5b5;
  733. white-space: nowrap;
  734. display: flex;
  735. align-items: center;
  736. width:324px;
  737. justify-content: flex-start;
  738. padding:0 20px;
  739. text-overflow: ellipsis;
  740. }
  741. }
  742. .v-file-input{
  743. &.custom-input {
  744. .v-input__control {
  745. .v-field{
  746. border-radius: 0px;
  747. }
  748. .v-field__field {
  749. input{
  750. &:placeholder {
  751. font-size: 0.75rem!important;
  752. font-weight: 400;
  753. color: #8e8e8e!important;
  754. }
  755. }
  756. .v-field__input {
  757. padding:0px;
  758. min-height:36px;
  759. padding-left: 0.75rem;
  760. font-size: 0.75rem !important;
  761. font-weight: 400 !important;
  762. &::placeholder {
  763. font-size: 0.75rem!important;
  764. font-weight: 400;
  765. color: #8e8e8e!important;
  766. }
  767. }
  768. }
  769. }
  770. }
  771. margin-top: 0px;
  772. padding-top: 0px;
  773. .v-input__control{
  774. .v-input__slot{
  775. padding: 0 15px;
  776. &::before{
  777. display: none;
  778. }
  779. &::after{
  780. display: none;
  781. }
  782. .v-file-input__text,
  783. .v-file-input__text--placeholder,
  784. input::placeholder{
  785. color: #444!important;
  786. font-size: 12px!important;
  787. font-style: normal!important;
  788. font-weight: 300!important;
  789. letter-spacing: -0.36px!important;
  790. }
  791. .v-input__append-inner{
  792. .v-input__icon--clear{
  793. opacity: 1;
  794. .mdi-close::before{
  795. content: '';
  796. background-image: url(../static/ic_clear.svg);
  797. display: inline-block;
  798. width: 16px;
  799. height: 16px;
  800. background-position: center;
  801. }
  802. }
  803. }
  804. }
  805. }
  806. }
  807. .flex--type{
  808. display: flex;
  809. align-items: center;
  810. gap:12px;
  811. }
  812. .file--btn{
  813. border-radius: 0px!important;
  814. background: #4B5161!important;
  815. color: #FFF!important;
  816. font-size: 12px!important;
  817. font-weight: 500!important;
  818. }
  819. .radio--group{
  820. .v-selection-control-group{
  821. gap:10px;
  822. }
  823. }
  824. .mdi-radiobox-marked::before{
  825. content:''!important;
  826. width:15px;
  827. height:15px;
  828. display: inline-flex;
  829. background: url(../img/ic_radio_on.svg) no-repeat center;
  830. }
  831. .mdi-radiobox-blank::before{
  832. content:''!important;
  833. width:15px;
  834. height:15px;
  835. display: inline-flex;
  836. background: url(../img/ic_radio_off.svg) no-repeat center;
  837. }
  838. /**********************************************
  839. | 문의 등록 팝업 모달
  840. **********************************************/
  841. .inquiry-modal {
  842. border-radius: 20px !important;
  843. overflow: hidden;
  844. box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  845. .modal-header {
  846. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  847. color: white;
  848. padding: 1rem 25px;
  849. display: flex;
  850. align-items: center;
  851. justify-content: space-between;
  852. h3 {
  853. font-size: 1rem;
  854. font-weight: 600;
  855. margin: 0;
  856. }
  857. .close-btn {
  858. background: rgba(255, 255, 255, 0.2) !important;
  859. color: white !important;
  860. border-radius: 50%;
  861. width: 40px;
  862. height: 40px;
  863. &:hover {
  864. background: rgba(255, 255, 255, 0.3) !important;
  865. }
  866. .v-icon {
  867. font-size: 20px;
  868. }
  869. }
  870. }
  871. .modal-body {
  872. padding: 30px;
  873. background: #fafafa;
  874. .form-group {
  875. &:last-child{
  876. margin-bottom: 0;
  877. }
  878. margin-bottom: 20px;
  879. label {
  880. display: block;
  881. font-size: 0.95rem;
  882. font-weight: 600;
  883. color: #333;
  884. margin-bottom: 8px;
  885. .required {
  886. color: #ff6b6b;
  887. margin-left: 3px;
  888. }
  889. }
  890. .custom-select,
  891. .custom-file-input {
  892. border-radius: 8px !important;
  893. .v-field {
  894. max-height: 60px!important;
  895. border-radius: 8px !important;
  896. background: white;
  897. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  898. border: 1px solid #e1e5e9 !important;
  899. min-height: 60px !important;
  900. &.v-field--focused {
  901. border-color: #667eea !important;
  902. box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
  903. }
  904. .v-field__outline {
  905. border-radius: 8px !important;
  906. &__start {
  907. border-radius: 8px 0 0 8px !important;
  908. }
  909. &__end {
  910. border-radius: 0 8px 8px 0 !important;
  911. }
  912. }
  913. &__field {
  914. border-radius: 8px !important;
  915. }
  916. &__overlay {
  917. border-radius: 8px !important;
  918. }
  919. }
  920. .v-field__input {
  921. padding: 12px 16px;
  922. font-size: 0.9rem;
  923. min-height: 60px !important;
  924. &::placeholder {
  925. color: #9ca3af;
  926. }
  927. }
  928. .v-field__field {
  929. border-radius: 8px !important;
  930. min-height: 60px !important;
  931. max-height: 60px!important;
  932. .v-field__input {
  933. max-height: 60px!important;
  934. min-height: 60px !important;
  935. align-items: center;
  936. display: flex;
  937. }
  938. }
  939. .v-input__control {
  940. min-height: 3.63rem !important;
  941. }
  942. // Select dropdown
  943. .v-select__selection {
  944. border-radius: 8px !important;
  945. }
  946. // Input 요소들
  947. input, textarea {
  948. border-radius: 8px !important;
  949. }
  950. }
  951. .custom-title-input {
  952. border-radius: 8px !important;
  953. .v-field {
  954. border-radius: 8px !important;
  955. background: white;
  956. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  957. border: 1px solid #e1e5e9 !important;
  958. min-height: 2.25rem !important;
  959. &.v-field--focused {
  960. border-color: #667eea !important;
  961. box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
  962. }
  963. .v-field__outline {
  964. border-radius: 8px !important;
  965. &__start {
  966. border-radius: 8px 0 0 8px !important;
  967. }
  968. &__end {
  969. border-radius: 0 8px 8px 0 !important;
  970. }
  971. }
  972. &__field {
  973. border-radius: 8px !important;
  974. }
  975. &__overlay {
  976. border-radius: 8px !important;
  977. }
  978. }
  979. .v-field__input {
  980. padding: 12px 16px;
  981. font-size: 0.9rem;
  982. min-height: 3.63rem !important;
  983. &::placeholder {
  984. color: #9ca3af;
  985. }
  986. }
  987. .v-field__field {
  988. border-radius: 8px !important;
  989. min-height: 3.63rem !important;
  990. .v-field__input {
  991. min-height: 3.63rem !important;
  992. align-items: center;
  993. display: flex;
  994. }
  995. }
  996. .v-input__control {
  997. min-height: 3.63rem !important;
  998. }
  999. input {
  1000. border-radius: 8px !important;
  1001. }
  1002. }
  1003. .custom-textarea {
  1004. border-radius: 8px !important;
  1005. .v-field {
  1006. border-radius: 8px !important;
  1007. background: white;
  1008. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  1009. border: 1px solid #e1e5e9 !important;
  1010. &.v-field--focused {
  1011. border-color: #667eea !important;
  1012. box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
  1013. }
  1014. .v-field__outline {
  1015. border-radius: 8px !important;
  1016. &__start {
  1017. border-radius: 8px 0 0 8px !important;
  1018. }
  1019. &__end {
  1020. border-radius: 0 8px 8px 0 !important;
  1021. }
  1022. }
  1023. &__field {
  1024. border-radius: 8px !important;
  1025. }
  1026. &__overlay {
  1027. border-radius: 8px !important;
  1028. }
  1029. }
  1030. .v-field__input {
  1031. padding: 16px;
  1032. font-size: 0.9rem;
  1033. &::placeholder {
  1034. color: #9ca3af;
  1035. }
  1036. }
  1037. .v-field__field {
  1038. border-radius: 8px !important;
  1039. }
  1040. input, textarea {
  1041. border-radius: 8px !important;
  1042. }
  1043. }
  1044. .custom-textarea {
  1045. .v-field__field {
  1046. .v-field__input {
  1047. padding: 16px;
  1048. line-height: 1.5;
  1049. resize: none !important;
  1050. }
  1051. }
  1052. textarea {
  1053. resize: none !important;
  1054. }
  1055. }
  1056. .custom-file-input {
  1057. .v-file-input__text {
  1058. display: flex;
  1059. align-items: center;
  1060. min-height: 2.25rem;
  1061. }
  1062. }
  1063. .file-info {
  1064. font-size: 0.8rem;
  1065. color: #6b7280;
  1066. margin-top: 8px;
  1067. margin-bottom: 0;
  1068. }
  1069. }
  1070. }
  1071. .modal-footer {
  1072. padding: 20px 30px;
  1073. background: white;
  1074. border-top: 1px solid #e5e7eb;
  1075. display: flex;
  1076. justify-content: flex-end;
  1077. gap: 12px;
  1078. .cancel-btn {
  1079. background: #f3f4f6 !important;
  1080. color: #6b7280 !important;
  1081. border: 1px solid #d1d5db;
  1082. border-radius: 10px;
  1083. padding: 0 24px;
  1084. height: 42px;
  1085. font-weight: 500;
  1086. &:hover {
  1087. background: #e5e7eb !important;
  1088. }
  1089. }
  1090. .submit-btn {
  1091. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  1092. color: white !important;
  1093. border-radius: 10px;
  1094. padding: 0 24px;
  1095. height: 42px;
  1096. font-weight: 600;
  1097. box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  1098. &:hover {
  1099. transform: translateY(-1px);
  1100. box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
  1101. }
  1102. &:disabled {
  1103. opacity: 0.7;
  1104. transform: none !important;
  1105. box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2) !important;
  1106. }
  1107. }
  1108. }
  1109. }
  1110. // 모달 배경 오버레이 스타일
  1111. .v-overlay__content {
  1112. .inquiry-modal {
  1113. max-height: 90vh;
  1114. overflow-y: auto;
  1115. }
  1116. }
  1117. /**********************************************
  1118. | CS 디테일 페이지
  1119. **********************************************/
  1120. .cs--detail--wrap {
  1121. border: 1px solid #eee;
  1122. border-radius: 15px;
  1123. overflow: hidden;
  1124. box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  1125. background: white;
  1126. .cs--detail--header {
  1127. background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  1128. padding: 25px 30px;
  1129. border-bottom: 1px solid #eee;
  1130. display: flex;
  1131. align-items: center;
  1132. justify-content: space-between;
  1133. .status-badge {
  1134. padding: 8px 16px;
  1135. border-radius: 20px;
  1136. font-size: 0.85rem;
  1137. font-weight: 600;
  1138. &.status-waiting {
  1139. background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
  1140. color: #ffffff;
  1141. border: 1px solid #ff6b6b;
  1142. box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  1143. font-weight: 600;
  1144. }
  1145. &.status-completed {
  1146. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1147. color: #ffffff;
  1148. border: 1px solid #667eea;
  1149. box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  1150. font-weight: 600;
  1151. }
  1152. }
  1153. .inquiry-meta {
  1154. display: flex;
  1155. align-items: center;
  1156. gap: 15px;
  1157. .category-badge {
  1158. background: linear-gradient(135deg, #667eea, #764ba2);
  1159. color: white;
  1160. padding: 6px 12px;
  1161. border-radius: 15px;
  1162. font-size: 0.8rem;
  1163. font-weight: 500;
  1164. }
  1165. .date {
  1166. color: #666;
  1167. font-size: 0.9rem;
  1168. }
  1169. }
  1170. }
  1171. .cs--detail--content {
  1172. padding: 30px;
  1173. .inquiry-title {
  1174. font-size: 1.5rem;
  1175. font-weight: 700;
  1176. color: #333;
  1177. margin-bottom: 25px;
  1178. line-height: 1.4;
  1179. border-bottom: 2px solid #f0f4ff;
  1180. padding-bottom: 15px;
  1181. }
  1182. .inquiry-info {
  1183. display: flex;
  1184. gap: 30px;
  1185. margin-bottom: 30px;
  1186. padding: 20px;
  1187. background: #fafbfc;
  1188. border-radius: 12px;
  1189. border-left: 4px solid #667eea;
  1190. .info-item {
  1191. display: flex;
  1192. flex-direction: column;
  1193. gap: 5px;
  1194. .label {
  1195. font-size: 0.85rem;
  1196. color: #666;
  1197. font-weight: 500;
  1198. }
  1199. .value {
  1200. font-size: 1rem;
  1201. color: #333;
  1202. font-weight: 600;
  1203. }
  1204. }
  1205. }
  1206. .inquiry-content {
  1207. margin-bottom: 30px;
  1208. h4 {
  1209. font-size: 1.1rem;
  1210. font-weight: 600;
  1211. color: #333;
  1212. margin-bottom: 15px;
  1213. display: flex;
  1214. align-items: center;
  1215. gap: 8px;
  1216. &:before {
  1217. content: "📝";
  1218. font-size: 1.2rem;
  1219. }
  1220. }
  1221. .content-text {
  1222. background: white;
  1223. border: 1px solid #e1e5e9;
  1224. border-radius: 12px;
  1225. padding: 25px;
  1226. line-height: 1.6;
  1227. color: #333;
  1228. font-size: 1rem;
  1229. min-height: 120px;
  1230. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  1231. }
  1232. }
  1233. .attachment-section {
  1234. margin-bottom: 30px;
  1235. h4 {
  1236. font-size: 1.1rem;
  1237. font-weight: 600;
  1238. color: #333;
  1239. margin-bottom: 15px;
  1240. display: flex;
  1241. align-items: center;
  1242. gap: 8px;
  1243. &:before {
  1244. content: "📎";
  1245. font-size: 1.2rem;
  1246. }
  1247. }
  1248. .attachment-item {
  1249. background: white;
  1250. border: 1px solid #e1e5e9;
  1251. border-radius: 12px;
  1252. padding: 20px;
  1253. display: flex;
  1254. align-items: center;
  1255. gap: 15px;
  1256. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  1257. .mdi-paperclip {
  1258. font-size: 1.5rem;
  1259. color: #667eea;
  1260. }
  1261. .file-name {
  1262. flex: 1;
  1263. font-size: 1rem;
  1264. color: #333;
  1265. font-weight: 500;
  1266. }
  1267. .download-btn {
  1268. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  1269. color: white !important;
  1270. border-radius: 8px;
  1271. box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  1272. &:hover {
  1273. transform: translateY(-1px);
  1274. box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  1275. }
  1276. .mdi-download {
  1277. margin-right: 5px;
  1278. }
  1279. }
  1280. }
  1281. }
  1282. .answer-section {
  1283. border-top: 2px solid #f0f4ff;
  1284. padding-top: 30px;
  1285. h4 {
  1286. font-size: 1.1rem;
  1287. font-weight: 600;
  1288. color: #333;
  1289. margin-bottom: 15px;
  1290. display: flex;
  1291. align-items: center;
  1292. gap: 8px;
  1293. &:before {
  1294. content: "💬";
  1295. font-size: 1.2rem;
  1296. }
  1297. }
  1298. .answer-content {
  1299. background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  1300. border: 1px solid #e1e5e9;
  1301. border-radius: 12px;
  1302. padding: 25px;
  1303. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  1304. .answer-meta {
  1305. display: flex;
  1306. align-items: center;
  1307. gap: 15px;
  1308. margin-bottom: 15px;
  1309. padding-bottom: 15px;
  1310. border-bottom: 1px solid rgba(102, 126, 234, 0.1);
  1311. .admin-badge {
  1312. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1313. color: white;
  1314. padding: 4px 12px;
  1315. border-radius: 12px;
  1316. font-size: 0.8rem;
  1317. font-weight: 600;
  1318. }
  1319. .answer-date {
  1320. color: #666;
  1321. font-size: 0.9rem;
  1322. }
  1323. }
  1324. .answer-text {
  1325. line-height: 1.6;
  1326. color: #333;
  1327. font-size: 1rem;
  1328. }
  1329. }
  1330. }
  1331. }
  1332. }
  1333. // 하단 버튼 스타일 개선
  1334. .view-btm-btn {
  1335. margin-top: 40px;
  1336. padding: 25px 0;
  1337. border-top: 1px solid #eee;
  1338. display: flex;
  1339. justify-content: space-between;
  1340. align-items: center;
  1341. .btn-l, .btn-r {
  1342. display: flex;
  1343. gap: 12px;
  1344. }
  1345. .custom-btn {
  1346. &.btn-list {
  1347. background: #f3f4f6 !important;
  1348. color: #6b7280 !important;
  1349. border: 1px solid #d1d5db;
  1350. border-radius: 10px;
  1351. padding: 0 24px;
  1352. height: 42px;
  1353. font-weight: 500;
  1354. &:hover {
  1355. background: #e5e7eb !important;
  1356. }
  1357. .mdi-format-list-bulleted {
  1358. margin-right: 8px;
  1359. }
  1360. }
  1361. }
  1362. }
  1363. // 팝업 내 모든 Vuetify 필드 요소들의 border-radius 강제 적용
  1364. .inquiry-modal {
  1365. .v-field,
  1366. .v-field__field,
  1367. .v-field__overlay,
  1368. .v-field__outline,
  1369. .v-field__outline__start,
  1370. .v-field__outline__end,
  1371. .v-input__control,
  1372. .v-input__slot,
  1373. input,
  1374. textarea,
  1375. .v-select__slot {
  1376. border-radius: 8px !important;
  1377. }
  1378. .v-field__outline__start {
  1379. border-radius: 8px 0 0 8px !important;
  1380. }
  1381. .v-field__outline__end {
  1382. border-radius: 0 8px 8px 0 !important;
  1383. }
  1384. // 포커스 상태에서도 border-radius 유지
  1385. .v-field--focused {
  1386. .v-field__outline,
  1387. .v-field__outline__start,
  1388. .v-field__outline__end {
  1389. border-radius: 8px !important;
  1390. }
  1391. .v-field__outline__start {
  1392. border-radius: 8px 0 0 8px !important;
  1393. }
  1394. .v-field__outline__end {
  1395. border-radius: 0 8px 8px 0 !important;
  1396. }
  1397. }
  1398. }
  1399. // ========== 모달 공통 스타일 ==========
  1400. .v-common-dialog-wrapper {
  1401. &.custom-dialog {
  1402. background: #fafafa;
  1403. overflow: hidden;
  1404. .modal-tit {
  1405. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1406. color: white;
  1407. font-size: 20px;
  1408. font-weight: 600;
  1409. position: relative;
  1410. padding: 2.5rem 1.56rem 2.19rem 1.56rem;
  1411. &::before {
  1412. content: '';
  1413. position: absolute;
  1414. top: 0;
  1415. left: 0;
  1416. right: 0;
  1417. bottom: 0;
  1418. background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1) 0%, transparent 70%);
  1419. pointer-events: none;
  1420. }
  1421. h3 {
  1422. margin: 0;
  1423. position: relative;
  1424. z-index: 2;
  1425. }
  1426. .close-btn {
  1427. display: inline-block;
  1428. position: absolute;
  1429. right: 16px;
  1430. top: 50%;
  1431. transform: translateY(-50%);
  1432. background: rgba(255, 255, 255, 0.2) !important;
  1433. color: white !important;
  1434. z-index: 3;
  1435. border: none;
  1436. border-radius: 50%;
  1437. width: 40px;
  1438. height: 40px;
  1439. cursor: pointer;
  1440. transition: all 0.2s ease;
  1441. &:hover {
  1442. background: rgba(255, 255, 255, 0.3) !important;
  1443. }
  1444. &::before {
  1445. content: '×';
  1446. font-size: 24px;
  1447. font-weight: bold;
  1448. line-height: 1;
  1449. position: absolute;
  1450. top: 50%;
  1451. left: 50%;
  1452. transform: translate(-50%, -50%);
  1453. }
  1454. .v-icon {
  1455. font-size: 20px;
  1456. }
  1457. }
  1458. }
  1459. .v-common-dialog-content {
  1460. border-top: 1px solid #f3f4f6;
  1461. justify-content: flex-end;
  1462. gap: 12px;
  1463. }
  1464. .v-btn {
  1465. border-radius: 10px;
  1466. font-weight: 500;
  1467. text-transform: none;
  1468. padding: 0 24px;
  1469. height: 44px;
  1470. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  1471. transition: all 0.2s ease;
  1472. &:hover {
  1473. transform: translateY(-1px);
  1474. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  1475. }
  1476. &.cancel-btn {
  1477. background: #f3f4f6 !important;
  1478. color: #6b7280 !important;
  1479. &:hover {
  1480. background: #e5e7eb !important;
  1481. }
  1482. }
  1483. &.submit-btn {
  1484. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  1485. color: white !important;
  1486. &:hover {
  1487. background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
  1488. }
  1489. &.v-btn--loading {
  1490. .v-btn__loader {
  1491. color: white;
  1492. }
  1493. }
  1494. }
  1495. }
  1496. }
  1497. }