default.scss 39 KB

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