media.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. @media(max-width: 1920px){
  2. main{
  3. .detail--container{
  4. padding: 0 20px;
  5. .title--wrap{
  6. padding-left: 0;
  7. padding-right: 0;
  8. h2{
  9. font-size: 60px;
  10. }
  11. }
  12. .content--wrap{
  13. padding-left: 0;
  14. padding-right: 0;
  15. .tech--card--wrap{
  16. .tech--card{
  17. h3{
  18. font-size: 18px;
  19. }
  20. }
  21. }
  22. }
  23. .more--section{
  24. >h2{
  25. font-size: 36px;
  26. }
  27. .tech--card--wrap{
  28. .tech--card{
  29. h3{
  30. font-size: 18px;
  31. }
  32. }
  33. }
  34. }
  35. .img--desc--section{
  36. &.reverse{
  37. .desc--wrap{
  38. padding-left: 0;
  39. padding-right: 20px;
  40. }
  41. }
  42. .desc--wrap{
  43. padding-right: 0;
  44. padding-left: 20px;
  45. h3{
  46. font-size: 24px;
  47. }
  48. }
  49. }
  50. }
  51. }
  52. }
  53. @media(max-width: 1024px){
  54. main{
  55. .detail--container{
  56. .title--wrap{
  57. h2{
  58. font-size: 44px;
  59. }
  60. }
  61. .content--wrap{
  62. .tech--card--wrap{
  63. .tech--card{
  64. width: calc(50% - 8px);
  65. }
  66. }
  67. .ls--card--wrap{
  68. .ls--card{
  69. gap: 36px;
  70. flex-wrap: wrap;
  71. .ls--img--wrap{
  72. width: 100%;
  73. }
  74. .ls--txt--wrap{
  75. width: 100%;
  76. }
  77. &.reverse{
  78. flex-direction: column-reverse;
  79. }
  80. }
  81. }
  82. }
  83. .title--section{
  84. padding-left: 0;
  85. padding-right: 0;
  86. >h2{
  87. font-size: 36px;
  88. &.big--title{
  89. font-size: 40px;
  90. }
  91. }
  92. >h3{
  93. font-size: 20px;
  94. }
  95. }
  96. .desc--section{
  97. padding-left: 0;
  98. padding-right: 0;
  99. >h2{
  100. font-size: 36px;
  101. }
  102. >h3{
  103. font-size: 32px;
  104. }
  105. &.full--type{
  106. >ul{
  107. >li{
  108. font-size: 20px;
  109. }
  110. }
  111. }
  112. }
  113. .img--desc--section{
  114. flex-direction: column;
  115. gap: 20px;
  116. &.reverse{
  117. flex-direction: column;
  118. .desc--wrap{
  119. padding: 0;
  120. }
  121. }
  122. .img--wrap{
  123. width: 100%;
  124. }
  125. .desc--wrap{
  126. padding: 0;
  127. width: 100%;
  128. }
  129. &.type2{
  130. .inner--box{
  131. width: 100%;
  132. }
  133. }
  134. }
  135. .more--section{
  136. >h2{
  137. font-size: 28px;
  138. }
  139. .tech--card--wrap{
  140. flex-wrap: wrap;
  141. row-gap: 16px;
  142. .tech--card{
  143. width: calc(50% - 8px);
  144. }
  145. }
  146. }
  147. }
  148. }
  149. }
  150. @media(max-width: 768px){
  151. main{
  152. .detail--container{
  153. .title--wrap{
  154. h2{
  155. font-size: 24px;
  156. }
  157. }
  158. .content--wrap{
  159. .tech--card--wrap{
  160. .tech--card{
  161. width: 100%;
  162. }
  163. }
  164. .ls--card--wrap{
  165. .ls--card{
  166. .ls--txt--wrap{
  167. >h2{
  168. font-size: 24px;
  169. }
  170. >h3{
  171. font-size: 18px;
  172. }
  173. }
  174. }
  175. }
  176. }
  177. .more--section{
  178. .tech--card--wrap{
  179. .tech--card{
  180. width: 100%;
  181. }
  182. }
  183. }
  184. .title--section{
  185. >h2{
  186. font-size: 28px;
  187. &.big--title{
  188. font-size: 32px;
  189. }
  190. }
  191. }
  192. .desc--section{
  193. >h2{
  194. font-size: 28px;
  195. }
  196. >h3{
  197. font-size: 24px;
  198. &.big--title{
  199. font-size: 28px;
  200. }
  201. }
  202. }
  203. .img--section{
  204. &.type3{
  205. flex-wrap: wrap;
  206. .img--box{
  207. &:first-child{
  208. width: 100%;
  209. }
  210. &:last-child{
  211. width: 100%;
  212. }
  213. }
  214. }
  215. }
  216. }
  217. }
  218. }
  219. @media(max-width: 500px){
  220. main{
  221. .detail--container{
  222. .img--section{
  223. &.type2{
  224. flex-direction: column;
  225. .img--box{
  226. width: 100%;
  227. }
  228. }
  229. }
  230. }
  231. }
  232. }