default.scss 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691
  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. border-radius: 8px !important;
  895. background: white;
  896. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  897. border: 1px solid #e1e5e9 !important;
  898. min-height: 3.63rem !important;
  899. &.v-field--focused {
  900. border-color: #667eea !important;
  901. box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
  902. }
  903. .v-field__outline {
  904. border-radius: 8px !important;
  905. &__start {
  906. border-radius: 8px 0 0 8px !important;
  907. }
  908. &__end {
  909. border-radius: 0 8px 8px 0 !important;
  910. }
  911. }
  912. &__field {
  913. border-radius: 8px !important;
  914. }
  915. &__overlay {
  916. border-radius: 8px !important;
  917. }
  918. }
  919. .v-field__input {
  920. padding: 12px 16px;
  921. font-size: 0.9rem;
  922. min-height: 3.63rem !important;
  923. &::placeholder {
  924. color: #9ca3af;
  925. }
  926. }
  927. .v-field__field {
  928. border-radius: 8px !important;
  929. min-height: 3.63rem !important;
  930. .v-field__input {
  931. min-height: 3.63rem !important;
  932. align-items: center;
  933. display: flex;
  934. }
  935. }
  936. .v-input__control {
  937. min-height: 3.63rem !important;
  938. }
  939. // Select dropdown
  940. .v-select__selection {
  941. border-radius: 8px !important;
  942. }
  943. // Input 요소들
  944. input, textarea {
  945. border-radius: 8px !important;
  946. }
  947. }
  948. .custom-title-input {
  949. border-radius: 8px !important;
  950. .v-field {
  951. border-radius: 8px !important;
  952. background: white;
  953. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  954. border: 1px solid #e1e5e9 !important;
  955. min-height: 2.25rem !important;
  956. &.v-field--focused {
  957. border-color: #667eea !important;
  958. box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
  959. }
  960. .v-field__outline {
  961. border-radius: 8px !important;
  962. &__start {
  963. border-radius: 8px 0 0 8px !important;
  964. }
  965. &__end {
  966. border-radius: 0 8px 8px 0 !important;
  967. }
  968. }
  969. &__field {
  970. border-radius: 8px !important;
  971. }
  972. &__overlay {
  973. border-radius: 8px !important;
  974. }
  975. }
  976. .v-field__input {
  977. padding: 12px 16px;
  978. font-size: 0.9rem;
  979. min-height: 3.63rem !important;
  980. &::placeholder {
  981. color: #9ca3af;
  982. }
  983. }
  984. .v-field__field {
  985. border-radius: 8px !important;
  986. min-height: 3.63rem !important;
  987. .v-field__input {
  988. min-height: 3.63rem !important;
  989. align-items: center;
  990. display: flex;
  991. }
  992. }
  993. .v-input__control {
  994. min-height: 3.63rem !important;
  995. }
  996. input {
  997. border-radius: 8px !important;
  998. }
  999. }
  1000. .custom-textarea {
  1001. border-radius: 8px !important;
  1002. .v-field {
  1003. border-radius: 8px !important;
  1004. background: white;
  1005. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  1006. border: 1px solid #e1e5e9 !important;
  1007. &.v-field--focused {
  1008. border-color: #667eea !important;
  1009. box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
  1010. }
  1011. .v-field__outline {
  1012. border-radius: 8px !important;
  1013. &__start {
  1014. border-radius: 8px 0 0 8px !important;
  1015. }
  1016. &__end {
  1017. border-radius: 0 8px 8px 0 !important;
  1018. }
  1019. }
  1020. &__field {
  1021. border-radius: 8px !important;
  1022. }
  1023. &__overlay {
  1024. border-radius: 8px !important;
  1025. }
  1026. }
  1027. .v-field__input {
  1028. padding: 16px;
  1029. font-size: 0.9rem;
  1030. &::placeholder {
  1031. color: #9ca3af;
  1032. }
  1033. }
  1034. .v-field__field {
  1035. border-radius: 8px !important;
  1036. }
  1037. input, textarea {
  1038. border-radius: 8px !important;
  1039. }
  1040. }
  1041. .custom-textarea {
  1042. .v-field__field {
  1043. .v-field__input {
  1044. padding: 16px;
  1045. line-height: 1.5;
  1046. resize: none !important;
  1047. }
  1048. }
  1049. textarea {
  1050. resize: none !important;
  1051. }
  1052. }
  1053. .custom-file-input {
  1054. .v-file-input__text {
  1055. display: flex;
  1056. align-items: center;
  1057. min-height: 2.25rem;
  1058. }
  1059. }
  1060. .file-info {
  1061. font-size: 0.8rem;
  1062. color: #6b7280;
  1063. margin-top: 8px;
  1064. margin-bottom: 0;
  1065. }
  1066. }
  1067. }
  1068. .modal-footer {
  1069. padding: 20px 30px;
  1070. background: white;
  1071. border-top: 1px solid #e5e7eb;
  1072. display: flex;
  1073. justify-content: flex-end;
  1074. gap: 12px;
  1075. .cancel-btn {
  1076. background: #f3f4f6 !important;
  1077. color: #6b7280 !important;
  1078. border: 1px solid #d1d5db;
  1079. border-radius: 10px;
  1080. padding: 0 24px;
  1081. height: 42px;
  1082. font-weight: 500;
  1083. &:hover {
  1084. background: #e5e7eb !important;
  1085. }
  1086. }
  1087. .submit-btn {
  1088. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  1089. color: white !important;
  1090. border-radius: 10px;
  1091. padding: 0 24px;
  1092. height: 42px;
  1093. font-weight: 600;
  1094. box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  1095. &:hover {
  1096. transform: translateY(-1px);
  1097. box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
  1098. }
  1099. &:disabled {
  1100. opacity: 0.7;
  1101. transform: none !important;
  1102. box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2) !important;
  1103. }
  1104. }
  1105. }
  1106. }
  1107. // 모달 배경 오버레이 스타일
  1108. .v-overlay__content {
  1109. .inquiry-modal {
  1110. max-height: 90vh;
  1111. overflow-y: auto;
  1112. }
  1113. }
  1114. /**********************************************
  1115. | CS 디테일 페이지
  1116. **********************************************/
  1117. .cs--detail--wrap {
  1118. border: 1px solid #eee;
  1119. border-radius: 15px;
  1120. overflow: hidden;
  1121. box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  1122. background: white;
  1123. .cs--detail--header {
  1124. background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  1125. padding: 25px 30px;
  1126. border-bottom: 1px solid #eee;
  1127. display: flex;
  1128. align-items: center;
  1129. justify-content: space-between;
  1130. .status-badge {
  1131. padding: 8px 16px;
  1132. border-radius: 20px;
  1133. font-size: 0.85rem;
  1134. font-weight: 600;
  1135. &.status-waiting {
  1136. background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
  1137. color: #ffffff;
  1138. border: 1px solid #ff6b6b;
  1139. box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  1140. font-weight: 600;
  1141. }
  1142. &.status-completed {
  1143. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1144. color: #ffffff;
  1145. border: 1px solid #667eea;
  1146. box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  1147. font-weight: 600;
  1148. }
  1149. }
  1150. .inquiry-meta {
  1151. display: flex;
  1152. align-items: center;
  1153. gap: 15px;
  1154. .category-badge {
  1155. background: linear-gradient(135deg, #667eea, #764ba2);
  1156. color: white;
  1157. padding: 6px 12px;
  1158. border-radius: 15px;
  1159. font-size: 0.8rem;
  1160. font-weight: 500;
  1161. }
  1162. .date {
  1163. color: #666;
  1164. font-size: 0.9rem;
  1165. }
  1166. }
  1167. }
  1168. .cs--detail--content {
  1169. padding: 30px;
  1170. .inquiry-title {
  1171. font-size: 1.5rem;
  1172. font-weight: 700;
  1173. color: #333;
  1174. margin-bottom: 25px;
  1175. line-height: 1.4;
  1176. border-bottom: 2px solid #f0f4ff;
  1177. padding-bottom: 15px;
  1178. }
  1179. .inquiry-info {
  1180. display: flex;
  1181. gap: 30px;
  1182. margin-bottom: 30px;
  1183. padding: 20px;
  1184. background: #fafbfc;
  1185. border-radius: 12px;
  1186. border-left: 4px solid #667eea;
  1187. .info-item {
  1188. display: flex;
  1189. flex-direction: column;
  1190. gap: 5px;
  1191. .label {
  1192. font-size: 0.85rem;
  1193. color: #666;
  1194. font-weight: 500;
  1195. }
  1196. .value {
  1197. font-size: 1rem;
  1198. color: #333;
  1199. font-weight: 600;
  1200. }
  1201. }
  1202. }
  1203. .inquiry-content {
  1204. margin-bottom: 30px;
  1205. h4 {
  1206. font-size: 1.1rem;
  1207. font-weight: 600;
  1208. color: #333;
  1209. margin-bottom: 15px;
  1210. display: flex;
  1211. align-items: center;
  1212. gap: 8px;
  1213. &:before {
  1214. content: "📝";
  1215. font-size: 1.2rem;
  1216. }
  1217. }
  1218. .content-text {
  1219. background: white;
  1220. border: 1px solid #e1e5e9;
  1221. border-radius: 12px;
  1222. padding: 25px;
  1223. line-height: 1.6;
  1224. color: #333;
  1225. font-size: 1rem;
  1226. min-height: 120px;
  1227. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  1228. }
  1229. }
  1230. .attachment-section {
  1231. margin-bottom: 30px;
  1232. h4 {
  1233. font-size: 1.1rem;
  1234. font-weight: 600;
  1235. color: #333;
  1236. margin-bottom: 15px;
  1237. display: flex;
  1238. align-items: center;
  1239. gap: 8px;
  1240. &:before {
  1241. content: "📎";
  1242. font-size: 1.2rem;
  1243. }
  1244. }
  1245. .attachment-item {
  1246. background: white;
  1247. border: 1px solid #e1e5e9;
  1248. border-radius: 12px;
  1249. padding: 20px;
  1250. display: flex;
  1251. align-items: center;
  1252. gap: 15px;
  1253. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  1254. .mdi-paperclip {
  1255. font-size: 1.5rem;
  1256. color: #667eea;
  1257. }
  1258. .file-name {
  1259. flex: 1;
  1260. font-size: 1rem;
  1261. color: #333;
  1262. font-weight: 500;
  1263. }
  1264. .download-btn {
  1265. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  1266. color: white !important;
  1267. border-radius: 8px;
  1268. box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  1269. &:hover {
  1270. transform: translateY(-1px);
  1271. box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
  1272. }
  1273. .mdi-download {
  1274. margin-right: 5px;
  1275. }
  1276. }
  1277. }
  1278. }
  1279. .answer-section {
  1280. border-top: 2px solid #f0f4ff;
  1281. padding-top: 30px;
  1282. h4 {
  1283. font-size: 1.1rem;
  1284. font-weight: 600;
  1285. color: #333;
  1286. margin-bottom: 15px;
  1287. display: flex;
  1288. align-items: center;
  1289. gap: 8px;
  1290. &:before {
  1291. content: "💬";
  1292. font-size: 1.2rem;
  1293. }
  1294. }
  1295. .answer-content {
  1296. background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
  1297. border: 1px solid #e1e5e9;
  1298. border-radius: 12px;
  1299. padding: 25px;
  1300. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  1301. .answer-meta {
  1302. display: flex;
  1303. align-items: center;
  1304. gap: 15px;
  1305. margin-bottom: 15px;
  1306. padding-bottom: 15px;
  1307. border-bottom: 1px solid rgba(102, 126, 234, 0.1);
  1308. .admin-badge {
  1309. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1310. color: white;
  1311. padding: 4px 12px;
  1312. border-radius: 12px;
  1313. font-size: 0.8rem;
  1314. font-weight: 600;
  1315. }
  1316. .answer-date {
  1317. color: #666;
  1318. font-size: 0.9rem;
  1319. }
  1320. }
  1321. .answer-text {
  1322. line-height: 1.6;
  1323. color: #333;
  1324. font-size: 1rem;
  1325. }
  1326. }
  1327. }
  1328. }
  1329. }
  1330. // 하단 버튼 스타일 개선
  1331. .view-btm-btn {
  1332. margin-top: 40px;
  1333. padding: 25px 0;
  1334. border-top: 1px solid #eee;
  1335. display: flex;
  1336. justify-content: space-between;
  1337. align-items: center;
  1338. .btn-l, .btn-r {
  1339. display: flex;
  1340. gap: 12px;
  1341. }
  1342. .custom-btn {
  1343. &.btn-list {
  1344. background: #f3f4f6 !important;
  1345. color: #6b7280 !important;
  1346. border: 1px solid #d1d5db;
  1347. border-radius: 10px;
  1348. padding: 0 24px;
  1349. height: 42px;
  1350. font-weight: 500;
  1351. &:hover {
  1352. background: #e5e7eb !important;
  1353. }
  1354. .mdi-format-list-bulleted {
  1355. margin-right: 8px;
  1356. }
  1357. }
  1358. }
  1359. }
  1360. // 팝업 내 모든 Vuetify 필드 요소들의 border-radius 강제 적용
  1361. .inquiry-modal {
  1362. .v-field,
  1363. .v-field__field,
  1364. .v-field__overlay,
  1365. .v-field__outline,
  1366. .v-field__outline__start,
  1367. .v-field__outline__end,
  1368. .v-input__control,
  1369. .v-input__slot,
  1370. input,
  1371. textarea,
  1372. .v-select__slot {
  1373. border-radius: 8px !important;
  1374. }
  1375. .v-field__outline__start {
  1376. border-radius: 8px 0 0 8px !important;
  1377. }
  1378. .v-field__outline__end {
  1379. border-radius: 0 8px 8px 0 !important;
  1380. }
  1381. // 포커스 상태에서도 border-radius 유지
  1382. .v-field--focused {
  1383. .v-field__outline,
  1384. .v-field__outline__start,
  1385. .v-field__outline__end {
  1386. border-radius: 8px !important;
  1387. }
  1388. .v-field__outline__start {
  1389. border-radius: 8px 0 0 8px !important;
  1390. }
  1391. .v-field__outline__end {
  1392. border-radius: 0 8px 8px 0 !important;
  1393. }
  1394. }
  1395. }
  1396. // ========== 모달 공통 스타일 ==========
  1397. .v-common-dialog-wrapper {
  1398. &.custom-dialog {
  1399. background: #fafafa;
  1400. overflow: hidden;
  1401. .modal-tit {
  1402. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1403. color: white;
  1404. font-size: 20px;
  1405. font-weight: 600;
  1406. position: relative;
  1407. padding: 2.5rem 1.56rem 2.19rem 1.56rem;
  1408. &::before {
  1409. content: '';
  1410. position: absolute;
  1411. top: 0;
  1412. left: 0;
  1413. right: 0;
  1414. bottom: 0;
  1415. background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1) 0%, transparent 70%);
  1416. pointer-events: none;
  1417. }
  1418. h3 {
  1419. margin: 0;
  1420. position: relative;
  1421. z-index: 2;
  1422. }
  1423. .close-btn {
  1424. display: inline-block;
  1425. position: absolute;
  1426. right: 16px;
  1427. top: 50%;
  1428. transform: translateY(-50%);
  1429. background: rgba(255, 255, 255, 0.2) !important;
  1430. color: white !important;
  1431. z-index: 3;
  1432. border: none;
  1433. border-radius: 50%;
  1434. width: 40px;
  1435. height: 40px;
  1436. cursor: pointer;
  1437. transition: all 0.2s ease;
  1438. &:hover {
  1439. background: rgba(255, 255, 255, 0.3) !important;
  1440. }
  1441. &::before {
  1442. content: '×';
  1443. font-size: 24px;
  1444. font-weight: bold;
  1445. line-height: 1;
  1446. position: absolute;
  1447. top: 50%;
  1448. left: 50%;
  1449. transform: translate(-50%, -50%);
  1450. }
  1451. .v-icon {
  1452. font-size: 20px;
  1453. }
  1454. }
  1455. }
  1456. .v-common-dialog-content {
  1457. border-top: 1px solid #f3f4f6;
  1458. justify-content: flex-end;
  1459. gap: 12px;
  1460. }
  1461. .v-btn {
  1462. border-radius: 10px;
  1463. font-weight: 500;
  1464. text-transform: none;
  1465. padding: 0 24px;
  1466. height: 44px;
  1467. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  1468. transition: all 0.2s ease;
  1469. &:hover {
  1470. transform: translateY(-1px);
  1471. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  1472. }
  1473. &.cancel-btn {
  1474. background: #f3f4f6 !important;
  1475. color: #6b7280 !important;
  1476. &:hover {
  1477. background: #e5e7eb !important;
  1478. }
  1479. }
  1480. &.submit-btn {
  1481. background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  1482. color: white !important;
  1483. &:hover {
  1484. background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
  1485. }
  1486. &.v-btn--loading {
  1487. .v-btn__loader {
  1488. color: white;
  1489. }
  1490. }
  1491. }
  1492. }
  1493. }
  1494. }