media.scss 37 KB

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