media.scss 14 KB

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