style.scss 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787
  1. // Pretendard Font Face
  2. @font-face {
  3. font-family: 'Pretendard';
  4. font-weight: 100;
  5. font-style: normal;
  6. font-display: swap;
  7. src: url('/font/Pretendard-Thin.woff2') format('woff2'),
  8. url('/font/Pretendard-Thin.woff') format('woff');
  9. }
  10. @font-face {
  11. font-family: 'Pretendard';
  12. font-weight: 200;
  13. font-style: normal;
  14. font-display: swap;
  15. src: url('/font/Pretendard-ExtraLight.woff2') format('woff2'),
  16. url('/font/Pretendard-ExtraLight.woff') format('woff');
  17. }
  18. @font-face {
  19. font-family: 'Pretendard';
  20. font-weight: 300;
  21. font-style: normal;
  22. font-display: swap;
  23. src: url('/font/Pretendard-Light.woff2') format('woff2'),
  24. url('/font/Pretendard-Light.woff') format('woff');
  25. }
  26. @font-face {
  27. font-family: 'Pretendard';
  28. font-weight: 400;
  29. font-style: normal;
  30. font-display: swap;
  31. src: url('/font/Pretendard-Regular.woff2') format('woff2'),
  32. url('/font/Pretendard-Regular.woff') format('woff');
  33. }
  34. @font-face {
  35. font-family: 'Pretendard';
  36. font-weight: 500;
  37. font-style: normal;
  38. font-display: swap;
  39. src: url('/font/Pretendard-Medium.woff2') format('woff2'),
  40. url('/font/Pretendard-Medium.woff') format('woff');
  41. }
  42. @font-face {
  43. font-family: 'Pretendard';
  44. font-weight: 600;
  45. font-style: normal;
  46. font-display: swap;
  47. src: url('/font/Pretendard-SemiBold.woff2') format('woff2'),
  48. url('/font/Pretendard-SemiBold.woff') format('woff');
  49. }
  50. @font-face {
  51. font-family: 'Pretendard';
  52. font-weight: 700;
  53. font-style: normal;
  54. font-display: swap;
  55. src: url('/font/Pretendard-Bold.woff2') format('woff2'),
  56. url('/font/Pretendard-Bold.woff') format('woff');
  57. }
  58. @font-face {
  59. font-family: 'Pretendard';
  60. font-weight: 800;
  61. font-style: normal;
  62. font-display: swap;
  63. src: url('/font/Pretendard-ExtraBold.woff2') format('woff2'),
  64. url('/font/Pretendard-ExtraBold.woff') format('woff');
  65. }
  66. @font-face {
  67. font-family: 'Pretendard';
  68. font-weight: 900;
  69. font-style: normal;
  70. font-display: swap;
  71. src: url('/font/Pretendard-Black.woff2') format('woff2'),
  72. url('/font/Pretendard-Black.woff') format('woff');
  73. }
  74. html,
  75. body,
  76. button,
  77. input,
  78. select,
  79. textarea {
  80. font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  81. }
  82. .ico, ::before, ::after{
  83. display: inline-block;
  84. background-repeat: no-repeat;
  85. background-position: center;
  86. background-size: 100%;
  87. }
  88. .btn--border--blue{
  89. border-radius: 10px;
  90. border: 1px solid #2f6fe0;
  91. color: #2f6fe0;
  92. font-size: 13px;
  93. font-weight: 600;
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. text-align: center;
  98. }
  99. .user--main{
  100. .input--wrap{
  101. label{
  102. color: #8a8f9a;
  103. font-size: 13px;
  104. margin-bottom: 6px;
  105. line-height: 1;
  106. display: block;
  107. font-weight: 400;
  108. }
  109. .required{
  110. color: #2f6fe0;
  111. font-size: 13px;
  112. font-weight: 500;
  113. }
  114. input{
  115. height: 52px;
  116. border-radius: 12px;
  117. line-height: 1;
  118. border: 1px solid #e3e6eb;
  119. width: 100%;
  120. padding: 0 16px;
  121. font-size: 14px;
  122. font-weight: 400;
  123. &::placeholder{
  124. color: #b0b5bf;
  125. }
  126. }
  127. &.pw--input--wrap{
  128. position: relative;
  129. input{
  130. padding-right: 48px;
  131. }
  132. .pw--toggle--btn{
  133. display: flex;
  134. justify-content: center;
  135. align-items: center;
  136. position: absolute;
  137. right: 0px;
  138. width: 48px;
  139. height: 52px;
  140. bottom: 0;
  141. }
  142. }
  143. .input--inner--wrap{
  144. display: flex;
  145. gap: 8px;
  146. &.gap--4{
  147. gap: 4px;
  148. align-items: center;
  149. font-size: 14px;
  150. input{
  151. text-align: center;
  152. }
  153. span{
  154. color: #b0b5bf;
  155. }
  156. }
  157. }
  158. &+.input--info{
  159. margin-top: 6px;
  160. color: #9aa0ac;
  161. font-size: 12px;
  162. font-weight: 400;
  163. }
  164. }
  165. button, input[type=radio], input[type=checkbox]{
  166. cursor: pointer;
  167. }
  168. .float--btn--wrap{
  169. position: fixed;
  170. bottom: 32px;
  171. padding: 0 25px;
  172. left: 0;
  173. width: 100%;
  174. z-index: 100;
  175. a{
  176. display: flex;
  177. justify-content: center;
  178. align-items: center;
  179. text-align: center;
  180. line-height: 1;
  181. background-color: #2f6fe0;
  182. border-radius: 12px;
  183. color: #fff;
  184. height: 52px;
  185. font-size: 16px;
  186. font-weight: 700;
  187. width: 100%;
  188. &.disabled{
  189. color: #9aa0ac;
  190. pointer-events: none;
  191. background-color: #e5e7eb;
  192. }
  193. }
  194. }
  195. .color--blue{
  196. color: #2f6fe0!important;
  197. }
  198. }
  199. .join--container{
  200. padding: 60px 25px 100px;
  201. min-height: 100vh;
  202. .title--wrap{
  203. h1{
  204. color: #1a1d29;
  205. font-size: 24px;
  206. font-weight: 800;
  207. letter-spacing: -0.3px;
  208. }
  209. h2{
  210. color: #1a1d29;
  211. font-size: 22px;
  212. font-weight: 800;
  213. letter-spacing: -0.3px;
  214. }
  215. p{
  216. color: #8a8f9a;
  217. font-size: 14px;
  218. font-weight: 400;
  219. }
  220. }
  221. .login--wrap{
  222. .auto--login--wrap{
  223. display: flex;
  224. justify-content: space-between;
  225. align-items: center;
  226. line-height: 1;
  227. .auto--login{
  228. label{
  229. display: flex;
  230. align-items: center;
  231. gap: 8px;
  232. color: #6b7280;
  233. font-size: 13px;
  234. line-height: 1;
  235. font-weight: 500;
  236. input[type=checkbox]{
  237. appearance: none;
  238. width: 18px;
  239. height: 18px;
  240. border-radius: 5px;
  241. border: 1px solid #cfd4dc;
  242. background: #fff;
  243. background-image: none;
  244. background-repeat: no-repeat;
  245. background-position: center;
  246. background-size: 12px 12px;
  247. cursor: pointer;
  248. &:checked {
  249. border-color: #2f6fe0;
  250. background-color: #2f6fe0;
  251. background-image: url('/img/ico--check.svg');
  252. }
  253. }
  254. }
  255. }
  256. .find--pw--btn{
  257. color: #2f6fe0;
  258. font-size: 13px;
  259. font-weight: 500;
  260. }
  261. }
  262. .login--btn--wrap{
  263. display: flex;
  264. justify-content: center;
  265. button{
  266. width: 100%;
  267. height: 52px;
  268. font-size: 16px;
  269. font-weight: 700;
  270. color: #fff;
  271. border-radius: 12px;
  272. background-color: #2f6fe0;
  273. }
  274. }
  275. .social--login--wrap{
  276. .social--login--txt{
  277. display: flex;
  278. align-items: center;
  279. justify-content: center;
  280. position: relative;
  281. &::before{
  282. content: '';
  283. background-color: #e3e6eb;
  284. height: 1px;
  285. width: 100%;
  286. position: absolute;
  287. z-index: -1;
  288. top: 50%;
  289. }
  290. span{
  291. color: #b0b5bf;
  292. text-align: center;
  293. background-color: #fff;
  294. font-size: 12px;
  295. font-weight: 500;
  296. padding: 0 16px;
  297. }
  298. }
  299. .social--login--list{
  300. display: flex;
  301. align-items: center;
  302. justify-content: space-between;
  303. gap: 12px;
  304. li{
  305. display: flex;
  306. width: 33.3333%;
  307. align-items: center;
  308. justify-content: center;
  309. a{
  310. height: 52px;
  311. background-repeat: no-repeat;
  312. background-position: center;
  313. border-radius: 12px;
  314. font-size: 0;
  315. line-height: 0;
  316. background-size: 24px 24px;
  317. width: 100%;
  318. &.kakao{
  319. background-image: url(/img/ico--kakao.svg);
  320. background-color: #fee500;
  321. }
  322. &.naver{
  323. background-image: url(/img/ico--naver.svg);
  324. background-size: 20px 20px;
  325. background-color: #0f874f;
  326. }
  327. &.apple{
  328. background-image: url(/img/ico--apple.svg);
  329. background-color: #0f1938;
  330. }
  331. }
  332. }
  333. }
  334. }
  335. .join--btn--wrap{
  336. text-align: center;
  337. color: #8a8f9a;
  338. font-size: 13px;
  339. font-weight: 500;
  340. a{
  341. color: #2f6fe0;
  342. font-weight: 700;
  343. }
  344. }
  345. }
  346. .join--step--wrap{
  347. .step--txt{
  348. color: #8a8f9a;
  349. font-size: 12px;
  350. font-weight: 600;
  351. line-height: 1;
  352. }
  353. .step--bar{
  354. margin-top: 10px;
  355. display: flex;
  356. gap: 8px;
  357. justify-content: space-between;
  358. span{
  359. width: 33.3333%;
  360. height: 4px;
  361. background-color: #e3e6eb;
  362. border-radius: 2px;
  363. transition: backgroundColor 0.3s;
  364. &.active{
  365. background-color: #2f6fe0;
  366. }
  367. }
  368. }
  369. }
  370. .join--wrap{
  371. .all--check--wrap{
  372. label{
  373. display: flex;
  374. gap: 12px;
  375. background-color: #f4f8ff;
  376. padding: 18px 16px;
  377. border-radius: 12px;
  378. border: 1px solid #bbd2f7;
  379. align-items: center;
  380. color: #1a1d29;
  381. font-size: 15px;
  382. font-weight: 700;
  383. input[type=checkbox]{
  384. appearance: none;
  385. min-width: 24px;
  386. width: 24px;
  387. height: 24px;
  388. border-radius: 5px;
  389. border: 1px solid #cfd4dc;
  390. background: #fff;
  391. background-image: none;
  392. background-repeat: no-repeat;
  393. background-position: center;
  394. background-size: 16px 16px;
  395. cursor: pointer;
  396. &:checked {
  397. border-color: #2f6fe0;
  398. background-color: #2f6fe0;
  399. background-image: url('/img/ico--check.svg');
  400. }
  401. }
  402. }
  403. }
  404. .each--check--wrap{
  405. .each--wrap{
  406. padding: 12px 0px 12px 16px;
  407. display: flex;
  408. label{
  409. display: flex;
  410. color: #3d4250;
  411. font-size: 14px;
  412. font-weight: 500;
  413. align-items: center;
  414. gap: 10px;
  415. width: 100%;
  416. input[type=checkbox]{
  417. appearance: none;
  418. width: 22px;
  419. min-width: 22px;
  420. height: 22px;
  421. border-radius: 5px;
  422. border: 1px solid #cfd4dc;
  423. background: #fff;
  424. background-image: none;
  425. background-repeat: no-repeat;
  426. background-position: center;
  427. background-size: 14px 14px;
  428. cursor: pointer;
  429. &:checked {
  430. border-color: #2f6fe0;
  431. background-color: #2f6fe0;
  432. background-image: url('/img/ico--check.svg');
  433. }
  434. }
  435. span{
  436. font-weight: 600;
  437. color: #9aa0ac;
  438. font-size: 11px;
  439. margin-left: -4px;
  440. }
  441. }
  442. button{
  443. width: 30px;
  444. min-width: 30px;
  445. color: #b0b5bf;
  446. font-size: 18px;
  447. margin-left: auto;
  448. font-weight: 400;
  449. }
  450. }
  451. }
  452. .join--btn{
  453. width: 86px;
  454. min-width: 86px;
  455. }
  456. .join--bubble--wrap{
  457. display: flex;
  458. flex-wrap: wrap;
  459. gap: 8px;
  460. .area--bubble{
  461. border-radius: 18px;
  462. border: 1px solid #d6dae1;
  463. background-color: #fff;
  464. padding: 10px 20px;
  465. color: #4b5563;
  466. font-size: 13px;
  467. font-weight: 500;
  468. &.active{
  469. border: 1px solid #2f6fe0;
  470. background-color: #2f6fe0;
  471. color: #fff;
  472. font-weight: 600;
  473. }
  474. }
  475. }
  476. }
  477. .join--complete--wrap{
  478. text-align: center;
  479. .ico{
  480. width: 80px;
  481. height: 80px;
  482. background-color: #19941b;
  483. border-radius: 50%;
  484. background-image: url(/img/ico--join--complete--check.svg);
  485. background-position: center;
  486. background-size: 30px 30px;
  487. }
  488. h2{
  489. color: #1a1d29;
  490. font-size: 20px;
  491. font-weight: 800;
  492. }
  493. p{
  494. color: #8a8f9a;
  495. font-size: 14px;
  496. font-weight: 400;
  497. }
  498. }
  499. .join--benefit--wrap{
  500. border-radius: 14px;
  501. background-color: #f4f8ff;
  502. border: 1px solid #bbd2f7;
  503. padding: 20px 16px;
  504. line-height: 1.4;
  505. h3{
  506. font-size: 13px;
  507. font-weight: 700;
  508. }
  509. p{
  510. color: #1a1d29;
  511. font-size: 18px;
  512. font-weight: 800;
  513. }
  514. span{
  515. display: block;
  516. font-size: 12px;
  517. color: #8a8f9a;
  518. font-weight: 400;
  519. }
  520. }
  521. }
  522. .modal--dim{
  523. position: fixed;
  524. background-color: rgba(15,19,32,0.55);
  525. top: 0;
  526. left: 0;
  527. width: 100%;
  528. height: 100vh;
  529. padding: 36px;
  530. opacity: 0;
  531. transition: all 0.3s;
  532. z-index: 1000;
  533. display: flex;
  534. align-items: center;
  535. justify-content: center;
  536. pointer-events: none;
  537. &.active{
  538. opacity: 1;
  539. pointer-events: all;
  540. }
  541. .alert--wrap{
  542. background-color: #fff;
  543. min-width: 288px;
  544. max-width: 400px;
  545. width: 100%;
  546. border-radius: 20px;
  547. background: #FFF;
  548. box-shadow: 0 12px 32px 0 rgba(15, 23, 41, 0.22);
  549. padding: 32px 24px 24px 24px;
  550. // 기본 상태: 살짝 아래 + 투명
  551. opacity: 0;
  552. transform: translateY(24px);
  553. transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  554. // 활성 상태: 제자리 + 보임 (살짝 튀어오르며 fade-in)
  555. &.active{
  556. opacity: 1;
  557. transform: translateY(0);
  558. }
  559. &.center{
  560. display: flex;
  561. flex-direction: column;
  562. align-items: center;
  563. justify-content: center;
  564. text-align: center;
  565. }
  566. .error--ico{
  567. width: 56px;
  568. height: 56px;
  569. border-radius: 28px;
  570. display: flex;
  571. align-items: center;
  572. justify-content: center;
  573. font-size: 30px;
  574. font-weight: 800;
  575. margin-bottom: 16px;
  576. // 기본 (error: 빨강)
  577. background-color: #fee4e2;
  578. color: #e5484d;
  579. &.error--ico--success{
  580. background-color: #d1fae5;
  581. color: #059669;
  582. }
  583. &.error--ico--info{
  584. background-color: #dbeafe;
  585. color: #2563eb;
  586. }
  587. }
  588. .modal--tit{
  589. margin-bottom: 16px;
  590. h2{
  591. color: #1a1d29;
  592. font-size: 17px;
  593. font-weight: 700;
  594. letter-spacing: -0.3px;
  595. }
  596. }
  597. .modal--cont{
  598. p{
  599. color: #6b7280;
  600. font-size: 14px;
  601. font-weight: 400;
  602. line-height: 1.5;
  603. }
  604. }
  605. .modal--btn{
  606. margin-top: 32px;
  607. width: 100%;
  608. display: flex;
  609. gap: 8px;
  610. button{
  611. color: #fff;
  612. background-color: #2f6fe0;
  613. border-radius: 12px;
  614. width: 100%;
  615. height: 48px;
  616. font-size: 15px;
  617. font-weight: 700;
  618. transition: opacity 0.15s ease;
  619. &:hover{ opacity: 0.9; }
  620. &.cancel{
  621. background-color: #f3f4f6;
  622. color: #6b7280;
  623. }
  624. }
  625. }
  626. }
  627. }
  628. .user--header{
  629. height: 60px;
  630. position: fixed;
  631. top: 0;
  632. left: 0;
  633. width: 100%;
  634. background-color: #fff;
  635. z-index: 100;
  636. padding: 0 20px;
  637. .header--wrap{
  638. display: flex;
  639. align-items: center;
  640. height: 100%;
  641. .header--logo{
  642. display: flex;
  643. align-items: center;
  644. gap: 8px;
  645. .logo{
  646. width: 30px;
  647. height: 30px;
  648. border-radius: 9px;
  649. background-image: url(/img/ico--logo.svg);
  650. }
  651. h1{
  652. color: #1a1d29;
  653. font-size: 18px;
  654. font-weight: 800;
  655. letter-spacing: -0.18px;
  656. }
  657. }
  658. }
  659. }
  660. .home--wrap{
  661. background-color: #F6F7F9;
  662. padding-top: 60px;
  663. padding-bottom: 76px;
  664. min-height: calc(100vh);
  665. .home--tab--wrap{
  666. padding: 0 8px;
  667. background-color: #fff;
  668. border-bottom: 1px solid #eceef1;
  669. display: flex;
  670. overflow-x: auto;
  671. button{
  672. white-space: nowrap;
  673. height: 50px;
  674. padding: 0 12px;
  675. color: #8a8f9a;
  676. font-weight: 500;
  677. font-size: 15px;
  678. span{
  679. position: relative;
  680. }
  681. &.active{
  682. color: #1a1d29;
  683. font-weight: 700;
  684. span{
  685. &::before{
  686. content: '';
  687. position: absolute;
  688. background-color:#fc801c;
  689. display: inline-block;
  690. bottom: -11px;
  691. width: 100%;
  692. height: 2px;
  693. border-radius: 2px;
  694. }
  695. }
  696. }
  697. }
  698. }
  699. .home--container{
  700. padding: 20px 20px 25px 20px;
  701. }
  702. }
  703. footer{
  704. position: fixed;
  705. bottom: 0;
  706. left: 0;
  707. width: 100%;
  708. border-top: 1px solid #eceef1;
  709. background-color: #fff;
  710. .footer--wrap{
  711. display: flex;
  712. .ico{
  713. width: 24px;
  714. height: 24px;
  715. &.ico1{
  716. background-image: url(/img/ico--footer1.svg);
  717. }
  718. &.ico2{
  719. background-image: url(/img/ico--footer2.svg);
  720. }
  721. &.ico3{
  722. background-image: url(/img/ico--footer3.svg);
  723. }
  724. &.ico4{
  725. background-image: url(/img/ico--footer4.svg);
  726. }
  727. }
  728. a{
  729. width: 25%;
  730. display: flex;
  731. align-items: center;
  732. justify-content: center;
  733. flex-direction: column;
  734. height: 76px;
  735. font-size: 11px;
  736. font-weight: 500;
  737. gap: 5px;
  738. color: #9aa0ac;
  739. &.active{
  740. font-weight: 700;
  741. color: #FC801C;
  742. .ico{
  743. &.ico1{
  744. background-image: url(/img/ico--footer1--on.svg);
  745. }
  746. &.ico2{
  747. background-image: url(/img/ico--footer2--on.svg);
  748. }
  749. &.ico3{
  750. background-image: url(/img/ico--footer3--on.svg);
  751. }
  752. &.ico4{
  753. background-image: url(/img/ico--footer4--on.svg);
  754. }
  755. }
  756. }
  757. }
  758. }
  759. }