style.css 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457
  1. @charset "UTF-8";
  2. @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
  3. /* http://meyerweb.com/eric/tools/css/reset/
  4. v2.0 | 20110126
  5. License: none (public domain)
  6. */
  7. html, body, div, span, applet, object, iframe,
  8. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  9. a, abbr, acronym, address, big, cite, code,
  10. del, dfn, em, img, ins, kbd, q, s, samp,
  11. small, strike, strong, sub, sup, tt, var,
  12. b, u, i, center,
  13. dl, dt, dd, ol, ul, li,
  14. fieldset, form, label, legend,
  15. table, caption, tbody, tfoot, thead, tr, th, td,
  16. article, aside, canvas, details, embed,
  17. figure, figcaption, footer, header, hgroup,
  18. menu, nav, output, ruby, section, summary,
  19. time, mark, audio, video {
  20. margin: 0;
  21. padding: 0;
  22. border: 0;
  23. font-size: 100%;
  24. font: inherit;
  25. vertical-align: baseline;
  26. }
  27. /* HTML5 display-role reset for older browsers */
  28. article, aside, details, figcaption, figure,
  29. footer, header, hgroup, menu, nav, section {
  30. display: block;
  31. }
  32. ol, ul {
  33. list-style: none;
  34. }
  35. blockquote, q {
  36. quotes: none;
  37. }
  38. blockquote:before, blockquote:after,
  39. q:before, q:after {
  40. content: "";
  41. content: none;
  42. }
  43. table {
  44. border-collapse: collapse;
  45. border-spacing: 0;
  46. }
  47. a {
  48. text-decoration: none;
  49. }
  50. .ico {
  51. display: inline-block;
  52. }
  53. * {
  54. 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;
  55. word-break: keep-all;
  56. color: #000;
  57. box-sizing: border-box;
  58. }
  59. .mo {
  60. display: none;
  61. }
  62. article section {
  63. overflow: hidden;
  64. }
  65. header {
  66. position: fixed;
  67. width: 100%;
  68. top: 0;
  69. left: 0;
  70. z-index: 1000;
  71. background: #fff;
  72. }
  73. header .header--line--banner--wrap {
  74. background-image: url(../img/img--top--banner.svg);
  75. background-size: cover;
  76. background-repeat: no-repeat;
  77. background-position: center;
  78. background-color: #2F2F2F;
  79. width: 100%;
  80. padding: 0px;
  81. display: flex;
  82. align-items: center;
  83. justify-content: center;
  84. overflow: hidden;
  85. transition: all linear 0.2s;
  86. height: 80px;
  87. }
  88. header .header--line--banner--wrap.actv {
  89. height: 0px;
  90. }
  91. header .header--line--banner--wrap .inner--contents {
  92. width: 100%;
  93. max-width: 1600px;
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. text-align: center;
  98. position: relative;
  99. }
  100. header .header--line--banner--wrap .inner--contents .close--btn {
  101. width: 38px;
  102. cursor: pointer;
  103. height: 38px;
  104. background-color: transparent;
  105. background-size: 18px 18px;
  106. background-repeat: no-repeat;
  107. background-position: center;
  108. background-image: url(../img/ico--close.svg);
  109. border: 1px solid rgba(255, 255, 255, 0.5);
  110. border-radius: 50%;
  111. position: absolute;
  112. top: calc(50% - 19px);
  113. right: 0;
  114. }
  115. header .header--line--banner--wrap .inner--contents p {
  116. color: #FFF;
  117. font-size: 17px;
  118. letter-spacing: -0.3px;
  119. font-weight: 300;
  120. }
  121. header .header--line--banner--wrap .inner--contents p > b {
  122. font-weight: 600;
  123. color: #1eff00;
  124. }
  125. header .header--contents--wrap {
  126. width: 100%;
  127. display: flex;
  128. align-items: center;
  129. justify-content: center;
  130. }
  131. header .header--contents--wrap .header--contents {
  132. width: 100%;
  133. display: flex;
  134. flex-direction: column;
  135. }
  136. header .header--contents--wrap .header--contents.actv .header--gnb--wrap .sub--wrap {
  137. max-height: 500px;
  138. }
  139. header .header--contents--wrap .header--contents .header--gnb--wrap {
  140. border-bottom: 1px solid #E9E9E9;
  141. }
  142. header .header--contents--wrap .header--contents .header--gnb--wrap .gnb--wrap {
  143. width: 100%;
  144. max-width: 1600px;
  145. margin: 0 auto;
  146. display: flex;
  147. justify-content: space-between;
  148. align-items: center;
  149. }
  150. header .header--contents--wrap .header--contents .header--gnb--wrap .gnb--wrap > ul {
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. }
  155. header .header--contents--wrap .header--contents .header--gnb--wrap .gnb--wrap > ul li {
  156. position: relative;
  157. }
  158. header .header--contents--wrap .header--contents .header--gnb--wrap .gnb--wrap > ul li a {
  159. text-align: center;
  160. padding: 25px 50px;
  161. color: #000;
  162. font-size: 17px;
  163. display: inline-block;
  164. font-style: normal;
  165. font-weight: 600;
  166. letter-spacing: -0.34px;
  167. }
  168. header .header--contents--wrap .header--contents .header--gnb--wrap .gnb--wrap > ul li a span {
  169. display: inline-block;
  170. font-size: 13px;
  171. font-weight: 400;
  172. color: #444;
  173. }
  174. header .header--contents--wrap .header--contents .header--gnb--wrap .gnb--wrap .user--wrap {
  175. border-radius: 50%;
  176. overflow: hidden;
  177. width: 50px;
  178. height: 50px;
  179. min-width: 50px;
  180. background-image: url(../img/img--user.svg);
  181. background-repeat: no-repeat;
  182. background-position: center;
  183. background-size: cover;
  184. cursor: pointer;
  185. }
  186. header .header--contents--wrap .header--contents .header--gnb--wrap .sub--wrap {
  187. max-height: 0;
  188. transition: max-height 0.3s;
  189. overflow: hidden;
  190. }
  191. header .header--contents--wrap .header--contents .header--gnb--wrap .sub--wrap > ul {
  192. max-width: 1600px;
  193. padding-bottom: 10px;
  194. margin: 0 auto;
  195. width: 100%;
  196. display: flex;
  197. }
  198. header .header--contents--wrap .header--contents .header--gnb--wrap .sub--wrap > ul li {
  199. width: 20%;
  200. }
  201. header .header--contents--wrap .header--contents .header--gnb--wrap .sub--wrap > ul li a {
  202. display: inline-block;
  203. text-align: center;
  204. width: 100%;
  205. line-height: 1;
  206. font-size: 16px;
  207. font-weight: 400;
  208. padding: 10px 0;
  209. }
  210. header .header--ham--wrap {
  211. background-color: #ffffff;
  212. position: fixed;
  213. left: 100%;
  214. top: 0;
  215. width: 100%;
  216. height: 100vh;
  217. transition: all 0.3s;
  218. z-index: 10001;
  219. display: flex;
  220. flex-direction: column;
  221. }
  222. header .header--ham--wrap.actv {
  223. left: 0%;
  224. }
  225. header .header--ham--wrap .header--ham--top {
  226. background-color: #2ecc71;
  227. padding: 20px;
  228. display: flex;
  229. align-items: center;
  230. justify-content: space-between;
  231. }
  232. header .header--ham--wrap .header--ham--top .logo--wrap {
  233. display: inline-block;
  234. max-width: 210px;
  235. width: 25%;
  236. }
  237. header .header--ham--wrap .header--ham--top .logo--wrap img {
  238. width: 100%;
  239. }
  240. header .header--ham--wrap .header--ham--top .login--menu {
  241. display: flex;
  242. gap: 20px;
  243. }
  244. header .header--ham--wrap .header--ham--top .login--menu .ico--user {
  245. display: inline-block;
  246. width: 24px;
  247. height: 24px;
  248. background-repeat: no-repeat;
  249. background-image: url(../img/ico_user.svg);
  250. }
  251. header .header--ham--wrap .header--ham--top .login--menu .ico--close {
  252. display: inline-block;
  253. cursor: pointer;
  254. background-repeat: no-repeat;
  255. width: 24px;
  256. height: 24px;
  257. background-image: url(../img/ico_close2.svg);
  258. }
  259. header .header--ham--wrap .header--ham--menu {
  260. display: flex;
  261. }
  262. header .header--ham--wrap .header--ham--menu .ham--l {
  263. position: relative;
  264. width: 51%;
  265. height: calc(100vh - 84px);
  266. overflow-y: auto;
  267. background-color: #F5F5F5;
  268. }
  269. header .header--ham--wrap .header--ham--menu .ham--l ul {
  270. padding: 0;
  271. margin-bottom: 0;
  272. }
  273. header .header--ham--wrap .header--ham--menu .ham--l ul li {
  274. list-style: none;
  275. cursor: pointer;
  276. padding: 30px 10px;
  277. color: #222222;
  278. line-height: 1;
  279. letter-spacing: -0.3px;
  280. border-bottom: 1px solid #E3E3E3;
  281. font-weight: 400;
  282. background-color: #F5F5F5;
  283. font-size: 15px;
  284. text-align: center;
  285. }
  286. header .header--ham--wrap .header--ham--menu .ham--l ul li.actv {
  287. background-color: #ffffff;
  288. }
  289. header .header--ham--wrap .header--ham--menu .ham--l .menu--login {
  290. text-decoration: none;
  291. color: #555;
  292. width: 100%;
  293. font-size: 16px;
  294. font-weight: 500;
  295. margin: 50px 0;
  296. line-height: 1;
  297. letter-spacing: -0.32px;
  298. display: flex;
  299. align-items: center;
  300. justify-content: center;
  301. text-align: center;
  302. gap: 12px;
  303. }
  304. header .header--ham--wrap .header--ham--menu .ham--l .menu--login .ico {
  305. width: 16px;
  306. height: 16px;
  307. }
  308. header .header--ham--wrap .header--ham--menu .ham--l .menu--login .ico.login {
  309. background-image: url(../img/ico_login.svg);
  310. }
  311. header .header--ham--wrap .header--ham--menu .ham--l .menu--login .ico.logout {
  312. background-image: url(../img/ico_logout.svg);
  313. }
  314. header .header--ham--wrap .header--ham--menu .ham--r {
  315. width: 49%;
  316. padding: 0 15px;
  317. height: calc(100vh - 84px);
  318. overflow-y: auto;
  319. }
  320. header .header--ham--wrap .header--ham--menu .ham--r ul {
  321. padding: 0;
  322. display: none;
  323. }
  324. header .header--ham--wrap .header--ham--menu .ham--r ul.actv {
  325. display: block;
  326. }
  327. header .header--ham--wrap .header--ham--menu .ham--r ul li {
  328. list-style: none;
  329. }
  330. header .header--ham--wrap .header--ham--menu .ham--r ul li a {
  331. width: 100%;
  332. font-size: 15px;
  333. display: inline-block;
  334. color: #222222;
  335. line-height: 1;
  336. padding: 30px 15px;
  337. letter-spacing: -0.3px;
  338. border-bottom: 1px solid #F6F6F6;
  339. text-decoration: none;
  340. }
  341. header .header--ham--wrap .header--ham--menu .ham--r ul li a.actv {
  342. color: #315BFF;
  343. font-weight: 500;
  344. }
  345. main {
  346. padding-top: 180px !important;
  347. }
  348. main.actv {
  349. padding-top: 100px !important;
  350. }
  351. main .main--visual--section {
  352. overflow: hidden;
  353. position: relative;
  354. }
  355. main .main--visual--section .main--visual--wrap {
  356. width: 100%;
  357. }
  358. main .main--visual--section .main--visual--wrap .main--visual--img {
  359. width: 100%;
  360. overflow: hidden;
  361. height: 420px;
  362. position: relative;
  363. }
  364. main .main--visual--section .main--visual--wrap .main--visual--img::before {
  365. content: "";
  366. width: 100%;
  367. height: 100%;
  368. position: absolute;
  369. top: 0;
  370. left: 0;
  371. display: inline-block;
  372. background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 28.13%, rgba(255, 255, 255, 0) 100%);
  373. z-index: 2;
  374. }
  375. main .main--visual--section .main--visual--wrap .main--visual--img img {
  376. position: absolute;
  377. left: 50%;
  378. transform: translateX(-50%);
  379. }
  380. main .main--visual--section .main--visual--wrap .main--visual--img .main--visual--txt {
  381. z-index: 3;
  382. position: absolute;
  383. width: 100%;
  384. left: 50%;
  385. top: 0;
  386. transform: translateX(-50%);
  387. height: calc(100% - 100px);
  388. padding: 0 20px;
  389. display: flex;
  390. align-items: center;
  391. justify-content: center;
  392. flex-direction: column;
  393. max-width: 1200px;
  394. text-align: center;
  395. }
  396. main .main--visual--section .main--visual--wrap .main--visual--img .main--visual--txt h3 {
  397. color: #111;
  398. font-size: 50px;
  399. font-weight: 400;
  400. line-height: 1.4;
  401. }
  402. main .main--visual--section .main--visual--wrap .main--visual--img .main--visual--txt h3 b {
  403. font-weight: 700;
  404. }
  405. main .main--visual--section .main--visual--wrap .main--visual--img .main--visual--txt p {
  406. font-size: 17px;
  407. color: #000;
  408. font-weight: 500;
  409. margin-bottom: 30px;
  410. }
  411. main .main--visual--section .main--visual--pager {
  412. position: absolute;
  413. left: 50%;
  414. transform: translateX(-50%);
  415. bottom: 30px;
  416. z-index: 9;
  417. display: flex;
  418. justify-content: center;
  419. align-items: center;
  420. height: 46px;
  421. padding: 5px 15px;
  422. border-radius: 100px;
  423. background: rgba(255, 255, 255, 0.2);
  424. backdrop-filter: blur(2px);
  425. }
  426. main .main--visual--section .main--visual--pager .prev--next--wrap {
  427. display: flex;
  428. align-items: center;
  429. justify-content: center;
  430. display: flex;
  431. gap: 10px;
  432. align-items: center;
  433. justify-content: center;
  434. }
  435. main .main--visual--section .main--visual--pager .prev--next--wrap button {
  436. display: flex;
  437. align-items: center;
  438. justify-content: center;
  439. width: 20px;
  440. height: 20px;
  441. border: none;
  442. background-color: transparent;
  443. background-image: url(../img/ico--swiper--left.svg);
  444. background-repeat: no-repeat;
  445. background-position: center;
  446. }
  447. main .main--visual--section .main--visual--pager .prev--next--wrap button.next--btn {
  448. background-image: url(../img/ico--swiper--right.svg);
  449. }
  450. main .main--visual--section .main--visual--pager .prev--next--wrap button.play--btn {
  451. margin-left: 5px;
  452. background-image: url(../img/ico--pause.svg);
  453. border-radius: 50%;
  454. background-size: 24px 24px;
  455. background-color: rgba(0, 0, 0, 0.15);
  456. width: 36px;
  457. height: 36px;
  458. }
  459. main .main--visual--section .main--visual--pager .prev--next--wrap button.play--btn.pause {
  460. background-image: url(../img/ico--play.svg);
  461. }
  462. main .main--visual--section .main--visual--pager .play--pause {
  463. display: flex;
  464. align-items: center;
  465. justify-content: center;
  466. gap: 11px;
  467. }
  468. main .main--visual--section .main--visual--pager .play--pause button {
  469. display: flex;
  470. align-items: center;
  471. justify-content: center;
  472. width: 50px;
  473. height: 50px;
  474. border-radius: 50px;
  475. border: 0px;
  476. background: rgba(255, 255, 255, 0.8);
  477. backdrop-filter: blur(2px);
  478. }
  479. main .main--visual--section .main--visual--pager .main--visual--fraction {
  480. display: flex;
  481. align-items: center;
  482. justify-content: center;
  483. }
  484. main .main--visual--section .main--visual--pager .main--visual--fraction span {
  485. font-size: 13px;
  486. font-style: normal;
  487. line-height: 1;
  488. letter-spacing: -0.32px;
  489. font-weight: 500;
  490. color: rgba(0, 0, 0, 0.5);
  491. }
  492. main .main--visual--section .main--visual--pager .main--visual--fraction span.swiper-pagination-current {
  493. color: #000;
  494. font-weight: 800;
  495. }
  496. main .main--visual--section .main--visual--pager .main--visual--fraction span.fraction-separator {
  497. background-color: #000;
  498. width: 1px;
  499. height: 12px;
  500. display: inline-block;
  501. margin: 0 10px;
  502. }
  503. main .main--visual--section .main--visual--pager .main--visual--pagination {
  504. display: flex;
  505. margin-right: 20px;
  506. gap: 5px;
  507. align-items: center;
  508. justify-content: center;
  509. padding-top: 20px;
  510. }
  511. main .main--visual--section .main--visual--pager .main--visual--progress {
  512. display: flex;
  513. justify-content: center;
  514. flex-direction: column;
  515. margin-right: 25px;
  516. }
  517. main .main--visual--section .main--visual--pager .main--visual--progress .main--visual--progress--bar {
  518. display: flex;
  519. align-items: center;
  520. }
  521. main .main--visual--section .main--visual--pager .main--visual--progress .progress-bar {
  522. width: 100px;
  523. height: 4px;
  524. background-color: rgba(0, 0, 0, 0.15) !important;
  525. border-radius: 100px;
  526. position: relative;
  527. overflow: hidden;
  528. }
  529. main .main--visual--section .main--visual--pager .main--visual--progress .progress-text {
  530. color: #000;
  531. font-size: 12px;
  532. font-weight: 700;
  533. width: 20px;
  534. }
  535. main .main--visual--section .main--visual--pager .main--visual--progress .progress-total {
  536. color: #000;
  537. font-size: 12px;
  538. font-weight: 700;
  539. width: 20px;
  540. text-align: right;
  541. }
  542. main .blue--section {
  543. background: linear-gradient(180deg, #008CFF 0%, #68BBFF 100%);
  544. }
  545. main .blue--section .section--container {
  546. padding-top: 110px;
  547. padding-bottom: 80px;
  548. }
  549. main .faq--section {
  550. background-color: #F8F8F8;
  551. }
  552. main .section--container {
  553. max-width: 1200px;
  554. margin: 0 auto;
  555. width: 100%;
  556. padding: 120px 0 150px;
  557. }
  558. main .section--container .title--wrap {
  559. text-align: center;
  560. position: relative;
  561. z-index: 3;
  562. }
  563. main .section--container .title--wrap .title {
  564. color: #000;
  565. font-size: 45px;
  566. line-height: 1.4;
  567. font-weight: 400;
  568. }
  569. main .section--container .title--wrap .title > b {
  570. font-weight: 700;
  571. }
  572. main .section--container .title--wrap.color--white .title {
  573. color: #fff;
  574. }
  575. main .section--container .title--wrap.color--white .title b {
  576. color: #fff;
  577. }
  578. main .section--container .title--wrap .desc {
  579. margin-top: 40px;
  580. color: #000;
  581. font-size: 18px;
  582. font-weight: 300;
  583. line-height: 1.4;
  584. }
  585. main .section--container .title--wrap .desc.color--blue {
  586. margin-top: 35px;
  587. color: #008cff;
  588. font-size: 17px;
  589. font-weight: 400;
  590. }
  591. main .section--container .desc--box--wrap {
  592. margin-top: 80px;
  593. background-color: #e9f5ff;
  594. border-radius: 50px;
  595. width: 100%;
  596. background-image: url(../img/img--box1.svg);
  597. background-repeat: no-repeat;
  598. background-position: left 60px bottom;
  599. padding: 70px 80px 70px 450px;
  600. }
  601. main .section--container .desc--box--wrap > h3 {
  602. margin-bottom: 35px;
  603. font-size: 25px;
  604. font-weight: 700;
  605. letter-spacing: -0.5px;
  606. color: #333;
  607. }
  608. main .section--container .desc--box--wrap > p {
  609. color: #444;
  610. letter-spacing: -0.34px;
  611. font-size: 17px;
  612. font-weight: 300;
  613. line-height: 1.7;
  614. }
  615. main .section--container .mna--impor--wrap {
  616. margin-top: 130px;
  617. margin-bottom: 120px;
  618. height: 450px;
  619. display: flex;
  620. align-items: center;
  621. gap: 120px;
  622. }
  623. main .section--container .mna--impor--wrap .img--wrap {
  624. position: relative;
  625. height: 450px;
  626. width: 500px;
  627. }
  628. main .section--container .mna--impor--wrap .img--wrap::before {
  629. content: "";
  630. width: 1000%;
  631. right: 0;
  632. height: 100%;
  633. position: absolute;
  634. background-image: url(../img/img--wedding.png);
  635. background-repeat: no-repeat;
  636. background-position: right center;
  637. display: inline-block;
  638. }
  639. main .section--container .mna--impor--wrap .desc--wrap {
  640. display: flex;
  641. flex-direction: column;
  642. justify-content: center;
  643. height: 100%;
  644. position: relative;
  645. }
  646. main .section--container .mna--impor--wrap .desc--wrap::after {
  647. content: "";
  648. display: inline-block;
  649. z-index: -1;
  650. position: absolute;
  651. width: 304px;
  652. left: 110%;
  653. height: 472px;
  654. top: 40%;
  655. background-image: url(../img/bg--wedding.svg);
  656. }
  657. main .section--container .mna--impor--wrap .desc--wrap h3 {
  658. color: #111;
  659. font-size: 32px;
  660. font-weight: 400;
  661. letter-spacing: -0.64px;
  662. line-height: 1.7;
  663. margin-bottom: 50px;
  664. }
  665. main .section--container .mna--impor--wrap .desc--wrap h3 b {
  666. color: #008cff;
  667. font-weight: 700;
  668. }
  669. main .section--container .mna--impor--wrap .desc--wrap p {
  670. color: #111;
  671. font-size: 18px;
  672. font-weight: 300;
  673. letter-spacing: -0.36px;
  674. line-height: 1.7;
  675. }
  676. main .section--container .mna--impor--wrap .desc--wrap p b {
  677. font-weight: 600;
  678. }
  679. main .section--container .mna--maching--wrap {
  680. display: flex;
  681. justify-content: space-between;
  682. align-items: center;
  683. margin-bottom: 100px;
  684. }
  685. main .section--container .mna--maching--wrap .txt--wrap {
  686. width: 367px;
  687. }
  688. main .section--container .mna--maching--wrap .txt--wrap > h3 {
  689. color: #222;
  690. font-size: 40px;
  691. letter-spacing: -0.8px;
  692. font-weight: 400;
  693. line-height: 1.4;
  694. margin-bottom: 80px;
  695. }
  696. main .section--container .mna--maching--wrap .txt--wrap > h3 b {
  697. font-weight: 600;
  698. }
  699. main .section--container .mna--maching--wrap .txt--wrap > h3 b.color--blue {
  700. color: #008cff;
  701. }
  702. main .section--container .mna--maching--wrap .txt--wrap > p {
  703. color: #444;
  704. font-size: 18px;
  705. letter-spacing: -0.36px;
  706. line-height: 1.7;
  707. font-weight: 400;
  708. }
  709. main .section--container .mna--maching--wrap .seq--wrap {
  710. display: flex;
  711. flex-direction: column;
  712. gap: 30px;
  713. }
  714. main .section--container .mna--maching--wrap .seq--wrap .seq--box {
  715. padding: 35px 40px;
  716. display: flex;
  717. gap: 40px;
  718. }
  719. main .section--container .mna--maching--wrap .seq--wrap .seq--box .numb {
  720. color: #008cff;
  721. font-size: 15px;
  722. font-weight: 800;
  723. width: 30px;
  724. height: 30px;
  725. background-color: #fff;
  726. display: flex;
  727. align-items: center;
  728. justify-content: center;
  729. border-radius: 50%;
  730. margin-bottom: 20px;
  731. }
  732. main .section--container .mna--maching--wrap .seq--wrap .seq--box p {
  733. color: #fff;
  734. font-size: 18px;
  735. line-height: 1.4;
  736. font-weight: 500;
  737. }
  738. main .section--container .mna--maching--wrap .seq--wrap .seq--box:nth-child(1) {
  739. margin-right: 140px;
  740. border-radius: 40px 40px 10px 40px;
  741. background-color: #1a98ff;
  742. }
  743. main .section--container .mna--maching--wrap .seq--wrap .seq--box:nth-child(2) {
  744. border-radius: 40px 40px 40px 10px;
  745. background-color: #8486FB;
  746. margin-left: auto;
  747. }
  748. main .section--container .mna--maching--wrap .seq--wrap .seq--box:nth-child(2) .numb {
  749. color: #8486FB;
  750. }
  751. main .section--container .mna--maching--wrap .seq--wrap .seq--box:nth-child(3) {
  752. background-color: #7EC5FF;
  753. border-radius: 40px 40px 10px 40px;
  754. margin-right: auto;
  755. }
  756. main .section--container .mna--maching--wrap .seq--wrap .seq--box:nth-child(3) .numb {
  757. color: #7EC5FF;
  758. }
  759. main .section--container .mna--free--wrap {
  760. border-radius: 50px;
  761. border: 1px solid #DDD6D2;
  762. background-color: #FFFCF3;
  763. display: flex;
  764. gap: 70px;
  765. padding: 45px 60px;
  766. align-items: center;
  767. }
  768. main .section--container .mna--free--wrap .desc--wrap h3 {
  769. margin-bottom: 20px;
  770. font-size: 25px;
  771. font-weight: 700;
  772. letter-spacing: -0.5px;
  773. }
  774. main .section--container .mna--free--wrap .desc--wrap p {
  775. color: #444;
  776. font-size: 18px;
  777. font-weight: 300;
  778. line-height: 1.7;
  779. letter-spacing: -0.36px;
  780. }
  781. main .section--container .mna--free--wrap .desc--wrap p b {
  782. font-weight: 500;
  783. color: #f70;
  784. }
  785. main .section--container .mna--reason--wrap {
  786. margin-top: 50px;
  787. border-radius: 50px;
  788. background-color: #3263ce;
  789. background-image: url(../img/img--reason.svg);
  790. background-repeat: no-repeat;
  791. background-position: right 65px bottom;
  792. padding: 70px 560px 70px 60px;
  793. }
  794. main .section--container .mna--reason--wrap h3 {
  795. color: #fff600;
  796. font-size: 30px;
  797. margin-bottom: 40px;
  798. font-weight: 700;
  799. letter-spacing: -0.6px;
  800. }
  801. main .section--container .mna--reason--wrap p {
  802. color: #fff;
  803. font-size: 20px;
  804. font-weight: 400;
  805. letter-spacing: -0.4px;
  806. line-height: 1.7;
  807. }
  808. main .section--container .mna--sol--wrap {
  809. display: flex;
  810. gap: 40px;
  811. margin-top: 70px;
  812. position: relative;
  813. }
  814. main .section--container .mna--sol--wrap::before {
  815. content: "";
  816. width: 1138.414px;
  817. right: calc(28% + 150px);
  818. height: 559.298px;
  819. top: -174px;
  820. display: inline-block;
  821. position: absolute;
  822. z-index: 1;
  823. background-image: url(../img/bg--blue--section.svg);
  824. }
  825. main .section--container .mna--sol--wrap .sol--left {
  826. padding: 45px 45px 55px;
  827. border-radius: 40px;
  828. border: 1px solid #FFF;
  829. background: rgba(255, 255, 255, 0.8);
  830. backdrop-filter: blur(4px);
  831. width: 60%;
  832. z-index: 2;
  833. }
  834. main .section--container .mna--sol--wrap .sol--left > h4 {
  835. margin-bottom: 30px;
  836. font-size: 20px;
  837. font-weight: 600;
  838. }
  839. main .section--container .mna--sol--wrap .sol--left > p {
  840. font-size: 17px;
  841. color: #333;
  842. font-weight: 400;
  843. margin-bottom: 45px;
  844. line-height: 1.7;
  845. }
  846. main .section--container .mna--sol--wrap .sol--left > p:last-child {
  847. margin-top: 45px;
  848. margin-bottom: 0;
  849. }
  850. main .section--container .mna--sol--wrap .sol--left > p > b {
  851. color: #07f;
  852. font-weight: 700;
  853. }
  854. main .section--container .mna--sol--wrap .sol--left > p > b.color--black {
  855. font-weight: 600;
  856. color: #000;
  857. }
  858. main .section--container .mna--sol--wrap .sol--left > ol {
  859. display: flex;
  860. flex-direction: column;
  861. gap: 35px;
  862. }
  863. main .section--container .mna--sol--wrap .sol--left > ol > li {
  864. line-height: 1.7;
  865. display: flex;
  866. align-items: start;
  867. gap: 16px;
  868. }
  869. main .section--container .mna--sol--wrap .sol--left > ol > li > span {
  870. width: 50px;
  871. padding: 8px 10px;
  872. display: flex;
  873. border-radius: 100px;
  874. border: 1px solid rgba(0, 140, 255, 0.5);
  875. background-color: #FFF;
  876. line-height: 1;
  877. color: #008cff;
  878. font-size: 14px;
  879. font-weight: 600;
  880. justify-content: center;
  881. align-items: center;
  882. }
  883. main .section--container .mna--sol--wrap .sol--left > ol > li > p {
  884. color: #333;
  885. font-size: 16px;
  886. font-weight: 400;
  887. }
  888. main .section--container .mna--sol--wrap .sol--left > ol > li > p > b {
  889. color: #07f;
  890. font-weight: 600;
  891. }
  892. main .section--container .mna--sol--wrap .sol--right {
  893. width: 40%;
  894. display: flex;
  895. flex-direction: column;
  896. gap: 40px;
  897. }
  898. main .section--container .mna--sol--wrap .sol--right .sol--top {
  899. border-radius: 40px;
  900. border: 1px solid #FFF;
  901. background-color: rgba(255, 255, 255, 0.8);
  902. backdrop-filter: blur(4px);
  903. height: calc(100% - 440px);
  904. padding: 40px 45px 40px 40px;
  905. }
  906. main .section--container .mna--sol--wrap .sol--right .sol--top > h4 {
  907. color: #222;
  908. font-size: 20px;
  909. font-weight: 600;
  910. }
  911. main .section--container .mna--sol--wrap .sol--right .sol--top > ol {
  912. margin-top: 30px;
  913. display: flex;
  914. flex-direction: column;
  915. gap: 30px;
  916. }
  917. main .section--container .mna--sol--wrap .sol--right .sol--top > ol > li {
  918. display: flex;
  919. gap: 12px;
  920. }
  921. main .section--container .mna--sol--wrap .sol--right .sol--top > ol > li > span {
  922. width: 25px;
  923. height: 25px;
  924. border-radius: 50%;
  925. background-color: #7678fa;
  926. color: #fff;
  927. font-size: 12px;
  928. font-weight: 700;
  929. justify-content: center;
  930. align-items: center;
  931. text-align: center;
  932. display: flex;
  933. min-width: 25px;
  934. }
  935. main .section--container .mna--sol--wrap .sol--right .sol--top > ol > li p {
  936. color: #333;
  937. font-size: 16px;
  938. font-weight: 400;
  939. line-height: 1.7;
  940. }
  941. main .section--container .mna--sol--wrap .sol--right .sol--top > ol > li p b {
  942. color: #111;
  943. font-weight: 500;
  944. }
  945. main .section--container .mna--sol--wrap .sol--right .sol--top > ol > li > ol > li {
  946. display: flex;
  947. }
  948. main .section--container .mna--sol--wrap .sol--right .sol--top > ol > li > ol > li > span {
  949. color: #7330ff;
  950. font-size: 16px;
  951. font-weight: 700;
  952. min-width: 60px;
  953. line-height: 1.7;
  954. }
  955. main .section--container .mna--sol--wrap .sol--right .sol--bot {
  956. padding: 40px 45px 0px 40px;
  957. display: flex;
  958. flex-direction: column;
  959. height: 400px;
  960. border-radius: 40px;
  961. border: 1px solid #FFF;
  962. background: rgba(132, 74, 255, 0.5);
  963. backdrop-filter: blur(4px);
  964. }
  965. main .section--container .mna--sol--wrap .sol--right .sol--bot > h4 {
  966. color: #fff;
  967. font-size: 20px;
  968. font-weight: 600;
  969. }
  970. main .section--container .mna--sol--wrap .sol--right .sol--bot > p {
  971. color: #fff;
  972. font-size: 16px;
  973. font-weight: 400;
  974. line-height: 1.7;
  975. margin-top: 30px;
  976. }
  977. main .section--container .mna--sol--wrap .sol--right .sol--bot > p .numb {
  978. border-radius: 100px;
  979. background-color: #fff157;
  980. width: 20px;
  981. height: 20px;
  982. margin-left: 5px;
  983. margin-right: 5px;
  984. color: #6C7EFF;
  985. display: inline-flex;
  986. vertical-align: 2px;
  987. align-items: center;
  988. justify-content: center;
  989. text-align: center;
  990. font-size: 12px;
  991. font-weight: 700;
  992. }
  993. main .section--container .mna--sol--wrap .sol--right .sol--bot .bubble--wrap {
  994. display: flex;
  995. margin-top: auto;
  996. gap: 24px;
  997. }
  998. main .section--container .mna--sol--wrap .sol--right .sol--bot .bubble--wrap .img img {
  999. vertical-align: top;
  1000. }
  1001. main .section--container .mna--sol--wrap .sol--right .sol--bot .bubble--wrap .bubble {
  1002. margin-top: 12px;
  1003. padding: 30px 15px;
  1004. border-radius: 20px;
  1005. background: #FFF;
  1006. height: fit-content;
  1007. color: #222;
  1008. font-size: 16px;
  1009. font-weight: 600;
  1010. line-height: 1.7;
  1011. position: relative;
  1012. }
  1013. main .section--container .mna--sol--wrap .sol--right .sol--bot .bubble--wrap .bubble::before {
  1014. content: "";
  1015. position: absolute;
  1016. width: 16px;
  1017. height: 18px;
  1018. background-image: url(../img/ico--bubble--tail.svg);
  1019. right: 100%;
  1020. top: calc(50% - 9px);
  1021. }
  1022. main .section--container .mna--sol--wrap .sol--right .sol--bot .bubble--wrap .bubble b {
  1023. color: #7330ff;
  1024. font-size: 16px;
  1025. font-weight: 600;
  1026. }
  1027. main .section--container .mna--apply--wrap {
  1028. display: flex;
  1029. gap: 160px;
  1030. }
  1031. main .section--container .mna--apply--wrap .apply--bg {
  1032. position: relative;
  1033. width: 230px;
  1034. min-width: 230px;
  1035. }
  1036. main .section--container .mna--apply--wrap .apply--bg::before {
  1037. content: "";
  1038. position: absolute;
  1039. bottom: 40px;
  1040. right: 0;
  1041. background-image: url(../img/bg--apply.png);
  1042. width: 700px;
  1043. height: 700px;
  1044. }
  1045. main .section--container .mna--apply--wrap .apply--content .title--wrap {
  1046. text-align: left;
  1047. }
  1048. main .section--container .mna--apply--wrap .apply--content .title--wrap h3 {
  1049. color: #000;
  1050. font-size: 18px;
  1051. font-weight: 600;
  1052. margin-bottom: 50px;
  1053. position: relative;
  1054. display: inline-block;
  1055. }
  1056. main .section--container .mna--apply--wrap .apply--content .title--wrap h3::before {
  1057. position: absolute;
  1058. width: 100%;
  1059. content: "";
  1060. display: inline-block;
  1061. background: rgba(0, 208, 255, 0.2);
  1062. height: 15px;
  1063. bottom: -4px;
  1064. }
  1065. main .section--container .mna--apply--wrap .apply--content .title--wrap .title {
  1066. margin-bottom: 40px;
  1067. font-size: 50px;
  1068. font-weight: 700;
  1069. }
  1070. main .section--container .mna--apply--wrap .apply--content .title--wrap .desc {
  1071. color: #000;
  1072. font-size: 18px;
  1073. font-weight: 500;
  1074. margin-bottom: 70px;
  1075. }
  1076. main .section--container .mna--apply--wrap .apply--content .title--wrap .desc b {
  1077. font-weight: 700;
  1078. color: #008cff;
  1079. }
  1080. main .section--container .mna--apply--wrap .apply--content .circle {
  1081. padding: 15px;
  1082. line-height: 1;
  1083. color: #fff;
  1084. width: fit-content;
  1085. border-radius: 100px;
  1086. font-size: 16px;
  1087. font-weight: 600;
  1088. background-color: #222;
  1089. margin-bottom: 30px;
  1090. }
  1091. main .section--container .mna--apply--wrap .apply--content > p {
  1092. margin-bottom: 30px;
  1093. color: #000;
  1094. font-weight: 400;
  1095. line-height: 1.7;
  1096. }
  1097. main .section--container .mna--apply--wrap .apply--content > p.mb--50 {
  1098. margin-bottom: 50px;
  1099. }
  1100. main .section--container .mna--apply--wrap .apply--content > p b {
  1101. font-weight: 600;
  1102. }
  1103. main .section--container .mna--apply--wrap .apply--content > p b.big {
  1104. font-size: 22px;
  1105. }
  1106. main .section--container .mna--apply--wrap .apply--content > p.type2 {
  1107. padding-left: 16px;
  1108. position: relative;
  1109. }
  1110. main .section--container .mna--apply--wrap .apply--content > p.type2::before {
  1111. position: absolute;
  1112. top: 0;
  1113. left: 0;
  1114. content: "※";
  1115. }
  1116. main .section--container .mna--apply--wrap .apply--content ol {
  1117. display: flex;
  1118. flex-wrap: wrap;
  1119. gap: 30px;
  1120. }
  1121. main .section--container .mna--apply--wrap .apply--content ol li {
  1122. display: flex;
  1123. gap: 15px;
  1124. width: calc(50% - 15px);
  1125. line-height: 24px;
  1126. }
  1127. main .section--container .mna--apply--wrap .apply--content ol li span {
  1128. color: #000;
  1129. font-size: 12px;
  1130. font-weight: 700;
  1131. border-radius: 100px;
  1132. width: 25px;
  1133. height: 25px;
  1134. min-width: 25px;
  1135. display: flex;
  1136. justify-content: center;
  1137. align-items: center;
  1138. text-align: center;
  1139. border: 1px solid rgba(0, 0, 0, 0.5);
  1140. background: #FFF;
  1141. }
  1142. main .section--container .mna--differ--wrap {
  1143. display: flex;
  1144. margin-top: 120px;
  1145. flex-direction: column;
  1146. gap: 60px;
  1147. }
  1148. main .section--container .mna--differ--wrap .differ--top {
  1149. display: flex;
  1150. gap: 60px;
  1151. }
  1152. main .section--container .mna--differ--wrap .differ--top > div {
  1153. width: calc(50% - 30px);
  1154. border-radius: 30px;
  1155. background-color: #EBF4FF;
  1156. padding: 60px 140px 70px 60px;
  1157. background-image: url(../img/img--differ1.svg);
  1158. background-repeat: no-repeat;
  1159. background-position: right bottom;
  1160. }
  1161. main .section--container .mna--differ--wrap .differ--top > div span {
  1162. color: #333;
  1163. font-size: 19px;
  1164. font-weight: 500;
  1165. letter-spacing: -0.38px;
  1166. display: inline-block;
  1167. margin-bottom: 40px;
  1168. }
  1169. main .section--container .mna--differ--wrap .differ--top > div span b {
  1170. color: #008cff;
  1171. font-weight: 700;
  1172. }
  1173. main .section--container .mna--differ--wrap .differ--top > div h3 {
  1174. color: #222;
  1175. font-size: 25px;
  1176. font-weight: 800;
  1177. letter-spacing: -0.5px;
  1178. margin-bottom: 25px;
  1179. }
  1180. main .section--container .mna--differ--wrap .differ--top > div p {
  1181. color: #555;
  1182. font-size: 16px;
  1183. line-height: 1.7;
  1184. font-weight: 400;
  1185. }
  1186. main .section--container .mna--differ--wrap .differ--top > div p.type2 {
  1187. margin-top: 25px;
  1188. color: #7330ff;
  1189. font-size: 15px;
  1190. font-weight: 400;
  1191. }
  1192. main .section--container .mna--differ--wrap .differ--top > div a {
  1193. padding: 15px 20px;
  1194. display: flex;
  1195. width: fit-content;
  1196. line-height: 1;
  1197. gap: 5px;
  1198. color: #fff;
  1199. font-size: 15px;
  1200. font-weight: 600;
  1201. border-radius: 100px;
  1202. background-color: #008CFF;
  1203. box-shadow: 0 5px 8px 0 #BCD9FF;
  1204. margin-top: 50px;
  1205. }
  1206. main .section--container .mna--differ--wrap .differ--top > div a .ico {
  1207. width: 16px;
  1208. height: 16px;
  1209. background-image: url(../img/ico--btn--arrow.svg);
  1210. }
  1211. main .section--container .mna--differ--wrap .differ--top > div.differ--right {
  1212. background-color: #F3EEFF;
  1213. background-image: url(../img/img--differ2.svg);
  1214. background-position: bottom 62px right 20px;
  1215. }
  1216. main .section--container .mna--differ--wrap .differ--top > div.differ--right span b {
  1217. color: #7330FF;
  1218. }
  1219. main .section--container .mna--differ--wrap .differ--top > div.differ--right a {
  1220. background: #9765FF;
  1221. box-shadow: 0 5px 8px 0 #E3D4FF;
  1222. }
  1223. main .section--container .mna--differ--wrap .differ--bot {
  1224. border-radius: 30px;
  1225. overflow: hidden;
  1226. display: flex;
  1227. flex-direction: column;
  1228. justify-content: space-between;
  1229. background-color: #F3F7FF;
  1230. background-position: right center;
  1231. background-image: url(../img/img--kmx.png);
  1232. background-size: contain;
  1233. background-repeat: no-repeat;
  1234. padding: 60px;
  1235. }
  1236. main .section--container .mna--differ--wrap .differ--bot .logo--wrap {
  1237. margin-bottom: 30px;
  1238. }
  1239. main .section--container .mna--differ--wrap .differ--bot h3 {
  1240. font-size: 22px;
  1241. color: #222;
  1242. font-weight: 600;
  1243. margin-bottom: 35px;
  1244. letter-spacing: -0.44px;
  1245. }
  1246. main .section--container .mna--differ--wrap .differ--bot a {
  1247. display: flex;
  1248. gap: 5px;
  1249. align-items: center;
  1250. justify-content: center;
  1251. width: fit-content;
  1252. padding: 15px 20px;
  1253. line-height: 1;
  1254. background-color: #013893;
  1255. border-radius: 100px;
  1256. color: #fff;
  1257. font-size: 15px;
  1258. font-weight: 600;
  1259. }
  1260. main .section--container .mna--differ--wrap .differ--bot a .ico {
  1261. width: 16px;
  1262. height: 16px;
  1263. background-image: url(../img/ico--btn--arrow.svg);
  1264. }
  1265. main .section--container .mna--process--wrap {
  1266. margin-top: 120px;
  1267. }
  1268. main .section--container .mna--process--wrap .process--wrap {
  1269. margin-top: 80px;
  1270. }
  1271. main .section--container .mna--process--wrap .process--wrap img {
  1272. width: 100%;
  1273. }
  1274. main .section--container .mna--qna--wrap {
  1275. margin-top: 70px;
  1276. }
  1277. main .section--container .mna--qna--wrap .qna--wrap {
  1278. display: flex;
  1279. flex-direction: column;
  1280. border-top: 1px solid #E9E9E9;
  1281. }
  1282. main .section--container .mna--qna--wrap .qna--wrap:last-child .question--wrap {
  1283. border-bottom: 1px solid #E9E9E9;
  1284. }
  1285. main .section--container .mna--qna--wrap .qna--wrap.active .question--wrap {
  1286. border-bottom: 1px solid #E9E9E9;
  1287. }
  1288. main .section--container .mna--qna--wrap .qna--wrap.active .question--wrap .arrow {
  1289. background-image: url(../img/ico--faq--arrow--up.svg);
  1290. }
  1291. main .section--container .mna--qna--wrap .qna--wrap.active .answer--wrap {
  1292. max-height: 1000px;
  1293. padding: 45px 20px;
  1294. }
  1295. main .section--container .mna--qna--wrap .qna--wrap.active:last-child .answer--wrap {
  1296. border-bottom: 1px solid #E9E9E9;
  1297. }
  1298. main .section--container .mna--qna--wrap .qna--wrap .question--wrap {
  1299. display: flex;
  1300. justify-content: space-between;
  1301. align-items: center;
  1302. gap: 25px;
  1303. cursor: pointer;
  1304. padding: 25px 20px;
  1305. background-color: #fff;
  1306. }
  1307. main .section--container .mna--qna--wrap .qna--wrap .question--wrap .ico {
  1308. width: 38px;
  1309. height: 38px;
  1310. border-radius: 50%;
  1311. border: 1px solid #e8e8e8;
  1312. display: flex;
  1313. align-items: center;
  1314. justify-content: center;
  1315. text-align: center;
  1316. background: linear-gradient(159deg, #008CFF 12.57%, #67B3FF 49%, #B487FF 76.99%, #CBA6FF 92.33%);
  1317. background-clip: text;
  1318. -webkit-background-clip: text;
  1319. -webkit-text-fill-color: transparent;
  1320. font-size: 16px;
  1321. font-weight: 800;
  1322. }
  1323. main .section--container .mna--qna--wrap .qna--wrap .question--wrap .arrow {
  1324. width: 18px;
  1325. height: 18px;
  1326. display: inline-block;
  1327. background-image: url(../img/ico--faq--arrow--down.svg);
  1328. }
  1329. main .section--container .mna--qna--wrap .qna--wrap .question--wrap > p {
  1330. color: #111;
  1331. font-size: 17px;
  1332. font-weight: 600;
  1333. width: calc(100% - 106px);
  1334. }
  1335. main .section--container .mna--qna--wrap .qna--wrap .answer--wrap {
  1336. max-height: 0;
  1337. padding: 0;
  1338. transition: all 0.3s;
  1339. overflow: hidden;
  1340. background-color: #F5FCFF;
  1341. display: flex;
  1342. gap: 25px;
  1343. }
  1344. main .section--container .mna--qna--wrap .qna--wrap .answer--wrap .ico {
  1345. width: 38px;
  1346. min-width: 38px;
  1347. height: 38px;
  1348. display: flex;
  1349. justify-content: center;
  1350. align-items: center;
  1351. text-align: center;
  1352. border-radius: 1000px;
  1353. background: linear-gradient(159deg, #008CFF 12.57%, #67B3FF 64.72%, #CBA6FF 92.33%);
  1354. font-size: 16px;
  1355. font-weight: 800;
  1356. color: #fff;
  1357. }
  1358. main .section--container .mna--qna--wrap .qna--wrap .answer--wrap .inner--box {
  1359. line-height: 1.7;
  1360. }
  1361. main .section--container .mna--qna--wrap .qna--wrap .answer--wrap .inner--box > p {
  1362. font-size: 16px;
  1363. font-weight: 500;
  1364. color: #333;
  1365. }
  1366. main .section--container .mna--qna--wrap .qna--wrap .answer--wrap .inner--box > ul {
  1367. margin-top: 30px;
  1368. display: flex;
  1369. flex-direction: column;
  1370. gap: 30px;
  1371. }
  1372. main .section--container .mna--qna--wrap .qna--wrap .answer--wrap .inner--box > ul > li {
  1373. color: #333;
  1374. font-size: 16px;
  1375. padding-left: 45px;
  1376. font-weight: 400;
  1377. position: relative;
  1378. }
  1379. main .section--container .mna--qna--wrap .qna--wrap .answer--wrap .inner--box > ul > li::before {
  1380. content: "";
  1381. width: 4px;
  1382. position: absolute;
  1383. height: 4px;
  1384. border: 2px solid #99a9b8;
  1385. border-radius: 50%;
  1386. left: 20px;
  1387. top: 10px;
  1388. }
  1389. footer {
  1390. background-color: #111;
  1391. }
  1392. footer .footer--wrap .footer--container {
  1393. max-width: 1600px;
  1394. width: 100%;
  1395. margin: 0 auto;
  1396. display: flex;
  1397. flex-direction: column;
  1398. }
  1399. footer .footer--wrap .footer--top {
  1400. border-bottom: 1px solid #323232;
  1401. }
  1402. footer .footer--wrap .footer--top .footer--link {
  1403. display: flex;
  1404. flex-wrap: wrap;
  1405. padding: 25px 0;
  1406. gap: 40px;
  1407. }
  1408. footer .footer--wrap .footer--top .footer--link a {
  1409. color: #fff;
  1410. font-size: 16px;
  1411. font-weight: 600;
  1412. }
  1413. footer .footer--wrap .footer--bot .footer--inner--top {
  1414. padding: 50px 0;
  1415. display: flex;
  1416. flex-direction: column;
  1417. gap: 20px;
  1418. }
  1419. footer .footer--wrap .footer--bot .footer--inner--top p {
  1420. color: #fff;
  1421. font-size: 16px;
  1422. font-weight: 400;
  1423. letter-spacing: -0.32px;
  1424. }
  1425. footer .footer--wrap .footer--bot .footer--inner--top .contact--list {
  1426. display: flex;
  1427. align-items: center;
  1428. flex-wrap: wrap;
  1429. gap: 15px;
  1430. }
  1431. footer .footer--wrap .footer--bot .footer--inner--top .contact--list .bar {
  1432. width: 1px;
  1433. height: 11px;
  1434. background: rgba(255, 255, 255, 0.5);
  1435. }
  1436. footer .footer--wrap .footer--bot .footer--inner--bot {
  1437. padding: 30px 0;
  1438. border-top: 1px solid #323232;
  1439. color: #9d9fac;
  1440. font-size: 13px;
  1441. line-height: 1.7;
  1442. font-weight: 400;
  1443. letter-spacing: -0.26px;
  1444. }