media.scss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  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--matching--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. .mna--teaser--wrap{
  210. gap: 20px;
  211. .teaser--box{
  212. padding: 50px 35px;
  213. >h3{
  214. font-size: 30px;
  215. }
  216. .circle{
  217. padding: 15px;
  218. font-size: 15px;
  219. margin-top: 30px;
  220. }
  221. >h4{
  222. margin-top: 30px;
  223. margin-bottom: 25px;
  224. font-size: 20px;
  225. }
  226. >ul{
  227. >li{
  228. font-size: 16px;
  229. >span{
  230. font-size: 14px;
  231. }
  232. }
  233. }
  234. .desc{
  235. margin-top: 35px;
  236. font-size: 15px;
  237. }
  238. >a{
  239. padding: 18px 40px;
  240. margin-top: 35px;
  241. }
  242. }
  243. }
  244. }
  245. .matching--section{
  246. .section--container{
  247. .title--wrap{
  248. .title{
  249. font-size: 35px;
  250. }
  251. }
  252. }
  253. }
  254. .main--visual--section{
  255. .main--visual--wrap{
  256. .main--visual--img{
  257. .main--visual--txt{
  258. >p{
  259. font-size: 14px;
  260. margin-bottom: 40px;
  261. }
  262. >h3{
  263. font-size: 36px;
  264. }
  265. }
  266. }
  267. }
  268. }
  269. }
  270. }
  271. @media(max-width: 1024px){
  272. header{
  273. .header--line--banner--wrap{
  274. .inner--contents{
  275. p{
  276. font-size: 14px;
  277. }
  278. }
  279. }
  280. }
  281. main{
  282. .section--container{
  283. .desc--box--wrap{
  284. padding: 60px 40px 60px 380px;
  285. background-position: left 20px bottom;
  286. }
  287. .mna--matching--wrap{
  288. gap: 60px;
  289. flex-direction: column;
  290. .txt--wrap{
  291. width: 100%;
  292. text-align: center;
  293. >h3{
  294. margin-bottom: 60px;
  295. }
  296. }
  297. .seq--wrap{
  298. width: 100%;
  299. .seq--box{
  300. margin: 0!important;
  301. .seq--right{
  302. margin-left: auto;
  303. }
  304. }
  305. }
  306. }
  307. .mna--reason--wrap{
  308. background-size: 218px 119px;
  309. padding-right: 280px;
  310. background-position: right 40px bottom -1px;
  311. }
  312. .mna--sol--wrap{
  313. .sol--right{
  314. .sol--bot{
  315. .bubble--wrap{
  316. align-items: flex-end;
  317. gap: 15px;
  318. .img{
  319. width: 136px;
  320. img{
  321. width: 100%;
  322. }
  323. }
  324. .bubble{
  325. padding: 25px 20px;
  326. font-size: 15px;
  327. margin-bottom: 40px;
  328. b{
  329. font-size: 15px;
  330. }
  331. }
  332. }
  333. }
  334. }
  335. }
  336. .mna--teaser--wrap{
  337. flex-direction: column;
  338. .teaser--box{
  339. width: 100%;
  340. background-size: 20%;
  341. &.blue--type{
  342. >a{
  343. margin-top: 50px;
  344. }
  345. }
  346. }
  347. }
  348. }
  349. }
  350. }
  351. @media(max-width: 768px){
  352. header{
  353. .header--line--banner--wrap{
  354. .inner--contents{
  355. justify-content: flex-start;
  356. >p{
  357. text-align: left;
  358. padding-left: 146px;
  359. padding-right: 40px;
  360. .mo{
  361. display: block;
  362. }
  363. }
  364. }
  365. }
  366. }
  367. main{
  368. .blue--section{
  369. .section--container{
  370. padding-top: 60px;
  371. }
  372. }
  373. .section--container{
  374. padding-top: 60px;
  375. padding-bottom: 80px;
  376. .title--wrap{
  377. .title{
  378. font-size: 30px;
  379. }
  380. .desc{
  381. font-size: 16px;
  382. &.color--blue{
  383. font-size: 15px;
  384. }
  385. }
  386. }
  387. .desc--box--wrap{
  388. padding: 45px 40px 145px 40px;
  389. background-size: 208px 130px;
  390. background-position: right bottom;
  391. >h3{
  392. font-size: 22px;
  393. margin-bottom: 25px;
  394. }
  395. >p{
  396. font-size: 15px;
  397. }
  398. }
  399. .mna--impor--wrap{
  400. margin-top: 60px;
  401. margin-bottom: 80px;
  402. gap: 100px;
  403. &::after{
  404. width: 118px;
  405. height: 176px;
  406. right: -36px;
  407. }
  408. .desc--wrap{
  409. h3{
  410. font-size: 20px;
  411. margin-bottom: 40px;
  412. }
  413. p{
  414. font-size: 15px;
  415. }
  416. }
  417. .img--wrap{
  418. width: 82%;
  419. height: 300px;
  420. }
  421. }
  422. .mna--matching--wrap{
  423. margin-bottom: 80px;
  424. .txt--wrap{
  425. >h3{
  426. font-size: 30px;
  427. }
  428. >p{
  429. font-size: 16px;
  430. }
  431. }
  432. .seq--wrap{
  433. gap: 20px;
  434. .seq--box{
  435. padding: 30px 35px;
  436. gap: 20px;
  437. .seq--left{
  438. .numb{
  439. font-size: 13px;
  440. width: 26px;
  441. margin-bottom: 15px;
  442. height: 26px;
  443. }
  444. >p{
  445. font-size: 17px;
  446. }
  447. }
  448. }
  449. }
  450. }
  451. .mna--free--wrap{
  452. padding: 30px 30px;
  453. align-items: flex-start;
  454. gap: 30px;
  455. .img--wrap{
  456. width: 108px;
  457. min-width: 108px;
  458. img{
  459. width: 100%;
  460. }
  461. }
  462. .desc--wrap{
  463. h3{
  464. font-size: 18px;
  465. margin-bottom: 15px;
  466. }
  467. p{
  468. font-size: 15px;
  469. }
  470. }
  471. }
  472. .mna--reason--wrap{
  473. padding: 45px 40px 144px 40px;
  474. margin-top: 30px;
  475. p{
  476. font-size: 15px;
  477. }
  478. }
  479. .mna--sol--wrap{
  480. &::before{
  481. width: 572px;
  482. height: 281px;
  483. background-size: 100%;
  484. right: 20px;
  485. top: -115px;
  486. }
  487. .sol--left{
  488. >ol{
  489. gap: 30px;
  490. >li{
  491. flex-direction: column;
  492. }
  493. }
  494. >p{
  495. &:last-child{
  496. margin-top: 40px;
  497. }
  498. }
  499. }
  500. .sol--right{
  501. flex-direction: column;
  502. .sol--top{
  503. width: 100%;
  504. >ol{
  505. >li{
  506. >ol{
  507. >li{
  508. flex-direction: column;
  509. }
  510. }
  511. }
  512. }
  513. }
  514. .sol--bot{
  515. width: 100%;
  516. }
  517. }
  518. }
  519. .mna--apply--wrap{
  520. .apply--content{
  521. .title--wrap{
  522. .title{
  523. font-size: 30px;
  524. margin-bottom: 50px;
  525. }
  526. .desc{
  527. font-size: 16px;
  528. margin-bottom: 60px;
  529. }
  530. }
  531. .circle{
  532. margin-bottom: 25px;
  533. }
  534. ol{
  535. gap: 20px;
  536. li{
  537. width: 100%;
  538. }
  539. }
  540. }
  541. }
  542. .mna--differ--wrap{
  543. margin-top: 100px;
  544. .differ--top{
  545. flex-direction: column;
  546. >div{
  547. span{
  548. font-size: 17px;
  549. margin-bottom: 30px;
  550. }
  551. h3{
  552. font-size: 22px;
  553. }
  554. a{
  555. margin-top: 35px;
  556. }
  557. &.differ--left{
  558. width: 100%;
  559. padding: 40px 40px 120px 40px;
  560. background-image: url(../img/img--differ1--mo.svg);
  561. }
  562. &.differ--right{
  563. padding: 40px 40px 186px 40px;
  564. width: 100%;
  565. background-image: url(../img/img--differ2--mo.svg);
  566. background-position: bottom 30px right 16px;
  567. }
  568. }
  569. }
  570. .differ--bot{
  571. padding: 40px;
  572. background-size: cover;
  573. background-position: left 100px center;
  574. }
  575. }
  576. .mna--process--wrap{
  577. margin-top: 60px;
  578. }
  579. .mna--qna--wrap{
  580. .qna--wrap{
  581. &.active{
  582. .answer--wrap{
  583. padding: 30px 20px;
  584. gap: 20px;
  585. }
  586. }
  587. .question--wrap{
  588. >p{
  589. font-size: 16px;
  590. }
  591. }
  592. .answer--wrap{
  593. .inner--box{
  594. >p{
  595. font-size: 15px;
  596. }
  597. >ul{
  598. margin-top: 20px;
  599. gap: 20px;
  600. >li{
  601. font-size: 15px;
  602. padding-left: 25px;
  603. &::before{
  604. top: 8px;
  605. left: 0px;
  606. }
  607. }
  608. }
  609. }
  610. }
  611. }
  612. }
  613. .mna--teaser--wrap{
  614. margin-top: 35px;
  615. }
  616. }
  617. .matching--section{
  618. .section--container{
  619. padding-top: 60px;
  620. padding-bottom: 80px;
  621. .title--wrap{
  622. .title{
  623. font-size: 30px;
  624. }
  625. }
  626. }
  627. }
  628. .main--visual--section{
  629. .main--visual--wrap{
  630. .main--visual--img{
  631. height: 650px;
  632. img{
  633. max-width: 100%;
  634. width: 100%;
  635. object-fit: cover;
  636. height: 650px;
  637. }
  638. &::before{
  639. height: 305px;
  640. }
  641. }
  642. }
  643. }
  644. }
  645. footer{
  646. .footer--wrap{
  647. .footer--top{
  648. .footer--link{
  649. column-gap: 30px;
  650. row-gap: 20px;
  651. a{
  652. font-size: 15px;
  653. }
  654. }
  655. }
  656. .footer--bot{
  657. .footer--inner--top{
  658. padding: 40px 0 30px;
  659. }
  660. .footer--inner--bot{
  661. padding: 30px 0 40px;
  662. }
  663. }
  664. }
  665. }
  666. }
  667. @media(max-width: 500px){
  668. main{
  669. .section--container{
  670. .mna--impor--wrap{
  671. .img--wrap{
  672. width: 70%;
  673. height: 155px;
  674. }
  675. }
  676. }
  677. }
  678. }