main.scss 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930
  1. @charset "UTF-8";
  2. @import 'reset';
  3. @import 'mixin';
  4. @import 'media';
  5. header{
  6. position: fixed;
  7. width: 100%;
  8. top: 0;
  9. left: 0;
  10. z-index: 10;
  11. background: #fff;
  12. .header--line--banner--wrap{
  13. background-image: url(../img/top_line_bg.svg);
  14. background-size: auto;
  15. background-repeat: no-repeat;
  16. background-position: left center;
  17. background-color: #2ECC71;
  18. width:100%;
  19. padding:0px;
  20. @include flex-center;
  21. overflow: hidden;
  22. transition: all linear .2s;
  23. height:100px;
  24. &.actv{
  25. padding:0px 0px;
  26. height:0px;
  27. &+.header--contents--wrap{
  28. .header--dim{
  29. top: 170px;
  30. }
  31. }
  32. }
  33. .inner--contents{
  34. width:100%;
  35. max-width: 1200px;
  36. display: flex;
  37. flex-direction: column;
  38. align-items: center;
  39. justify-content: center;
  40. position: relative;
  41. .close--btn{
  42. background: none;
  43. border: 0px;
  44. padding:0px;
  45. position: absolute;
  46. top: calc(50% - 15px);
  47. right:0px;
  48. }
  49. h3{
  50. color: #FFF;
  51. text-align: center;
  52. font-size: 20px;
  53. font-style: normal;
  54. font-weight: 700;
  55. margin-bottom: 10px;
  56. letter-spacing: -0.4px;
  57. }
  58. p{
  59. color: #FFF;
  60. font-size: 15px;
  61. letter-spacing: -0.3px;
  62. font-weight: 500;
  63. }
  64. }
  65. }
  66. .header--contents--wrap{
  67. width:100%;
  68. @include flex-center;
  69. min-height:80px;
  70. .hnb--wrap{
  71. @include flex-center;
  72. gap:10px;
  73. button{
  74. padding:0px;
  75. border:0px;
  76. background: none;
  77. width:30px;
  78. height:30px;
  79. @include flex-center;
  80. &.hmb--btn{
  81. display: none;
  82. }
  83. }
  84. }
  85. .header--contents{
  86. width:100%;
  87. display: flex;
  88. flex-direction: column;
  89. .header--logo--wrap{
  90. border-bottom: 1px solid #d9d9d9;
  91. .logo--wrap{
  92. height: 100px;
  93. align-items: center;
  94. margin: 0 auto;
  95. width: 100%;
  96. max-width:1200px;
  97. display: flex;
  98. justify-content: space-between;
  99. padding: 20px 0;
  100. .logo{
  101. width: 210px;
  102. height: 58px;
  103. a{
  104. display: inline-block;
  105. img{
  106. width: 100%;
  107. }
  108. }
  109. }
  110. .txt{
  111. display: flex;
  112. flex-direction: column;
  113. gap: 15px;
  114. justify-content: center;
  115. p{
  116. color: #000;
  117. font-size: 15px;
  118. font-weight: 300;
  119. letter-spacing: -0.15px;
  120. line-height: 1;
  121. span{
  122. color: #1aaf59;
  123. font-weight: 600;
  124. }
  125. &:last-child{
  126. font-size: 18px;
  127. span{
  128. font-weight: 700;
  129. }
  130. }
  131. }
  132. }
  133. }
  134. }
  135. .header--gnb--wrap{
  136. .gnb--wrap{
  137. width: 100%;
  138. max-width: 1200px;
  139. margin: 0 auto;
  140. transition: left linear .2s;
  141. &.actv{
  142. >ul{
  143. li{
  144. >ul{
  145. display: block;
  146. top:52px;
  147. pointer-events: auto;
  148. transform: translateX(-50%) translateY(0px);
  149. opacity: 1;
  150. }
  151. }
  152. }
  153. }
  154. >ul{
  155. width: 100%;
  156. @include flex-center;
  157. li{
  158. width: 20%;
  159. position: relative;
  160. text-align: center;
  161. a{
  162. width: 100%;
  163. color: #000;
  164. font-size: 17px;
  165. height: 70px;
  166. display: inline-block;
  167. line-height: 70px;
  168. font-style: normal;
  169. font-weight: 600;
  170. letter-spacing: -0.34px;
  171. }
  172. ul{
  173. /*!2025-07-23 추가 */
  174. pointer-events: none;
  175. position: absolute;
  176. top:-500px;
  177. left:50%;
  178. opacity: 0;
  179. transform: translateX(-50%) translateY(-20px);
  180. transition: transform linear .2s, opacity linear .4s;
  181. background: transparent;
  182. padding:10px;
  183. z-index: 1000;
  184. li{
  185. padding:5px;
  186. a{
  187. color: #191919;
  188. font-size: 17px;
  189. font-style: normal;
  190. font-weight: 500;
  191. letter-spacing: -0.34px;
  192. white-space: nowrap;
  193. strong{
  194. color: #5D1BB8;
  195. font-size: 17px;
  196. font-style: normal;
  197. font-weight: 700;
  198. letter-spacing: -0.34px;
  199. }
  200. }
  201. }
  202. }
  203. }
  204. }
  205. }
  206. }
  207. }
  208. }
  209. .header--wrap{
  210. position: relative;
  211. display: flex;
  212. align-items: center;
  213. justify-content: center;
  214. flex-direction: column;
  215. &:after{
  216. transition: all ease-in-out .3s;
  217. content: "";
  218. display: block;
  219. height:0px;
  220. width:100%;
  221. background: #fff;
  222. position: absolute;
  223. top: 166px;
  224. left:0px;
  225. border-top:1px solid #ebebeb;
  226. z-index: -1;
  227. }
  228. }
  229. }
  230. .header--dim{
  231. &.actv{
  232. display: block;
  233. height:300px;
  234. }
  235. display: none;
  236. width:100%;
  237. height: 0px;
  238. position: fixed;
  239. top:270px;
  240. left:0px;
  241. background:#fff;
  242. border-top:1px solid #eee;
  243. z-index: 900;
  244. }
  245. main{
  246. padding-top: 270px!important;
  247. &.actv{
  248. padding-top: 170px!important;
  249. }
  250. .main--visual--section{
  251. overflow: hidden;
  252. position: relative;
  253. .main--visual--wrap{
  254. width:100%;
  255. .main--visual--img{
  256. width:100%;
  257. overflow: hidden;
  258. height:500px;
  259. position: relative;
  260. img{
  261. position: absolute;
  262. left:50%;
  263. transform: translateX(-50%);
  264. }
  265. .main--visual--txt{
  266. position: absolute;
  267. width: 100%;
  268. left: 50%;
  269. transform: translateX(-50%);
  270. height: 100%;
  271. display: flex;
  272. align-items: center;
  273. justify-content: center;
  274. flex-direction: column;
  275. max-width: 1200px;
  276. gap: 40px;
  277. h3{
  278. color: #191919;
  279. font-size: 50px;
  280. font-weight: 700;
  281. }
  282. p{
  283. font-size: 18px;
  284. color: #191919;
  285. font-weight: 400;
  286. margin-bottom: 30px;
  287. }
  288. }
  289. }
  290. }
  291. .main--visual--pager{
  292. position: absolute;
  293. left: 50%;
  294. transform: translateX(-50%);
  295. bottom:30px;
  296. z-index: 9;
  297. display: flex;
  298. justify-content: center;
  299. align-items: center;
  300. height: 90px;
  301. padding: 20px 35px;
  302. border-radius: 1000px;
  303. background: rgba(255, 255, 255, 0.60);
  304. backdrop-filter: blur(2px);
  305. .prev--next--wrap{
  306. padding-top: 20px;
  307. @include flex-center;
  308. display: flex;
  309. gap: 15px;
  310. align-items: center;
  311. justify-content: center;
  312. button{
  313. @include flex-center;
  314. width: 18px;
  315. height: 18px;
  316. border: none;
  317. background-color: transparent;
  318. background-image: url(../img/ico--swiper--left.svg);
  319. background-repeat: no-repeat;
  320. background-position: center;
  321. &.next--btn{
  322. background-image: url(../img/ico--swiper--right.svg);
  323. }
  324. }
  325. }
  326. .play--pause{
  327. @include flex-center;
  328. gap:11px;
  329. button{
  330. @include flex-center;
  331. width: 50px;
  332. height: 50px;
  333. border-radius: 50px;
  334. border:0px;
  335. background: rgba(255, 255, 255, 0.80);
  336. backdrop-filter: blur(2px);
  337. }
  338. }
  339. .main--visual--fraction{
  340. display: flex;
  341. align-items: center;
  342. justify-content: center;
  343. span{
  344. font-size: 13px;
  345. font-style: normal;
  346. line-height: 1;
  347. letter-spacing: -0.32px;
  348. font-weight: 500;
  349. color: rgba(0, 0, 0, 0.50);
  350. &.swiper-pagination-current{
  351. color:#000;
  352. font-weight: 800;
  353. }
  354. &.fraction-separator{
  355. background-color: #000;
  356. width: 1px;
  357. height: 12px;
  358. display: inline-block;
  359. margin: 0 10px;
  360. }
  361. }
  362. }
  363. .main--visual--pagination{
  364. display: flex;
  365. margin-right: 20px;
  366. gap: 5px;
  367. align-items: center;
  368. justify-content: center;
  369. padding-top: 20px;
  370. .swiper-pagination-bullet{
  371. width: 34px;
  372. height: 34px;
  373. border-radius: 50%;
  374. border: none;
  375. opacity: 1;
  376. background-color: transparent;
  377. cursor: pointer;
  378. position: relative;
  379. &::after{
  380. position: absolute;
  381. content: '';
  382. width: 4px;
  383. height: 4px;
  384. background-color: #000;
  385. border-radius: 50%;
  386. left: calc(50% - 2px);
  387. top: calc(50% - 2px);
  388. display: inline-block;
  389. }
  390. &.swiper-pagination-bullet-active{
  391. border: 1px solid rgba(0, 0, 0, 0.50);
  392. }
  393. }
  394. }
  395. .main--visual--progress{
  396. display: flex;
  397. justify-content: center;
  398. flex-direction: column;
  399. margin-right: 20px;
  400. .main--visual--progress--bar{
  401. display: flex;
  402. align-items: center;
  403. }
  404. .progress-title{
  405. padding-left: 30px;
  406. color: #000;
  407. font-size: 16px;
  408. font-weight: 500;
  409. line-height: 1;
  410. margin-bottom: 4px;
  411. }
  412. .progress-bar{
  413. width: 200px;
  414. height: 2px;
  415. background-color: rgba(0, 0, 0, 0.2)!important;
  416. border-radius: 100px;
  417. position: relative;
  418. overflow: hidden;
  419. }
  420. .progress-text{
  421. color: #000;
  422. font-size: 15px;
  423. font-weight: 500;
  424. width: 30px;
  425. }
  426. }
  427. }
  428. }
  429. .mna--reason--wrap{
  430. overflow-x: hidden;
  431. .btn--wrap{
  432. display: flex;
  433. justify-content: center;
  434. padding: 40px 0;
  435. gap: 10px;
  436. button{
  437. border: 1px solid #dadada;
  438. background-color: #fff;
  439. width: 50px;
  440. height: 50px;
  441. border-radius: 50%;
  442. background-repeat: no-repeat;
  443. background-position: center;
  444. &.play--btn{
  445. background-image: url(../img/ico--swiper--pause.svg);
  446. &.pause{
  447. background-image: url(../img/ico--swiper--play.svg);
  448. }
  449. }
  450. &.prev--btn{
  451. background-image: url(../img/ico--swiper--left2.svg);
  452. }
  453. &.next--btn{
  454. background-image: url(../img/ico--swiper--right2.svg);
  455. }
  456. }
  457. }
  458. .swiper-slide{
  459. transform: translateX(50%);
  460. height: auto;
  461. .reason--box{
  462. border-radius: 30px;
  463. border: 1px solid #EEE;
  464. background: #FFF;
  465. box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  466. height: 100%;
  467. display: flex;
  468. padding: 40px 45px 70px;
  469. flex-direction: column;
  470. >span{
  471. color: #1aaf59;
  472. font-size: 18px;
  473. font-weight: 700;
  474. line-height: 1;
  475. text-decoration-line: underline;
  476. text-decoration-style: solid;
  477. text-decoration-skip-ink: auto;
  478. text-decoration-thickness: auto;
  479. text-underline-offset: auto;
  480. text-underline-position: from-font;
  481. margin-bottom: 45px;
  482. }
  483. dt{
  484. color: #000;
  485. font-size: 20px;
  486. font-weight: 700;
  487. letter-spacing: -0.2px;
  488. margin-bottom: 35px;
  489. }
  490. dd{
  491. color: #333;
  492. font-size: 15px;
  493. font-weight: 300;
  494. letter-spacing: -0.15px;
  495. }
  496. }
  497. }
  498. }
  499. .gray--section{
  500. background-color: #f9f9f9;
  501. }
  502. .green--section{
  503. background-color: #2ECC71;
  504. }
  505. .section--container{
  506. max-width: 1200px;
  507. width: 100%;
  508. margin: 0 auto;
  509. &.p--120{
  510. padding: 120px 0;
  511. }
  512. &.p--100{
  513. padding: 100px 0;
  514. }
  515. .title--wrap{
  516. >h2{
  517. text-align: center;
  518. color: #000;
  519. font-size: 35px;
  520. font-weight: 300;
  521. strong{
  522. font-weight: 700;
  523. }
  524. }
  525. >p{
  526. text-align: center;
  527. }
  528. &.big{
  529. >h2{
  530. color: #000;
  531. font-size: 50px;
  532. font-weight: 300;
  533. letter-spacing: -0.5px;
  534. margin-bottom: 60px;
  535. line-height: 1.4;
  536. strong{
  537. font-weight: 700;
  538. }
  539. }
  540. >p{
  541. color: #000;
  542. font-weight: 300;
  543. line-height: 1.7;
  544. font-size: 18px;
  545. }
  546. }
  547. &.le{
  548. >h2, >p{
  549. text-align: left;
  550. }
  551. }
  552. }
  553. .now--box--wrap{
  554. .box--top{
  555. display: flex;
  556. margin-bottom: 90px;
  557. justify-content: space-between;
  558. .box{
  559. gap: 40px;
  560. width: 33.333%;
  561. display: flex;
  562. justify-content: center;
  563. flex-direction: column;
  564. align-items: center;
  565. text-align: center;
  566. >p{
  567. color: #000;
  568. font-size: 18px;
  569. font-weight: 300;
  570. strong{
  571. font-weight: 700;
  572. }
  573. }
  574. }
  575. }
  576. .box--bot{
  577. display: flex;
  578. gap: 40px;
  579. .box{
  580. width: 50%;
  581. border-radius: 20px;
  582. padding: 0 40px;
  583. display: flex;
  584. align-items: center;
  585. height: 120px;
  586. background-size: 100%;
  587. background-image: url(../img/bg--now1.svg);
  588. &:last-child{
  589. background-image: url(../img/bg--now2.svg);
  590. }
  591. }
  592. }
  593. }
  594. .growth--logic--wrap{
  595. display: flex;
  596. flex-wrap: wrap;
  597. gap: 40px;
  598. >div{
  599. width: calc((100% - 120px) / 3);
  600. }
  601. .title--box{
  602. width: calc((100% - 120px) / 3 + 40px);
  603. h2{
  604. color: #fff;
  605. font-size: 45px;
  606. font-weight: 300;
  607. letter-spacing: -0.45px;
  608. strong{
  609. font-weight: 800;
  610. color: #fff;
  611. }
  612. }
  613. .btn--wrap{
  614. display: flex;
  615. gap: 15px;
  616. a{
  617. display: inline-block;
  618. padding: 20px 30px;
  619. color: #fff;
  620. border-radius: 1000px;
  621. border: 1px solid #fff;
  622. line-height: 1;
  623. }
  624. }
  625. }
  626. .logic--box{
  627. border-radius: 25px;
  628. background-color: #fff;
  629. min-height: 350px;
  630. padding: 50px 45px 70px;
  631. dt{
  632. color: #333;
  633. font-size: 22px;
  634. font-weight: 700;
  635. letter-spacing: -0.22px;
  636. margin-bottom: 30px;
  637. strong{
  638. color :#1aaf59;
  639. font-weight: 700;
  640. }
  641. }
  642. dd{
  643. color: #444;
  644. font-size: 15px;
  645. font-weight: 400;
  646. letter-spacing: -0.15px;
  647. line-height: 1.7;
  648. }
  649. &.special{
  650. width: calc((100% - 120px) / 3 + 40px);
  651. background-color: #139e4e;
  652. background-image: url(../img/ico--logic.svg);
  653. background-repeat: no-repeat;
  654. background-position: right bottom;
  655. dt{
  656. color :#fff;
  657. text-decoration-line: underline;
  658. text-decoration-style: solid;
  659. text-decoration-skip-ink: auto;
  660. text-decoration-thickness: auto;
  661. text-underline-offset: auto;
  662. text-underline-position: from-font;
  663. }
  664. dd{
  665. color: #fff;
  666. }
  667. }
  668. }
  669. }
  670. .best--service--wrap{
  671. display: flex;
  672. gap: 40px;
  673. .service--box{
  674. padding: 40px 45px 70px;
  675. border: 1px solid #e5e5e5;
  676. border-radius: 25px;
  677. position: relative;
  678. width: calc((100% - 80px) / 3);
  679. &:nth-child(2){
  680. .service--numb{
  681. background-image: url(../img/numb--service2.svg);
  682. }
  683. }
  684. &:nth-child(3){
  685. .service--numb{
  686. background-image: url(../img/numb--service3.svg);
  687. }
  688. }
  689. .service--numb{
  690. position: absolute;
  691. right: 0;
  692. display: inline-block;
  693. width: 100px;
  694. height: 100px;
  695. background-repeat: no-repeat;
  696. background-position: top right;
  697. top: 10px;
  698. background-image: url(../img/numb--service1.svg);
  699. }
  700. h3{
  701. margin-top: 40px;
  702. margin-bottom: 30px;
  703. font-size: 22px;
  704. color: #191919;
  705. font-weight: 300;
  706. letter-spacing: -0.22px;
  707. line-height: 1.4;
  708. strong{
  709. font-weight: 700;
  710. }
  711. }
  712. p{
  713. color: #333;
  714. font-size: 16px;
  715. letter-spacing: -0.16px;
  716. line-height: 1.7;
  717. font-weight: 300;
  718. }
  719. }
  720. }
  721. .process--plan--wrap{
  722. .title--wrap{
  723. margin-bottom: 70px;
  724. span{
  725. color: #1aaf59;
  726. font-size: 15px;
  727. text-transform: uppercase;
  728. display: inline-block;
  729. margin-bottom: 25px;
  730. }
  731. h2{
  732. font-size: 30px;
  733. font-weight: 400;
  734. margin-bottom: 25px;
  735. }
  736. p{
  737. font-size: 18px;
  738. font-weight: 300;
  739. }
  740. }
  741. .content--wrap{
  742. h3{
  743. .ico{
  744. width: 20px;
  745. height: 20px;
  746. background-image: url(../img/ico--heart.svg);
  747. display: inline-block;
  748. background-repeat: no-repeat;
  749. background-position: center;
  750. margin-right: 15px;
  751. }
  752. color: #000;
  753. font-size: 20px;
  754. font-weight: 700;
  755. letter-spacing: -0.2px;
  756. display: flex;
  757. align-items: center;
  758. margin-bottom: 40px;
  759. }
  760. .direct--wrap{
  761. display: flex;
  762. justify-content: space-between;
  763. align-items: center;
  764. gap: 20px;
  765. .circle{
  766. display: flex;
  767. min-width: 190px;
  768. justify-content: center;
  769. gap: 12px;
  770. padding: 20px 40px;
  771. background-color: #2ECC71;
  772. align-items: center;
  773. border-radius: 100px;
  774. p{
  775. color: #fff;
  776. font-size: 17px;
  777. font-weight: 600;
  778. line-height: 1;
  779. letter-spacing: -0.17px;
  780. }
  781. .ico{
  782. width: 25px;
  783. height: 25px;
  784. display: inline-block;
  785. background-position: center;
  786. background-repeat: no-repeat;
  787. background-size: 100%;
  788. background-image: url(../img/ico--direct1.svg);
  789. }
  790. &:nth-of-type(2){
  791. background-color: #188345;
  792. .ico{
  793. background-image: url(../img/ico--direct2.svg);
  794. }
  795. }
  796. &:nth-of-type(3){
  797. .ico{
  798. background-image: url(../img/ico--direct3.svg);
  799. }
  800. }
  801. &:nth-of-type(4){
  802. background-color: #188345;
  803. .ico{
  804. background-image: url(../img/ico--direct4.svg);
  805. }
  806. }
  807. }
  808. .bar{
  809. width: 70px;
  810. height: 1px;
  811. border-bottom: 3px dashed #2ecc71;
  812. }
  813. }
  814. .process--wrap{
  815. .process--title{
  816. text-align: center;
  817. font-weight: 700;
  818. font-size: 25px;
  819. line-height: 1;
  820. color: #333;
  821. margin-bottom: 45px;
  822. strong{
  823. color: #188345;
  824. }
  825. }
  826. .process--cont{
  827. .process--top{
  828. display: flex;
  829. align-items: center;
  830. justify-content: space-between;
  831. .process--side{
  832. width: 123px;
  833. display: flex;
  834. gap: 15px;
  835. flex-direction: column;
  836. justify-content: center;
  837. .circle{
  838. color: #444;
  839. font-size: 16px;
  840. text-align: center;
  841. padding: 20px 0;
  842. border-radius: 100px;
  843. border: 2px solid #ddee81;
  844. font-weight: 600;
  845. line-height: 1;
  846. letter-spacing: -0.16px;
  847. strong{
  848. font-weight: 600;
  849. color: #1aaf59;
  850. }
  851. }
  852. .line{
  853. height: 50px;
  854. width: 50%;
  855. border-right: 3px dashed #ddee81;
  856. }
  857. &.right{
  858. }
  859. }
  860. .process--circle{
  861. width: calc(100% - 346px);
  862. height: 390px;
  863. display: flex;
  864. background-image: url(../img/bg--process--circle.svg);
  865. background-repeat: no-repeat;
  866. background-position: center;
  867. align-items: center;
  868. justify-content: center;
  869. background-size: 100%;
  870. .circle{
  871. width: 28%;
  872. display: flex;
  873. flex-direction: column;
  874. gap: 35px;
  875. align-items: center;
  876. .ico{
  877. width: 80px;
  878. height: 80px;
  879. background-position: center;
  880. background-size: 100%;
  881. background-repeat: no-repeat;
  882. display: inline-block;
  883. }
  884. &:nth-child(1){
  885. .ico{
  886. background-image: url(../img/ico--process--circle1.svg);
  887. }
  888. }
  889. &:nth-child(2){
  890. .ico{
  891. background-image: url(../img/ico--process--circle2.svg);
  892. }
  893. }
  894. &:nth-child(3){
  895. .ico{
  896. background-image: url(../img/ico--process--circle3.svg);
  897. }
  898. }
  899. }
  900. }
  901. }
  902. .process--bot{
  903. }
  904. }
  905. }
  906. }
  907. }
  908. }
  909. }