style.scss 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779
  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. &.notice--section{
  687. .sub--container{
  688. .title--wrap{
  689. .title{
  690. font-size: 48px;
  691. }
  692. }
  693. }
  694. }
  695. .sub--container{
  696. margin: 0 auto;
  697. max-width: 1060px;
  698. width: 100%;
  699. padding: 100px 0;
  700. &.type2{
  701. padding: 100px 0 120px;
  702. }
  703. &.type3{
  704. max-width: 1280px;
  705. padding: 100px 0 120px;
  706. }
  707. &.type4{
  708. padding: 160px 0 120px;
  709. }
  710. .title--wrap{
  711. text-align: center;
  712. &.color--white{
  713. *{
  714. color: white!important;
  715. }
  716. }
  717. .logo--wrap{
  718. display: flex;
  719. justify-content: center;
  720. align-items: center;
  721. margin-bottom: 60px;
  722. }
  723. .title{
  724. color: #1f2128;
  725. font-size: 40px;
  726. font-weight: 700;
  727. strong{
  728. color: #00a654;
  729. font-weight: 700;
  730. }
  731. }
  732. .sub--title{
  733. margin-top: 24px;
  734. color: #1f2128;
  735. font-size: 24px;
  736. font-weight: 700;
  737. }
  738. .sub--title2{
  739. margin-top: 12px;
  740. font-size: 18px;
  741. font-weight: 400;
  742. color: #1f2128;
  743. }
  744. }
  745. .product--img--wrap{
  746. display: flex;
  747. flex-direction: column;
  748. align-items: center;
  749. gap: 20px;
  750. margin-top: 40px;
  751. .img--top{
  752. display: flex;
  753. gap: 20px;
  754. }
  755. .img--bot{
  756. display: flex;
  757. gap: 20px;
  758. }
  759. }
  760. .vision--wrap{
  761. display: flex;
  762. flex-direction: column;
  763. gap: 20px;
  764. text-align: center;
  765. >span{
  766. color: #fff;
  767. font-size: 20px;
  768. font-weight: 700;
  769. }
  770. >p{
  771. color: #fff;
  772. font-size: 40px;
  773. font-weight: 700;
  774. }
  775. }
  776. .values--card--wrap{
  777. display: flex;
  778. gap: 20px;
  779. margin-top: 40px;
  780. .card{
  781. display: flex;
  782. flex-direction: column;
  783. background-color: rgba(0, 0, 0, 0.30);
  784. backdrop-filter: blur(6px);
  785. padding: 24px;
  786. width: calc((100% - 40px) / 3);
  787. .ico{
  788. width: 48px;
  789. height: 48px;
  790. margin-bottom: 16px;
  791. background-image: url(/img/ico--values1.svg);
  792. }
  793. dt{
  794. margin-bottom: 8px;
  795. color: #fff;
  796. font-size: 24px;
  797. font-weight: 700;
  798. }
  799. dd{
  800. color: #fff;
  801. font-size: 16px;
  802. font-weight: 400;
  803. }
  804. &:nth-of-type(2){
  805. .ico{
  806. background-image: url(/img/ico--values2.svg);
  807. }
  808. }
  809. &:nth-of-type(3) {
  810. .ico {
  811. background-image: url(/img/ico--values3.svg);
  812. }
  813. }
  814. }
  815. }
  816. .history--desc--wrap{
  817. margin-top: 100px;
  818. display: flex;
  819. flex-direction: column;
  820. .history--desc{
  821. gap: 60px;
  822. display: flex;
  823. margin-bottom: 100px;
  824. &.left--type{
  825. padding-right: 100px;
  826. .img--wrap{
  827. min-width: 412px;
  828. }
  829. .desc--wrap{
  830. >p{
  831. font-size: 20px;
  832. }
  833. }
  834. }
  835. &.left--type2{
  836. padding-right: 100px;
  837. .img--wrap{
  838. min-width: 324px;
  839. }
  840. }
  841. &.right--type{
  842. padding-left: 100px;
  843. .img--wrap{
  844. min-width: 412px;
  845. }
  846. }
  847. &.top--type{
  848. flex-direction: column;
  849. }
  850. .desc--box--wrap{
  851. display: flex;
  852. justify-content: space-between;
  853. gap: 60px;
  854. .desc--wrap{
  855. width: 50%;
  856. >div{
  857. color: #1f2128;
  858. font-size: 24px;
  859. font-weight: 700;
  860. strong{
  861. font-weight: 700;
  862. color: #00A654;
  863. }
  864. }
  865. }
  866. }
  867. .desc--wrap{
  868. display: flex;
  869. flex-direction: column;
  870. gap: 20px;
  871. >p{
  872. color: #1f2128;
  873. font-size: 18px;
  874. font-weight: 400;
  875. strong{
  876. font-weight: 800;
  877. }
  878. }
  879. }
  880. }
  881. }
  882. .history--graph--wrap{
  883. display: flex;
  884. .txt--wrap{
  885. text-align: center;
  886. color: #1f2128;
  887. font-size: 40px;
  888. font-weight: 800;
  889. width: 50%;
  890. }
  891. .graph--wrap{
  892. width: 50%;
  893. display: flex;
  894. flex-direction: column;
  895. .graph--box{
  896. display: flex;
  897. gap: 30px;
  898. margin-top: -15px;
  899. &:first-child{
  900. margin-top: 0;
  901. }
  902. .deco--box{
  903. position: relative;
  904. padding-left: 5px;
  905. padding-top: 15px;
  906. .dot{
  907. display: inline-block;
  908. width: 12px;
  909. height: 12px;
  910. border-radius: 50%;
  911. background-color: #00a654;
  912. position: absolute;
  913. top: 15px;
  914. left: 0;
  915. }
  916. .line{
  917. display: inline-block;
  918. background-color: #e0e4f2;
  919. height: 100%;
  920. width: 2px;
  921. }
  922. }
  923. .history--box{
  924. display: flex;
  925. flex-direction: column;
  926. gap: 16px;
  927. padding-bottom: 95px;
  928. .year{
  929. line-height: 1.4;
  930. color: #1f2128;
  931. font-size: 32px;
  932. font-weight: 800;
  933. }
  934. >ul{
  935. display: flex;
  936. flex-direction: column;
  937. gap: 16px;
  938. >li{
  939. >div{
  940. display: flex;
  941. gap: 28px;
  942. >span{
  943. width: 80px;
  944. color: #78809b;
  945. font-size: 16px;
  946. font-weight: 700;
  947. }
  948. >p{
  949. color: #1f2128;
  950. font-size: 16px;
  951. font-weight: 700;
  952. width: calc(100% - 108px);
  953. }
  954. }
  955. }
  956. }
  957. }
  958. }
  959. }
  960. }
  961. .partners--wrap{
  962. display: flex;
  963. gap: 20px;
  964. flex-wrap: wrap;
  965. margin-top: 80px;
  966. .partners{
  967. background-color: #f6f8ff;
  968. width: calc((100% - 60px) / 4);
  969. }
  970. }
  971. .catalog--wrap{
  972. display: flex;
  973. flex-direction: column;
  974. gap: 80px;
  975. margin-top: 80px;
  976. .catalog{
  977. display: flex;
  978. gap: 80px;
  979. .img--wrap{
  980. min-width: 412px;
  981. }
  982. .download--wrap{
  983. display: flex;
  984. flex-direction: column;
  985. gap: 20px;
  986. justify-content: center;
  987. width: calc(100% - 492px);
  988. >p{
  989. color: #1f2128;
  990. font-size: 28px;
  991. font-weight: 800;
  992. }
  993. .btn--wrap{
  994. display: flex;
  995. gap: 8px;
  996. .download--btn{
  997. cursor: pointer;
  998. display: flex;
  999. gap: 8px;
  1000. font-size: 16px;
  1001. font-weight: 700;
  1002. padding: 8px 12px 8px 16px;
  1003. border-radius: 24px;
  1004. color: #fff;
  1005. background-color: #1f2128;
  1006. .ico{
  1007. width: 24px;
  1008. height: 24px;
  1009. background-image: url(/img/ico--download.svg);
  1010. }
  1011. }
  1012. }
  1013. }
  1014. }
  1015. }
  1016. .tab--wrap{
  1017. margin: 60px 0 80px;
  1018. display: flex;
  1019. justify-content: center;
  1020. gap: 12px;
  1021. a{
  1022. line-height: 1;
  1023. padding: 14px 32px;
  1024. color: #78809b;
  1025. font-size: 16px;
  1026. font-weight: 700;
  1027. border-radius: 24px;
  1028. background-color: #eff1fb;
  1029. &.active{
  1030. color: #00a654;
  1031. background-color: #fff;
  1032. border: 1px solid #00A654;
  1033. }
  1034. }
  1035. }
  1036. .search--wrap{
  1037. margin: 60px 0 40px;
  1038. display: flex;
  1039. justify-content: end;
  1040. position: relative;
  1041. gap: 8px;
  1042. >button{
  1043. width: 120px;
  1044. box-shadow: none;
  1045. height: 48px;
  1046. padding-left: 16px;
  1047. border: 1px solid #b6bbcc;
  1048. padding-right: 40px;
  1049. color: #1f2128;
  1050. font-size: 16px;
  1051. font-weight: 500;
  1052. .iconify{
  1053. --svg: none;
  1054. background-color: transparent;
  1055. width: 24px;
  1056. height: 24px;
  1057. background-image: url(/img/ico--select.svg);
  1058. }
  1059. }
  1060. input{
  1061. padding: 0 40px 0 16px;
  1062. height: 48px;
  1063. width: 320px;
  1064. box-shadow: none;
  1065. border: 1px solid #b6bbcc;
  1066. color: #1f2128;
  1067. font-size: 16px;
  1068. font-weight: 500;
  1069. &::placeholder{
  1070. color: #78809b;
  1071. font-size: 16px;
  1072. font-weight: 500;
  1073. }
  1074. }
  1075. .search--btn{
  1076. background-color: transparent;
  1077. border: none;
  1078. position: absolute;
  1079. top: 50%;
  1080. transform: translateY(-50%);
  1081. background-repeat: no-repeat;
  1082. width: 24px;
  1083. padding: 0;
  1084. right: 12px;
  1085. height: 24px;
  1086. background-image: url(/img/ico--search.svg);
  1087. }
  1088. }
  1089. .materials--wrap{
  1090. display: flex;
  1091. flex-direction: column;
  1092. gap: 80px;
  1093. .materials--box{
  1094. display: flex;
  1095. gap: 80px;
  1096. .img--wrap{
  1097. min-width: 490px;
  1098. }
  1099. .desc--wrap{
  1100. display: flex;
  1101. flex-direction: column;
  1102. gap: 16px;
  1103. justify-content: center;
  1104. >h4{
  1105. color: #1f2128;
  1106. font-size: 28px;
  1107. font-weight: 800;
  1108. }
  1109. >h5{
  1110. color: #00a654;
  1111. font-size: 20px;
  1112. font-weight: 700;
  1113. }
  1114. >ul{
  1115. display: flex;
  1116. flex-direction: column;
  1117. gap: 8px;
  1118. >li{
  1119. color: #1f2128;
  1120. font-size: 16px;
  1121. font-weight: 400;
  1122. }
  1123. }
  1124. .tag--wrap{
  1125. display: flex;
  1126. gap: 4px;
  1127. span{
  1128. background-color: #EFF1FB;
  1129. color: #515973;
  1130. padding: 3px 8px;
  1131. font-weight: 500;
  1132. font-size: 14px;
  1133. }
  1134. }
  1135. .btn--wrap{
  1136. margin-top: 16px;
  1137. a{
  1138. padding: 11px 12px 11px 16px;
  1139. color: #1f2128;
  1140. font-size: 14px;
  1141. font-weight: 700;
  1142. display: flex;
  1143. gap: 8px;
  1144. border-radius: 24px;
  1145. width: fit-content;
  1146. border: 1px solid #515973;
  1147. .ico{
  1148. width: 20px;
  1149. height: 20px;
  1150. background-image: url(/img/ico--arrow.svg);
  1151. }
  1152. }
  1153. }
  1154. }
  1155. }
  1156. }
  1157. .life--cycle--wrap{
  1158. display: flex;
  1159. flex-direction: column;
  1160. gap: 20px;
  1161. margin-top: 80px;
  1162. .cycle{
  1163. display: flex;
  1164. gap: 20px;
  1165. .img--wrap{
  1166. position: relative;
  1167. .txt{
  1168. position: absolute;
  1169. bottom: 0;
  1170. width: 100%;
  1171. padding: 20px;
  1172. display: flex;
  1173. gap: 4px;
  1174. flex-direction: column;
  1175. left: 0;
  1176. span{
  1177. color: #fff;
  1178. font-weight: 800;
  1179. font-size: 20px;
  1180. }
  1181. p{
  1182. color: #fff;
  1183. font-size: 20px;
  1184. font-weight: 700;
  1185. }
  1186. }
  1187. }
  1188. }
  1189. }
  1190. .patents--wrap{
  1191. .patents--list{
  1192. display: flex;
  1193. flex-wrap: wrap;
  1194. column-gap: 20px;
  1195. row-gap: 40px;
  1196. .patents{
  1197. background-color: transparent;
  1198. cursor: pointer;
  1199. padding: 0;
  1200. display: flex;
  1201. flex-direction: column;
  1202. gap: 16px;
  1203. width: calc((100% - 60px) / 4);
  1204. .img--wrap{
  1205. width: 100%;
  1206. height: 353px;
  1207. overflow: hidden;
  1208. border: 1px solid #E0E4F2;
  1209. img{
  1210. width: 100%;
  1211. height: 100%;
  1212. object-fit: cover;
  1213. }
  1214. }
  1215. h4{
  1216. color: #1f2128;
  1217. font-size: 16px;
  1218. font-weight: 500;
  1219. overflow: hidden;
  1220. text-overflow: ellipsis;
  1221. display: -webkit-box;
  1222. -webkit-line-clamp: 3;
  1223. -webkit-box-orient: vertical;
  1224. }
  1225. }
  1226. }
  1227. }
  1228. .news--wrap{
  1229. margin-top: 80px;
  1230. >h3{
  1231. margin-bottom: 24px;
  1232. color: #1f2128;
  1233. font-size: 32px;
  1234. font-weight: 700;
  1235. }
  1236. .news--list{
  1237. display: flex;
  1238. flex-direction: column;
  1239. border-top: 1px solid #1f2128;
  1240. .news{
  1241. display: flex;
  1242. gap: 40px;
  1243. justify-content: space-between;
  1244. border-bottom: 1px solid #e0e4f2;
  1245. transition: all 0.3s;
  1246. padding: 20px 0;
  1247. &:hover{
  1248. background-color: #F6F8FF;
  1249. }
  1250. .news--title--wrap{
  1251. display: flex;
  1252. flex-direction: column;
  1253. gap: 12px;
  1254. h4{
  1255. color: #1f2128;
  1256. font-size: 20px;
  1257. font-weight: 500;
  1258. overflow: hidden;
  1259. text-overflow: ellipsis;
  1260. display: -webkit-box;
  1261. -webkit-line-clamp: 2;
  1262. -webkit-box-orient: vertical;
  1263. }
  1264. span{
  1265. color: #515973;
  1266. font-size: 16px;
  1267. font-weight: 400;
  1268. }
  1269. }
  1270. .news--thumb--wrap{
  1271. width: 160px;
  1272. height: 100px;
  1273. min-width: 160px;
  1274. img{
  1275. width: 100%;
  1276. height: 100%;
  1277. object-fit: cover;
  1278. }
  1279. }
  1280. }
  1281. }
  1282. }
  1283. .notice--wrap {
  1284. .notice--list {
  1285. display: flex;
  1286. flex-direction: column;
  1287. border-top: 1px solid #1f2128;
  1288. .notice {
  1289. display: flex;
  1290. justify-content: space-between;
  1291. border-bottom: 1px solid #e0e4f2;
  1292. transition: all 0.3s;
  1293. align-items: center;
  1294. padding: 28px 20px;
  1295. gap: 80px;
  1296. &:hover {
  1297. background-color: #F6F8FF;
  1298. }
  1299. .news--index{
  1300. width: 20px;
  1301. color: #515973;
  1302. font-size: 16px;
  1303. font-weight: 400;
  1304. }
  1305. h4 {
  1306. color: #1f2128;
  1307. font-size: 20px;
  1308. width: calc(100% - 260px);
  1309. font-weight: 500;
  1310. overflow: hidden;
  1311. text-overflow: ellipsis;
  1312. display: -webkit-box;
  1313. -webkit-line-clamp: 1;
  1314. -webkit-box-orient: vertical;
  1315. }
  1316. .news--date {
  1317. color: #515973;
  1318. font-size: 16px;
  1319. font-weight: 400;
  1320. }
  1321. }
  1322. }
  1323. }
  1324. .faq--wrap{
  1325. margin-top: 60px;
  1326. border-top: 1px solid #1f2128;
  1327. .border-default{
  1328. border-bottom: 1px solid #b6bbcc;
  1329. .flex{
  1330. >button{
  1331. cursor: pointer;
  1332. gap: 20px;
  1333. padding: 28px 20px;
  1334. .text-start{
  1335. color: #00a654;
  1336. font-size: 20px;
  1337. font-weight: 700;
  1338. padding-left: 44px;
  1339. position: relative;
  1340. &::before{
  1341. content: 'Q';
  1342. position: absolute;
  1343. width: 24px;
  1344. left: 0;
  1345. text-align: center;
  1346. margin-right: 20px;
  1347. font-size: 24px;
  1348. line-height: 1.1;
  1349. }
  1350. }
  1351. .iconify{
  1352. width: 28px;
  1353. height: 28px;
  1354. --svg: none;
  1355. background-color: transparent;
  1356. background-image: url(/img/ico--faq--arrow.svg);
  1357. }
  1358. }
  1359. }
  1360. .overflow-hidden{
  1361. padding: 28px 60px 28px 20px;
  1362. background-color: #f6f8ff;
  1363. .text-sm{
  1364. padding-bottom: 0;
  1365. color: #1f2128;
  1366. font-size: 18px;
  1367. position: relative;
  1368. padding-left: 44px;
  1369. &::before{
  1370. content: 'A';
  1371. position: absolute;
  1372. width: 24px;
  1373. left: 0;
  1374. text-align: center;
  1375. color: #515973;
  1376. font-weight: 700;
  1377. margin-right: 20px;
  1378. font-size: 24px;
  1379. line-height: 1.1;
  1380. }
  1381. }
  1382. }
  1383. }
  1384. }
  1385. .view--wrap{
  1386. .view--title{
  1387. padding-bottom: 40px;
  1388. border-bottom: 1px solid #78809b;
  1389. >h3{
  1390. margin-bottom: 16px;
  1391. color: #1f2128;
  1392. font-size: 32px;
  1393. font-weight: 700;
  1394. }
  1395. .view--info{
  1396. display: flex;
  1397. align-items: center;
  1398. >p{
  1399. color: #515973;
  1400. font-size: 16px;
  1401. font-weight: 400;
  1402. }
  1403. .bar{
  1404. margin: 0 12px;
  1405. display: inline-block;
  1406. width: 1px;
  1407. height: 12px;
  1408. background-color: #b6bbcc;
  1409. }
  1410. }
  1411. }
  1412. .view--cont{
  1413. padding: 40px 0;
  1414. border-bottom: 1px solid #78809b;
  1415. margin-bottom: 40px;
  1416. img{
  1417. max-width: 100%;
  1418. }
  1419. p{
  1420. color: #1f2128;
  1421. font-size: 18px;
  1422. font-weight: 400;
  1423. }
  1424. }
  1425. .btn--wrap{
  1426. display: flex;
  1427. align-items: center;
  1428. justify-content: center;
  1429. >a{
  1430. width: 128px;
  1431. height: 44px;
  1432. background-color: #1f2128;
  1433. color: #fff;
  1434. border-radius: 24px;
  1435. display: flex;
  1436. justify-content: center;
  1437. align-items: center;
  1438. font-size: 16px;
  1439. font-weight: 700;
  1440. }
  1441. }
  1442. .link--wrap{
  1443. margin-top: 80px;
  1444. display: flex;
  1445. flex-direction: column;
  1446. .link{
  1447. &:first-child{
  1448. border-top: 1px solid #B6BBCC;
  1449. }
  1450. align-items: center;
  1451. display: flex;
  1452. justify-content: space-between;
  1453. transition: all 0.3s;
  1454. padding: 28px 20px;
  1455. border-bottom: 1px solid #B6BBCC;
  1456. &:hover{
  1457. background-color: #eff1fb;
  1458. }
  1459. >p{
  1460. width: 60px;
  1461. color: #515973;
  1462. font-weight: 400;
  1463. font-size: 16px;
  1464. }
  1465. >h5{
  1466. color: #1f2128;
  1467. overflow: hidden;
  1468. text-overflow: ellipsis;
  1469. display: -webkit-box;
  1470. -webkit-line-clamp: 1;
  1471. -webkit-box-orient: vertical;
  1472. font-size: 18px;
  1473. width: calc(100% - 300px);
  1474. font-weight: 500;
  1475. }
  1476. >span{
  1477. width: 80px;
  1478. color: #515973;
  1479. font-size: 16px;
  1480. font-weight: 400;
  1481. }
  1482. }
  1483. }
  1484. }
  1485. .sns--wrap{
  1486. margin-top: 80px;
  1487. >h3 {
  1488. margin-bottom: 24px;
  1489. color: #1f2128;
  1490. font-size: 32px;
  1491. font-weight: 700;
  1492. }
  1493. .sns--list{
  1494. display: flex;
  1495. gap: 20px;
  1496. .sns{
  1497. width: calc((100% - 60px) / 4);
  1498. overflow: hidden;
  1499. position: relative;
  1500. .img--wrap{
  1501. background-repeat: no-repeat;
  1502. background-size: cover;
  1503. background-position: center;
  1504. width: 100%;
  1505. padding-bottom: 100%;
  1506. transition: all 0.3s;
  1507. }
  1508. .txt--wrap{
  1509. position: absolute;
  1510. color: #fff;
  1511. height: 50%;
  1512. width: 100%;
  1513. background-color: #00a654;
  1514. bottom: -100%;
  1515. transition: all 0.3s;
  1516. left: 0;
  1517. padding: 16px;
  1518. display: flex;
  1519. flex-direction: column;
  1520. justify-content: space-between;
  1521. z-index: 3;
  1522. >h4{
  1523. overflow: hidden;
  1524. text-overflow: ellipsis;
  1525. display: -webkit-box;
  1526. -webkit-line-clamp: 2;
  1527. -webkit-box-orient: vertical;
  1528. font-size: 18px;
  1529. font-weight: 700;
  1530. }
  1531. >span{
  1532. display: flex;
  1533. font-size: 14px;
  1534. font-weight: 700;
  1535. .ico{
  1536. width: 20px;
  1537. height: 20px;
  1538. background-image: url(/img/ico--more--arrow2.svg);
  1539. }
  1540. }
  1541. }
  1542. &::before{
  1543. z-index: 2;
  1544. transition: all 0.3s;
  1545. position: absolute;
  1546. top: 0;
  1547. left: 0;
  1548. width: 100%;
  1549. background: rgba(0, 0, 0, 0.50);
  1550. content: '';
  1551. display: inline-block;
  1552. height: 100%;
  1553. opacity: 0;
  1554. }
  1555. &:hover{
  1556. &::before{
  1557. opacity: 1;
  1558. }
  1559. .txt--wrap{
  1560. bottom: 0;
  1561. }
  1562. }
  1563. }
  1564. }
  1565. }
  1566. .pagination--wrap{
  1567. margin-top: 48px;
  1568. display: flex;
  1569. justify-content: center;
  1570. align-items: center;
  1571. gap: 8px;
  1572. >button{
  1573. width: 28px;
  1574. height: 28px;
  1575. background-image: url(/img/ico--paging--arrow.svg);
  1576. background-color: transparent;
  1577. cursor: pointer;
  1578. &.prev--btn{
  1579. transform: rotate(180deg);
  1580. }
  1581. }
  1582. .numbs{
  1583. display: flex;
  1584. align-items: center;
  1585. justify-content: center;
  1586. gap: 8px;
  1587. button{
  1588. cursor: pointer;
  1589. color: #515973;
  1590. font-size: 16px;
  1591. font-weight: 500;
  1592. background-color: transparent;
  1593. border-radius: 50%;
  1594. width: 28px;
  1595. height: 28px;
  1596. transition: all 0.3s;
  1597. &:hover{
  1598. background-color: #EFF1FB;
  1599. }
  1600. &.active{
  1601. color: #fff;
  1602. background-color: #00a654;
  1603. }
  1604. }
  1605. }
  1606. }
  1607. }
  1608. }
  1609. }
  1610. .footer--wrap{
  1611. background-color: #000;
  1612. .footer--container{
  1613. max-width: 1280px;
  1614. width: 100%;
  1615. margin: 0 auto;
  1616. padding: 40px 0 60px;
  1617. .footer--top{
  1618. display: flex;
  1619. justify-content: space-between;
  1620. .logo--wrap{
  1621. }
  1622. .menu--wrap{
  1623. display: flex;
  1624. gap: 20px;
  1625. >li{
  1626. width: 140px;
  1627. display: flex;
  1628. flex-direction: column;
  1629. gap: 20px;
  1630. >a{
  1631. color: #b6bbcc;
  1632. font-size: 15px;
  1633. font-weight: 400;
  1634. }
  1635. >ul{
  1636. display: flex;
  1637. flex-direction: column;
  1638. width: 100%;
  1639. gap: 20px;
  1640. >li{
  1641. width: 100%;
  1642. >a{
  1643. display: inline-block;
  1644. width: 100%;
  1645. font-size: 16px;
  1646. font-weight: 500;
  1647. color: #fff;
  1648. }
  1649. }
  1650. }
  1651. }
  1652. }
  1653. }
  1654. .footer--bot{
  1655. display: flex;
  1656. flex-direction: column;
  1657. margin-top: 40px;
  1658. padding-top: 20px;
  1659. border-top: 1px solid rgba(255, 255, 255, 0.2);
  1660. .sns--list{
  1661. display: flex;
  1662. gap: 20px;
  1663. margin-bottom: 20px;
  1664. li{
  1665. height: 24px;
  1666. width: 24px;
  1667. a{
  1668. display: inline-block;
  1669. width: 24px;
  1670. height: 24px;
  1671. &.blog{
  1672. background-image: url(/img/ico--blog.svg);
  1673. }
  1674. &.ytb{
  1675. background-image: url(/img/ico--ytb.svg);
  1676. }
  1677. &.fb {
  1678. background-image: url(/img/ico--fb.svg);
  1679. }
  1680. &.insta{
  1681. background-image: url(/img/ico--insta.svg);
  1682. }
  1683. }
  1684. }
  1685. }
  1686. .bar{
  1687. width: 1px;
  1688. height: 12px;
  1689. background-color: #fff;
  1690. opacity: 0.2;
  1691. }
  1692. .info--list{
  1693. align-items: center;
  1694. display: flex;
  1695. flex-wrap: wrap;
  1696. gap: 8px;
  1697. li{
  1698. color: #B6BBCC;
  1699. font-size: 14px;
  1700. font-weight: 400;
  1701. }
  1702. }
  1703. .copyright{
  1704. margin-top: 20px;
  1705. display: flex;
  1706. align-items: center;
  1707. gap: 8px;
  1708. span{
  1709. color: #B6BBCC;
  1710. font-size: 14px;
  1711. font-weight: 400;
  1712. }
  1713. a{
  1714. color: #b6bbcc;
  1715. font-size: 14px;
  1716. font-weight: 400;
  1717. }
  1718. }
  1719. }
  1720. }
  1721. }
  1722. // 모달
  1723. .bg-elevated\/75{
  1724. background-color: rgba(0,0,0,0.5);
  1725. backdrop-filter: blur(6px);
  1726. }
  1727. .bg-default{
  1728. border-radius: 0;
  1729. overflow: visible;
  1730. .modal--close--btn{
  1731. top: -36px;
  1732. right: 0;
  1733. position: absolute;
  1734. background-color: transparent;
  1735. width: 28px;
  1736. height: 28px;
  1737. background-image: url(/img/ico--close.svg);
  1738. border: none;
  1739. padding: 0;
  1740. }
  1741. .modal--img--container {
  1742. width: 100%;
  1743. max-height: calc(100vh - 80px); //close버튼 공간 남김
  1744. overflow-y: auto;
  1745. display: flex;
  1746. justify-content: center;
  1747. align-items: flex-start;
  1748. img{
  1749. width: 100%;
  1750. height: auto;
  1751. display: block;
  1752. }
  1753. }
  1754. }