style.scss 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507
  1. @import "pretendard/dist/web/static/pretendard.css";
  2. // SCSS watching test
  3. * {
  4. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  5. word-break: keep-all;
  6. &::after, &::before{
  7. display: inline-block;
  8. }
  9. }
  10. .ico{
  11. display: inline-block;
  12. background-repeat: no-repeat;
  13. background-position: center;
  14. }
  15. #top--visual {
  16. &.company {
  17. background: url(/img/top_ban_company.jpg) no-repeat;
  18. background-attachment: fixed;
  19. background-size: contain;
  20. }
  21. &.products{
  22. background: url(/img/top_ban_products.jpg) no-repeat;
  23. background-attachment: fixed;
  24. background-size: contain;
  25. }
  26. &.technology{
  27. background: url(/img/top_ban_technology.jpg) no-repeat;
  28. background-attachment: fixed;
  29. background-size: contain;
  30. }
  31. &.media{
  32. background: url(/img/top_ban_media.jpg) no-repeat;
  33. background-attachment: fixed;
  34. background-size: contain;
  35. }
  36. }
  37. .header--wrap{
  38. position: fixed;
  39. top: 0;
  40. left: 0;
  41. width: 100%;
  42. z-index: 1000;
  43. transition: all 0.3s;
  44. &:hover, &.white{
  45. background-color: #fff;
  46. .header--container{
  47. .logo--wrap{
  48. background-image: url(/img/header--logo--green.svg);
  49. }
  50. .menu--wrap{
  51. .menu--item{
  52. >a{
  53. color: #515973;
  54. }
  55. }
  56. }
  57. .lang--wrap{
  58. .ico{
  59. background-image: url(/img/ico--lang--black.svg);
  60. }
  61. p{
  62. color: #1f2128;
  63. }
  64. }
  65. }
  66. }
  67. .header--container{
  68. width: 100%;
  69. max-width: 1280px;
  70. margin: 0 auto;
  71. background-color: transparent;
  72. justify-content: space-between;
  73. display: flex;
  74. align-items: center;
  75. height: 80px;
  76. .logo--wrap{
  77. width: 138px;
  78. background-image: url(/img/header--logo.svg);
  79. font-size: 0;
  80. height: 36px;
  81. }
  82. .menu--wrap{
  83. display: flex;
  84. .menu--item{
  85. position: relative;
  86. &:hover {
  87. >a{
  88. color: #00A654;
  89. &::before {
  90. width: calc(100% - 50px);
  91. }
  92. }
  93. }
  94. > a{
  95. color: #fff;
  96. font-weight: normal;
  97. padding: 0 30px;
  98. display: inline-block;
  99. height: 80px;
  100. font-weight: 700;
  101. transition: color 0.3s;
  102. font-size: 16px;
  103. line-height: 80px;
  104. position: relative;
  105. &::before{
  106. position: absolute;
  107. content: '';
  108. bottom: 20px;
  109. left: 50%;
  110. transition: width 0.3s;
  111. transform: translateX(-50%);
  112. height: 2px;
  113. width: 0;
  114. background-color: #00A654;
  115. }
  116. }
  117. .gnb--wrap{
  118. position: fixed;
  119. top: 80px;
  120. left: 0;
  121. background-color: #fff;
  122. width: 100%;
  123. opacity: 0;
  124. height: 60px;
  125. visibility: hidden;
  126. display: flex;
  127. justify-content: center;
  128. align-items: center;
  129. transition: all 0.3s ease;
  130. z-index: 101;
  131. border-top: 1px solid var(--05, #E0E4F2);
  132. gap: 60px;
  133. li{
  134. a{
  135. color: #1f2128;
  136. font-size: 16px;
  137. height: 60px;
  138. line-height: 60px;
  139. display: inline-block;
  140. font-weight: 500;
  141. transition: all 0.3s ease;
  142. &:hover{
  143. color: #00A654;
  144. }
  145. }
  146. }
  147. }
  148. &:hover .gnb--wrap{
  149. opacity: 1;
  150. visibility: visible;
  151. }
  152. }
  153. }
  154. .lang--wrap{
  155. display: flex;
  156. align-items: center;
  157. gap: 4px;
  158. position: relative;
  159. cursor: pointer;
  160. .ico{
  161. transition: all 0.3s;
  162. width: 24px;
  163. height: 24px;
  164. background-image: url(/img/ico--lang.svg);
  165. }
  166. >p{
  167. transition: all 0.3s;
  168. color: #fff;
  169. line-height: 1;
  170. font-size: 16px;
  171. font-weight: 700;
  172. }
  173. .select--wrap{
  174. opacity: 0;
  175. pointer-events: none;
  176. position: absolute;
  177. top: calc(100% + 13px);
  178. right: -12px;
  179. width: 180px;
  180. height: 180px;
  181. padding: 16px;
  182. overflow-y: scroll;
  183. background-color: #fff;
  184. box-shadow: 0 8px 16px 0 rgba(31, 33, 40, 0.12);
  185. display: flex;
  186. flex-direction: column;
  187. gap: 12px;
  188. li{
  189. color: #515973;
  190. font-size: 14px;
  191. font-weight: 700;
  192. &:hover{
  193. color: #00a654;
  194. }
  195. &.active{
  196. color: #00a654;
  197. }
  198. }
  199. // 스크롤바 커스터마이징
  200. &::-webkit-scrollbar {
  201. width: 4px;
  202. }
  203. &::-webkit-scrollbar-track {
  204. background: transparent;
  205. }
  206. &::-webkit-scrollbar-thumb {
  207. background-color: #b6bbcc;
  208. border-radius: 4px;
  209. }
  210. &::-webkit-scrollbar-thumb:hover {
  211. background-color: #a0a4b8;
  212. }
  213. }
  214. &.active{
  215. >p{
  216. color: #00A654;
  217. }
  218. .ico{
  219. background-image: url(/img/ico--lang--green.svg);
  220. }
  221. .select--wrap{
  222. opacity: 1;
  223. pointer-events: all;
  224. }
  225. }
  226. }
  227. }
  228. }
  229. main{
  230. .main--visual--wrap{
  231. .main--swiper--wrap{
  232. width: 100%;
  233. position: relative;
  234. .main--swiper{
  235. .visual--img{
  236. position: relative;
  237. .txt--wrap{
  238. width: 100%;
  239. text-align: center;
  240. height: 100%;
  241. display: flex;
  242. align-items: center;
  243. justify-content: center;
  244. position: absolute;
  245. h2{
  246. color: #fff;
  247. font-size: 48px;
  248. font-weight: 800;
  249. line-height: 1.4;
  250. }
  251. }
  252. .img--wrap{
  253. img{
  254. width: 100%;
  255. height: 100vh;
  256. object-fit: cover;
  257. }
  258. }
  259. }
  260. }
  261. .swiper--control--wrap{
  262. position: absolute;
  263. bottom: 0;
  264. left: 0;
  265. height: 84px;
  266. display: flex;
  267. justify-content: center;
  268. gap: 16px;
  269. align-items: center;
  270. z-index: 10;
  271. width: 100%;
  272. .pagination--wrap{
  273. display: flex;
  274. gap: 12px;
  275. align-items: center;
  276. .current{
  277. color: #fff;
  278. font-size: 14px;
  279. font-weight: 700;
  280. }
  281. .bar{
  282. opacity: 0.5;
  283. background-color: #fff;
  284. width: 1px;
  285. height: 12px;
  286. }
  287. .total{
  288. font-size: 14px;
  289. font-weight: 700;
  290. color: #fff;
  291. opacity: 0.5;
  292. }
  293. }
  294. .swiper--pagination{
  295. width: 150px;
  296. position: relative;
  297. height: 2px;
  298. background-color: rgba(255,255,255,0.5);
  299. .swiper-pagination-progressbar-fill{
  300. background-color: #fff;
  301. }
  302. }
  303. .swiper--btn--wrap{
  304. display: flex;
  305. gap:4px;
  306. align-items: center;
  307. justify-content: center;
  308. .swiper--btn--prev{
  309. width: 20px;
  310. height: 20px;
  311. background-image: url(/img/ico--swiper--prev.svg);
  312. }
  313. .swiper--btn--next{
  314. width: 20px;
  315. height: 20px;
  316. background-image: url(/img/ico--swiper--next.svg);
  317. }
  318. .play--btn{
  319. width: 20px;
  320. height: 20px;
  321. background-image: url(/img/ico--pause.svg);
  322. &.pause{
  323. background-image: url(/img/ico--play.svg);
  324. }
  325. }
  326. }
  327. }
  328. }
  329. }
  330. .main--content--wrap{
  331. &.bg--type{
  332. background-image: url(/img/main--bg.png);
  333. background-position: center;
  334. background-size: cover;
  335. background-repeat: no-repeat;
  336. background-attachment: fixed;
  337. }
  338. &.black--type{
  339. background-color: #1F2128;
  340. }
  341. &.gray--type{
  342. background-color: #F6F8FF;
  343. }
  344. &.white--txt{
  345. color: #fff !important;
  346. *{
  347. color: #fff!important;
  348. }
  349. }
  350. .main--container{
  351. margin: 0 auto;
  352. width: 100%;
  353. max-width: 1280px;
  354. padding: 100px 0;
  355. .title--wrap{
  356. text-align: center;
  357. .green--title{
  358. margin-bottom: 16px;
  359. color: #00a654!important;
  360. font-size: 18px;
  361. font-weight: 700;
  362. }
  363. .sub--title{
  364. color: #1f2128;
  365. font-size: 20px;
  366. font-weight: 400;
  367. margin-bottom: 12px;
  368. }
  369. >h2{
  370. color: #1f2128;
  371. font-size: 40px;
  372. font-weight: 700;
  373. }
  374. }
  375. .content--wrap{
  376. .img--card--wrap{
  377. display: flex;
  378. margin-bottom: 40px;
  379. justify-content: space-between;
  380. .card{
  381. img{
  382. width: 100%;
  383. }
  384. }
  385. }
  386. .square--card--wrap{
  387. width: 100%;
  388. margin-bottom: 40px;
  389. display: flex;
  390. flex-wrap: wrap;
  391. justify-content: center;
  392. gap: 20px;
  393. align-items: center;
  394. .card{
  395. width: calc((100% - 40px) / 3);
  396. padding: 20px 24px 60px 24px;
  397. display: flex;
  398. flex-direction: column;
  399. gap: 8px;
  400. border: 1px solid rgba(255, 255, 255, 0.30);
  401. background-color: rgba(0, 0, 0, 0.30);
  402. backdrop-filter: blur(6px);
  403. dt{
  404. font-size: 24px;
  405. font-weight: 700;
  406. }
  407. dd{
  408. font-size: 16px;
  409. font-weight: 400;
  410. }
  411. }
  412. }
  413. .number--card--wrap{
  414. display: flex;
  415. gap: 20px;
  416. width: 100%;
  417. .card{
  418. width: calc((100% - 40px) / 3);
  419. padding: 0 40px;
  420. display: flex;
  421. flex-direction: column;
  422. gap: 24px;
  423. align-items: center;
  424. text-align: center;
  425. .ico{
  426. width: 48px;
  427. height: 48px;
  428. background-image: url(/img/ico--main1.svg);
  429. }
  430. .card--title{
  431. display: flex;
  432. flex-direction: column;
  433. gap: 8px;
  434. align-items: center;
  435. .circle{
  436. border-radius: 24px;
  437. background-color: #2f3342;
  438. width: fit-content;
  439. font-size: 16px;
  440. padding: 3px 12px;
  441. font-weight: 700;
  442. }
  443. .number--wrap{
  444. .number{
  445. font-size: 60px;
  446. font-weight: 900;
  447. }
  448. .percent{
  449. font-size: 48px;
  450. font-weight: 900;
  451. }
  452. }
  453. .sub--txt{
  454. font-size: 18px;
  455. font-weight: 700;
  456. }
  457. }
  458. .card--desc{
  459. display: flex;
  460. flex-direction: column;
  461. gap: 4px;
  462. li{
  463. display: flex;
  464. gap: 12px;
  465. text-align: left;
  466. .nation{
  467. color: #00a654!important;
  468. font-size: 14px;
  469. font-weight: 400;
  470. line-height: 1.8;
  471. width: 18px;
  472. }
  473. .txt{
  474. width: calc(100% - 30px);
  475. strong{
  476. font-size: 14px;
  477. font-weight: 700;
  478. }
  479. span{
  480. color: #78809b!important;
  481. font-size: 14px;
  482. font-weight: 400;
  483. }
  484. }
  485. }
  486. }
  487. &:nth-of-type(2){
  488. .ico{
  489. background-image: url(/img/ico--main2.svg);
  490. }
  491. }
  492. &:nth-of-type(3) {
  493. .ico {
  494. background-image: url(/img/ico--main3.svg);
  495. }
  496. }
  497. }
  498. }
  499. .news--card--wrap{
  500. margin-bottom: 40px;
  501. display: flex;
  502. gap: 30px;
  503. .news{
  504. width: calc((100% - 60px) / 3);
  505. display: flex;
  506. flex-direction: column;
  507. gap: 24px;
  508. border-top: 1px solid #1f2128;
  509. padding-top: 24px;
  510. .news--title{
  511. overflow: hidden;
  512. text-overflow: ellipsis;
  513. display: -webkit-box;
  514. -webkit-line-clamp: 2;
  515. -webkit-box-orient: vertical;
  516. color: #1f2128;
  517. font-size: 20px;
  518. font-weight: 700;
  519. }
  520. .news--cont{
  521. overflow: hidden;
  522. text-overflow: ellipsis;
  523. display: -webkit-box;
  524. -webkit-line-clamp: 3;
  525. -webkit-box-orient: vertical;
  526. color: #515973;
  527. font-size: 16px;
  528. font-weight: 400;
  529. }
  530. .news--date{
  531. color: #515973;
  532. font-size: 16px;
  533. font-weight: 400;
  534. }
  535. }
  536. }
  537. }
  538. }
  539. .black--btn--wrap{
  540. display: flex;
  541. justify-content: center;
  542. align-items: center;
  543. .black--btn{
  544. border-radius: 24px;
  545. background-color: #1f2128;
  546. width: 128px;
  547. height: 44px;
  548. line-height: 44px;
  549. display: flex;
  550. align-items: center;
  551. justify-content: center;
  552. color: #fff;
  553. gap: 8px;
  554. font-size: 16px;
  555. font-weight: 700;
  556. .ico{
  557. background-image: url(/img/ico--more--arrow.svg);
  558. width: 24px;
  559. height: 24px;
  560. }
  561. &.blur--type{
  562. backdrop-filter: blur(6px);
  563. }
  564. }
  565. }
  566. .swiper--container{
  567. padding: 100px 0;
  568. .title--wrap {
  569. text-align: center;
  570. .green--title {
  571. margin-bottom: 16px;
  572. color: #00a654 !important;
  573. font-size: 18px;
  574. font-weight: 700;
  575. }
  576. .sub--title {
  577. color: #1f2128;
  578. font-size: 20px;
  579. font-weight: 400;
  580. margin-bottom: 12px;
  581. }
  582. >h2 {
  583. color: #1f2128;
  584. font-size: 40px;
  585. font-weight: 700;
  586. }
  587. }
  588. .item--swiper--wrap{
  589. .item--swiper{
  590. .item--img{
  591. display: flex;
  592. flex-direction: column;
  593. gap: 16px;
  594. .img--wrap{
  595. img{
  596. width: 100%;
  597. }
  598. }
  599. .txt--wrap{
  600. color: #1f2128;
  601. font-size: 14px;
  602. font-weight: 500;
  603. }
  604. }
  605. }
  606. }
  607. .marquee--wrap{
  608. overflow: hidden;
  609. .vue3-marquee{
  610. overflow: hidden;
  611. }
  612. .marquee{
  613. display: flex;
  614. gap: 40px;
  615. width: fit-content;
  616. .logo--wrap{
  617. display: flex;
  618. align-items: center;
  619. justify-content: center;
  620. width: 180px;
  621. height: 108px;
  622. }
  623. }
  624. }
  625. }
  626. }
  627. section{
  628. &.vision--section {
  629. background-image: url(/img/bg--vision.png);
  630. background-repeat: no-repeat;
  631. background-size: cover;
  632. background-position: center;
  633. background-attachment: fixed;
  634. .sub--container{
  635. padding: 145px 0;
  636. }
  637. }
  638. &.mission--section{
  639. padding-top: 100px;
  640. display: flex;
  641. flex-direction: column;
  642. gap: 60px;
  643. overflow: hidden;
  644. .title--wrap{
  645. display: flex;
  646. gap: 48px;
  647. justify-content: center;
  648. .mission--title{
  649. color: #1f2128;
  650. font-size: 40px;
  651. font-weight: 800;
  652. }
  653. .mission--desc{
  654. color: #1f2128;
  655. font-size: 24px;
  656. font-weight: 700;
  657. strong{
  658. color: #00a654;
  659. font-weight: 700;
  660. }
  661. }
  662. }
  663. .mission--img--wrap{
  664. display: flex;
  665. gap: 20px;
  666. width: 107%;
  667. margin-left: -3.5%;
  668. .img--wrap{
  669. width: calc((100% - 60px) / 4);
  670. img{
  671. width: 100%;
  672. }
  673. }
  674. }
  675. }
  676. &.values--section{
  677. background-image: url(/img/bg--values.png);
  678. background-repeat: no-repeat;
  679. background-size: cover;
  680. background-attachment: fixed;
  681. background-position: bottom center;
  682. .sub--container {
  683. padding: 100px 0 120px;
  684. }
  685. }
  686. .sub--container{
  687. margin: 0 auto;
  688. max-width: 1060px;
  689. width: 100%;
  690. padding: 100px 0;
  691. &.type2{
  692. padding: 100px 0 120px;
  693. }
  694. &.type3{
  695. max-width: 1280px;
  696. padding: 100px 0 120px;
  697. }
  698. .title--wrap{
  699. text-align: center;
  700. &.color--white{
  701. *{
  702. color: white!important;
  703. }
  704. }
  705. .logo--wrap{
  706. display: flex;
  707. justify-content: center;
  708. align-items: center;
  709. margin-bottom: 60px;
  710. }
  711. .title{
  712. color: #1f2128;
  713. font-size: 40px;
  714. font-weight: 700;
  715. strong{
  716. color: #00a654;
  717. font-weight: 700;
  718. }
  719. }
  720. .sub--title{
  721. margin-top: 24px;
  722. color: #1f2128;
  723. font-size: 24px;
  724. font-weight: 700;
  725. }
  726. .sub--title2{
  727. margin-top: 12px;
  728. font-size: 18px;
  729. font-weight: 400;
  730. color: #1f2128;
  731. }
  732. }
  733. .product--img--wrap{
  734. display: flex;
  735. flex-direction: column;
  736. align-items: center;
  737. gap: 20px;
  738. margin-top: 40px;
  739. .img--top{
  740. display: flex;
  741. gap: 20px;
  742. }
  743. .img--bot{
  744. display: flex;
  745. gap: 20px;
  746. }
  747. }
  748. .vision--wrap{
  749. display: flex;
  750. flex-direction: column;
  751. gap: 20px;
  752. text-align: center;
  753. >span{
  754. color: #fff;
  755. font-size: 20px;
  756. font-weight: 700;
  757. }
  758. >p{
  759. color: #fff;
  760. font-size: 40px;
  761. font-weight: 700;
  762. }
  763. }
  764. .values--card--wrap{
  765. display: flex;
  766. gap: 20px;
  767. margin-top: 40px;
  768. .card{
  769. display: flex;
  770. flex-direction: column;
  771. background-color: rgba(0, 0, 0, 0.30);
  772. backdrop-filter: blur(6px);
  773. padding: 24px;
  774. width: calc((100% - 40px) / 3);
  775. .ico{
  776. width: 48px;
  777. height: 48px;
  778. margin-bottom: 16px;
  779. background-image: url(/img/ico--values1.svg);
  780. }
  781. dt{
  782. margin-bottom: 8px;
  783. color: #fff;
  784. font-size: 24px;
  785. font-weight: 700;
  786. }
  787. dd{
  788. color: #fff;
  789. font-size: 16px;
  790. font-weight: 400;
  791. }
  792. &:nth-of-type(2){
  793. .ico{
  794. background-image: url(/img/ico--values2.svg);
  795. }
  796. }
  797. &:nth-of-type(3) {
  798. .ico {
  799. background-image: url(/img/ico--values3.svg);
  800. }
  801. }
  802. }
  803. }
  804. .history--desc--wrap{
  805. margin-top: 100px;
  806. display: flex;
  807. flex-direction: column;
  808. .history--desc{
  809. gap: 60px;
  810. display: flex;
  811. margin-bottom: 100px;
  812. &.left--type{
  813. padding-right: 100px;
  814. .img--wrap{
  815. min-width: 412px;
  816. }
  817. .desc--wrap{
  818. >p{
  819. font-size: 20px;
  820. }
  821. }
  822. }
  823. &.left--type2{
  824. padding-right: 100px;
  825. .img--wrap{
  826. min-width: 324px;
  827. }
  828. }
  829. &.right--type{
  830. padding-left: 100px;
  831. .img--wrap{
  832. min-width: 412px;
  833. }
  834. }
  835. &.top--type{
  836. flex-direction: column;
  837. }
  838. .desc--box--wrap{
  839. display: flex;
  840. justify-content: space-between;
  841. gap: 60px;
  842. .desc--wrap{
  843. width: 50%;
  844. >div{
  845. color: #1f2128;
  846. font-size: 24px;
  847. font-weight: 700;
  848. strong{
  849. font-weight: 700;
  850. color: #00A654;
  851. }
  852. }
  853. }
  854. }
  855. .desc--wrap{
  856. display: flex;
  857. flex-direction: column;
  858. gap: 20px;
  859. >p{
  860. color: #1f2128;
  861. font-size: 18px;
  862. font-weight: 400;
  863. strong{
  864. font-weight: 800;
  865. }
  866. }
  867. }
  868. }
  869. }
  870. .history--graph--wrap{
  871. display: flex;
  872. .txt--wrap{
  873. text-align: center;
  874. color: #1f2128;
  875. font-size: 40px;
  876. font-weight: 800;
  877. width: 50%;
  878. }
  879. .graph--wrap{
  880. width: 50%;
  881. display: flex;
  882. flex-direction: column;
  883. .graph--box{
  884. display: flex;
  885. gap: 30px;
  886. margin-top: -15px;
  887. &:first-child{
  888. margin-top: 0;
  889. }
  890. .deco--box{
  891. position: relative;
  892. padding-left: 5px;
  893. padding-top: 15px;
  894. .dot{
  895. display: inline-block;
  896. width: 12px;
  897. height: 12px;
  898. border-radius: 50%;
  899. background-color: #00a654;
  900. position: absolute;
  901. top: 15px;
  902. left: 0;
  903. }
  904. .line{
  905. display: inline-block;
  906. background-color: #e0e4f2;
  907. height: 100%;
  908. width: 2px;
  909. }
  910. }
  911. .history--box{
  912. display: flex;
  913. flex-direction: column;
  914. gap: 16px;
  915. padding-bottom: 95px;
  916. .year{
  917. line-height: 1.4;
  918. color: #1f2128;
  919. font-size: 32px;
  920. font-weight: 800;
  921. }
  922. >ul{
  923. display: flex;
  924. flex-direction: column;
  925. gap: 16px;
  926. >li{
  927. >div{
  928. display: flex;
  929. gap: 28px;
  930. >span{
  931. width: 80px;
  932. color: #78809b;
  933. font-size: 16px;
  934. font-weight: 700;
  935. }
  936. >p{
  937. color: #1f2128;
  938. font-size: 16px;
  939. font-weight: 700;
  940. width: calc(100% - 108px);
  941. }
  942. }
  943. }
  944. }
  945. }
  946. }
  947. }
  948. }
  949. .partners--wrap{
  950. display: flex;
  951. gap: 20px;
  952. flex-wrap: wrap;
  953. margin-top: 80px;
  954. .partners{
  955. background-color: #f6f8ff;
  956. width: calc((100% - 60px) / 4);
  957. }
  958. }
  959. .catalog--wrap{
  960. display: flex;
  961. flex-direction: column;
  962. gap: 80px;
  963. margin-top: 80px;
  964. .catalog{
  965. display: flex;
  966. gap: 80px;
  967. .img--wrap{
  968. min-width: 412px;
  969. }
  970. .download--wrap{
  971. display: flex;
  972. flex-direction: column;
  973. gap: 20px;
  974. justify-content: center;
  975. width: calc(100% - 492px);
  976. >p{
  977. color: #1f2128;
  978. font-size: 28px;
  979. font-weight: 800;
  980. }
  981. .btn--wrap{
  982. display: flex;
  983. gap: 8px;
  984. .download--btn{
  985. cursor: pointer;
  986. display: flex;
  987. gap: 8px;
  988. font-size: 16px;
  989. font-weight: 700;
  990. padding: 8px 12px 8px 16px;
  991. border-radius: 24px;
  992. color: #fff;
  993. background-color: #1f2128;
  994. .ico{
  995. width: 24px;
  996. height: 24px;
  997. background-image: url(/img/ico--download.svg);
  998. }
  999. }
  1000. }
  1001. }
  1002. }
  1003. }
  1004. .tab--wrap{
  1005. margin: 60px 0 80px;
  1006. display: flex;
  1007. justify-content: center;
  1008. gap: 12px;
  1009. a{
  1010. line-height: 1;
  1011. padding: 14px 32px;
  1012. color: #78809b;
  1013. font-size: 16px;
  1014. font-weight: 700;
  1015. border-radius: 24px;
  1016. background-color: #eff1fb;
  1017. &.active{
  1018. color: #00a654;
  1019. background-color: #fff;
  1020. border: 1px solid #00A654;
  1021. }
  1022. }
  1023. }
  1024. .materials--wrap{
  1025. display: flex;
  1026. flex-direction: column;
  1027. gap: 80px;
  1028. .materials--box{
  1029. display: flex;
  1030. gap: 80px;
  1031. .img--wrap{
  1032. min-width: 490px;
  1033. }
  1034. .desc--wrap{
  1035. display: flex;
  1036. flex-direction: column;
  1037. gap: 16px;
  1038. justify-content: center;
  1039. >h4{
  1040. color: #1f2128;
  1041. font-size: 28px;
  1042. font-weight: 800;
  1043. }
  1044. >h5{
  1045. color: #00a654;
  1046. font-size: 20px;
  1047. font-weight: 700;
  1048. }
  1049. >ul{
  1050. display: flex;
  1051. flex-direction: column;
  1052. gap: 8px;
  1053. >li{
  1054. color: #1f2128;
  1055. font-size: 16px;
  1056. font-weight: 400;
  1057. }
  1058. }
  1059. .tag--wrap{
  1060. display: flex;
  1061. gap: 4px;
  1062. span{
  1063. background-color: #EFF1FB;
  1064. color: #515973;
  1065. padding: 3px 8px;
  1066. font-weight: 500;
  1067. font-size: 14px;
  1068. }
  1069. }
  1070. .btn--wrap{
  1071. margin-top: 16px;
  1072. a{
  1073. padding: 11px 12px 11px 16px;
  1074. color: #1f2128;
  1075. font-size: 14px;
  1076. font-weight: 700;
  1077. display: flex;
  1078. gap: 8px;
  1079. border-radius: 24px;
  1080. width: fit-content;
  1081. border: 1px solid #515973;
  1082. .ico{
  1083. width: 20px;
  1084. height: 20px;
  1085. background-image: url(/img/ico--arrow.svg);
  1086. }
  1087. }
  1088. }
  1089. }
  1090. }
  1091. }
  1092. .life--cycle--wrap{
  1093. display: flex;
  1094. flex-direction: column;
  1095. gap: 20px;
  1096. margin-top: 80px;
  1097. .cycle{
  1098. display: flex;
  1099. gap: 20px;
  1100. .img--wrap{
  1101. position: relative;
  1102. .txt{
  1103. position: absolute;
  1104. bottom: 0;
  1105. width: 100%;
  1106. padding: 20px;
  1107. display: flex;
  1108. gap: 4px;
  1109. flex-direction: column;
  1110. left: 0;
  1111. span{
  1112. color: #fff;
  1113. font-weight: 800;
  1114. font-size: 20px;
  1115. }
  1116. p{
  1117. color: #fff;
  1118. font-size: 20px;
  1119. font-weight: 700;
  1120. }
  1121. }
  1122. }
  1123. }
  1124. }
  1125. .patents--wrap{
  1126. .patents--list{
  1127. display: flex;
  1128. flex-wrap: wrap;
  1129. column-gap: 20px;
  1130. row-gap: 40px;
  1131. .patents{
  1132. background-color: transparent;
  1133. cursor: pointer;
  1134. padding: 0;
  1135. display: flex;
  1136. flex-direction: column;
  1137. gap: 16px;
  1138. width: calc((100% - 60px) / 4);
  1139. .img--wrap{
  1140. width: 100%;
  1141. height: 353px;
  1142. overflow: hidden;
  1143. border: 1px solid #E0E4F2;
  1144. img{
  1145. width: 100%;
  1146. height: 100%;
  1147. object-fit: cover;
  1148. }
  1149. }
  1150. h4{
  1151. color: #1f2128;
  1152. font-size: 16px;
  1153. font-weight: 500;
  1154. overflow: hidden;
  1155. text-overflow: ellipsis;
  1156. display: -webkit-box;
  1157. -webkit-line-clamp: 3;
  1158. -webkit-box-orient: vertical;
  1159. }
  1160. }
  1161. }
  1162. }
  1163. .news--wrap{
  1164. margin-top: 80px;
  1165. >h3{
  1166. margin-bottom: 24px;
  1167. color: #1f2128;
  1168. font-size: 32px;
  1169. font-weight: 700;
  1170. }
  1171. .news--list{
  1172. display: flex;
  1173. flex-direction: column;
  1174. border-top: 1px solid #1f2128;
  1175. .news{
  1176. display: flex;
  1177. gap: 40px;
  1178. justify-content: space-between;
  1179. border-bottom: 1px solid #e0e4f2;
  1180. transition: all 0.3s;
  1181. padding: 20px 0;
  1182. &:hover{
  1183. background-color: #F6F8FF;
  1184. }
  1185. .news--title--wrap{
  1186. display: flex;
  1187. flex-direction: column;
  1188. gap: 12px;
  1189. h4{
  1190. color: #1f2128;
  1191. font-size: 20px;
  1192. font-weight: 500;
  1193. overflow: hidden;
  1194. text-overflow: ellipsis;
  1195. display: -webkit-box;
  1196. -webkit-line-clamp: 2;
  1197. -webkit-box-orient: vertical;
  1198. }
  1199. span{
  1200. color: #515973;
  1201. font-size: 16px;
  1202. font-weight: 400;
  1203. }
  1204. }
  1205. .news--thumb--wrap{
  1206. width: 160px;
  1207. height: 100px;
  1208. min-width: 160px;
  1209. img{
  1210. width: 100%;
  1211. height: 100%;
  1212. object-fit: cover;
  1213. }
  1214. }
  1215. }
  1216. }
  1217. }
  1218. .sns--wrap{
  1219. margin-top: 80px;
  1220. >h3 {
  1221. margin-bottom: 24px;
  1222. color: #1f2128;
  1223. font-size: 32px;
  1224. font-weight: 700;
  1225. }
  1226. .sns--list{
  1227. display: flex;
  1228. gap: 20px;
  1229. .sns{
  1230. width: calc((100% - 60px) / 4);
  1231. overflow: hidden;
  1232. position: relative;
  1233. .img--wrap{
  1234. background-repeat: no-repeat;
  1235. background-size: cover;
  1236. background-position: center;
  1237. width: 100%;
  1238. padding-bottom: 100%;
  1239. transition: all 0.3s;
  1240. }
  1241. .txt--wrap{
  1242. position: absolute;
  1243. color: #fff;
  1244. height: 50%;
  1245. width: 100%;
  1246. background-color: #00a654;
  1247. bottom: -100%;
  1248. transition: all 0.3s;
  1249. left: 0;
  1250. padding: 16px;
  1251. display: flex;
  1252. flex-direction: column;
  1253. justify-content: space-between;
  1254. z-index: 3;
  1255. >h4{
  1256. overflow: hidden;
  1257. text-overflow: ellipsis;
  1258. display: -webkit-box;
  1259. -webkit-line-clamp: 2;
  1260. -webkit-box-orient: vertical;
  1261. font-size: 18px;
  1262. font-weight: 700;
  1263. }
  1264. >span{
  1265. display: flex;
  1266. font-size: 14px;
  1267. font-weight: 700;
  1268. .ico{
  1269. width: 20px;
  1270. height: 20px;
  1271. background-image: url(/img/ico--more--arrow2.svg);
  1272. }
  1273. }
  1274. }
  1275. &::before{
  1276. z-index: 2;
  1277. transition: all 0.3s;
  1278. position: absolute;
  1279. top: 0;
  1280. left: 0;
  1281. width: 100%;
  1282. background: rgba(0, 0, 0, 0.50);
  1283. content: '';
  1284. display: inline-block;
  1285. height: 100%;
  1286. opacity: 0;
  1287. }
  1288. &:hover{
  1289. &::before{
  1290. opacity: 1;
  1291. }
  1292. .txt--wrap{
  1293. bottom: 0;
  1294. }
  1295. }
  1296. }
  1297. }
  1298. }
  1299. .pagination--wrap{
  1300. margin-top: 48px;
  1301. display: flex;
  1302. justify-content: center;
  1303. align-items: center;
  1304. gap: 8px;
  1305. >button{
  1306. width: 28px;
  1307. height: 28px;
  1308. background-image: url(/img/ico--paging--arrow.svg);
  1309. background-color: transparent;
  1310. cursor: pointer;
  1311. &.prev--btn{
  1312. transform: rotate(180deg);
  1313. }
  1314. }
  1315. .numbs{
  1316. display: flex;
  1317. align-items: center;
  1318. justify-content: center;
  1319. gap: 8px;
  1320. button{
  1321. cursor: pointer;
  1322. color: #515973;
  1323. font-size: 16px;
  1324. font-weight: 500;
  1325. background-color: transparent;
  1326. border-radius: 50%;
  1327. width: 28px;
  1328. height: 28px;
  1329. transition: all 0.3s;
  1330. &:hover{
  1331. background-color: #EFF1FB;
  1332. }
  1333. &.active{
  1334. color: #fff;
  1335. background-color: #00a654;
  1336. }
  1337. }
  1338. }
  1339. }
  1340. }
  1341. }
  1342. }
  1343. .footer--wrap{
  1344. background-color: #000;
  1345. .footer--container{
  1346. max-width: 1280px;
  1347. width: 100%;
  1348. margin: 0 auto;
  1349. padding: 40px 0 60px;
  1350. .footer--top{
  1351. display: flex;
  1352. justify-content: space-between;
  1353. .logo--wrap{
  1354. }
  1355. .menu--wrap{
  1356. display: flex;
  1357. gap: 20px;
  1358. >li{
  1359. width: 140px;
  1360. display: flex;
  1361. flex-direction: column;
  1362. gap: 20px;
  1363. >a{
  1364. color: #b6bbcc;
  1365. font-size: 15px;
  1366. font-weight: 400;
  1367. }
  1368. >ul{
  1369. display: flex;
  1370. flex-direction: column;
  1371. width: 100%;
  1372. gap: 20px;
  1373. >li{
  1374. width: 100%;
  1375. >a{
  1376. display: inline-block;
  1377. width: 100%;
  1378. font-size: 16px;
  1379. font-weight: 500;
  1380. color: #fff;
  1381. }
  1382. }
  1383. }
  1384. }
  1385. }
  1386. }
  1387. .footer--bot{
  1388. display: flex;
  1389. flex-direction: column;
  1390. margin-top: 40px;
  1391. padding-top: 20px;
  1392. border-top: 1px solid rgba(255, 255, 255, 0.2);
  1393. .sns--list{
  1394. display: flex;
  1395. gap: 20px;
  1396. margin-bottom: 20px;
  1397. li{
  1398. height: 24px;
  1399. width: 24px;
  1400. a{
  1401. display: inline-block;
  1402. width: 24px;
  1403. height: 24px;
  1404. &.blog{
  1405. background-image: url(/img/ico--blog.svg);
  1406. }
  1407. &.ytb{
  1408. background-image: url(/img/ico--ytb.svg);
  1409. }
  1410. &.fb {
  1411. background-image: url(/img/ico--fb.svg);
  1412. }
  1413. &.insta{
  1414. background-image: url(/img/ico--insta.svg);
  1415. }
  1416. }
  1417. }
  1418. }
  1419. .bar{
  1420. width: 1px;
  1421. height: 12px;
  1422. background-color: #fff;
  1423. opacity: 0.2;
  1424. }
  1425. .info--list{
  1426. align-items: center;
  1427. display: flex;
  1428. flex-wrap: wrap;
  1429. gap: 8px;
  1430. li{
  1431. color: #B6BBCC;
  1432. font-size: 14px;
  1433. font-weight: 400;
  1434. }
  1435. }
  1436. .copyright{
  1437. margin-top: 20px;
  1438. display: flex;
  1439. align-items: center;
  1440. gap: 8px;
  1441. span{
  1442. color: #B6BBCC;
  1443. font-size: 14px;
  1444. font-weight: 400;
  1445. }
  1446. a{
  1447. color: #b6bbcc;
  1448. font-size: 14px;
  1449. font-weight: 400;
  1450. }
  1451. }
  1452. }
  1453. }
  1454. }
  1455. // 모달
  1456. .bg-elevated\/75{
  1457. background-color: rgba(0,0,0,0.5);
  1458. backdrop-filter: blur(6px);
  1459. }
  1460. .bg-default{
  1461. border-radius: 0;
  1462. overflow: visible;
  1463. .modal--close--btn{
  1464. top: -36px;
  1465. right: 0;
  1466. position: absolute;
  1467. background-color: transparent;
  1468. width: 28px;
  1469. height: 28px;
  1470. background-image: url(/img/ico--close.svg);
  1471. border: none;
  1472. padding: 0;
  1473. }
  1474. .modal--img--container {
  1475. width: 100%;
  1476. max-height: calc(100vh - 80px); //close버튼 공간 남김
  1477. overflow-y: auto;
  1478. display: flex;
  1479. justify-content: center;
  1480. align-items: flex-start;
  1481. img{
  1482. width: 100%;
  1483. height: auto;
  1484. display: block;
  1485. }
  1486. }
  1487. }