media.scss 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368
  1. @media(max-width: 1200px){
  2. header{
  3. .header--contents--wrap{
  4. .header--contents{
  5. .header--logo--wrap{
  6. .logo--wrap{
  7. padding: 20px;
  8. }
  9. }
  10. .header--gnb--wrap{
  11. .gnb--wrap{
  12. >ul{
  13. li{
  14. &:nth-child(1){
  15. width: 26%;
  16. }
  17. &:nth-child(2),
  18. &:nth-child(3){
  19. width: 30%;
  20. }
  21. a{
  22. font-size: 16px;
  23. }
  24. }
  25. }
  26. }
  27. }
  28. }
  29. }
  30. }
  31. main{
  32. .section--container{
  33. padding-left: 20px!important;
  34. padding-right: 20px!important;
  35. .title--wrap{
  36. &.big{
  37. >h2{
  38. font-size: 36px;
  39. }
  40. }
  41. >h2{
  42. font-size: 30px;
  43. }
  44. }
  45. .growth--logic--wrap{
  46. gap: 20px;
  47. .title--box{
  48. width: calc(50% - 10px);
  49. h2{
  50. font-size: 36px;
  51. }
  52. }
  53. .logic--box{
  54. min-height: 300px;
  55. padding: 40px 35px 40px;
  56. width: calc(50% - 10px);
  57. &.special{
  58. width: calc(50% - 10px);
  59. }
  60. }
  61. }
  62. .best--service--wrap{
  63. gap: 20px;
  64. .service--box{
  65. width: calc((100% - 40px) / 3);
  66. padding: 20px 25px 40px;
  67. h3{
  68. font-size: 18px;
  69. margin-top: 30px;
  70. margin-bottom: 20px;
  71. }
  72. }
  73. }
  74. .now--box--wrap{
  75. .box--top{
  76. .box{
  77. >p{
  78. font-size: 16px;
  79. }
  80. }
  81. }
  82. .box--bot{
  83. gap: 20px;
  84. }
  85. }
  86. .process--plan--wrap{
  87. .title--wrap{
  88. p{
  89. font-size: 15px;
  90. }
  91. }
  92. .content--wrap{
  93. .direct--wrap{
  94. gap: 0;
  95. .bar{
  96. width: 3%;
  97. }
  98. }
  99. .process--wrap{
  100. .process--cont{
  101. .process--top{
  102. .process--circle{
  103. .circle{
  104. gap: 20px;
  105. p{
  106. font-size: 16px;
  107. }
  108. }
  109. }
  110. }
  111. .process--bot{
  112. .process--blue--circle{
  113. padding: 20px 40px;
  114. font-size: 16px;
  115. }
  116. }
  117. }
  118. }
  119. }
  120. }
  121. .four--strategy--wrap{
  122. .strategy--cont1{
  123. gap: 20px;
  124. justify-content: space-between;
  125. .cont--left{
  126. .box--wrap{
  127. gap: 20px;
  128. li{
  129. max-width: 185px;
  130. }
  131. }
  132. }
  133. .cont--right{
  134. width: 40%;
  135. dl{
  136. dt{
  137. font-size: 24px;
  138. }
  139. dd{
  140. div{
  141. font-size: 18px;
  142. margin-bottom: 15px;
  143. }
  144. span{
  145. font-size: 16px;
  146. }
  147. }
  148. }
  149. }
  150. }
  151. }
  152. .mna--dream--wrap{
  153. gap: 20px;
  154. .dream--cont{
  155. padding: 30px 30px 50px;
  156. .sub--txt{
  157. margin-bottom: 20px;
  158. font-size: 16px;
  159. }
  160. h4{
  161. font-size: 24px;
  162. margin-bottom: 20px;
  163. }
  164. .chat{
  165. gap: 20px;
  166. .chat--img{
  167. width: 60px;
  168. min-width: 60px;
  169. height: 60px;
  170. background-size: 60px 60px;
  171. }
  172. .chat--bubble{
  173. margin-bottom: 30px;
  174. }
  175. }
  176. .box{
  177. margin-bottom: 30px;
  178. }
  179. .chat--answer{
  180. margin-bottom: 30px;
  181. }
  182. }
  183. }
  184. .family--business--wrap{
  185. .family--cont--wrap{
  186. .cont--left{
  187. h2{
  188. font-size: 30px;
  189. }
  190. span{
  191. font-size: 16px;
  192. }
  193. .btn--wrap{
  194. flex-wrap: wrap;
  195. }
  196. }
  197. .cont--right{
  198. gap: 20px;
  199. .family--box--wrap{
  200. gap: 20px;
  201. .family--box{
  202. }
  203. }
  204. }
  205. }
  206. }
  207. .impt--search--wrap{
  208. >ul{
  209. gap: 15px;
  210. li{
  211. cursor: pointer;
  212. gap: 10px;
  213. padding: 15px 20px;
  214. width: calc((100% - 30px) / 3);
  215. .thumbs{
  216. width: 24px;
  217. height: 24px;
  218. min-width: 24px;
  219. background-size: cover;
  220. }
  221. .title{
  222. font-size: 16px;
  223. width: calc(100% - 62px);
  224. }
  225. }
  226. }
  227. }
  228. .impt--list--wrap{
  229. ul{
  230. gap: 20px;
  231. }
  232. }
  233. .all--progress--wrap{
  234. .progress--section{
  235. .progress--container{
  236. &.web{
  237. display: none;
  238. }
  239. &.mo{
  240. display: flex;
  241. }
  242. }
  243. }
  244. }
  245. }
  246. .mna--reason--wrap{
  247. .swiper-slide{
  248. .reason--box{
  249. padding: 25px 25px 40px;
  250. }
  251. }
  252. }
  253. .faq--wrapper{
  254. .inner--contents{
  255. .section--title{
  256. font-size: 30px;
  257. }
  258. }
  259. }
  260. }
  261. footer{
  262. section{
  263. padding-left: 20px;
  264. padding-right: 20px;
  265. }
  266. }
  267. }
  268. @media(max-width: 1000px){
  269. main{
  270. .section--container{
  271. .four--strategy--wrap{
  272. .strategy--cont3{
  273. .box{
  274. background-size: 20%;
  275. background-position: right 20px bottom;
  276. padding: 20px 25px 60px 25px;
  277. &:nth-child(1){
  278. background-size: 15%;
  279. }
  280. &:nth-child(2){
  281. background-size: 12%;
  282. background-position: right 20px bottom;
  283. }
  284. dt{
  285. font-size: 18px;
  286. }
  287. dd{
  288. font-size: 16px;
  289. ul{
  290. gap: 10px;
  291. }
  292. }
  293. }
  294. }
  295. }
  296. .mna--dream--wrap{
  297. flex-direction: column;
  298. .dream--cont{
  299. width: 100%;
  300. }
  301. }
  302. .family--business--wrap{
  303. .family--cont--wrap{
  304. flex-direction: column;
  305. gap: 60px;
  306. .cont--left{
  307. h2{
  308. margin-top: 0!important;
  309. margin-bottom: 20px;
  310. }
  311. span{
  312. margin-bottom: 40px;
  313. }
  314. .family--img{
  315. top: 0;
  316. bottom: auto;
  317. width: 40%;
  318. z-index: -1;
  319. img{
  320. width: 100%;
  321. }
  322. }
  323. }
  324. .cont--right{
  325. width: 100%;
  326. flex-direction: column;
  327. .family--box--wrap{
  328. flex-direction: row;
  329. width: 100%;
  330. flex-wrap: wrap;
  331. .family--box{
  332. width: calc(50% - 10px);
  333. margin-top: 0!important;
  334. }
  335. &:last-child{
  336. .family--box{
  337. &:last-child{
  338. width: 100%;
  339. }
  340. }
  341. }
  342. }
  343. }
  344. }
  345. }
  346. .process--plan--wrap{
  347. .content--wrap{
  348. .process--wrap{
  349. .process--title{
  350. padding: 20px 25px;
  351. }
  352. .process--cont{
  353. .process--top{
  354. .process--circle{
  355. width: calc(100% - 240px);
  356. height: 360px;
  357. .circle{
  358. gap: 10px;
  359. .ico{
  360. width: 60px;
  361. height: 60px;
  362. }
  363. p{
  364. font-size: 15px;
  365. }
  366. }
  367. }
  368. .process--side{
  369. width: 110px;
  370. gap: 5px;
  371. .circle{
  372. font-size: 15px;
  373. }
  374. .line{
  375. height: 30px;
  376. }
  377. }
  378. }
  379. .process--bot{
  380. .process--side{
  381. gap: 5px;
  382. justify-content: space-between;
  383. .line{
  384. flex: 1;
  385. background-image: none;
  386. }
  387. .circle{
  388. width: 110px;
  389. font-size: 15px;
  390. &:nth-of-type(2), &:nth-of-type(4){
  391. position: relative;
  392. &::after{
  393. content: "";
  394. background-repeat: no-repeat;
  395. background-position: center;
  396. display: inline-block;
  397. width: 100%;
  398. left: 0;
  399. height: 71px;
  400. transform: rotate(180deg);
  401. background-image: url(../img/ico--rainbow--arrow3.svg);
  402. position: absolute;
  403. bottom: 75px;
  404. }
  405. }
  406. }
  407. .arrow{
  408. display: none;
  409. }
  410. }
  411. }
  412. }
  413. }
  414. .direct--wrap{
  415. .circle{
  416. min-width: 140px;
  417. padding: 15px 20px;
  418. p{
  419. font-size: 14px;
  420. }
  421. }
  422. .bar{
  423. width: 5%;
  424. }
  425. }
  426. }
  427. }
  428. .all--progress--wrap{
  429. .compatibility--inner--conls{
  430. height: auto;
  431. .btn--wrapper{
  432. top: 30px;
  433. right: 30px;
  434. }
  435. .desc{
  436. }
  437. }
  438. }
  439. }
  440. }
  441. }
  442. @media(max-width: 768px){
  443. .mb--80{
  444. margin-bottom: 40px!important;
  445. }
  446. .mb--70{
  447. margin-bottom: 35px!important;
  448. }
  449. .mb--50{
  450. margin-bottom: 30px!important;
  451. }
  452. .mb--60{
  453. margin-bottom: 30px!important;
  454. }
  455. .pb--80{
  456. padding-bottom: 40px!important;
  457. }
  458. .pb--100{
  459. padding-bottom: 50px!important;
  460. }
  461. .mt--110{
  462. margin-top: 50px!important;
  463. }
  464. .mb--110{
  465. margin-bottom: 50px!important;
  466. }
  467. .pt--120{
  468. padding-top: 60px!important;
  469. }
  470. .pb--120{
  471. padding-bottom: 60px!important;
  472. }
  473. .mb--140{
  474. margin-bottom: 60px!important;
  475. }
  476. br{
  477. &.web{
  478. display: none;
  479. }
  480. &.mo{
  481. display: block;
  482. }
  483. }
  484. header{
  485. .header--line--banner--wrap{
  486. .inner--contents{
  487. h3{
  488. font-size: 18px;
  489. margin-bottom: 0;
  490. }
  491. p{
  492. font-size: 14px;
  493. }
  494. }
  495. }
  496. .header--contents--wrap{
  497. .header--contents{
  498. .header--logo--wrap{
  499. .logo--wrap{
  500. gap: 20px;
  501. .txt{
  502. gap: 5px;
  503. p{
  504. font-size: 14px;
  505. &:last-child{
  506. font-size: 15px;
  507. }
  508. }
  509. }
  510. }
  511. }
  512. .header--gnb--wrap{
  513. .gnb--wrap{
  514. >ul{
  515. flex-wrap: wrap;
  516. li{
  517. &:nth-child(1){
  518. width: 30%;
  519. }
  520. &:nth-child(2),
  521. &:nth-child(3){
  522. width: 35%;
  523. }
  524. width: 50%;
  525. a{
  526. font-size: 15px;
  527. height: 45px;
  528. line-height: 45px;
  529. }
  530. }
  531. }
  532. }
  533. }
  534. }
  535. }
  536. }
  537. main{
  538. padding-top: 290px!important;
  539. &.actv{
  540. padding-top: 190px!important;
  541. }
  542. .main--visual--section{
  543. .main--visual--wrap{
  544. .main--visual--img{
  545. .main--visual--txt{
  546. gap: 20px;
  547. h3{
  548. font-size: 36px;
  549. }
  550. p{
  551. font-size: 16px;
  552. }
  553. }
  554. }
  555. }
  556. .main--visual--pager{
  557. width: calc(100% - 40px);
  558. bottom: 20px;
  559. .main--visual--pagination{
  560. display: none;
  561. }
  562. }
  563. }
  564. .section--container{
  565. &.p--120{
  566. padding: 60px 0;
  567. }
  568. &.p--100{
  569. padding: 60px 0;
  570. }
  571. .title--wrap{
  572. &.big{
  573. >h2{
  574. font-size: 30px;
  575. margin-bottom: 30px;
  576. }
  577. >p{
  578. font-size: 15px;
  579. }
  580. }
  581. }
  582. .best--service--wrap{
  583. flex-direction: column;
  584. .service--box{
  585. width: 100%;
  586. h3{
  587. margin-top: 15px;
  588. margin-bottom: 10px;
  589. br{
  590. display: none;
  591. }
  592. }
  593. p{
  594. font-size: 15px;
  595. line-height: 1.4;
  596. }
  597. }
  598. }
  599. .growth--logic--wrap{
  600. .title--box{
  601. h2{
  602. font-size: 30px;
  603. }
  604. }
  605. .logic--box{
  606. padding: 20px;
  607. dt{
  608. font-size: 18px;
  609. margin-bottom: 15px;
  610. }
  611. dd{
  612. font-size: 14px;
  613. }
  614. }
  615. }
  616. .now--box--wrap{
  617. .box--bot{
  618. flex-direction: column;
  619. .box{
  620. width: 100%;
  621. }
  622. }
  623. }
  624. .process--plan--wrap{
  625. .content--wrap{
  626. h3{
  627. margin-bottom: 20px;
  628. }
  629. .direct--wrap{
  630. flex-wrap: wrap;
  631. row-gap: 60px;
  632. column-gap: 15px;
  633. .circle{
  634. width: calc((100% - 60px) / 2);
  635. min-width: 0;
  636. &:nth-of-type(2){
  637. position: relative;
  638. &::after{
  639. content: '';
  640. position: absolute;
  641. width: 1px;
  642. height: 30px;
  643. display: inline-block;
  644. border-right: 3px dashed #2ecc71;
  645. top: calc(100% + 15px);
  646. left: 50%;
  647. }
  648. }
  649. }
  650. .bar{
  651. width: 30px;
  652. &.mo{
  653. display: none;
  654. }
  655. }
  656. }
  657. .process--wrap{
  658. .process--cont{
  659. padding-top: 60px;
  660. .process--top{
  661. .process--side{
  662. gap: 15px;
  663. }
  664. .process--circle{
  665. background-image: none;
  666. gap: 60px;
  667. height: auto;
  668. flex-direction: column;
  669. .circle{
  670. height: 60px;
  671. width: 100%;
  672. display: flex;
  673. align-items: center;
  674. justify-content: center;
  675. text-align: center;
  676. &::after{
  677. display: none;
  678. }
  679. .ico{
  680. display: none;
  681. }
  682. }
  683. &::after{
  684. top: auto;
  685. bottom: -85px;
  686. }
  687. }
  688. }
  689. .process--box{
  690. .box{
  691. padding: 25px 25px 60px 25px;
  692. background-size: 20%;
  693. background-position: right 20px bottom -10px !important;
  694. &:nth-child(1){
  695. }
  696. h4{
  697. font-size: 18px;
  698. margin-bottom: 15px;
  699. }
  700. }
  701. }
  702. .process--bot{
  703. padding-top: 105px;
  704. .process--side{
  705. gap: 15px;
  706. }
  707. }
  708. }
  709. }
  710. }
  711. }
  712. .four--strategy--wrap{
  713. .strategy--cont1{
  714. flex-direction: column;
  715. align-items: center;
  716. gap: 60px;
  717. margin-bottom: 60px;
  718. .cont--left{
  719. width: 100%;
  720. display: flex;
  721. justify-content: center;
  722. .box--wrap{
  723. width: 100%;
  724. max-width: 440px;
  725. justify-content: center;
  726. align-items: center;
  727. li{
  728. max-width: 185px;
  729. width: calc(50% - 10px);
  730. padding: 20px 10px;
  731. height: 150px!important;
  732. div{
  733. span{
  734. font-size: 12px!important;
  735. }
  736. }
  737. }
  738. }
  739. }
  740. .cont--right{
  741. width: 100%;
  742. justify-content: center;
  743. text-align: center;
  744. }
  745. }
  746. .strategy--cont2{
  747. .question2{
  748. font-size: 20px;
  749. margin-bottom: 20px;
  750. }
  751. .answer2{
  752. font-size: 16px;
  753. }
  754. .result{
  755. font-size: 16px;
  756. text-align: center;
  757. }
  758. }
  759. }
  760. .family--business--wrap{
  761. .family--cont--wrap{
  762. .cont--right{
  763. .family--box--wrap{
  764. .family--box{
  765. padding: 25px;
  766. border-radius: 10px;
  767. .ico{
  768. width: 40px;
  769. margin-bottom: 20px;
  770. background-size: 25px 25px;
  771. height: 40px;
  772. }
  773. p{
  774. font-size: 18px;
  775. margin-bottom: 15px;
  776. }
  777. }
  778. }
  779. }
  780. }
  781. }
  782. .impt--search--wrap{
  783. >ul{
  784. padding-top: 30px;
  785. li{
  786. width: calc(50% - 7.5px);
  787. &:last-child{
  788. width: 100%;
  789. }
  790. }
  791. }
  792. }
  793. .impt--list--wrap{
  794. ul{
  795. li{
  796. padding: 30px 25px;
  797. h3{
  798. font-size: 18px;
  799. }
  800. .captions{
  801. padding-top: 15px;
  802. font-size: 15px;
  803. line-height: 1.7;
  804. margin-bottom: 30px;
  805. }
  806. }
  807. }
  808. }
  809. .all--progress--wrap{
  810. .month--text--contents{
  811. >p{
  812. font-size: 15px;
  813. }
  814. .month--gap{
  815. >span{
  816. &:nth-of-type(1){
  817. padding: 15px;
  818. margin-right: 10px;
  819. }
  820. &:nth-of-type(2){
  821. font-size: 18px;
  822. }
  823. }
  824. }
  825. }
  826. .progress--section{
  827. .progress--title{
  828. .step--label{
  829. font-size: 18px;
  830. }
  831. }
  832. .progress--container{
  833. &.mo{
  834. gap: 20px;
  835. .progress--box{
  836. &:last-child{
  837. margin-top: 82px;
  838. }
  839. .progress--txt{
  840. span{
  841. font-size: 15px;
  842. }
  843. strong{
  844. font-size: 16px;
  845. }
  846. }
  847. }
  848. }
  849. }
  850. }
  851. .compatibility--inner--conls{
  852. padding: 20px 25px 30px 25px;
  853. >h2{
  854. font-size: 18px;
  855. margin-left: -25px;
  856. margin-bottom: 5px;
  857. padding-left: 25px;
  858. }
  859. .captions{
  860. font-size: 15px;
  861. line-height: 1.4;
  862. }
  863. .desc{
  864. margin-top: 15px;
  865. line-height: 1.4;
  866. font-size: 15px;
  867. }
  868. .btn--wrapper{
  869. right: 25px;
  870. gap: 10px;
  871. button{
  872. padding: 15px;
  873. }
  874. }
  875. }
  876. .step--section{
  877. .inner--s--title{
  878. span{
  879. &:nth-of-type(1){
  880. margin-right: 10px;
  881. font-size: 18px;
  882. }
  883. &:nth-of-type(2){
  884. margin-top: 10px;
  885. display: block;
  886. font-size: 15px;
  887. }
  888. }
  889. }
  890. .inner--grid{
  891. flex-wrap: wrap;
  892. row-gap: 30px;
  893. &::before{
  894. content: "";
  895. display: block;
  896. width: 100%;
  897. height: 1px;
  898. background: rgba(46, 204, 113, 0.5);
  899. position: absolute;
  900. width:calc(100% - 180px);
  901. left: 90px;
  902. top: calc(50% + 65px);
  903. z-index: -1;
  904. }
  905. .grid{
  906. width: 33.3333%;
  907. &.web{
  908. display: none;
  909. }
  910. &.mo{
  911. display: flex;
  912. }
  913. .desc{
  914. padding-top: 10px;
  915. font-size: 13px;
  916. }
  917. &:last-child{
  918. position: relative;
  919. &::after{
  920. content: '';
  921. display: inline-block;
  922. background: rgba(46, 204, 113, 0.5);
  923. position: absolute;
  924. width: 1px;
  925. height: 20px;
  926. top: -20px;
  927. left: 50%;
  928. }
  929. }
  930. }
  931. }
  932. }
  933. }
  934. }
  935. .faq--wrapper{
  936. .inner--contents{
  937. .faq--list--wrap{
  938. ul{
  939. li{
  940. .faq--item--title{
  941. >p{
  942. font-size: 15px;
  943. }
  944. }
  945. .faq--item--content{
  946. >p{
  947. font-size: 15px;
  948. }
  949. }
  950. }
  951. }
  952. }
  953. }
  954. }
  955. .mna--reason--wrap{
  956. .swiper-slide{
  957. transform: translateX(20px);
  958. }
  959. }
  960. .faq--wrapper{
  961. .inner--contents{
  962. .faq--list--wrap{
  963. padding-top: 30px;
  964. }
  965. }
  966. }
  967. }
  968. .top--btn{
  969. right: 20px;
  970. bottom: 20px;
  971. width: 45px;
  972. height: 45px;
  973. }
  974. footer{
  975. section{
  976. align-items: flex-start;
  977. flex-direction: column;
  978. .footer--left{
  979. .copy--text{
  980. gap: 5px;
  981. margin-top: 20px;
  982. p{
  983. font-size: 14px;
  984. span{
  985. font-size: 14px;
  986. margin-right: 20px;
  987. &::after{
  988. right: -10px;
  989. height: 12px;
  990. }
  991. }
  992. }
  993. }
  994. }
  995. .footer--right{
  996. gap: 10px;
  997. a{
  998. font-size: 14px;
  999. }
  1000. }
  1001. }
  1002. }
  1003. }
  1004. @media(max-width: 500px){
  1005. header{
  1006. .header--line--banner--wrap{
  1007. .inner--contents{
  1008. h3{
  1009. font-size: 16px;
  1010. }
  1011. .close--btn{
  1012. width: 30px;
  1013. height: 30px;
  1014. top: 0px;
  1015. }
  1016. }
  1017. }
  1018. }
  1019. main{
  1020. .main--visual--section{
  1021. .main--visual--pager{
  1022. padding: 10px 20px;
  1023. height: 70px;
  1024. .prev--next--wrap{
  1025. gap: 5px;
  1026. }
  1027. .main--visual--progress{
  1028. margin-right: 10px;
  1029. .progress-text{
  1030. display: none;
  1031. }
  1032. .main--visual--progress--bar{
  1033. .progress-bar{
  1034. width: 140px;
  1035. }
  1036. }
  1037. .progress-title{
  1038. width: 140px;
  1039. font-size: 14px;
  1040. margin-bottom: 10px;
  1041. padding-left: 0;
  1042. }
  1043. }
  1044. }
  1045. .main--visual--wrap{
  1046. .main--visual--img{
  1047. .main--visual--txt{
  1048. h3{
  1049. font-size: 30px;
  1050. }
  1051. p{
  1052. font-size: 15px;
  1053. }
  1054. }
  1055. }
  1056. }
  1057. }
  1058. .section--container{
  1059. .process--plan--wrap{
  1060. .title--wrap{
  1061. margin-bottom: 30px;
  1062. >h2{
  1063. font-size: 24px;
  1064. }
  1065. }
  1066. .content--wrap{
  1067. .direct--wrap{
  1068. .circle{
  1069. &:nth-of-type(3), &:nth-of-type(4){
  1070. width: 100%;
  1071. }
  1072. &:nth-of-type(3){
  1073. position: relative;
  1074. &::after{
  1075. content: '';
  1076. position: absolute;
  1077. width: 1px;
  1078. height: 30px;
  1079. display: inline-block;
  1080. border-right: 3px dashed #2ecc71;
  1081. top: calc(100% + 15px);
  1082. left: 50%;
  1083. }
  1084. }
  1085. }
  1086. .bar{
  1087. &.mo2{
  1088. display: none;
  1089. }
  1090. }
  1091. }
  1092. .process--wrap{
  1093. .process--title{
  1094. width: calc(100% - 24px);
  1095. font-size: 15px;
  1096. padding: 20px 5px;
  1097. }
  1098. .process--cont{
  1099. .process--top{
  1100. .process--side{
  1101. &::after{
  1102. width: 44px;
  1103. background-size: 100%;
  1104. left: calc(100% - 20px);
  1105. }
  1106. &:last-child{
  1107. &::after{
  1108. right: calc(100% - 20px);
  1109. }
  1110. }
  1111. }
  1112. .process--circle{
  1113. &::after{
  1114. width: 20px;
  1115. background-size: 100%;
  1116. background-position: top;
  1117. }
  1118. }
  1119. }
  1120. .process--bot{
  1121. padding-top: 85px;
  1122. .line{
  1123. width: 20px;
  1124. height: 44px;
  1125. background-size: 100%;
  1126. }
  1127. .process--side{
  1128. gap: 5px;
  1129. .line{
  1130. display: none;
  1131. }
  1132. .circle{
  1133. &:nth-of-type(2), &:nth-of-type(4){
  1134. &::after{
  1135. background-size: 20px 44px;
  1136. bottom: 100%;
  1137. background-position: bottom;
  1138. }
  1139. }
  1140. }
  1141. }
  1142. }
  1143. }
  1144. }
  1145. }
  1146. }
  1147. .title--wrap{
  1148. >h2{
  1149. font-size: 24px;
  1150. }
  1151. &.big{
  1152. >h2{
  1153. font-size: 24px;
  1154. }
  1155. }
  1156. }
  1157. .now--box--wrap{
  1158. .box--top{
  1159. flex-wrap: wrap;
  1160. gap: 20px;
  1161. margin-bottom: 50px;
  1162. .box{
  1163. width: 100%;
  1164. flex-direction: row;
  1165. gap: 20px;
  1166. .box--img{
  1167. width: 80px;
  1168. min-width: 80px;
  1169. img{
  1170. width: 100%;
  1171. }
  1172. }
  1173. >p{
  1174. width: calc(100% - 120px);
  1175. text-align: left;
  1176. }
  1177. }
  1178. }
  1179. }
  1180. .four--strategy--wrap{
  1181. .strategy--cont1{
  1182. .cont--left{
  1183. .box--wrap{
  1184. &::before{
  1185. width: 300px;
  1186. height: 300px;
  1187. top: 10px;
  1188. left: calc(50% - 150px);
  1189. }
  1190. }
  1191. }
  1192. }
  1193. .strategy--cont3{
  1194. .box{
  1195. background-size: 40%;
  1196. &:nth-child(1){
  1197. background-size: 25%;
  1198. }
  1199. &:nth-child(2){
  1200. background-size: 20%;
  1201. }
  1202. dt{
  1203. font-size: 16px;
  1204. }
  1205. dd{
  1206. font-size: 15px;
  1207. ul{
  1208. gap: 5px;
  1209. }
  1210. }
  1211. }
  1212. }
  1213. }
  1214. .growth--logic--wrap{
  1215. .title--box{
  1216. width: 100%;
  1217. }
  1218. .logic--box{
  1219. width: 100%;
  1220. min-height: 240px;
  1221. &.special{
  1222. width: 100%;
  1223. }
  1224. }
  1225. }
  1226. .mna--dream--wrap{
  1227. .dream--cont{
  1228. padding: 20px;
  1229. h4{
  1230. font-size: 20px;
  1231. }
  1232. .box{
  1233. padding: 20px;
  1234. margin-bottom: 20px;
  1235. }
  1236. .chat{
  1237. gap: 10px;
  1238. .chat--bubble{
  1239. padding: 15px;
  1240. margin-bottom: 20px;
  1241. }
  1242. }
  1243. .chat--answer{
  1244. margin-bottom: 20px;
  1245. }
  1246. }
  1247. }
  1248. .family--business--wrap{
  1249. .family--cont--wrap{
  1250. .cont--left{
  1251. h2{
  1252. font-size: 24px;
  1253. }
  1254. span{
  1255. font-size: 14px;
  1256. }
  1257. }
  1258. .cont--right{
  1259. .family--box--wrap{
  1260. .family--box{
  1261. width: 100%;
  1262. }
  1263. }
  1264. }
  1265. }
  1266. .family--table--wrap{
  1267. table{
  1268. tr{
  1269. td{
  1270. padding: 15px 10px;
  1271. font-size: 14px;
  1272. ul{
  1273. li{
  1274. padding-left: 6px;
  1275. font-size: 14px;
  1276. &::before{
  1277. }
  1278. }
  1279. }
  1280. }
  1281. }
  1282. }
  1283. }
  1284. }
  1285. .impt--search--wrap{
  1286. >ul{
  1287. li{
  1288. width: 100%;
  1289. text-align: center;
  1290. }
  1291. }
  1292. }
  1293. .impt--list--wrap{
  1294. ul{
  1295. flex-wrap: wrap;
  1296. width: 100%;
  1297. li{
  1298. width: 100%;
  1299. .thumb{
  1300. margin-left: auto;
  1301. }
  1302. }
  1303. }
  1304. }
  1305. .all--progress--wrap{
  1306. .step--section{
  1307. .inner--grid{
  1308. &::after{
  1309. top: 45px;
  1310. }
  1311. &::before{
  1312. top: calc(50% + 60px);
  1313. }
  1314. .grid{
  1315. .thumb{
  1316. width: 90px;
  1317. height: 90px;
  1318. }
  1319. &:first-child{
  1320. .desc{
  1321. width: 90px;
  1322. }
  1323. }
  1324. }
  1325. }
  1326. }
  1327. .compatibility--inner--conls{
  1328. .btn--wrapper{
  1329. margin-top: 20px;
  1330. width: 100%;
  1331. justify-content: flex-end;
  1332. position: static;
  1333. }
  1334. }
  1335. }
  1336. }
  1337. .mna--prof--wrap{
  1338. .prof--man--swiper{
  1339. padding: 0 20px;
  1340. .swiper-slide{
  1341. .prof--card{
  1342. gap: 20px;
  1343. padding: 25px 30px;
  1344. .thumb{
  1345. width: 100px;
  1346. height: 100px;
  1347. min-width: 100px;
  1348. img{
  1349. width: 100%;
  1350. }
  1351. }
  1352. }
  1353. }
  1354. }
  1355. }
  1356. .faq--wrapper{
  1357. .inner--contents{
  1358. .section--title{
  1359. font-size: 24px;
  1360. }
  1361. }
  1362. }
  1363. }
  1364. }