media.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. @media(max-width: 1600px){
  2. header{
  3. .header--line--banner--wrap{
  4. background-image: url(../img/img--top--banner--mo.svg);
  5. background-position: left 20px bottom;
  6. background-size: contain;
  7. padding: 0 20px;
  8. }
  9. .header--contents--wrap{
  10. .header--contents{
  11. .header--gnb--wrap{
  12. padding: 0 20px;
  13. .gnb--wrap{
  14. height: 80px;
  15. >ul{
  16. li{
  17. a{
  18. padding: 15px 20px;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. }
  25. }
  26. }
  27. main{
  28. padding-top: 160px!important;
  29. &.actv{
  30. padding-top: 80px!important;
  31. }
  32. .section--container{
  33. .mna--impor--wrap{
  34. gap: 70px;
  35. .desc--wrap{
  36. &::after{
  37. }
  38. }
  39. }
  40. }
  41. }
  42. footer{
  43. .footer--container{
  44. padding: 0 20px;
  45. }
  46. }
  47. }
  48. @media(max-width: 1200px){
  49. header{
  50. .header--contents--wrap{
  51. .header--contents{
  52. .header--gnb--wrap{
  53. .gnb--wrap{
  54. >ul{
  55. display: none;
  56. }
  57. .user--wrap{
  58. margin-left: auto;
  59. }
  60. .ham--wrap{
  61. margin-left: 25px;
  62. width: 24px;
  63. height: 24px;
  64. cursor: pointer;
  65. background-image: url(../img/ico--ham.svg);
  66. }
  67. }
  68. }
  69. }
  70. }
  71. .header--ham--wrap{
  72. display: block;
  73. }
  74. }
  75. main{
  76. .section--container{
  77. padding-left: 20px;
  78. padding-right: 20px;
  79. .title--wrap{
  80. .title{
  81. font-size: 35px;
  82. }
  83. }
  84. .mna--impor--wrap{
  85. flex-direction: column-reverse;
  86. height: auto;
  87. position: relative;
  88. &::after{
  89. content: '';
  90. display: inline-block;
  91. position: absolute;
  92. bottom: 20px;
  93. right: -100px;
  94. width: 304px;
  95. height: 472px;
  96. background-size: cover;
  97. background-repeat: no-repeat;
  98. background-image: url(../img/bg--wedding--mo.svg);
  99. }
  100. .desc--wrap{
  101. width: 100%;
  102. h3{
  103. text-align: center;
  104. }
  105. p{
  106. text-align: center;
  107. }
  108. &::after{
  109. display: none;
  110. }
  111. }
  112. .img--wrap{
  113. align-self: self-start;
  114. margin-left: -20px;
  115. width: 70%;
  116. &::before{
  117. width: 100%;
  118. background-size: cover;
  119. }
  120. }
  121. }
  122. .mna--maching--wrap{
  123. .txt--wrap{
  124. width: 40%;
  125. >h3{
  126. font-size: 36px;
  127. }
  128. }
  129. }
  130. .mna--free--wrap{
  131. gap: 40px;
  132. padding: 25px 40px;
  133. .desc--wrap{
  134. h3{
  135. font-size: 20px;
  136. }
  137. }
  138. }
  139. .mna--reason--wrap{
  140. padding: 40px 450px 40px 40px;
  141. h3{
  142. font-size: 22px;
  143. margin-bottom: 25px;
  144. }
  145. p{
  146. font-size: 18px;
  147. }
  148. }
  149. .mna--sol--wrap{
  150. margin-top: 35px;
  151. gap: 20px;
  152. flex-wrap: wrap;
  153. .sol--left{
  154. padding: 40px;
  155. width: 100%;
  156. }
  157. .sol--right{
  158. width: 100%;
  159. gap: 20px;
  160. flex-direction: row;
  161. .sol--top{
  162. width: 50%;
  163. height: auto;
  164. padding: 40px;
  165. }
  166. .sol--bot{
  167. width: 50%;
  168. height: auto;
  169. padding: 40px 40px 0 40px;
  170. }
  171. }
  172. }
  173. .mna--apply--wrap{
  174. gap: 0px;
  175. position: relative;
  176. .apply--content{
  177. .title--wrap{
  178. h3{
  179. padding-top: 60px;
  180. margin-bottom: 40px;
  181. }
  182. .title{
  183. font-size: 40px;
  184. }
  185. }
  186. }
  187. .apply--bg{
  188. width: 100%;
  189. position: absolute;
  190. top: 0px;
  191. &::before{
  192. bottom: auto;
  193. width: 164px;
  194. height: 164px;
  195. background-size: 100%;
  196. }
  197. }
  198. }
  199. .mna--differ--wrap{
  200. .differ--top{
  201. gap: 20px;
  202. >div{
  203. width: calc(50% - 10px);
  204. padding: 40px 80px 60px 40px;
  205. }
  206. }
  207. gap: 20px;
  208. }
  209. }
  210. .main--visual--section{
  211. .main--visual--wrap{
  212. .main--visual--img{
  213. .main--visual--txt{
  214. >p{
  215. font-size: 14px;
  216. margin-bottom: 40px;
  217. }
  218. >h3{
  219. font-size: 36px;
  220. }
  221. }
  222. }
  223. }
  224. }
  225. }
  226. }
  227. @media(max-width: 1024px){
  228. header{
  229. .header--line--banner--wrap{
  230. .inner--contents{
  231. p{
  232. font-size: 14px;
  233. }
  234. }
  235. }
  236. }
  237. main{
  238. .section--container{
  239. .desc--box--wrap{
  240. padding: 60px 40px 60px 380px;
  241. background-position: left 20px bottom;
  242. }
  243. .mna--maching--wrap{
  244. gap: 60px;
  245. flex-direction: column;
  246. .txt--wrap{
  247. width: 100%;
  248. text-align: center;
  249. >h3{
  250. margin-bottom: 60px;
  251. }
  252. }
  253. .seq--wrap{
  254. width: 100%;
  255. .seq--box{
  256. margin: 0!important;
  257. .seq--right{
  258. margin-left: auto;
  259. }
  260. }
  261. }
  262. }
  263. .mna--reason--wrap{
  264. background-size: 218px 119px;
  265. padding-right: 280px;
  266. background-position: right 40px bottom -1px;
  267. }
  268. .mna--sol--wrap{
  269. .sol--right{
  270. .sol--bot{
  271. .bubble--wrap{
  272. align-items: flex-end;
  273. gap: 15px;
  274. .img{
  275. width: 136px;
  276. img{
  277. width: 100%;
  278. }
  279. }
  280. .bubble{
  281. padding: 25px 20px;
  282. font-size: 15px;
  283. margin-bottom: 40px;
  284. b{
  285. font-size: 15px;
  286. }
  287. }
  288. }
  289. }
  290. }
  291. }
  292. }
  293. }
  294. }
  295. @media(max-width: 768px){
  296. header{
  297. .header--line--banner--wrap{
  298. .inner--contents{
  299. justify-content: flex-start;
  300. >p{
  301. text-align: left;
  302. padding-left: 166px;
  303. .mo{
  304. display: block;
  305. }
  306. }
  307. }
  308. }
  309. }
  310. main{
  311. .blue--section{
  312. .section--container{
  313. padding-top: 60px;
  314. }
  315. }
  316. .section--container{
  317. padding-top: 60px;
  318. padding-bottom: 80px;
  319. .title--wrap{
  320. .title{
  321. font-size: 30px;
  322. }
  323. .desc{
  324. font-size: 16px;
  325. &.color--blue{
  326. font-size: 15px;
  327. }
  328. }
  329. }
  330. .desc--box--wrap{
  331. padding: 45px 40px 145px 40px;
  332. background-size: 208px 130px;
  333. background-position: right bottom;
  334. >h3{
  335. font-size: 22px;
  336. margin-bottom: 25px;
  337. }
  338. >p{
  339. font-size: 15px;
  340. }
  341. }
  342. .mna--impor--wrap{
  343. margin-top: 60px;
  344. margin-bottom: 80px;
  345. gap: 100px;
  346. &::after{
  347. width: 118px;
  348. height: 176px;
  349. right: -36px;
  350. }
  351. .desc--wrap{
  352. h3{
  353. font-size: 20px;
  354. margin-bottom: 40px;
  355. }
  356. p{
  357. font-size: 15px;
  358. }
  359. }
  360. .img--wrap{
  361. width: 82%;
  362. height: 300px;
  363. }
  364. }
  365. .mna--maching--wrap{
  366. margin-bottom: 80px;
  367. .txt--wrap{
  368. >h3{
  369. font-size: 30px;
  370. }
  371. >p{
  372. font-size: 16px;
  373. }
  374. }
  375. .seq--wrap{
  376. gap: 20px;
  377. .seq--box{
  378. padding: 30px 35px;
  379. gap: 20px;
  380. .seq--left{
  381. .numb{
  382. font-size: 13px;
  383. width: 26px;
  384. margin-bottom: 15px;
  385. height: 26px;
  386. }
  387. >p{
  388. font-size: 17px;
  389. }
  390. }
  391. }
  392. }
  393. }
  394. .mna--free--wrap{
  395. padding: 30px 30px;
  396. align-items: flex-start;
  397. gap: 30px;
  398. .img--wrap{
  399. width: 108px;
  400. min-width: 108px;
  401. img{
  402. width: 100%;
  403. }
  404. }
  405. .desc--wrap{
  406. h3{
  407. font-size: 18px;
  408. margin-bottom: 15px;
  409. }
  410. p{
  411. font-size: 15px;
  412. }
  413. }
  414. }
  415. .mna--reason--wrap{
  416. padding: 45px 40px 144px 40px;
  417. margin-top: 30px;
  418. p{
  419. font-size: 15px;
  420. }
  421. }
  422. .mna--sol--wrap{
  423. &::before{
  424. width: 572px;
  425. height: 281px;
  426. background-size: 100%;
  427. right: 20px;
  428. top: -115px;
  429. }
  430. .sol--left{
  431. >ol{
  432. gap: 30px;
  433. >li{
  434. flex-direction: column;
  435. }
  436. }
  437. >p{
  438. &:last-child{
  439. margin-top: 40px;
  440. }
  441. }
  442. }
  443. .sol--right{
  444. flex-direction: column;
  445. .sol--top{
  446. width: 100%;
  447. >ol{
  448. >li{
  449. >ol{
  450. >li{
  451. flex-direction: column;
  452. }
  453. }
  454. }
  455. }
  456. }
  457. .sol--bot{
  458. width: 100%;
  459. }
  460. }
  461. }
  462. .mna--apply--wrap{
  463. .apply--content{
  464. .title--wrap{
  465. .title{
  466. font-size: 30px;
  467. margin-bottom: 50px;
  468. }
  469. .desc{
  470. font-size: 16px;
  471. margin-bottom: 60px;
  472. }
  473. }
  474. .circle{
  475. margin-bottom: 25px;
  476. }
  477. ol{
  478. gap: 20px;
  479. li{
  480. width: 100%;
  481. }
  482. }
  483. }
  484. }
  485. .mna--differ--wrap{
  486. margin-top: 100px;
  487. .differ--top{
  488. flex-direction: column;
  489. >div{
  490. span{
  491. font-size: 17px;
  492. margin-bottom: 30px;
  493. }
  494. h3{
  495. font-size: 22px;
  496. }
  497. a{
  498. margin-top: 35px;
  499. }
  500. &.differ--left{
  501. width: 100%;
  502. padding: 40px 40px 120px 40px;
  503. background-image: url(../img/img--differ1--mo.svg);
  504. }
  505. &.differ--right{
  506. padding: 40px 40px 186px 40px;
  507. width: 100%;
  508. background-image: url(../img/img--differ2--mo.svg);
  509. background-position: bottom 30px right 16px;
  510. }
  511. }
  512. }
  513. .differ--bot{
  514. padding: 40px;
  515. background-size: cover;
  516. background-position: left 100px center;
  517. }
  518. }
  519. .mna--process--wrap{
  520. margin-top: 60px;
  521. }
  522. .mna--qna--wrap{
  523. .qna--wrap{
  524. &.active{
  525. .answer--wrap{
  526. padding: 30px 20px;
  527. gap: 20px;
  528. }
  529. }
  530. .question--wrap{
  531. >p{
  532. font-size: 16px;
  533. }
  534. }
  535. .answer--wrap{
  536. .inner--box{
  537. >p{
  538. font-size: 15px;
  539. }
  540. >ul{
  541. margin-top: 20px;
  542. gap: 20px;
  543. >li{
  544. font-size: 15px;
  545. padding-left: 25px;
  546. &::before{
  547. top: 8px;
  548. left: 0px;
  549. }
  550. }
  551. }
  552. }
  553. }
  554. }
  555. }
  556. }
  557. .main--visual--section{
  558. .main--visual--wrap{
  559. .main--visual--img{
  560. height: 650px;
  561. img{
  562. max-width: 100%;
  563. width: 100%;
  564. object-fit: cover;
  565. max-height: 100%;
  566. }
  567. &::before{
  568. height: 305px;
  569. }
  570. }
  571. }
  572. }
  573. }
  574. footer{
  575. .footer--wrap{
  576. .footer--top{
  577. .footer--link{
  578. column-gap: 30px;
  579. row-gap: 20px;
  580. a{
  581. font-size: 15px;
  582. }
  583. }
  584. }
  585. .footer--bot{
  586. .footer--inner--top{
  587. padding: 40px 0 30px;
  588. }
  589. .footer--inner--bot{
  590. padding: 30px 0 40px;
  591. }
  592. }
  593. }
  594. }
  595. }
  596. @media(max-width: 500px){
  597. main{
  598. .section--container{
  599. .mna--impor--wrap{
  600. .img--wrap{
  601. width: 70%;
  602. height: 155px;
  603. }
  604. }
  605. }
  606. }
  607. }