media.scss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. footer{
  53. .footer--wrap{
  54. padding: 40px 20px;
  55. }
  56. }
  57. }
  58. @media (max-width: 1440px) {
  59. header{
  60. .header--wrap{
  61. padding: 20px;
  62. .header--search--wrap{
  63. opacity: 0;
  64. transition: opacity 0.3s;
  65. pointer-events: none;
  66. }
  67. }
  68. .header--hamburger{
  69. display: flex;
  70. order: -1;
  71. &.active{
  72. &~.header--logo--wrap{
  73. opacity: 0;
  74. }
  75. &~.header--search--wrap{
  76. opacity: 1;
  77. }
  78. }
  79. }
  80. .header--logo--wrap{
  81. position: absolute;
  82. left: 50%;
  83. transform: translateX(-50%);
  84. }
  85. .header--menu--wrap{
  86. display: none;
  87. }
  88. .header--submenu{
  89. display: none;
  90. }
  91. .header--dim{
  92. display: none;
  93. }
  94. .mobile--menu{
  95. display: block;
  96. .mobile--menu--main{
  97. }
  98. }
  99. }
  100. }
  101. @media(max-width: 1024px){
  102. main{
  103. .visual--section{
  104. .title--wrap{
  105. width: 100%;
  106. padding: 40px 20px;
  107. >h2{
  108. font-size: 28px;
  109. }
  110. >p{
  111. font-size: 16px;
  112. }
  113. }
  114. .desc--wrap{
  115. .desc{
  116. padding: 20px;
  117. }
  118. }
  119. }
  120. .detail--container{
  121. .title--wrap{
  122. h2{
  123. font-size: 44px;
  124. }
  125. }
  126. .content--wrap{
  127. .tech--card--wrap{
  128. .tech--card{
  129. width: calc(50% - 8px);
  130. }
  131. }
  132. .ls--card--wrap{
  133. .ls--card{
  134. gap: 36px;
  135. flex-wrap: wrap;
  136. .ls--img--wrap{
  137. width: 100%;
  138. }
  139. .ls--txt--wrap{
  140. width: 100%;
  141. }
  142. &.reverse{
  143. flex-direction: column-reverse;
  144. }
  145. }
  146. }
  147. }
  148. .title--section{
  149. padding-left: 0;
  150. padding-right: 0;
  151. >h2{
  152. font-size: 36px;
  153. &.big--title{
  154. font-size: 40px;
  155. }
  156. }
  157. >h3{
  158. font-size: 20px;
  159. &.big--title{
  160. font-size: 28px;
  161. }
  162. }
  163. }
  164. .desc--section{
  165. padding-left: 0;
  166. padding-right: 0;
  167. >h2{
  168. font-size: 36px;
  169. }
  170. >h3{
  171. font-size: 32px;
  172. }
  173. &.full--type{
  174. >ul{
  175. >li{
  176. font-size: 20px;
  177. }
  178. }
  179. }
  180. }
  181. .img--desc--section{
  182. flex-direction: column;
  183. gap: 20px;
  184. &.reverse{
  185. flex-direction: column;
  186. .desc--wrap{
  187. padding: 0;
  188. }
  189. }
  190. .img--wrap{
  191. width: 100%;
  192. }
  193. .desc--wrap{
  194. padding: 0;
  195. width: 100%;
  196. }
  197. &.type2{
  198. .inner--box{
  199. width: 100%;
  200. }
  201. }
  202. }
  203. .more--section{
  204. >h2{
  205. font-size: 28px;
  206. }
  207. .tech--card--wrap{
  208. flex-wrap: wrap;
  209. row-gap: 16px;
  210. .tech--card{
  211. width: calc(50% - 8px);
  212. }
  213. }
  214. }
  215. }
  216. }
  217. }
  218. @media(max-width: 768px){
  219. main{
  220. .visual--section{
  221. &.h--800{
  222. .img--wrap{
  223. height: 640px;
  224. }
  225. }
  226. }
  227. .detail--container{
  228. .title--wrap{
  229. h2{
  230. font-size: 24px;
  231. }
  232. }
  233. .content--wrap{
  234. .tech--card--wrap{
  235. .tech--card{
  236. width: 100%;
  237. }
  238. }
  239. .ls--card--wrap{
  240. .ls--card{
  241. .ls--txt--wrap{
  242. >h2{
  243. font-size: 24px;
  244. }
  245. >h3{
  246. font-size: 18px;
  247. }
  248. }
  249. }
  250. }
  251. }
  252. .more--section{
  253. .tech--card--wrap{
  254. .tech--card{
  255. width: 100%;
  256. }
  257. }
  258. &.type2{
  259. .tech--card--wrap{
  260. .tech--card{
  261. width: 100%;
  262. }
  263. }
  264. }
  265. &.type3{
  266. .tech--card--wrap{
  267. .tech--card{
  268. width: 100%;
  269. }
  270. }
  271. }
  272. }
  273. .title--section{
  274. >h2{
  275. font-size: 28px;
  276. &.big--title{
  277. font-size: 32px;
  278. }
  279. }
  280. }
  281. .desc--section{
  282. >h2{
  283. font-size: 28px;
  284. }
  285. >h3{
  286. font-size: 24px;
  287. &.big--title{
  288. font-size: 28px;
  289. }
  290. }
  291. }
  292. .img--section{
  293. &.type3{
  294. flex-wrap: wrap;
  295. .img--box{
  296. &:first-child{
  297. width: 100%;
  298. }
  299. &:last-child{
  300. width: 100%;
  301. }
  302. }
  303. }
  304. }
  305. }
  306. }
  307. footer{
  308. .footer--wrap{
  309. padding: 70px 0 40px;
  310. .scroll--to--top{
  311. right: 20px;
  312. }
  313. .footer--info--wrap{
  314. padding: 40px 20px 0;
  315. .sns--wrap{
  316. justify-content: flex-start;
  317. }
  318. .copy--wrap{
  319. .link--list{
  320. gap: 12px;
  321. }
  322. }
  323. }
  324. }
  325. }
  326. .quick__menu__wrap{
  327. }
  328. }
  329. @media(max-width: 500px){
  330. main{
  331. .detail--container{
  332. .img--section{
  333. &.type2{
  334. flex-direction: column;
  335. .img--box{
  336. width: 100%;
  337. }
  338. }
  339. }
  340. }
  341. }
  342. }