media.scss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  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. .visual--section{
  56. .title--wrap{
  57. width: 100%;
  58. padding: 40px 20px;
  59. >h2{
  60. font-size: 28px;
  61. }
  62. >p{
  63. font-size: 16px;
  64. }
  65. }
  66. .desc--wrap{
  67. .desc{
  68. padding: 20px;
  69. }
  70. }
  71. }
  72. .detail--container{
  73. .title--wrap{
  74. h2{
  75. font-size: 44px;
  76. }
  77. }
  78. .content--wrap{
  79. .tech--card--wrap{
  80. .tech--card{
  81. width: calc(50% - 8px);
  82. }
  83. }
  84. .ls--card--wrap{
  85. .ls--card{
  86. gap: 36px;
  87. flex-wrap: wrap;
  88. .ls--img--wrap{
  89. width: 100%;
  90. }
  91. .ls--txt--wrap{
  92. width: 100%;
  93. }
  94. &.reverse{
  95. flex-direction: column-reverse;
  96. }
  97. }
  98. }
  99. }
  100. .title--section{
  101. padding-left: 0;
  102. padding-right: 0;
  103. >h2{
  104. font-size: 36px;
  105. &.big--title{
  106. font-size: 40px;
  107. }
  108. }
  109. >h3{
  110. font-size: 20px;
  111. &.big--title{
  112. font-size: 28px;
  113. }
  114. }
  115. }
  116. .desc--section{
  117. padding-left: 0;
  118. padding-right: 0;
  119. >h2{
  120. font-size: 36px;
  121. }
  122. >h3{
  123. font-size: 32px;
  124. }
  125. &.full--type{
  126. >ul{
  127. >li{
  128. font-size: 20px;
  129. }
  130. }
  131. }
  132. }
  133. .img--desc--section{
  134. flex-direction: column;
  135. gap: 20px;
  136. &.reverse{
  137. flex-direction: column;
  138. .desc--wrap{
  139. padding: 0;
  140. }
  141. }
  142. .img--wrap{
  143. width: 100%;
  144. }
  145. .desc--wrap{
  146. padding: 0;
  147. width: 100%;
  148. }
  149. &.type2{
  150. .inner--box{
  151. width: 100%;
  152. }
  153. }
  154. }
  155. .more--section{
  156. >h2{
  157. font-size: 28px;
  158. }
  159. .tech--card--wrap{
  160. flex-wrap: wrap;
  161. row-gap: 16px;
  162. .tech--card{
  163. width: calc(50% - 8px);
  164. }
  165. }
  166. }
  167. }
  168. }
  169. }
  170. @media(max-width: 768px){
  171. main{
  172. .visual--section{
  173. &.h--800{
  174. .img--wrap{
  175. height: 640px;
  176. }
  177. }
  178. }
  179. .detail--container{
  180. .title--wrap{
  181. h2{
  182. font-size: 24px;
  183. }
  184. }
  185. .content--wrap{
  186. .tech--card--wrap{
  187. .tech--card{
  188. width: 100%;
  189. }
  190. }
  191. .ls--card--wrap{
  192. .ls--card{
  193. .ls--txt--wrap{
  194. >h2{
  195. font-size: 24px;
  196. }
  197. >h3{
  198. font-size: 18px;
  199. }
  200. }
  201. }
  202. }
  203. }
  204. .more--section{
  205. .tech--card--wrap{
  206. .tech--card{
  207. width: 100%;
  208. }
  209. }
  210. &.type2{
  211. .tech--card--wrap{
  212. .tech--card{
  213. width: 100%;
  214. }
  215. }
  216. }
  217. &.type3{
  218. .tech--card--wrap{
  219. .tech--card{
  220. width: 100%;
  221. }
  222. }
  223. }
  224. }
  225. .title--section{
  226. >h2{
  227. font-size: 28px;
  228. &.big--title{
  229. font-size: 32px;
  230. }
  231. }
  232. }
  233. .desc--section{
  234. >h2{
  235. font-size: 28px;
  236. }
  237. >h3{
  238. font-size: 24px;
  239. &.big--title{
  240. font-size: 28px;
  241. }
  242. }
  243. }
  244. .img--section{
  245. &.type3{
  246. flex-wrap: wrap;
  247. .img--box{
  248. &:first-child{
  249. width: 100%;
  250. }
  251. &:last-child{
  252. width: 100%;
  253. }
  254. }
  255. }
  256. }
  257. }
  258. }
  259. }
  260. @media(max-width: 500px){
  261. main{
  262. .detail--container{
  263. .img--section{
  264. &.type2{
  265. flex-direction: column;
  266. .img--box{
  267. width: 100%;
  268. }
  269. }
  270. }
  271. }
  272. }
  273. }