style.scss 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405
  1. @font-face {
  2. font-family: 'AudiType';
  3. src: url('/fonts/AudiTypeVF.woff2') format('woff2-variations');
  4. font-display: swap;
  5. font-style: normal;
  6. font-stretch: 130%;
  7. }
  8. // Utility classes for padding and margin (1-100)
  9. @for $i from 0 through 200 {
  10. // Padding
  11. .pt--#{$i} { padding-top: #{$i}px !important; }
  12. .pr--#{$i} { padding-right: #{$i}px !important; }
  13. .pb--#{$i} { padding-bottom: #{$i}px !important; }
  14. .pl--#{$i} { padding-left: #{$i}px !important; }
  15. .p--#{$i} { padding: #{$i}px !important; }
  16. // Margin
  17. .mt--#{$i} { margin-top: #{$i}px !important; }
  18. .mr--#{$i} { margin-right: #{$i}px !important; }
  19. .mb--#{$i} { margin-bottom: #{$i}px !important; }
  20. .ml--#{$i} { margin-left: #{$i}px !important; }
  21. .m--#{$i} { margin: #{$i}px !important; }
  22. }
  23. body{
  24. background-color: hsla(216, 23%, 8%, 1);
  25. color: rgb(252, 252, 253);
  26. font-family: 'AudiType';
  27. font-weight: 400;
  28. &:has(.mobile--menu.active){
  29. overflow: hidden;
  30. }
  31. }
  32. .ellipsis1 {
  33. overflow: hidden;
  34. text-overflow: ellipsis;
  35. display: -webkit-box;
  36. -webkit-line-clamp: 1;
  37. -webkit-box-orient: vertical;
  38. }
  39. .ellipsis2 {
  40. overflow: hidden;
  41. text-overflow: ellipsis;
  42. display: -webkit-box;
  43. -webkit-line-clamp: 2;
  44. -webkit-box-orient: vertical;
  45. }
  46. .ellipsis3 {
  47. overflow: hidden;
  48. text-overflow: ellipsis;
  49. display: -webkit-box;
  50. -webkit-line-clamp: 3;
  51. -webkit-box-orient: vertical;
  52. }
  53. *{
  54. background-repeat: no-repeat;
  55. }
  56. .ico, ::after, ::before{
  57. display: inline-block;
  58. background-repeat: no-repeat;
  59. background-position: center;
  60. }
  61. button{
  62. cursor: pointer;
  63. }
  64. // Header Styles
  65. header{
  66. position: relative;
  67. z-index: 1000;
  68. .header--wrap{
  69. display: flex;
  70. align-items: center;
  71. justify-content: space-between;
  72. padding: 20px 40px;
  73. position: relative;
  74. z-index: 1002;
  75. .header--logo--wrap{
  76. transition: opacity 0.3s;
  77. }
  78. }
  79. // 햄버거 버튼 (기본 숨김)
  80. .header--hamburger{
  81. display: none;
  82. flex-direction: column;
  83. justify-content: center;
  84. align-items: center;
  85. background: none;
  86. border: none;
  87. width: 18px;
  88. height: 18px;
  89. cursor: pointer;
  90. z-index: 1000;
  91. position: relative;
  92. span{
  93. position: absolute;
  94. width: 18px;
  95. height: 2px;
  96. background-color: rgb(252, 252, 253);
  97. transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  98. &:nth-child(1){
  99. top: 12px;
  100. }
  101. &:nth-child(2){
  102. top: 50%;
  103. transform: translateY(-50%);
  104. }
  105. &:nth-child(3){
  106. bottom: 12px;
  107. }
  108. }
  109. &::after{
  110. content: 'Menu';
  111. position: absolute;
  112. color: #fcfcfd;
  113. font-size: 14px;
  114. left: calc(100% + 12px);
  115. }
  116. // 메뉴 열렸을 때 X 모양으로 변환
  117. &.active{
  118. span{
  119. &:nth-child(1){
  120. top: 50%;
  121. transform: translateY(-50%) rotate(45deg);
  122. }
  123. &:nth-child(2){
  124. opacity: 0;
  125. transform: translateY(-50%) scale(0);
  126. }
  127. &:nth-child(3){
  128. bottom: 50%;
  129. transform: translateY(50%) rotate(-45deg);
  130. }
  131. }
  132. }
  133. }
  134. .header--menu--wrap{
  135. display: flex;
  136. gap: 32px;
  137. >a{
  138. cursor: pointer;
  139. font-size: 16px;
  140. color: rgb(252, 252, 253);
  141. transition: opacity 0.3s ease;
  142. &:hover{
  143. opacity: 0.7;
  144. }
  145. }
  146. }
  147. // Dim Layer
  148. .header--dim{
  149. position: fixed;
  150. top: 0;
  151. left: 0;
  152. width: 100%;
  153. height: 100vh;
  154. background-color: hsla(216, 26%, 1%, 1);
  155. opacity: 0;
  156. visibility: hidden;
  157. transition: opacity 0.3s ease, visibility 0.3s ease;
  158. z-index: 999;
  159. &.active{
  160. opacity: 0.65;
  161. visibility: visible;
  162. }
  163. }
  164. // Submenu Navigation
  165. .header--submenu{
  166. position: absolute;
  167. top: 0;
  168. left: 0;
  169. width: 100%;
  170. max-height: 1000px;
  171. background-color: #020203;
  172. transform: translateY(-100%);
  173. transition: transform 0.3s ease;
  174. z-index: 1001;
  175. padding-top: 80px;
  176. &.active{
  177. transform: translateY(0);
  178. }
  179. .submenu--content{
  180. max-width: 1920px;
  181. margin: 0 auto;
  182. padding: 40px 96px 40px 205px;
  183. }
  184. .submenu--list{
  185. display: flex;
  186. flex-wrap: wrap;
  187. row-gap: 24px;
  188. >a{
  189. font-size: 14px;
  190. color: #fcfcfdb2;
  191. transition: opacity 0.3s ease;
  192. width: 34%;
  193. &:hover{
  194. opacity: 0.7;
  195. }
  196. }
  197. }
  198. }
  199. // 모바일 메뉴
  200. .mobile--menu{
  201. position: fixed;
  202. top: 0px;
  203. left: 0;
  204. width: 100%;
  205. height: calc(100vh - 72px);
  206. background-color: #020203;
  207. transform: translateY(-100%);
  208. transition: transform 0.4s ease;
  209. z-index: 999;
  210. overflow: hidden;
  211. display: none;
  212. &.active{
  213. transform: translateY(0);
  214. top: 72px;
  215. }
  216. .mobile--menu--header{
  217. display: flex;
  218. align-items: center;
  219. cursor: pointer;
  220. margin: 0 20px;
  221. padding: 28px 0 16px;
  222. border-bottom: 1px solid rgb(204, 204, 204);
  223. .back--btn{
  224. cursor: pointer;
  225. width: 24px;
  226. height: 24px;
  227. background-image: url(/img/ico--arrow.svg);
  228. transform: rotate(180deg);
  229. &~span{
  230. margin-left: 12px;
  231. font-size: 14px;
  232. color: #fcfcfdb2;
  233. }
  234. }
  235. }
  236. .mobile--menu--main{
  237. position: absolute;
  238. top: 0;
  239. left: 0;
  240. width: 100%;
  241. height: 100%;
  242. background-color: #020203;
  243. transition: transform 0.4s ease;
  244. &.hidden{
  245. transform: translateX(-100%);
  246. }
  247. .mobile--menu--list{
  248. display: flex;
  249. flex-direction: column;
  250. padding: 28px 20px;
  251. gap: 24px;
  252. >a{
  253. font-size: 14px;
  254. cursor: pointer;
  255. display: flex;
  256. justify-content: space-between;
  257. color: #fcfcfdb2;
  258. transition: all 0.3s ease;
  259. &:hover{
  260. color: rgb(252, 252, 253);
  261. }
  262. .ico{
  263. width: 24px;
  264. height: 24px;
  265. background-image: url(/img/ico--arrow.svg);
  266. }
  267. }
  268. }
  269. }
  270. .mobile--menu--sub{
  271. position: absolute;
  272. top: 0;
  273. right: 0;
  274. width: 100%;
  275. height: 100%;
  276. background-color: #020203;
  277. transform: translateX(100%);
  278. transition: transform 0.4s ease;
  279. &.active{
  280. transform: translateX(0);
  281. }
  282. .mobile--submenu--list{
  283. display: flex;
  284. flex-direction: column;
  285. padding: 28px 20px;
  286. gap: 24px;
  287. >a{
  288. font-size: 14px;
  289. color: #fcfcfdb2;
  290. transition: all 0.3s ease;
  291. &:hover{
  292. color: #fcfcfd;
  293. }
  294. }
  295. }
  296. }
  297. }
  298. }
  299. main{
  300. .visual--section{
  301. position: relative;
  302. margin: 0 auto;
  303. max-width: 1920px;
  304. width: 100%;
  305. &::after{
  306. content: '';
  307. width: 100%;
  308. position: absolute;
  309. height: 100%;
  310. background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);
  311. top: 0;
  312. left: 0;
  313. }
  314. &.h--800{
  315. .img--wrap{
  316. height: 800px;
  317. }
  318. }
  319. &.h--430{
  320. .img--wrap{
  321. height: 430px;
  322. img{
  323. object-position: 70% top;
  324. }
  325. }
  326. }
  327. .img--wrap{
  328. overflow: hidden;
  329. height: 100vh;
  330. img{
  331. width: 100%;
  332. max-width: 100%;
  333. height: 100%;
  334. object-fit: cover;
  335. }
  336. }
  337. .title--wrap{
  338. position: absolute;
  339. z-index: 3;
  340. top: 0;
  341. left: 0;
  342. color: rgb(2, 2, 3);
  343. padding: 40px 96px;
  344. >h2{
  345. font-size: 44px;
  346. margin-bottom: 8px;
  347. }
  348. >p{
  349. font-size: 20px;
  350. }
  351. .greeting--txt{
  352. margin-top: 30px;
  353. line-height: 1.7;
  354. font-size: 14px;
  355. height: 190px;
  356. }
  357. &.color--white{
  358. color: #fcfcfd;
  359. }
  360. }
  361. .desc--wrap{
  362. .desc{
  363. font-size: 12px;
  364. color: rgba(252, 252, 253, 0.7);
  365. padding: 24px 96px;
  366. }
  367. }
  368. }
  369. // audi stories
  370. .detail--container{
  371. max-width: 1920px;
  372. width: 100%;
  373. margin: 0 auto;
  374. .title--wrap{
  375. padding: 40px;
  376. text-align: center;
  377. h2{
  378. font-size: 72px;
  379. margin-bottom: 24px;
  380. }
  381. p{
  382. color: rgba(252, 252, 253, 0.7);
  383. font-size: 16px;
  384. }
  385. }
  386. .content--wrap{
  387. padding: 40px 88px;
  388. .tech--card--wrap{
  389. display: flex;
  390. row-gap: 72px;
  391. column-gap: 16px;
  392. flex-wrap: wrap;
  393. .tech--card{
  394. width: calc((100% - 48px) / 4);
  395. display: flex;
  396. flex-direction: column;
  397. .img--wrap{
  398. margin-bottom: 24px;
  399. border-radius: 20px;
  400. overflow: hidden;
  401. >img{
  402. width: 100%;
  403. aspect-ratio: 16 / 9;
  404. object-fit: cover;
  405. }
  406. }
  407. >h3{
  408. font-size: 24px;
  409. margin-bottom: 8px;
  410. }
  411. >p{
  412. margin-bottom: 24px;
  413. color: rgba(252, 252, 253, 0.7);
  414. font-size: 16px;
  415. font-stretch: 105%;
  416. &.type2{
  417. margin-top: 40px;
  418. color: rgba(252, 252, 253, 0.7);
  419. font-size: 14px;
  420. }
  421. }
  422. >a{
  423. display: flex;
  424. font-size: 16px;
  425. text-underline-offset: 7px;
  426. text-decoration: underline 1px rgb(252, 252, 253);
  427. align-items: center;
  428. .ico{
  429. width: 24px;
  430. height: 24px;
  431. background-image: url(/img/ico--arrow.svg);
  432. }
  433. }
  434. }
  435. }
  436. // 이벤트 게시판
  437. .event--wrap{
  438. display: grid;
  439. grid-template-columns: repeat(3, 1fr);
  440. gap: 40px 16px;
  441. margin-bottom: 80px;
  442. .event--card{
  443. display: flex;
  444. flex-direction: column;
  445. .img--wrap{
  446. margin-bottom: 24px;
  447. border-radius: 20px;
  448. overflow: hidden;
  449. img{
  450. width: 100%;
  451. aspect-ratio: 16 / 9;
  452. object-fit: cover;
  453. }
  454. }
  455. h3{
  456. font-size: 24px;
  457. margin-bottom: 24px;
  458. }
  459. a{
  460. display: flex;
  461. font-size: 16px;
  462. text-underline-offset: 7px;
  463. text-decoration: underline 1px rgb(252, 252, 253);
  464. align-items: center;
  465. color: rgb(252, 252, 253);
  466. .ico{
  467. width: 24px;
  468. height: 24px;
  469. background-image: url(/img/ico--arrow.svg);
  470. }
  471. }
  472. }
  473. }
  474. // 뉴스 게시판
  475. .news--wrap{
  476. margin-bottom: 80px;
  477. .news--table{
  478. width: 100%;
  479. table-layout: fixed;
  480. thead{
  481. tr{
  482. border-top: 2px solid #fff;
  483. border-bottom: 1px solid rgba(252, 252, 253, 0.7);
  484. th{
  485. padding: 20px 0;
  486. text-align: center;
  487. }
  488. }
  489. }
  490. tbody{
  491. tr{
  492. td{
  493. text-align: center;
  494. padding: 20px 0;
  495. font-size: 16px;
  496. white-space: nowrap;
  497. }
  498. cursor: pointer;
  499. transition: all 0.3s;
  500. &:hover{
  501. background-color: rgba(252, 252, 253, 0.3);
  502. }
  503. &:last-child{
  504. border-bottom: 1px solid rgba(252, 252, 253, 0.7);
  505. }
  506. }
  507. }
  508. }
  509. }
  510. .view--wrap{
  511. .title--wrap{
  512. >h2{
  513. font-size: 48px;
  514. }
  515. border-top: 1px solid rgba(252,252,253,0.7);
  516. border-bottom: 1px solid rgba(252,252,253,0.7);
  517. }
  518. .cont--wrap{
  519. padding: 70px 0;
  520. margin-bottom: 200px;
  521. border-bottom: 1px solid rgba(252,252,253,0.7);
  522. }
  523. }
  524. .ls--card--wrap{
  525. .ls--card{
  526. display: flex;
  527. gap: 72px;
  528. align-items: center;
  529. .ls--img--wrap{
  530. width: 50%;
  531. overflow: hidden;
  532. border-radius: 20px;
  533. }
  534. .ls--txt--wrap{
  535. width: 50%;
  536. >h2{
  537. font-size: 36px;
  538. margin-bottom: 8px;
  539. }
  540. >h3{
  541. font-size: 24px;
  542. margin-bottom: 8px;
  543. }
  544. >p{
  545. font-size: 16px;
  546. color: rgba(252, 252, 253, 0.7);
  547. margin-bottom: 24px;
  548. &.desc{
  549. margin-top: 40px;
  550. font-size: 14px;
  551. margin-bottom: 0;
  552. }
  553. }
  554. }
  555. }
  556. }
  557. .sales--advisor--wrap{
  558. padding: 60px 0;
  559. .sales--team--wrap{
  560. h3{
  561. font-size: 20px;
  562. font-weight: 600;
  563. margin-bottom: 30px;
  564. margin-top: 60px;
  565. }
  566. &:first-child{
  567. h3{
  568. margin-top: 0;
  569. }
  570. }
  571. .advisor--list{
  572. >ul{
  573. display: flex;
  574. flex-wrap: wrap;
  575. >li{
  576. width: 25%;
  577. display: flex;
  578. flex-direction: column;
  579. align-items: center;
  580. position: relative;
  581. padding: 25px;
  582. border: 1px solid #555;
  583. background-color: rgba(219, 223, 230, 0.05);
  584. margin-left: -1px;
  585. margin-top: -1px;
  586. &.flag{
  587. &::after{
  588. content: '';
  589. top: -10px;
  590. left: 0;
  591. display: inline-block;
  592. position: absolute;
  593. width: 53px;
  594. background-image: url(/img/company/img--flag.jpg);
  595. height: 54px;
  596. }
  597. }
  598. .advisor--img{
  599. width: 172px;
  600. height: 210px;
  601. img{
  602. width: 100%;
  603. height: 100%;
  604. object-fit: cover;
  605. }
  606. }
  607. .advisor--info{
  608. text-align: center;
  609. margin-top: 30px;
  610. font-size: 16px;
  611. font-weight: 400;
  612. margin-bottom: 10px;
  613. }
  614. .btn--wrap{
  615. display: flex;
  616. gap: 6px;
  617. >a{
  618. --gradient-start: hsla(216, 20%, 17%, 1);
  619. --gradient-end: hsla(216, 21%, 12%, 1);
  620. transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
  621. transition-duration: 250ms;
  622. transition-property: --gradient-start, --gradient-end, box-shadow;
  623. padding: 12px 16px;
  624. font-size: 15px;
  625. overflow: hidden;
  626. border-radius: 20px;
  627. border: none;
  628. cursor: pointer;
  629. box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
  630. backdrop-filter: blur(40px);
  631. background: linear-gradient(180deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  632. display: flex;
  633. text-decoration: none;
  634. &:hover{
  635. --gradient-start: hsla(216, 18%, 21%, 1);
  636. --gradient-end: hsla(216, 18%, 21%, 1);
  637. box-shadow: rgb(42,57,64) 0px 0px 0px 1px inset;
  638. }
  639. }
  640. }
  641. }
  642. }
  643. }
  644. }
  645. }
  646. }
  647. .img--section{
  648. .img--wrap{
  649. overflow: hidden;
  650. border-radius: 20px;
  651. img{
  652. width: 100%;
  653. display: block;
  654. }
  655. video{
  656. width: 100%;
  657. height: 100%;
  658. display: block;
  659. object-fit: cover;
  660. }
  661. }
  662. &.none--bdrs{
  663. .img--wrap{
  664. border-radius: 0;
  665. }
  666. }
  667. &.type2{
  668. display: flex;
  669. gap: 16px;
  670. .img--box{
  671. width: 50%;
  672. }
  673. }
  674. &.type3{
  675. display: flex;
  676. gap: 16px;
  677. .img--box{
  678. &:first-child{
  679. width: 35%;
  680. }
  681. &:last-child{
  682. width: 70%;
  683. }
  684. }
  685. }
  686. .desc--wrap{
  687. margin-top: 24px;
  688. font-size: 16px;
  689. color: #fcfcfdb2;
  690. .desc{
  691. font-size: 12px;
  692. }
  693. }
  694. }
  695. .title--section{
  696. text-align: center;
  697. padding: 64px 96px;
  698. &.mid--type{
  699. max-width: 1440px;
  700. margin: 0 auto;
  701. }
  702. >h2{
  703. margin-bottom: 24px;
  704. font-size: 44px;
  705. &.big--title{
  706. font-size: 72px;
  707. }
  708. }
  709. >h3{
  710. font-size: 24px;
  711. margin-bottom: 24px;
  712. &.big--title{
  713. font-size: 36px;
  714. }
  715. }
  716. >p{
  717. color: rgba(252, 252, 253, 0.7);
  718. font-size: 16px;
  719. &.desc{
  720. color: rgba(252, 252, 253, 0.7);
  721. font-size: 14px;
  722. }
  723. }
  724. }
  725. .desc--section{
  726. padding: 64px 96px;
  727. margin: 0 auto;
  728. max-width: 950px;
  729. >h2{
  730. font-size: 72px;
  731. }
  732. >h3{
  733. &.big--title{
  734. font-size: 44px;
  735. }
  736. font-size: 36px;
  737. margin-bottom: 40px;
  738. }
  739. >h4{
  740. font-size: 24px;
  741. }
  742. >p{
  743. margin: 0 auto;
  744. color: rgba(252, 252, 253, 0.7);
  745. font-size: 16px;
  746. }
  747. &.mid--type{
  748. max-width: 1440px;
  749. }
  750. &.full--type{
  751. width: 100%;
  752. max-width: 100%;
  753. >h3{
  754. margin-bottom: 16px;
  755. }
  756. >ul{
  757. display: flex;
  758. flex-direction: column;
  759. gap: 24px;
  760. >li{
  761. font-size: 24px;
  762. }
  763. }
  764. }
  765. .ceo--box{
  766. display: flex;
  767. margin-top: 24px;
  768. gap: 40px;
  769. p{
  770. color: rgba(252, 252, 253, 0.7);
  771. font-size: 16px;
  772. width: 60%;
  773. }
  774. .ceo--img--wrap{
  775. width: 40%;
  776. display: flex;
  777. justify-content: flex-end;
  778. align-items: flex-end;
  779. .ceo--name{
  780. text-align: right;
  781. margin-right: 20px;
  782. padding-bottom: 55px;
  783. strong{
  784. font-size: 30px;
  785. }
  786. }
  787. .img--wrap{
  788. min-width: 243px;
  789. }
  790. }
  791. }
  792. }
  793. .img--desc--section{
  794. display: flex;
  795. padding: 64px 0;
  796. &.mid--type{
  797. margin: 0 auto;
  798. max-width: 1248px;
  799. .desc--wrap{
  800. padding-right: 0;
  801. }
  802. }
  803. &.reverse{
  804. flex-direction: row-reverse;
  805. .desc--wrap{
  806. padding-right: 72px;
  807. }
  808. }
  809. .img--wrap{
  810. width: 50%;
  811. border-radius: 20px;
  812. overflow: hidden;
  813. img{
  814. width: 100%;
  815. height: 100%;
  816. object-fit: cover;
  817. }
  818. &.type2{
  819. }
  820. }
  821. .desc--wrap{
  822. width: 50%;
  823. display: flex;
  824. flex-direction: column;
  825. justify-content: center;
  826. padding: 0 72px;
  827. h3{
  828. font-size: 36px;
  829. margin-bottom: 8px;
  830. }
  831. h4{
  832. font-size: 24px;
  833. }
  834. p{
  835. font-size: 16px;
  836. color: rgba(252, 252, 253, 0.7);
  837. &.desc{
  838. font-size: 12px;
  839. }
  840. }
  841. }
  842. &.type2{
  843. .inner--box{
  844. width: 50%;
  845. .img--wrap{
  846. width: 100%;
  847. }
  848. .desc{
  849. margin-top: 12px;
  850. color: rgba(252, 252, 253, 0.7);
  851. font-size: 14px;
  852. }
  853. }
  854. }
  855. }
  856. .more--section{
  857. margin-top: 100px;
  858. >h2{
  859. font-size: 44px;
  860. margin-bottom: 40px;
  861. }
  862. .tech--card--wrap{
  863. display: flex;
  864. column-gap: 16px;
  865. .tech--card{
  866. width: calc((100% - 48px) / 4);
  867. display: flex;
  868. flex-direction: column;
  869. .img--wrap{
  870. margin-bottom: 24px;
  871. border-radius: 20px;
  872. overflow: hidden;
  873. >img{
  874. width: 100%;
  875. aspect-ratio: 16 / 9;
  876. object-fit: cover;
  877. }
  878. }
  879. >h3{
  880. font-size: 24px;
  881. margin-bottom: 8px;
  882. }
  883. >p{
  884. margin-bottom: 24px;
  885. color: rgba(252, 252, 253, 0.7);
  886. font-size: 16px;
  887. font-stretch: 105%;
  888. &.type2{
  889. margin-top: 40px;
  890. color: rgba(252, 252, 253, 0.7);
  891. font-size: 14px;
  892. }
  893. }
  894. >a{
  895. display: flex;
  896. font-size: 16px;
  897. text-underline-offset: 7px;
  898. text-decoration: underline 1px rgb(252, 252, 253);
  899. align-items: center;
  900. .ico{
  901. width: 24px;
  902. height: 24px;
  903. background-image: url(/img/ico--arrow.svg);
  904. }
  905. }
  906. }
  907. }
  908. &.type2{
  909. .tech--card--wrap{
  910. flex-wrap: wrap;
  911. row-gap: 40px;
  912. .tech--card{
  913. width: calc(50% - 8px);
  914. }
  915. }
  916. }
  917. &.type3{
  918. .tech--card--wrap{
  919. flex-wrap: wrap;
  920. row-gap: 40px;
  921. .tech--card{
  922. width: calc((100% - 32px) / 3);
  923. }
  924. }
  925. }
  926. }
  927. .caution--section{
  928. padding: 40px 0;
  929. ul{
  930. display: flex;
  931. flex-direction: column;
  932. gap: 12px;
  933. counter-reset: item;
  934. li{
  935. padding-left: 34px;
  936. color: rgba(252, 252, 253, 0.7);
  937. font-size: 16px;
  938. position: relative;
  939. &::before{
  940. content: counter(item) ". ";
  941. counter-increment: item;
  942. position: absolute;
  943. left: 16px;
  944. }
  945. }
  946. }
  947. }
  948. }
  949. }
  950. footer{
  951. position: relative;
  952. .footer--wrap{
  953. position: relative;
  954. .scroll--to--top{
  955. position: absolute;
  956. top: 24px;
  957. right: 96px;
  958. display: flex;
  959. font-size: 14px;
  960. color: #fcfcfd;
  961. gap: 12px;
  962. .ico{
  963. width: 24px;
  964. height: 24px;
  965. transform: rotate(270deg);
  966. background-image: url(/img/ico--arrow.svg);
  967. }
  968. }
  969. .footer--site--map{
  970. >ul{
  971. >li{
  972. >ul{
  973. >li{
  974. >a{
  975. font-size: 14px;
  976. }
  977. }
  978. }
  979. }
  980. }
  981. }
  982. }
  983. .footer--info--wrap{
  984. .sns--wrap{
  985. display: flex;
  986. justify-content: flex-end;
  987. margin-bottom: 12px;
  988. gap: 8px;
  989. >a{
  990. width: 48px;
  991. height: 48px;
  992. display: inline-block;
  993. border-radius: 50%;
  994. display: flex;
  995. align-items: center;
  996. justify-content: center;
  997. transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
  998. transition-duration: 250ms;
  999. transition-property: color, box-shadow, border-color, background;
  1000. cursor: pointer;
  1001. box-sizing: border-box;
  1002. width: 48px;
  1003. height: 48px;
  1004. background: rgb(24, 29, 37);
  1005. color: rgb(252, 252, 253);
  1006. border: 1px solid rgb(44, 52, 63);
  1007. background-repeat: no-repeat;
  1008. background-position: center;
  1009. &.fb{
  1010. background-image: url(/img/ico--fb.svg);
  1011. }
  1012. &.ins{
  1013. background-image: url(/img/ico--ins.svg);
  1014. }
  1015. }
  1016. }
  1017. .copy--wrap{
  1018. border-top: 2px solid rgba(252,252,253,0.2);
  1019. font-size: 14px;
  1020. color: #fcfcfdb2;
  1021. padding-bottom: 80px;
  1022. .link--list{
  1023. display: flex;
  1024. flex-wrap: wrap;
  1025. margin-top: 16px;
  1026. gap: 24px;
  1027. >li{
  1028. >a{
  1029. font-size: 14px;
  1030. display: inline-block;
  1031. color: rgb(252, 252, 253);
  1032. transition: all 0.3s;
  1033. &:hover{
  1034. opacity: 0.7;
  1035. }
  1036. }
  1037. }
  1038. }
  1039. >p{
  1040. margin-top: 24px;
  1041. }
  1042. }
  1043. }
  1044. @media (max-width: 768px) {
  1045. .footer--wrap{
  1046. .footer--site--map{
  1047. >ul{
  1048. >li{
  1049. >h2{
  1050. cursor: pointer;
  1051. user-select: none;
  1052. position: relative;
  1053. padding-right: 20px;
  1054. &::after{
  1055. content: '';
  1056. position: absolute;
  1057. right: 20px;
  1058. font-size: 12px;
  1059. background-image: url(/img/ico--arrow.svg);
  1060. width: 24px;
  1061. height: 24px;
  1062. transform: rotate(90deg);
  1063. transition: transform 0.3s ease;
  1064. }
  1065. }
  1066. >ul{
  1067. max-height: 0;
  1068. overflow: hidden;
  1069. transition: max-height 0.3s ease;
  1070. &.active{
  1071. max-height: 1000px;
  1072. }
  1073. }
  1074. }
  1075. }
  1076. }
  1077. }
  1078. }
  1079. }
  1080. .more--btn{
  1081. display: flex;
  1082. font-size: 16px;
  1083. text-underline-offset: 7px;
  1084. text-decoration: underline 1px rgb(252, 252, 253);
  1085. align-items: center;
  1086. .ico{
  1087. width: 24px;
  1088. height: 24px;
  1089. margin-left: 8px;
  1090. background-image: url(/img/ico--link.svg);
  1091. }
  1092. }
  1093. .btn--gray{
  1094. transition: all 0.3s;
  1095. width: fit-content;
  1096. font-size: 14px;
  1097. display: inline-block;
  1098. font-weight: 400;
  1099. padding: 12px 24px;
  1100. color: rgb(252, 252, 253);
  1101. border-radius: 100px;
  1102. background-color: #657081;
  1103. &:hover{
  1104. background-color: rgb(44, 52, 63);
  1105. box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
  1106. }
  1107. &.big--btn{
  1108. font-size: 16px;
  1109. padding: 16px 32px;
  1110. width: 248px;
  1111. }
  1112. }
  1113. .btn--border--gray{
  1114. transition: all 0.3s;
  1115. width: fit-content;
  1116. font-size: 14px;
  1117. display: inline-block;
  1118. font-weight: 400;
  1119. padding: 12px 24px;
  1120. color: rgb(252, 252, 253);
  1121. border-radius: 100px;
  1122. background-color: #181d25;
  1123. box-shadow: rgb(44, 52, 63) 0px 0px 0px 1px inset;
  1124. &:hover{
  1125. background-color: rgb(44, 52, 63);
  1126. box-shadow: rgba(219, 223, 230, 0.2) 0px 0px 0px 1px inset;
  1127. }
  1128. &.big--btn{
  1129. padding: 16px 32px;
  1130. font-size: 16px;
  1131. }
  1132. }
  1133. // 페이지네이션
  1134. .pagination--wrap{
  1135. display: flex;
  1136. justify-content: center;
  1137. align-items: center;
  1138. gap: 16px;
  1139. padding: 40px 0;
  1140. .pagination--btn{
  1141. width: 48px;
  1142. height: 48px;
  1143. border-radius: 50%;
  1144. background-color: transparent;
  1145. border: 1px solid rgba(252, 252, 253, 0.3);
  1146. display: flex;
  1147. align-items: center;
  1148. justify-content: center;
  1149. transition: all 0.3s;
  1150. svg{
  1151. fill: rgba(252, 252, 253, 0.7);
  1152. }
  1153. &:hover:not(:disabled){
  1154. background-color: rgba(252, 252, 253, 0.1);
  1155. border-color: rgba(252, 252, 253, 0.5);
  1156. }
  1157. &:disabled{
  1158. opacity: 0.3;
  1159. cursor: not-allowed;
  1160. }
  1161. }
  1162. .pagination--numbers{
  1163. display: flex;
  1164. gap: 8px;
  1165. .pagination--number{
  1166. min-width: 48px;
  1167. height: 48px;
  1168. border-radius: 50%;
  1169. background-color: transparent;
  1170. border: none;
  1171. color: rgba(252, 252, 253, 0.7);
  1172. font-size: 16px;
  1173. transition: all 0.3s;
  1174. &:hover{
  1175. background-color: rgba(252, 252, 253, 0.1);
  1176. color: rgba(252, 252, 253, 1);
  1177. }
  1178. &.active{
  1179. background-color: rgba(252, 252, 253, 1);
  1180. color: rgb(2, 2, 3);
  1181. }
  1182. }
  1183. }
  1184. }
  1185. .dealer--popup--overlay{
  1186. &.type2{
  1187. .dealer--popup--content{
  1188. padding: 0;
  1189. .dealer--thumb--wrap{
  1190. .swiper{
  1191. height: 100%;
  1192. }
  1193. img{
  1194. width: 100%;
  1195. max-width: 100%;
  1196. max-height: 100%;
  1197. height: 100%;
  1198. object-fit: cover;
  1199. }
  1200. .swiper-button-next{
  1201. width: 40px;
  1202. height: 40px;
  1203. background-image: url(/img/ico--arrow.svg);
  1204. background-size: 100%;
  1205. background-color: rgba(0, 0, 0, 0.6);
  1206. right: 0;
  1207. svg{
  1208. display: none;
  1209. }
  1210. }
  1211. .swiper-button-prev{
  1212. background-image: url(/img/ico--arrow.svg);
  1213. background-size: 100%;
  1214. background-color: rgba(0, 0, 0, 0.6);
  1215. left: 0;
  1216. width: 40px;
  1217. height: 40px;
  1218. transform: rotate(180deg);
  1219. svg{
  1220. display: none;
  1221. }
  1222. }
  1223. }
  1224. .dealer--infos--wrap{
  1225. padding-right: 0;
  1226. .info--label{
  1227. &.desc--type{
  1228. max-height: 200px;
  1229. overflow-y: auto;
  1230. }
  1231. }
  1232. }
  1233. }
  1234. }
  1235. }
  1236. // 퀵메뉴
  1237. .quick__menu__wrap{
  1238. position:fixed;
  1239. top:50%;
  1240. transform: translateY(-50%);
  1241. right:0px;
  1242. z-index: 9999;
  1243. }
  1244. .quick__menu__wrap > a .thumb{
  1245. display: block;
  1246. width:50px;
  1247. height:50px;
  1248. }
  1249. .quick__menu__wrap > a{
  1250. position: relative;
  1251. }
  1252. .quick__menu__wrap.actv > a:hover > div{
  1253. background-color:#b2b2b2!important;
  1254. cursor: pointer;
  1255. }
  1256. .quick__menu__wrap.actv > a > div:nth-of-type(2){
  1257. left:-180px;
  1258. background-color: #000;
  1259. color:#fff;
  1260. }
  1261. .quick__menu__wrap > a > div:nth-of-type(1){
  1262. position: relative;
  1263. z-index: 2;
  1264. }
  1265. .quick__menu__wrap > a > div:nth-of-type(2){
  1266. position: absolute;
  1267. top:0;
  1268. white-space: nowrap;
  1269. left:10px;
  1270. font-size:14px;
  1271. transition: all .2s ease-in;
  1272. display: flex;
  1273. align-items: center;
  1274. justify-content: flex-start;
  1275. width:250px;
  1276. height:50px;
  1277. z-index: 1;
  1278. padding-left:15px;
  1279. cursor: pointer;
  1280. }
  1281. .quick__menu__wrap .th_01{
  1282. background:url(/img/quick_01.png) no-repeat center;
  1283. }
  1284. .quick__menu__wrap .th_02{
  1285. background:url(/img/quick_02.png) no-repeat center;
  1286. }
  1287. .quick__menu__wrap .th_03{
  1288. background:url(/img/quick_03.png) no-repeat center;
  1289. }
  1290. .quick__menu__wrap .th_04{
  1291. background:url(/img/quick_04.png) no-repeat center;
  1292. }
  1293. .quick__menu__wrap .th_05{
  1294. background:url(/img/quick_05.png) no-repeat center;
  1295. }
  1296. .quick__menu__wrap .th_06{
  1297. background:url(/img/quick_06.png) no-repeat center;
  1298. }
  1299. .quick__menu__wrap .th_07{
  1300. background:url(/img/quick_07.png) no-repeat center;
  1301. }
  1302. .quick__menu__wrap .th_08{
  1303. background:url(/img/quick_08.png) no-repeat center;
  1304. }
  1305. .quick__menu__wrap .th_09{
  1306. background:url(/img/quick_09.png) no-repeat center;
  1307. }
  1308. .quick__menu__wrap .th_10{
  1309. background:url(/img/quick_10.png) no-repeat center;
  1310. }
  1311. .quick__menu__wrap .th_11{
  1312. background:url(/img/quick_11.png) no-repeat center;
  1313. }
  1314. @media(max-width:768px){
  1315. .quick__menu__wrap{
  1316. left:0px;
  1317. top:auto;
  1318. transform: translateY(0);
  1319. bottom:0px;
  1320. width:100%;
  1321. max-width:100%;
  1322. display: flex;
  1323. justify-content: center;
  1324. align-items: center;
  1325. background: #000;
  1326. >a{
  1327. width: calc(100% / 9);
  1328. display: flex;
  1329. flex-direction: column;
  1330. >div{
  1331. &:nth-of-type(2){
  1332. position: static;
  1333. width: auto;
  1334. text-align: center;
  1335. height: auto;
  1336. }
  1337. }
  1338. }
  1339. }
  1340. .quick__menu__wrap > div{
  1341. }
  1342. .quick__menu__wrap > div > div:nth-of-type(2){
  1343. display: none!important;
  1344. }
  1345. .company__wrap .contents--wrap{
  1346. padding-left:15px;
  1347. padding-right:15px;
  1348. box-sizing: border-box;
  1349. }
  1350. }
  1351. @media (max-width: 460px){
  1352. .quick__menu__wrap{
  1353. overflow-x: auto;
  1354. box-sizing: border-box;
  1355. padding:0 20px!important;
  1356. justify-content: flex-start!important;
  1357. }
  1358. }