touchstudy-core 0.1.157 → 0.1.159

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/README.md +46 -46
  2. package/dist/StudyTouch_Character_v1_Question~jLFvuYmI.png +0 -0
  3. package/dist/components/Chats/ChatHeader.d.ts +25 -0
  4. package/dist/components/Chats/ChatItem.d.ts +31 -0
  5. package/dist/components/Chats/ChatLeftItem.d.ts +4 -0
  6. package/dist/components/Chats/ChatList.d.ts +14 -0
  7. package/dist/components/Chats/ChatRightItem.d.ts +4 -0
  8. package/dist/components/Chats/InputChat.d.ts +16 -0
  9. package/dist/components/Chats/components/CustomTooltip.d.ts +2 -0
  10. package/dist/components/CkEditor/CkEditor.d.ts +11 -2
  11. package/dist/components/Dialogs/CreateNewQuestion.d.ts +15 -0
  12. package/dist/components/Dialogs/CreateQuestionDialog.d.ts +15 -0
  13. package/dist/components/Dialogs/index.d.ts +2 -1
  14. package/dist/components/ErrorHandler.d.ts +6 -0
  15. package/dist/components/Inputs/MobileInputWrapper.d.ts +6 -0
  16. package/dist/components/LabelRequired.d.ts +8 -0
  17. package/dist/components/Print/hooks/useDeviceType.d.ts +4 -0
  18. package/dist/components/Selectors/InActiveAcademySelector.d.ts +16 -0
  19. package/dist/components/Selectors/QuestionCountSelector.d.ts +1 -0
  20. package/dist/containers/Academies/hooks/usePassCodeDialog.d.ts +10 -0
  21. package/dist/containers/ExamResult/components/MyAnswer/components/CreateNewQuestion.d.ts +15 -0
  22. package/dist/containers/ExamResult/components/MyAnswer/components/SelectQuestion.d.ts +1 -1
  23. package/dist/containers/Exams/configs/types.d.ts +22 -0
  24. package/dist/containers/PreparedTextbook/apiClients/academyService.d.ts +1 -0
  25. package/dist/containers/PreparedTextbook/configs/constants.d.ts +1 -0
  26. package/dist/containers/PreparedTextbook/hooks/useExamDetailView.d.ts +3 -1
  27. package/dist/containers/Users/components/Dialogs/DeleteUserCsvDialog.d.ts +10 -0
  28. package/dist/containers/Users/components/Dialogs/RecentUserActionDialog.d.ts +9 -0
  29. package/dist/containers/Users/components/Dialogs/UserDialog.d.ts +12 -0
  30. package/dist/index.css +587 -9
  31. package/dist/index.js +712 -664
  32. package/dist/index.js.map +1 -1
  33. package/dist/index.modern.js +705 -658
  34. package/dist/index.modern.js.map +1 -1
  35. package/dist/tests/performances/do-exam-session-list-student.d.ts +19 -0
  36. package/dist/tests/performances/do-exam-session-request-answer-one-time.d.ts +19 -0
  37. package/dist/tests/performances/do-exam-session-skip-answer.d.ts +19 -0
  38. package/dist/tests/performances/do-exam-session2.d.ts +19 -0
  39. package/dist/utils/canAccessRoute.d.ts +2 -0
  40. package/dist/utils/diffFromNow.d.ts +3 -0
  41. package/dist/utils/encodeParams.d.ts +2 -0
  42. package/dist/utils/formatTime.d.ts +4 -0
  43. package/dist/utils/getAcademyDomain.d.ts +2 -0
  44. package/dist/utils/getAccessToken.d.ts +2 -0
  45. package/dist/utils/getErrorMessage.d.ts +1 -0
  46. package/dist/utils/getLanguage.d.ts +2 -0
  47. package/dist/utils/getLearningSpace.d.ts +2 -0
  48. package/dist/utils/getRedirectUrl.d.ts +2 -0
  49. package/dist/utils/helpers.d.ts +22 -0
  50. package/dist/utils/isLocalHost.d.ts +2 -0
  51. package/dist/utils/minutesToTimeSpan.d.ts +2 -0
  52. package/dist/utils/pusherTo.d.ts +1 -0
  53. package/dist/utils/times.d.ts +6 -0
  54. package/dist/utils/toISOString.d.ts +2 -0
  55. package/dist/utils/toLocalTime.d.ts +1 -0
  56. package/dist/utils/types/checkSuperUrl.d.ts +1 -0
  57. package/dist/utils/types.d.ts +9 -0
  58. package/dist/utils/utcToLocalTime.d.ts +2 -0
  59. package/package.json +102 -102
  60. package/dist/add-ts-nocheck.js +0 -33
  61. package/dist/alert-circle-fill~CSSkoNUz.svg +0 -3
  62. package/dist/calendar_fill~zEgxFwDs.svg +0 -4
  63. package/dist/check-circle_fill~bbGHfKpz.svg +0 -3
  64. package/dist/checked-circle_fill~KLGxfRpW.svg +0 -3
  65. package/dist/clock_fill~mcRclYYO.svg +0 -3
  66. package/dist/close-circle_fill~PRVaHJUQ.svg +0 -3
  67. package/dist/containers/PreparedTextbook/components/QuestionScore.d.ts +0 -9
  68. package/dist/containers/StudentInfoDrawer/components/AttendanceCourseTable.d.ts +0 -15
  69. package/dist/containers/StudentInfoDrawer/components/CourseAttendanceItem.d.ts +0 -10
  70. package/dist/containers/StudentInfoDrawer/components/CourseAttendanceList.d.ts +0 -4
  71. package/dist/containers/StudentInfoDrawer/components/DrawerAttendanceTab.d.ts +0 -4
  72. package/dist/containers/StudentInfoDrawer/components/DrawerExamResultTab.d.ts +0 -9
  73. package/dist/containers/StudentInfoDrawer/components/DrawerNoteTab.d.ts +0 -8
  74. package/dist/containers/StudentInfoDrawer/components/DrawerTextbookResultTab.d.ts +0 -7
  75. package/dist/containers/StudentInfoDrawer/components/ExamResultDrawer.d.ts +0 -13
  76. package/dist/containers/StudentInfoDrawer/components/ExamResultItem.d.ts +0 -10
  77. package/dist/containers/StudentInfoDrawer/components/ExanResultList.d.ts +0 -4
  78. package/dist/containers/StudentInfoDrawer/components/LessonTooltip.d.ts +0 -8
  79. package/dist/containers/StudentInfoDrawer/components/NoteDrawer.d.ts +0 -13
  80. package/dist/containers/StudentInfoDrawer/components/TextbookResultItem.d.ts +0 -10
  81. package/dist/containers/StudentInfoDrawer/components/TextbookResultList.d.ts +0 -4
  82. package/dist/iconPerson~bfprHOKm.svg +0 -4
package/dist/index.css CHANGED
@@ -353,7 +353,7 @@
353
353
  background-clip: padding-box;
354
354
  border: 1px solid #dee2e6;
355
355
  border-radius: 0.375rem;
356
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
356
+ transition: border-color 0.15s ease-in-out,
357
357
  box-shadow 0.15s ease-in-out; }
358
358
 
359
359
  ._2PWdX {
360
360
  display: inline-block;
@@ -372,7 +372,7 @@
372
372
  border: 1px solid #0d6efd;
373
373
  border-radius: 0.375rem;
374
374
  background-color: transparent;
375
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
375
+ transition: color 0.15s ease-in-out,
376
376
  background-color 0.15s ease-in-out,
377
377
  border-color 0.15s ease-in-out,
378
378
  box-shadow 0.15s ease-in-out; }
379
379
  ._2PWdX:hover {
380
380
  color: #fff !important;
381
381
  background-color: #0d6efd;
@@ -406,7 +406,7 @@
406
406
  background-size: 10px 7px;
407
407
  border: 1px solid #dee2e6;
408
408
  border-radius: 0.375rem;
409
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
409
+ transition: border-color 0.15s ease-in-out,
410
410
  box-shadow 0.15s ease-in-out; }
411
411
 
412
412
  ._3NJzN {
413
413
  overflow: hidden;
@@ -501,6 +501,584 @@
501
501
  text-overflow: ellipsis;
502
502
  word-wrap: break-word; }
503
503
 
504
+ ._2mYOt ._1H9qR:nth-child(1) {
505
+ font-family: "Pretendard";
506
+ font-size: 20px;
507
+ font-weight: 800; }
508
+
509
+ ._2mYOt ._1H9qR:nth-child(3) {
510
+ font-family: "Pretendard";
511
+ font-size: 12px;
512
+ font-weight: 600; }
513
+ ._2mYOt ._1H9qR:nth-child(3) span {
514
+ margin-right: 16px; }
515
+
516
+ ._2rTfh {
517
+ display: flex;
518
+ font-family: "Pretendard";
519
+ justify-content: center;
520
+ font-size: 18px;
521
+ font-weight: 700; }
522
+
523
+ ._W5dic {
524
+ display: flex;
525
+ justify-content: flex-end;
526
+ align-items: center;
527
+ gap: 24px; }
528
+ ._W5dic ._FmMYN {
529
+ font-family: "Pretendard";
530
+ min-width: 170px;
531
+ min-height: 41px;
532
+ border-radius: 6px;
533
+ padding: 12px 24px;
534
+ display: flex;
535
+ align-items: center;
536
+ justify-content: center;
537
+ gap: 8px;
538
+ background-color: transparent; }
539
+ ._W5dic ._FmMYN span {
540
+ font-size: 14px;
541
+ font-weight: 700; }
542
+ ._W5dic ._FmMYN:hover {
543
+ background-color: #e4e7ec; }
544
+ ._W5dic ._3kv6J {
545
+ min-width: 170px;
546
+ min-height: 41px;
547
+ border-radius: 6px;
548
+ padding: 12px 28px;
549
+ display: flex;
550
+ align-items: center;
551
+ justify-content: center;
552
+ gap: 8px; }
553
+ ._W5dic ._3kv6J span {
554
+ font-size: 14px;
555
+ font-weight: 700;
556
+ color: #ffffff; }
557
+
558
+ ._1jZV7 {
559
+ background-color: #ffffff; }
560
+ ._1jZV7 ._1aYD1 {
561
+ border-bottom: 1px solid #e4e7ec;
562
+ padding: 12px 24px; }
563
+ ._1jZV7 ._1aYD1 span {
564
+ font-family: "Pretendard";
565
+ font-weight: 700;
566
+ font-size: 16px;
567
+ color: #414e62; }
568
+ ._1jZV7 ._2Oc4x {
569
+ padding: 8px 12px;
570
+ border-top: 1px solid #e4e7ec;
571
+ display: flex;
572
+ flex-direction: row;
573
+ justify-content: start;
574
+ background-color: #FBFBF9;
575
+ gap: 8px; }
576
+ ._1jZV7 ._2Oc4x span:nth-child(1) {
577
+ font-family: "Pretendard";
578
+ font-weight: 600;
579
+ font-size: 12px;
580
+ color: #ced2da; }
581
+ ._1jZV7 ._2Oc4x span:nth-child(2) {
582
+ font-family: "Pretendard";
583
+ font-weight: 600;
584
+ font-size: 12px; }
585
+ ._1jZV7 .__LRYW {
586
+ display: flex;
587
+ flex-direction: column;
588
+ gap: 4px;
589
+ padding: 6px 0px;
590
+ font-family: "Pretendard"; }
591
+ ._1jZV7 .__LRYW ._1U-Kx {
592
+ padding: 4px 8px; }
593
+ ._1jZV7 .__LRYW ._2PXiz {
594
+ padding: 8px 12px 16px 84px;
595
+ display: flex;
596
+ align-items: center;
597
+ gap: 16px; }
598
+ ._1jZV7 .__LRYW ._2PXiz ._1zcfJ {
599
+ display: flex;
600
+ align-items: center;
601
+ gap: 4px;
602
+ min-height: 28px;
603
+ min-width: 136px; }
604
+ ._1jZV7 .__LRYW ._18ZNf {
605
+ font-weight: 500;
606
+ font-size: 12px; }
607
+ ._1jZV7 .__LRYW ._3nbRi {
608
+ color: #6B0861; }
609
+ ._1jZV7 .__LRYW ._3NEHk {
610
+ color: #DB4D4D; }
611
+ ._1jZV7 .__LRYW ._Et0ih {
612
+ color: #FEAF06; }
613
+ ._1jZV7 .__LRYW ._5Vc3v {
614
+ color: #3ACB46; }
615
+ ._1jZV7 .__LRYW ._2SMBR {
616
+ color: #5D5D5B; }
617
+ ._1jZV7 .__LRYW ._1ImE5 {
618
+ color: #DB4D4D; }
619
+ ._1jZV7 .__LRYW ._1oVKC {
620
+ color: #FEAF06; }
621
+ ._1jZV7 .__LRYW ._2wXCw {
622
+ color: #3ACB46; }
623
+ ._1jZV7 .__LRYW ._gE8qM {
624
+ font-weight: 500;
625
+ font-size: 12px;
626
+ color: #3ACB46; }
627
+ ._1jZV7 .__LRYW ._3kRqE {
628
+ font-weight: 500;
629
+ font-size: 12px;
630
+ color: #DB4D4D; }
631
+ ._1jZV7 .__LRYW ._22Pi3 {
632
+ font-weight: 500;
633
+ font-size: 12px;
634
+ color: #ced2da; }
635
+ ._1jZV7 .__LRYW ._1C7aw {
636
+ font-weight: 500;
637
+ font-size: 12px;
638
+ color: #3ACB46; }
639
+ ._1jZV7 .__LRYW .__YGYX {
640
+ font-weight: 500;
641
+ font-size: 12px;
642
+ color: #DB4D4D; }
643
+ ._1jZV7 .__LRYW ._3AkGb {
644
+ font-weight: 500;
645
+ font-size: 12px;
646
+ color: #FEAF06; }
647
+ ._1jZV7 .__LRYW ._3l-yC {
648
+ font-weight: 500;
649
+ font-size: 12px;
650
+ color: #ced2da; }
651
+ ._1jZV7 .__LRYW ._2mK7U {
652
+ font-family: "Pretendard";
653
+ font-weight: 600;
654
+ font-size: 12px;
655
+ color: #414E62; }
656
+ ._1jZV7 .__LRYW ._3ZOZs {
657
+ font-family: "Pretendard";
658
+ font-weight: 600;
659
+ font-size: 12px;
660
+ color: #414e62; }
661
+ ._1jZV7 .__LRYW ._1Gajr {
662
+ height: 28px; }
663
+ ._1jZV7 .__LRYW ._1Gajr span {
664
+ font-weight: 500;
665
+ font-size: 12px; }
666
+ ._1jZV7 .__LRYW ._62PzE {
667
+ font-family: "Pretendard";
668
+ font-weight: 600;
669
+ font-size: 12px;
670
+ color: #414e62; }
671
+ ._1jZV7 .__LRYW ._3HUx1 {
672
+ height: 28px; }
673
+ ._1jZV7 .__LRYW ._3HUx1 span {
674
+ font-weight: 500;
675
+ font-size: 12px;
676
+ color: #414e62; }
677
+ ._1jZV7 .__LRYW ._Yu8Oq {
678
+ font-family: "Pretendard";
679
+ font-weight: 600;
680
+ font-size: 12px;
681
+ color: #97a1af; }
682
+ ._1jZV7 .__LRYW ._18kZu {
683
+ height: 28px; }
684
+ ._1jZV7 .__LRYW ._18kZu span {
685
+ font-weight: 500;
686
+ font-size: 12px;
687
+ color: #414e62; }
688
+
689
+ ._2MTOH {
690
+ display: flex;
691
+ flex-direction: row;
692
+ align-items: center;
693
+ border: 1px solid #e4e7ec;
694
+ border-radius: 6px;
695
+ margin: 24px; }
696
+
697
+ ._JoHQL {
698
+ width: 36px;
699
+ display: flex;
700
+ justify-content: center;
701
+ align-items: center;
702
+ cursor: pointer; }
703
+
704
+ ._29iCQ {
705
+ width: calc(100% - 72px);
706
+ border-left: 1px solid #e4e7ec;
707
+ border-right: 1px solid #e4e7ec;
708
+ background-color: #F9FAFB; }
709
+
710
+ ._3hjxI {
711
+ width: 36px;
712
+ display: flex;
713
+ justify-content: center;
714
+ align-items: center;
715
+ cursor: pointer; }
716
+
717
+ ._2Z42z {
718
+ padding: 10.5px 24px;
719
+ border: 1px solid #e4e7ec;
720
+ border-radius: 6px; }
721
+ ._2Z42z span {
722
+ font-family: "Pretendard";
723
+ font-weight: 700;
724
+ font-size: 16px;
725
+ color: #414e62; }
726
+
727
+ ._34RN_ {
728
+ font-family: "Pretendard";
729
+ padding: 10.5px 24px;
730
+ font-weight: 700;
731
+ font-size: 16px;
732
+ color: #414e62; }
733
+
734
+ ._2lzlQ thead {
735
+ background-color: #f9fafb; }
736
+ ._2lzlQ thead th {
737
+ font-family: "Pretendard";
738
+ font-weight: 600;
739
+ font-size: 13px;
740
+ color: #9A9A98;
741
+ padding: 12px 16px; }
742
+ ._2lzlQ thead ._2MSIH {
743
+ border-right: 1px solid #e4e7ec;
744
+ padding: 12px 16px; }
745
+
746
+ ._2lzlQ tbody {
747
+ font-family: "Pretendard";
748
+ font-weight: 500;
749
+ font-size: 13px;
750
+ border-bottom: 1px solid #e4e7ec; }
751
+ ._2lzlQ tbody td {
752
+ vertical-align: middle; }
753
+ ._2lzlQ tbody ._1I06v {
754
+ padding: 8px 16px;
755
+ border-right: 1px solid #e4e7ec;
756
+ color: #97a1af; }
757
+ ._2lzlQ tbody ._VpMQ5 {
758
+ text-align: center;
759
+ font-family: "Pretendard";
760
+ font-weight: 700;
761
+ font-size: 13px; }
762
+ ._2lzlQ tbody ._3t41M {
763
+ display: flex;
764
+ flex-direction: row;
765
+ justify-content: center;
766
+ align-items: center;
767
+ gap: 10px; }
768
+ ._2lzlQ tbody ._3t41M span {
769
+ font-family: "Pretendard";
770
+ font-weight: 600;
771
+ font-size: 11px;
772
+ padding: 4px 8px;
773
+ border-radius: 6px; }
774
+
775
+ ._2vh8v {
776
+ border-top: 1px solid #e4e7ec; }
777
+ ._2vh8v :hover {
778
+ cursor: pointer; }
779
+
780
+ ._2vh8v:first-child {
781
+ border-top: none; }
782
+
783
+ ._2vh8v:last-child {
784
+ border-bottom: 1px solid #e4e7ec; }
785
+
786
+ ._3YfGm {
787
+ display: flex;
788
+ background-color: #F9FAFB;
789
+ border-bottom: 1px solid #e4e7ec;
790
+ justify-content: space-between;
791
+ align-items: center;
792
+ padding: 10.5px 24px;
793
+ font-family: "Pretendard";
794
+ font-weight: 700;
795
+ font-size: 16px;
796
+ color: #414e62; }
797
+
798
+ ._34388 {
799
+ display: flex;
800
+ background-color: #F9FAFB;
801
+ justify-content: space-between;
802
+ align-items: center;
803
+ padding: 10.5px 24px;
804
+ font-family: "Pretendard";
805
+ font-weight: 700;
806
+ font-size: 16px;
807
+ color: #414e62; }
808
+
809
+ ._INxbh {
810
+ border-bottom: 1px solid #e4e7ec;
811
+ background-color: #F9FAFB;
812
+ display: flex;
813
+ align-items: center;
814
+ padding: 8px 12px;
815
+ gap: 4px;
816
+ font-family: "Pretendard";
817
+ font-weight: 600;
818
+ font-size: 12px;
819
+ color: #97a1af; }
820
+
821
+ ._35DcB {
822
+ border-bottom: 1px solid #e4e7ec;
823
+ display: flex;
824
+ align-items: center;
825
+ flex-wrap: wrap;
826
+ padding: 8px 12px;
827
+ gap: 4px;
828
+ font-family: "Pretendard";
829
+ font-weight: 500;
830
+ font-size: 12px;
831
+ background-color: #FFF;
832
+ color: #DB4D4D; }
833
+ ._35DcB ._10SAW {
834
+ min-width: 36px;
835
+ min-height: 22px;
836
+ padding: 4px; }
837
+
838
+ ._oEGQ_ {
839
+ display: flex;
840
+ align-items: center;
841
+ flex-wrap: wrap;
842
+ padding: 8px 12px;
843
+ gap: 4px;
844
+ font-family: "Pretendard";
845
+ font-weight: 500;
846
+ font-size: 12px;
847
+ background-color: #FFF;
848
+ color: #3ACB46; }
849
+ ._oEGQ_ ._10SAW {
850
+ min-width: 36px;
851
+ min-height: 22px;
852
+ padding: 4px; }
853
+
854
+ ._zhZ1O {
855
+ padding: 8px 0px; }
856
+
857
+ ._NGHD4 {
858
+ padding: 8px; }
859
+ ._NGHD4 ._v5SKe {
860
+ border-right: 1px solid #97a1af;
861
+ padding: 11px 24px 8px 11px; }
862
+ ._NGHD4 ._v5SKe div {
863
+ display: flex;
864
+ justify-content: center;
865
+ align-items: center;
866
+ gap: 4px;
867
+ min-width: 72px; }
868
+ ._NGHD4 ._v5SKe div ._28SHT {
869
+ font-family: "Pretendard";
870
+ font-weight: 600;
871
+ font-size: 12px;
872
+ color: "#414E62"; }
873
+ ._NGHD4 ._v5SKe div ._1raLd {
874
+ font-family: "Pretendard";
875
+ font-weight: 600;
876
+ font-size: 12px;
877
+ color: #414E62; }
878
+ ._NGHD4 ._-xJ34 {
879
+ display: flex;
880
+ flex-direction: row;
881
+ padding-left: 16px;
882
+ gap: 16px; }
883
+ ._NGHD4 ._-xJ34 div {
884
+ display: flex;
885
+ flex-direction: column;
886
+ gap: 8px; }
887
+ ._NGHD4 ._-xJ34 div ._28SHT {
888
+ font-family: "Pretendard";
889
+ font-size: 500px;
890
+ font-size: 12px;
891
+ color: #414e62; }
892
+ ._NGHD4 ._-xJ34 div ._1raLd {
893
+ font-family: "Pretendard";
894
+ font-size: 500px;
895
+ font-size: 12px;
896
+ color: #97a1af; }
897
+ ._NGHD4 ._-xJ34 ._1YGAg {
898
+ font-family: "Pretendard";
899
+ font-weight: 600;
900
+ font-size: 12px;
901
+ color: #DB4D4D; }
902
+ ._NGHD4 ._-xJ34 ._3DiyY {
903
+ font-family: "Pretendard";
904
+ font-weight: 500;
905
+ font-size: 12px;
906
+ color: #414e62; }
907
+ ._NGHD4 ._-xJ34 ._DnkyV {
908
+ font-family: "Pretendard";
909
+ font-weight: 600;
910
+ font-size: 12px;
911
+ color: #18442A; }
912
+ ._NGHD4 ._-xJ34 ._29MTE {
913
+ font-family: "Pretendard";
914
+ font-weight: 500;
915
+ font-size: 12px;
916
+ color: #DB4D4D; }
917
+
918
+ ._3x1PG {
919
+ padding: 8px; }
920
+
921
+ ._2saM2 {
922
+ padding: 10px 0px; }
923
+
924
+ ._1hTJx {
925
+ display: flex;
926
+ flex-direction: column;
927
+ padding: 12px 24px; }
928
+ ._1hTJx ._3BXO9 {
929
+ display: flex;
930
+ align-items: center;
931
+ justify-content: space-between;
932
+ margin-bottom: 8px; }
933
+ ._1hTJx ._3BXO9 ._1cUZW {
934
+ font-family: "Pretendard";
935
+ font-weight: 500;
936
+ font-size: 12px;
937
+ color: #414E62; }
938
+ ._1hTJx ._3BXO9 ._3CLEc {
939
+ font-family: "Pretendard";
940
+ display: flex;
941
+ gap: 16px;
942
+ margin-right: 20px;
943
+ font-weight: 600;
944
+ font-size: 12px; }
945
+ ._1hTJx ._3LCEY {
946
+ width: 100%;
947
+ height: 12px;
948
+ background-color: transparent;
949
+ border: 1px solid #89F0B2;
950
+ border-radius: 12px;
951
+ padding: 1px 5px;
952
+ overflow-x: hidden; }
953
+ ._1hTJx ._3LCEY > div {
954
+ position: relative;
955
+ height: 100%; }
956
+ ._1hTJx ._3LCEY ._3I8mi {
957
+ width: 8px;
958
+ height: 8px;
959
+ background: #18442A;
960
+ border-radius: 100%;
961
+ position: absolute;
962
+ top: 0;
963
+ transform: translateX(-50%); }
964
+
965
+ ._1oZ-s {
966
+ font-family: "Pretendard";
967
+ font-weight: 600;
968
+ display: flex;
969
+ justify-content: center;
970
+ align-items: center;
971
+ margin: 8px 0; }
972
+
973
+ ._Nm201 {
974
+ height: calc(100vh - 72px); }
975
+
976
+ ._3zQL- {
977
+ overflow-x: auto;
978
+ -webkit-overflow-scrolling: touch; }
979
+
980
+ ._3Vpmh {
981
+ margin-bottom: 0.5rem; }
982
+
983
+ ._DafKE {
984
+ display: block;
985
+ width: 100%;
986
+ padding: 0.375rem 0.75rem;
987
+ font-size: 1rem;
988
+ font-weight: 400;
989
+ line-height: 1.5;
990
+ color: #212529;
991
+ -webkit-appearance: none;
992
+ -moz-appearance: none;
993
+ appearance: none;
994
+ background-color: #fff;
995
+ background-clip: padding-box;
996
+ border: 1px solid #dee2e6;
997
+ border-radius: 0.375rem;
998
+ transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
999
+
1000
+ ._3NjaH {
1001
+ font-weight: 600 !important;
1002
+ font-size: 13px !important;
1003
+ line-height: 15.51px !important;
1004
+ color: #202B37 !important; }
1005
+
1006
+ ._sLxwL {
1007
+ min-width: 120px !important;
1008
+ padding: 12px !important;
1009
+ border-radius: 6px !important;
1010
+ background-color: transparent !important; }
1011
+
1012
+ ._4ZKQY {
1013
+ min-width: 120px !important;
1014
+ padding: 12px !important;
1015
+ border-radius: 6px !important; }
1016
+
1017
+ ._2zUJf p {
1018
+ font-size: 13px;
1019
+ font-weight: 700;
1020
+ color: #6d6e6f;
1021
+ margin: 0; }
1022
+
1023
+ ._2zUJf button {
1024
+ border-radius: 6px;
1025
+ padding: 8px 12px;
1026
+ border: 1px solid #aeabac;
1027
+ background: #fff;
1028
+ cursor: pointer;
1029
+ display: flex;
1030
+ gap: 8px;
1031
+ align-items: center; }
1032
+
1033
+ ._y_Cr7 {
1034
+ display: flex;
1035
+ justify-content: space-between;
1036
+ line-height: 10.8px; }
1037
+
1038
+ ._HCIxD {
1039
+ display: block;
1040
+ width: 100%;
1041
+ padding: 0.375rem 2.25rem 0.375rem 0.75rem;
1042
+ font-size: 1rem;
1043
+ font-weight: 400;
1044
+ line-height: 1.5;
1045
+ color: #212529;
1046
+ -webkit-appearance: none;
1047
+ -moz-appearance: none;
1048
+ appearance: none;
1049
+ background-color: #fff;
1050
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc1Mzg3NiAxLjgxMDYyTDUuMzk1MDEgNy4yMjY3MkM1LjQ2OTgyIDcuMzEzOTcgNS41NjI2MiA3LjM4NDAxIDUuNjY3MDQgNy40MzIwM0M1Ljc3MTQ2IDcuNDgwMDUgNS44ODUwNCA3LjUwNDkxIDUuOTk5OTcgNy41MDQ5MUM2LjExNDkgNy41MDQ5MSA2LjIyODQ4IDcuNDgwMDUgNi4zMzI5IDcuNDMyMDNDNi40MzczMiA3LjM4NDAxIDYuNTMwMTIgNy4zMTM5NyA2LjYwNDkzIDcuMjI2NzJMMTEuMjQ2MSAxLjgxMDYyQzExLjY4OSAxLjI5MzY1IDExLjMyMTggMC40OTUxMTcgMTAuNjQxMSAwLjQ5NTExN0gxLjM1NzUxQzAuNjc2ODQ1IDAuNDk1MTE3IDAuMzA5NjE5IDEuMjkzNjUgMC43NTM4NzYgMS44MTA2MloiIGZpbGw9IiM0MTRFNjIiLz4KPC9zdmc+Cg=="), none;
1051
+ background-repeat: no-repeat;
1052
+ background-position: right 0.75rem center;
1053
+ background-size: 10px 7px;
1054
+ border: 1px solid #dee2e6;
1055
+ border-radius: 0.375rem;
1056
+ transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
1057
+
1058
+ ._3aDIU {
1059
+ display: flex;
1060
+ align-items: end; }
1061
+
1062
+ ._JGCIL {
1063
+ width: 6px;
1064
+ height: 6px;
1065
+ margin: 0 3px;
1066
+ border-radius: 50%;
1067
+ background-color: #ffffff;
1068
+ animation: _3M62i 0.6s infinite alternate; }
1069
+
1070
+ ._JGCIL:nth-child(2) {
1071
+ animation-delay: 0.2s; }
1072
+
1073
+ ._JGCIL:nth-child(3) {
1074
+ animation-delay: 0.4s; }
1075
+
1076
+ @keyframes _3M62i {
1077
+ 0% {
1078
+ transform: translateY(-4px); }
1079
+ 100% {
1080
+ transform: translateY(-8px); } }
1081
+
504
1082
  ._2oGcJ {
505
1083
  width: 48px;
506
1084
  height: 48px;
@@ -1609,7 +2187,7 @@ h3 {
1609
2187
  ._24wBH, ._2LXBj {
1610
2188
  background-color: var(--docusaurus-collapse-button-bg); }
1611
2189
  :root {
1612
- --docusaurus-announcement-bar-height: 30px
2190
+ --docusaurus-announcement-bar-height: 30px
1613
2191
  ; }
1614
2192
  ._32uEE, ._2PagL {
1615
2193
  flex-basis: 50px; }
@@ -1714,7 +2292,7 @@ h3 {
1714
2292
  flex-basis: var(--ifm-col-width);
1715
2293
  margin-left: 0; }
1716
2294
  ._gceZJ {
1717
- --ifm-footer-padding-horizontal: 0
2295
+ --ifm-footer-padding-horizontal: 0
1718
2296
  ; }
1719
2297
  ._OawS_, ._3fzLh, ._1wyV6, ._3tGM4 {
1720
2298
  display: none; }
@@ -1761,13 +2339,13 @@ h3 {
1761
2339
 
1762
2340
  @media (max-width: 576px) {
1763
2341
  ._2xZt0 h1:first-child {
1764
- --ifm-h1-font-size:2rem
2342
+ --ifm-h1-font-size:2rem
1765
2343
  ; }
1766
2344
  ._2xZt0 > h2 {
1767
- --ifm-h2-font-size: 1.5rem
2345
+ --ifm-h2-font-size: 1.5rem
1768
2346
  ; }
1769
2347
  ._2xZt0 > h3 {
1770
- --ifm-h3-font-size: 1.25rem
2348
+ --ifm-h3-font-size: 1.25rem
1771
2349
  ; } }
1772
2350
 
1773
2351
  @media (hover: hover) {
@@ -1792,7 +2370,7 @@ h3 {
1792
2370
  @media (prefers-reduced-motion: reduce) {
1793
2371
  :root {
1794
2372
  --ifm-transition-fast: 0ms;
1795
- --ifm-transition-slow: 0ms
2373
+ --ifm-transition-slow: 0ms
1796
2374
  ; } }
1797
2375
 
1798
2376
  @media print {