common.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. @charset "UTF-8";
  2. html {
  3. height: 100%;
  4. }
  5. body {
  6. -webkit-text-size-adjust: none;
  7. }
  8. body,
  9. button,
  10. dd,
  11. dl,
  12. dt,
  13. fieldset,
  14. form,
  15. h1,
  16. h2,
  17. h3,
  18. h4,
  19. h5,
  20. h6,
  21. input,
  22. legend,
  23. li,
  24. ol,
  25. p,
  26. select,
  27. table,
  28. td,
  29. textarea,
  30. th,
  31. ul {
  32. margin: 0;
  33. padding: 0;
  34. }
  35. html,
  36. body,
  37. #app,
  38. #root {
  39. height: 100%;
  40. -webkit-text-size-adjust: none;
  41. color: #000;
  42. font-family:'Retorica','Barun', '-apple-system', 'AppleSDGothicNeo', 'SFProDisplay', 'BlinkMacSystemFont', 'HelveticaNeue', 'Helvetica', arial, 'sans-serif';
  43. font-size: 12px;
  44. line-height: 20px;
  45. }
  46. address,
  47. em {
  48. font-style: normal;
  49. }
  50. fieldset,
  51. img {
  52. border: 0;
  53. vertical-align: top;
  54. }
  55. table {
  56. border-collapse: collapse;
  57. }
  58. input {
  59. -webkit-appearance: none;
  60. border-radius: 0;
  61. -webkit-border-radius: 0;
  62. border: none;
  63. }
  64. dl,
  65. ol,
  66. ul {
  67. list-style: none;
  68. }
  69. a {
  70. color: inherit;
  71. text-decoration: none;
  72. }
  73. a[href]:hover,
  74. a[href]:active,
  75. a[href]:focus {
  76. text-decoration: none;
  77. }
  78. button {
  79. -webkit-appearance: none;
  80. border: 0;
  81. background: none;
  82. outline: none;
  83. cursor: pointer;
  84. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  85. -webkit-tap-highlight-color: transparent;
  86. /* For some Androids */
  87. font-family: 'Retorica', 'Barun', 'PretendardVariable', 'PretendardVariable-Bold' '-apple-system', 'BlinkMacSystemFont', 'SFProDisplay', 'AppleSDGothicNeo', 'HelveticaNeue', 'Helvetica', arial, 'sans-serif', 나눔고딕, NanumGothic, 'nanumgothic', 'NanumSquareRound', 'Malgun Gothic', Dotum;
  88. }
  89. .blind {
  90. overflow: hidden !important;
  91. position: absolute !important;
  92. clip: rect(0 0 0 0) !important;
  93. width: 1px !important;
  94. height: 1px !important;
  95. margin: -1px !important;
  96. }
  97. /* body scroll prevent */
  98. body.no_scroll {
  99. overflow: hidden;
  100. position: fixed;
  101. top: 0;
  102. left: 0;
  103. width: 100%;
  104. height: 100%;
  105. }
  106. @font-face {
  107. font-family: "PTMono";
  108. src: url("/static/font/PTM55F.ttf");
  109. font-weight: normal;
  110. }
  111. @font-face {
  112. font-family: "PTMono-Bold";
  113. src: url("/static/font/PTM75F.ttf");
  114. font-weight: bold;
  115. }
  116. @font-face {
  117. font-family: "PretendardVariable";
  118. src: url("/static/font/PretendardVariable.ttf");
  119. font-weight: normal;
  120. }
  121. @font-face {
  122. font-family: "PretendardVariable-Bold";
  123. src: url("/static/font/PretendardVariable.ttf");
  124. font-weight: bold;
  125. }
  126. @font-face {
  127. font-family: "Retorica";
  128. src: url("/static/font/Retroica.ttf");
  129. font-weight: normal;
  130. }
  131. @font-face {
  132. font-family: "Barun";
  133. src: url("/static/font/Barun.ttf");
  134. font-weight: normal;
  135. }