touchstudy-core 0.1.167 → 0.1.169
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.
- package/dist/components/Chats/components/TinyChatEditor.d.ts +3 -1
- package/dist/components/Dialogs/CommonDialog.d.ts +2 -1
- package/dist/components/Dialogs/index.d.ts +2 -1
- package/dist/components/Selectors/StudentSelector.d.ts +3 -1
- package/dist/components/Selectors/TeacherSelector.d.ts +15 -0
- package/dist/containers/Announcements/apiClients/announcementService.d.ts +5 -0
- package/dist/containers/Announcements/components/AnnouncementItem.d.ts +11 -0
- package/dist/containers/Announcements/configs/constants.d.ts +3 -0
- package/dist/containers/Announcements/configs/enums.d.ts +8 -0
- package/dist/containers/Announcements/configs/fns.d.ts +10 -0
- package/dist/containers/Announcements/configs/types.d.ts +24 -0
- package/dist/containers/Announcements/configs/utils.d.ts +3 -0
- package/dist/containers/Announcements/index.d.ts +5 -0
- package/dist/containers/Announcements/views/AnnouncementContainer.d.ts +10 -0
- package/dist/containers/Announcements/views/AnnouncementList.d.ts +12 -0
- package/dist/containers/ExamResult/components/MyAnswer/components/SelectQuestion.d.ts +1 -1
- package/dist/containers/Notes/components/GeneralNoteDialog.d.ts +4 -0
- package/dist/containers/Notes/components/NoteItemList.d.ts +14 -0
- package/dist/containers/Notes/components/NotetabPanel.d.ts +8 -0
- package/dist/containers/Notes/components/TeacherAdminNoteDialog.d.ts +4 -0
- package/dist/containers/Notes/configs/constants.d.ts +27 -0
- package/dist/containers/Notes/configs/enums.d.ts +6 -2
- package/dist/containers/Notes/configs/fns.d.ts +2 -0
- package/dist/containers/Notes/configs/interfaces.d.ts +10 -1
- package/dist/containers/Notes/configs/types.d.ts +1 -1
- package/dist/containers/Notes/index.d.ts +4 -2
- package/dist/containers/Notes/views/NoteList.d.ts +11 -0
- package/dist/containers/Notes/views/NoteTabs.d.ts +7 -0
- package/dist/containers/StudentInfoDrawer/components/Exam/ExamResultList.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/components/Note/NoteDrawer.d.ts +3 -2
- package/dist/containers/StudentInfoDrawer/configs/types.d.ts +2 -2
- package/dist/containers/StudentInfoDrawer/index.d.ts +2 -1
- package/dist/containers/Textbooks/configs/types.d.ts +3 -3
- package/dist/containers/index.d.ts +1 -0
- package/dist/index.css +578 -0
- package/dist/index.js +2660 -1123
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2660 -1127
- package/dist/index.modern.js.map +1 -1
- package/dist/layouts/Header.d.ts +3 -0
- package/dist/layouts/LayoutContext.d.ts +0 -1
- package/dist/redux/commons/action.d.ts +1 -1
- package/dist/services/noteService.d.ts +2 -0
- package/dist/services/teacherService.d.ts +5 -0
- package/dist/utils/functions/isRealTabletOrMobileDevice.d.ts +1 -0
- package/dist/utils/functions/timeAgo.d.ts +1 -1
- package/dist/utils/hooks/index.d.ts +2 -1
- package/dist/utils/hooks/useKeyboardVisible.d.ts +6 -0
- package/dist/utils/hooks/useLayoutContext.d.ts +1 -1
- package/dist/utils/hooks/useList.d.ts +2 -1
- package/dist/utils/hooks/useVirtualList.d.ts +4 -2
- package/dist/utils/types/note.d.ts +17 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -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;
|