style.scss 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560
  1. @charset "UTF-8";
  2. @use 'animation';
  3. img{
  4. width: 100%;
  5. }
  6. .evt--section01{
  7. background-color: #00b6ff;
  8. background-repeat: no-repeat;
  9. background-size: 100%;
  10. position: relative;
  11. overflow: hidden;
  12. .palm--img1{
  13. position: absolute;
  14. top: -3%;
  15. left: 0;
  16. max-width: 495px;
  17. width: 50%;
  18. z-index:10;
  19. }
  20. .palm--img2{
  21. z-index:10;
  22. position: absolute;
  23. right: -60px;
  24. top: -3%;
  25. width: 50%;
  26. max-width: 500px;
  27. }
  28. .bubble--bg{
  29. z-index:10;
  30. position: absolute;
  31. background-image: url(../img/img_bg_3.png);
  32. width: 231px;
  33. height: 95px;
  34. bottom: -500px;
  35. left: -231px;
  36. }
  37. .wave--bg{
  38. position: absolute;
  39. background-size: 100%;
  40. background-position: 0 -120px;
  41. background-image: url(../img/bg_2.png);
  42. width: 100%;
  43. height: 5000px;
  44. }
  45. .section--container{
  46. max-width: 1440px;
  47. margin: 0 auto;
  48. position: relative;
  49. .section--title{
  50. margin-top: 150px;
  51. margin-bottom: 150px;
  52. display: flex;
  53. flex-direction: column;
  54. position: relative;
  55. z-index: 11;
  56. align-items: center;
  57. .logo{
  58. max-width: 290px;
  59. width: 40%;
  60. margin-bottom: 80px;
  61. }
  62. >h1{
  63. margin-bottom: 30px;
  64. }
  65. >h2{
  66. margin-bottom: 100px;
  67. }
  68. >h3{
  69. max-width: 716px;
  70. width: 80%;
  71. }
  72. .bg1{
  73. position: absolute;
  74. left: -200px;
  75. top: 0px;
  76. }
  77. .bg2{
  78. position: absolute;
  79. left: -230px;
  80. bottom: -200px;
  81. }
  82. .bg4{
  83. position: absolute;
  84. right: -200px;
  85. bottom: -60px;
  86. }
  87. .bg--wave--wrap{
  88. position: absolute;
  89. right: -90px;
  90. top: 50px;
  91. .bg--wave{
  92. position: relative;
  93. width: 900px;
  94. height: 550px;
  95. .bg--wave1{
  96. position: absolute;
  97. z-index: -1;
  98. }
  99. .bg--wave2{
  100. position: absolute;
  101. width: 316px;
  102. right: 60px;
  103. top: 103px;
  104. }
  105. }
  106. }
  107. }
  108. .video--wrap{
  109. max-width: 1440px;
  110. margin: 0 auto 120px;
  111. overflow: hidden;
  112. max-height: 90vh;
  113. background-color: black;
  114. border: 3px solid #ffffff;
  115. border-radius: 2px;
  116. display: flex;
  117. justify-content: center;
  118. align-items: center;
  119. box-sizing: border-box;
  120. position: relative;
  121. z-index: 5;
  122. video{
  123. aspect-ratio: 4 / 3;
  124. z-index: 5;
  125. width: 100%;
  126. position: relative;
  127. vertical-align: top;
  128. }
  129. .bg5{
  130. position: absolute;
  131. top: -100px;
  132. left: -340px;
  133. z-index: 2;
  134. }
  135. .video--btn{
  136. display: none;
  137. position: absolute;
  138. top: 50%;
  139. left: 50%;
  140. transform: translate(-50%, -50%);
  141. max-width: 230px;
  142. max-height: 230px;
  143. width: 20vw;
  144. height: 20vw;
  145. z-index: 10;
  146. height: 230px;
  147. cursor: pointer;
  148. background-repeat: no-repeat;
  149. background-position: center;
  150. background-size: 100%;
  151. background-image: url(../img/ico_play.png);
  152. &.play{
  153. display: block;
  154. }
  155. }
  156. }
  157. .swiper--wrap{
  158. position: relative;
  159. margin-bottom: 200px;
  160. box-shadow: 16px 12px 32px rgba(68, 68, 68, 0.15);
  161. .bg1{
  162. position: absolute;
  163. right: -180px;
  164. top: -30px;
  165. }
  166. .bg2{
  167. position: absolute;
  168. left: -160px;
  169. top: 50%;
  170. }
  171. .bg3{
  172. position: absolute;
  173. right: -260px;
  174. bottom: 30%;
  175. }
  176. .swiper--tab--wrap{
  177. display: flex;
  178. gap: 5px;
  179. .tab--btn{
  180. background-color: #fff;
  181. border: none;
  182. border-top-left-radius: 15px;
  183. border-top-right-radius: 15px;
  184. text-align: center;
  185. width: 100%;
  186. position: relative;
  187. font-weight: 500;
  188. font-family: 'GmarketSans';
  189. height: 80px;
  190. display: flex;
  191. align-items: center;
  192. justify-content: center;
  193. font-size: 28px;
  194. padding: 0;
  195. color: #787878;
  196. box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.15) inset;
  197. &:first-child,
  198. &:nth-child(2),
  199. &:nth-child(3){
  200. &::before{
  201. content: 'NEW';
  202. font-size: 14px;
  203. margin-top: -5px;
  204. margin-right: 5px;
  205. }
  206. }
  207. &::after{
  208. content: '';
  209. display: inline-block;
  210. width: 100%;
  211. bottom: 0;
  212. position: absolute;
  213. }
  214. &.active{
  215. background-color: #0000ff;
  216. font-weight: 700;
  217. color: #ffde00;
  218. }
  219. }
  220. }
  221. .swiper-slide{
  222. display: flex;
  223. justify-content: center;
  224. }
  225. .slide--img{
  226. position: relative;
  227. .new--icon{
  228. display: inline-block;
  229. position: absolute;
  230. width: 10%;
  231. padding-bottom: 11%;
  232. background-repeat: no-repeat;
  233. bottom: 5%;
  234. right: 6%;
  235. background-image: url(../img/ico_new.png);
  236. max-width: 130px;
  237. max-height: 130px;
  238. background-size: 100%;
  239. }
  240. }
  241. .slide--desc{
  242. padding: 70px 100px;
  243. height: 380px;
  244. background-color: #fff;
  245. &.type2{
  246. padding: 40px 100px;
  247. h4{
  248. margin-bottom: 0px;
  249. }
  250. }
  251. h4{
  252. font-family: 'GmarketSans';
  253. font-weight: 700;
  254. font-size: 42px;
  255. margin-bottom: 20px;
  256. span{
  257. font-size: 28px;
  258. }
  259. }
  260. p{
  261. font-family: 'Pretendard Variable';
  262. font-size: 28px;
  263. line-height: 1.4;
  264. font-weight: 500;
  265. margin-bottom: 30px;
  266. &:last-child{
  267. margin-bottom: 0px;
  268. }
  269. }
  270. }
  271. .swiper-pagination{
  272. bottom: -100px;
  273. span{
  274. width: 32px;
  275. height: 32px;
  276. margin: 0 12px;
  277. background-color: #008be6;
  278. opacity: 0.6;
  279. }
  280. .swiper-pagination-bullet-active{
  281. background-color: #0047bb;
  282. opacity: 1;
  283. }
  284. }
  285. .swiper-button-next, .swiper-button-prev{
  286. width: 50px;
  287. background-image: url(../img/ico_arrow.png);
  288. height: 90px;
  289. top: 30%;
  290. right: -100px;
  291. &::after{
  292. display: none;
  293. }
  294. }
  295. .swiper-button-prev{
  296. transform: rotate(180deg);
  297. left: -100px;
  298. }
  299. }
  300. }
  301. }
  302. .evt--section02-1{
  303. position: relative;
  304. overflow: hidden;
  305. background: linear-gradient(to bottom, #004dee, #007ff6);
  306. &::before{
  307. content: '';
  308. background-image: url(../img/bg_4.png);
  309. background-repeat: no-repeat;
  310. background-position: bottom;
  311. display: inline-block;
  312. top: 0;
  313. z-index: 1;
  314. left: 0;
  315. position: absolute;
  316. width: 100%;
  317. height: 100%;
  318. }
  319. .cloud--img1{
  320. position: absolute;
  321. left: 0;
  322. z-index: 10;
  323. max-width: 20%;
  324. top: 100px;
  325. }
  326. .cloud--img2{
  327. position: absolute;
  328. right: 0;
  329. z-index: 10;
  330. max-width: 30%;
  331. top: 50px;
  332. }
  333. .section--container{
  334. max-width: 1920px;
  335. margin: 0 auto;
  336. .evt--1{
  337. padding: 100px 0 130px;
  338. position: relative;
  339. background-position: bottom;
  340. background-repeat: no-repeat;
  341. z-index: 1;
  342. display: flex;
  343. flex-direction: column;
  344. justify-content: center;
  345. align-items: center;
  346. h2{
  347. max-width: 682px;
  348. width: 70%;
  349. }
  350. .bg1{
  351. position: absolute;
  352. left: 15%;
  353. top: 30%
  354. }
  355. .bg2{
  356. position: absolute;
  357. right: 5%;
  358. top: 30%;
  359. }
  360. .bg3{
  361. left: 7%;
  362. bottom: 25%;
  363. position: absolute;
  364. }
  365. .bg4{
  366. position: absolute;
  367. bottom: 25%;
  368. right: 5%;
  369. }
  370. .evt--box{
  371. margin-top: 50px;
  372. font-weight: 600;
  373. text-align: center;
  374. font-size: 45px;
  375. font-family: 'Pretendard Variable';
  376. color: #ffffff;
  377. line-height: 1.2;
  378. }
  379. }
  380. .evt--circle{
  381. font-family: 'Pretendard Variable';
  382. font-weight: 800;
  383. font-size: 30px;
  384. padding: 20px 40px;
  385. background-color: #00175f;
  386. color: #ffffff;
  387. border-radius: 50%;
  388. margin-bottom: 50px;
  389. display: inline-block;
  390. }
  391. h3{
  392. color: #ffffff;
  393. font-weight: 700;
  394. margin-bottom: 0;
  395. text-align: center;
  396. font-size: 56px;
  397. font-family: 'Pretendard Variable';
  398. }
  399. }
  400. }
  401. .evt--section02-2{
  402. background-color: #007ff6;
  403. position: relative;
  404. overflow: hidden;
  405. .bg1{
  406. position: absolute;
  407. left: 0;
  408. z-index: 2;
  409. bottom: 20%;
  410. max-width: 575px;
  411. width: 40%;
  412. }
  413. .bg2{
  414. max-width: 690px;
  415. width: 40%;
  416. position: absolute;
  417. right: 0;
  418. z-index: 2;
  419. bottom: 10%;
  420. }
  421. &::after{
  422. content: '';
  423. display: inline-block;
  424. bottom: 0;
  425. z-index: 1;
  426. left: 0;
  427. position: absolute;
  428. background: linear-gradient(to bottom, #007ff6, #004dee);
  429. width: 100%;
  430. height: 100%;
  431. }
  432. .section--container{
  433. max-width: 1500px;
  434. margin: 0 auto;
  435. .evt--circle{
  436. font-family: 'Pretendard Variable';
  437. font-weight: 800;
  438. font-size: 30px;
  439. padding: 20px 40px;
  440. background-color: #00175f;
  441. color: #ffffff;
  442. border-radius: 50%;
  443. margin-bottom: 50px;
  444. display: inline-block;
  445. }
  446. h3{
  447. color: #ffffff;
  448. font-weight: 700;
  449. font-size: 56px;
  450. font-family: 'Pretendard Variable';
  451. }
  452. .evt--2{
  453. padding: 120px 0 130px;
  454. position: relative;
  455. background-repeat: no-repeat;
  456. z-index: 20;
  457. display: flex;
  458. flex-direction: column;
  459. justify-content: center;
  460. align-items: center;
  461. h2{
  462. max-width: 789px;
  463. width: 90%;
  464. }
  465. h3{
  466. text-align: center;
  467. margin-bottom: 30px;
  468. }
  469. .evt--box{
  470. margin-top: 60px;
  471. margin-bottom: 70px;
  472. border-radius: 25px;
  473. background-color: rgba(0, 152, 249, 0.4);
  474. box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.23);
  475. font-weight: 600;
  476. padding: 75px 90px;
  477. font-size: 36px;
  478. font-family: 'Pretendard Variable';
  479. color: #ffffff;
  480. line-height: 1.2;
  481. display: flex;
  482. flex-direction: column;
  483. gap: 25px;
  484. li{
  485. list-style: none;
  486. font-size: 36px;
  487. display: flex;
  488. align-items: center;
  489. width: 100%;
  490. font-weight: 400;
  491. gap: 25px;
  492. .circle{
  493. padding: 10px 40px;
  494. width: 168px;
  495. display: inline-block;
  496. height: 60px;
  497. border-radius: 30px;
  498. background-color: #00A2FB;
  499. text-align: justify;
  500. &::after {
  501. content: "";
  502. display: inline-block;
  503. width: 100%;
  504. }
  505. }
  506. }
  507. }
  508. .evt--box2{
  509. max-width: 470px;
  510. width: 60%;
  511. }
  512. .evt--btn{
  513. border-style: solid;
  514. border-width: 3px;
  515. border-color: rgb(255, 255, 255);
  516. border-radius: 50px;
  517. display: flex;
  518. align-items: center;
  519. justify-content: center;
  520. background-color: #00175f;
  521. box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.14);
  522. max-width: 416px;
  523. width: 100%;
  524. height: 95px;
  525. font-family: 'Pretendard Variable';
  526. font-size: 40px;
  527. font-weight: 800;
  528. text-decoration: none;
  529. color: #ffffff;
  530. }
  531. }
  532. }
  533. }
  534. .evt--section03{
  535. overflow: hidden;
  536. background: linear-gradient(to bottom,#5DBBFF 0%, #00A8FF 50%, #5DBBFF 100%);
  537. padding: 150px 0 150px;
  538. position: relative;
  539. &::before{
  540. content: '';
  541. width: 100%;
  542. height: 100%;
  543. position: absolute;
  544. top: 0;
  545. right: 0;
  546. background-position: top;
  547. z-index: 0;
  548. background-repeat: no-repeat;
  549. display: inline-block;
  550. background-image: url(../img/bg_color_2.png);
  551. }
  552. &::after{
  553. content: '';
  554. width: 100%;
  555. height: 100%;
  556. position: absolute;
  557. bottom: 0;
  558. left: 0;
  559. background-position: bottom;
  560. z-index: 0;
  561. background-repeat: no-repeat;
  562. display: inline-block;
  563. background-image: url(../img/bg_color_1.png);
  564. }
  565. .section--container{
  566. max-width: 1280px;
  567. z-index: 10;
  568. position: relative;
  569. margin: 0 auto;
  570. .section--title{
  571. text-align: center;
  572. display: flex;
  573. flex-direction: column;
  574. align-items: center;
  575. margin-bottom: 80px;
  576. h3{
  577. max-width: 750px;
  578. width: 60%;
  579. }
  580. h2{
  581. max-width: 945px;
  582. width: 70%;
  583. }
  584. .circle{
  585. margin-top: 20px;
  586. max-width: 832px;
  587. width: 70%;
  588. }
  589. }
  590. .promotion--wrap{
  591. display: flex;
  592. justify-content: center;
  593. margin-bottom: 120px;
  594. gap: 140px;
  595. .promotion{
  596. width: 400px;
  597. height: 580px;
  598. background-image: url(../img/img_bg_9.png);
  599. background-size: 100%;
  600. background-repeat: no-repeat;
  601. display: flex;
  602. align-items: center;
  603. flex-direction: column;
  604. color: #ffffff;
  605. h4{
  606. font-family: 'Pretendard Variable';
  607. font-size: 56px;
  608. font-weight: 700;
  609. line-height: 210px;
  610. margin-bottom: 0;
  611. }
  612. p{
  613. font-family: 'gmarketSans';
  614. font-size: 45px;
  615. margin-bottom: 0;
  616. }
  617. h5{
  618. line-height: 1.1;
  619. font-family: 'gmarketSans';
  620. font-size: 86px;
  621. font-weight: 800;
  622. margin-bottom: 0;
  623. span{
  624. font-size: 44px;
  625. }
  626. }
  627. }
  628. }
  629. .promotion--detail--wrap{
  630. display: flex;
  631. flex-direction: column;
  632. gap: 80px;
  633. margin-bottom: 460px;
  634. position: relative;
  635. .detail{
  636. color: #373737;
  637. background-color: #fff;
  638. border: 3px solid black;
  639. padding: 70px;
  640. border-radius: 68px;
  641. z-index: 3;
  642. position: relative;
  643. display: flex;
  644. &:nth-child(1){
  645. &::before{
  646. content: '';
  647. position: absolute;
  648. display: inline-block;
  649. width: 318px;
  650. height: 314px;
  651. top: -91px;
  652. left: -48px;
  653. background-repeat: no-repeat;
  654. background-image: url(../img/bg_wave_3.png);
  655. }
  656. }
  657. &:nth-child(2){
  658. &::before{
  659. content: '';
  660. position: absolute;
  661. display: inline-block;
  662. width: 286px;
  663. right: -125px;
  664. top: -36px;
  665. z-index: 10;
  666. height: 380px;
  667. background-repeat: no-repeat;
  668. background-image: url(../img/bg_wave_4.png);
  669. }
  670. }
  671. .detail--l{
  672. width: 70%;
  673. >span{
  674. font-size: 44px;
  675. font-weight: 700;
  676. display: inline-block;
  677. font-family: 'Pretendard Variable';
  678. text-decoration: underline;
  679. margin-bottom: 40px;
  680. }
  681. >h5{
  682. font-family: 'Pretendard Variable';
  683. font-size: 54px;
  684. font-weight: 900;
  685. margin-bottom: 40px;
  686. >span{
  687. color: #6d21ed;
  688. }
  689. }
  690. >ul{
  691. li{
  692. line-height: 1.2;
  693. font-family: 'Pretendard Variable';
  694. font-weight: 500;
  695. font-size: 38px;
  696. }
  697. }
  698. }
  699. .detail--r{
  700. width: 30%;
  701. display: flex;
  702. flex-direction: column;
  703. align-items: flex-end;
  704. justify-content: flex-end;
  705. text-align: right;
  706. >span{
  707. box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.4);
  708. background: linear-gradient(135deg, #8324ff, #5a3dfd, #0a5aff);
  709. font-family: 'Pretendard Variable';
  710. font-size: 44px;
  711. font-weight: 800;
  712. width: 130px;
  713. height: 140px;
  714. line-height: 1.2;
  715. display: flex;
  716. align-items: center;
  717. right: 100px;
  718. top: 0;
  719. justify-content: center;
  720. color: #ffffff;
  721. position: absolute;
  722. }
  723. >p{
  724. font-size: 28px;
  725. font-family: 'Pretendard Variable';
  726. font-weight: 500;
  727. margin-bottom: 10px;
  728. }
  729. .before--price{
  730. font-size: 44px;
  731. font-weight: 700;
  732. font-family: 'Pretendard Variable';
  733. position: relative;
  734. &::after{
  735. content: '';
  736. display: inline-block;
  737. width: 267px;
  738. height: 62px;
  739. position: absolute;
  740. top: 50%;
  741. left: -30px;
  742. background-image: url(../img/ico_arrow2.png);
  743. }
  744. }
  745. .after--price{
  746. font-family: 'Pretendard Variable';
  747. font-size: 66px;
  748. color: #6d21ed;
  749. font-weight: 900;
  750. }
  751. }
  752. }
  753. .detail--plus{
  754. z-index: 2;
  755. position: absolute;
  756. font-size: 38px;
  757. top: calc(100% - 55px);
  758. width: 100%;
  759. border-bottom-left-radius: 50px;
  760. border-bottom-right-radius: 50px;
  761. font-family: 'Pretendard Variable';
  762. background-color: #9EC3FE;
  763. padding: 100px 60px 60px;
  764. font-weight: 500;
  765. margin-bottom: 0;
  766. li{
  767. list-style: none;
  768. position: relative;
  769. padding-left: 30px;
  770. &::before{
  771. top: 0px;
  772. left: -0px;
  773. position: absolute;
  774. content: '*';
  775. }
  776. }
  777. strong{
  778. font-weight: 800;
  779. text-decoration: underline;
  780. }
  781. }
  782. }
  783. .count--wrap{
  784. display: flex;
  785. flex-direction: column;
  786. position: relative;
  787. z-index: 10;
  788. align-items: center;
  789. .count--txt{
  790. display: flex;
  791. align-items: flex-end;
  792. justify-content: center;
  793. gap: 20px;
  794. margin-bottom: 90px;
  795. .img--wrap{
  796. position: relative;
  797. &::before{
  798. content: '';
  799. display: inline-block;
  800. width: 144px;
  801. height: 80px;
  802. background-repeat: no-repeat;
  803. background-size: 100%;
  804. left: -40%;
  805. top: 30px;
  806. position: absolute;
  807. background-image: url(../img/img_15_bg1.png);
  808. }
  809. &::after{
  810. content: '';
  811. display: inline-block;
  812. width: 242px;
  813. height: 177px;
  814. background-repeat: no-repeat;
  815. background-size: 100%;
  816. right: -70%;
  817. bottom: 100px;
  818. position: absolute;
  819. background-image: url(../img/img_15_bg2.png);
  820. }
  821. }
  822. >p{
  823. color: #ffffff;
  824. font-family: 'gmarketSans';
  825. text-align: center;
  826. font-size: 46px;
  827. font-weight: 800;
  828. margin-bottom: 0;
  829. text-align: center;
  830. text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  831. }
  832. }
  833. .count--num{
  834. display: flex;
  835. font-family: 'gmarketSans';
  836. gap: 10px;
  837. margin-bottom: 140px;
  838. position: relative;
  839. .number{
  840. position: relative;
  841. display: inline-block;
  842. font-size: 120px;
  843. color: #ffffff;
  844. width: 140px;
  845. line-height: 1.75;
  846. font-weight: 800;
  847. height: 210px;
  848. border-radius: 20%;;
  849. box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  850. &:nth-child(4){
  851. margin-left: 80px;
  852. }
  853. &:nth-child(5){
  854. margin-right: 80px;
  855. }
  856. span{
  857. display: inline-block;
  858. width: 100%;
  859. height: 100%;
  860. }
  861. }
  862. &::before{
  863. content: '';
  864. width: 210px;
  865. left: -300px;
  866. top: calc(50% - 500px);
  867. height: 1000px;
  868. position: absolute;
  869. background-repeat: no-repeat;
  870. background-position: center;
  871. background-image: url(../img/img_bg_10.png);
  872. }
  873. &::after{
  874. content: '';
  875. width: 210px;
  876. right: -300px;
  877. top: calc(50% - 500px);
  878. height: 1000px;
  879. position: absolute;
  880. background-repeat: no-repeat;
  881. background-position: center;
  882. transform: rotate(180deg);
  883. background-image: url(../img/img_bg_10.png);
  884. }
  885. }
  886. .evt--btn{
  887. border-style: solid;
  888. border-width: 3px;
  889. border-color: rgb(255, 255, 255);
  890. border-radius: 50px;
  891. display: flex;
  892. align-items: center;
  893. z-index: 10;
  894. justify-content: center;
  895. background-color: #00175f;
  896. box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.14);
  897. max-width: 416px;
  898. width: 100%;
  899. height: 95px;
  900. font-family: 'Pretendard Variable';
  901. font-size: 40px;
  902. font-weight: 800;
  903. text-decoration: none;
  904. color: #ffffff;
  905. }
  906. }
  907. }
  908. }
  909. @media(max-width: 1480px){
  910. .section--container{
  911. padding: 0 20px;
  912. }
  913. .evt--section01{
  914. .section--container{
  915. .swiper--wrap{
  916. .swiper-button-next,
  917. .swiper-button-prev{
  918. display: none;
  919. }
  920. .slide--desc{
  921. padding: 25px 50px!important;
  922. min-height: 300px;
  923. height: auto;
  924. h4{
  925. font-size: 32px;
  926. span{
  927. font-size: 20px;
  928. }
  929. }
  930. p{
  931. font-size: 18px;
  932. }
  933. }
  934. }
  935. }
  936. }
  937. .evt--section02-1{
  938. .section--container{
  939. .evt--1{
  940. .bg1{
  941. left: 0;
  942. img{
  943. width: 80%;
  944. }
  945. }
  946. .bg2{
  947. right: -10%;
  948. img{
  949. width: 80%;
  950. }
  951. }
  952. .bg3{
  953. left: 0;
  954. bottom: 45%;
  955. img{
  956. width: 80%;
  957. }
  958. }
  959. .bg4{
  960. bottom: 40%;
  961. right: -10%;
  962. img{
  963. width: 80%;
  964. }
  965. }
  966. }
  967. }
  968. }
  969. }
  970. @media(max-width: 1200px){
  971. .evt--section01{
  972. .section--container{
  973. .swiper--wrap{
  974. .swiper--tab--wrap{
  975. .tab--btn{
  976. font-size: 18px;
  977. height: 68px;
  978. }
  979. }
  980. }
  981. }
  982. }
  983. .evt--section02-1{
  984. .section--container{
  985. h3{
  986. font-size: 36px;
  987. }
  988. .evt--1{
  989. .bg1{
  990. img{
  991. width: 50%;
  992. }
  993. }
  994. .bg2{
  995. top: 40%;
  996. right: -30%;
  997. img{
  998. width: 50%;
  999. }
  1000. }
  1001. .bg3{
  1002. img{
  1003. width: 50%;
  1004. }
  1005. }
  1006. .bg4{
  1007. right: -240px;
  1008. img{
  1009. width: 50%;
  1010. }
  1011. }
  1012. }
  1013. }
  1014. }
  1015. .evt--section02-2{
  1016. .bg1{
  1017. bottom: auto;
  1018. top: 5%;
  1019. }
  1020. .bg2{
  1021. bottom: auto;
  1022. top: 5%;
  1023. }
  1024. .section--container{
  1025. h3{
  1026. font-size: 36px;
  1027. }
  1028. .evt--2{
  1029. .evt--box{
  1030. padding: 30px;
  1031. li{
  1032. font-size: 30px;
  1033. }
  1034. }
  1035. }
  1036. }
  1037. }
  1038. .evt--section03{
  1039. .section--container{
  1040. .promotion--detail--wrap{
  1041. gap: 40px;
  1042. .detail{
  1043. padding: 50px;
  1044. .detail--l{
  1045. >span{
  1046. font-size: 32px;
  1047. margin-bottom: 20px;
  1048. }
  1049. >h5{
  1050. font-size: 48px;
  1051. line-height: 1.4;
  1052. }
  1053. >ul{
  1054. padding-left: 24px;
  1055. li{
  1056. font-size: 24px;
  1057. line-height: 1.4;
  1058. }
  1059. }
  1060. }
  1061. .detail--r{
  1062. >span{
  1063. right: 50px;
  1064. }
  1065. >p{
  1066. font-size: 24px;
  1067. }
  1068. .before--price{
  1069. font-size: 32px;
  1070. &::after{
  1071. transform: scaleX(-1);
  1072. left: auto;
  1073. right: -10px;
  1074. }
  1075. }
  1076. .after--price{
  1077. font-size: 48px;
  1078. }
  1079. }
  1080. }
  1081. .detail--plus{
  1082. font-size: 24px;
  1083. li{
  1084. padding-left: 20px;
  1085. }
  1086. }
  1087. }
  1088. .count--wrap{
  1089. > p{
  1090. font-size: 30px;
  1091. }
  1092. .count--txt{
  1093. >p{
  1094. font-size: 30px;
  1095. }
  1096. }
  1097. .count--num{
  1098. width: 100%;
  1099. justify-content: center;
  1100. gap: 5%;
  1101. div{
  1102. width: 33%;
  1103. gap: 5%;
  1104. justify-content: center;
  1105. span{
  1106. font-size: 120px;
  1107. width: 50%;
  1108. height: auto;
  1109. }
  1110. }
  1111. }
  1112. }
  1113. }
  1114. }
  1115. }
  1116. @media(max-width: 1000px){
  1117. .evt--section01{
  1118. .section--container{
  1119. .bg2{
  1120. display: none;
  1121. }
  1122. .bg4{
  1123. display: none;
  1124. }
  1125. .swiper--wrap{
  1126. .swiper--tab--wrap{
  1127. overflow-x: auto;
  1128. white-space: nowrap;
  1129. width: auto;
  1130. .tab--btn{
  1131. width: fit-content;
  1132. height: auto;
  1133. padding: 15px 15px 10px;
  1134. flex-shrink: 0;
  1135. &:first-child{
  1136. &::before{
  1137. font-size: 10px;
  1138. }
  1139. }
  1140. }
  1141. }
  1142. .swiper-pagination{
  1143. span{
  1144. width: 24px;
  1145. height: 24px;
  1146. }
  1147. }
  1148. .slide--desc{
  1149. padding: 25px 15px!important;
  1150. min-height: 240px;
  1151. h4{
  1152. font-size: 24px;
  1153. margin-bottom: 15px;
  1154. span{
  1155. font-size: 16px;
  1156. }
  1157. }
  1158. p{
  1159. margin-bottom: 15px;
  1160. font-size: 14px;
  1161. }
  1162. }
  1163. }
  1164. }
  1165. }
  1166. .evt--section03{
  1167. .section--container{
  1168. .promotion--wrap{
  1169. gap: 20px;
  1170. .promotion{
  1171. h4{
  1172. font-size: 32px;
  1173. }
  1174. p{
  1175. font-size: 32px;
  1176. }
  1177. h5{
  1178. font-size: 72px;
  1179. }
  1180. }
  1181. }
  1182. .promotion--detail--wrap{
  1183. gap: 20px;
  1184. .detail{
  1185. .detail--l{
  1186. >span{
  1187. font-size: 24px;
  1188. margin-bottom: 15px;
  1189. }
  1190. >h5{
  1191. font-size: 36px;
  1192. }
  1193. >ul{
  1194. li{
  1195. font-size: 18px;
  1196. }
  1197. }
  1198. }
  1199. .detail--r{
  1200. >span{
  1201. font-size: 24px;
  1202. width: 80px;
  1203. height: 90px;
  1204. }
  1205. >p{
  1206. font-size: 18px;
  1207. }
  1208. .before--price{
  1209. font-size: 24px;
  1210. &::after{
  1211. right: -10px;
  1212. height: 50px;
  1213. top: 15px;
  1214. background-size: cover;
  1215. width: 210px;
  1216. background-position: left;
  1217. transform: scaleX(1);
  1218. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='50' viewBox='0 0 88 20' fill='none'%3E%3Cpath d='M1 1V0.5H0.265087L0.534922 1.18358L1 1ZM8.5 20L9.34929 14.2893L3.97904 16.4091L8.5 20ZM87.5 1V0.5H1V1V1.5H87.5V1ZM1 1L0.534922 1.18358L6.38267 15.9979L6.84775 15.8143L7.31283 15.6307L1.46508 0.816417L1 1Z' fill='%23373737'/%3E%3C/svg%3E");
  1219. }
  1220. }
  1221. .after--price{
  1222. font-size: 36px;
  1223. }
  1224. }
  1225. }
  1226. .detail--plus{
  1227. padding: 80px 30px 30px;
  1228. font-size: 18px;
  1229. }
  1230. }
  1231. .count--wrap{
  1232. .count--txt{
  1233. margin-bottom: 50px;
  1234. flex-direction: column;
  1235. align-items: center;
  1236. .img--wrap{
  1237. width: 50%;
  1238. &::before{
  1239. width: 70px;
  1240. top: 0px;
  1241. }
  1242. &::after{
  1243. bottom: auto;
  1244. width: 100px;
  1245. right: -50%;
  1246. top: 50%;
  1247. transform: translateY(-50%);
  1248. }
  1249. }
  1250. }
  1251. .count--num{
  1252. div{
  1253. .day--text{
  1254. &::after{
  1255. width: 30px;
  1256. right: auto;
  1257. left: calc(100% + 10px);
  1258. background-size: 100%;
  1259. }
  1260. }
  1261. span{
  1262. font-size: 100px;
  1263. }
  1264. }
  1265. }
  1266. }
  1267. }
  1268. }
  1269. }
  1270. @media(max-width: 767px){
  1271. .evt--section01{
  1272. .section--container{
  1273. .section--title{
  1274. .bg--wave--wrap{
  1275. top: 120px;
  1276. .bg--wave{
  1277. height: 300px;
  1278. width: 450px;
  1279. .bg--wave2{
  1280. display: none;
  1281. }
  1282. }
  1283. }
  1284. }
  1285. }
  1286. }
  1287. .evt--section02-1{
  1288. .section--container{
  1289. .evt--1{
  1290. .bg1{
  1291. top: 10%;
  1292. }
  1293. .bg2{
  1294. right: -320px;
  1295. top: 5%;
  1296. }
  1297. .bg3{
  1298. bottom: auto;
  1299. top: 30%;
  1300. }
  1301. .bg4{
  1302. bottom: auto;
  1303. right: -240px;
  1304. top: 35%;
  1305. }
  1306. .evt--circle{
  1307. font-size: 18px;
  1308. padding: 10px 20px;
  1309. margin-bottom: 30px;
  1310. }
  1311. h3{
  1312. font-size: 20px;
  1313. }
  1314. }
  1315. }
  1316. }
  1317. .evt--section02-2{
  1318. .section--container{
  1319. .evt--2{
  1320. .evt--box{
  1321. width: 100%;
  1322. li{
  1323. gap: 10px;
  1324. font-size: 18px;
  1325. .circle{
  1326. padding: 10px 30px;
  1327. height: auto;
  1328. width: auto;
  1329. &::after{
  1330. display: none;
  1331. }
  1332. }
  1333. }
  1334. }
  1335. .evt--circle{
  1336. font-size: 18px;
  1337. padding: 10px 20px;
  1338. margin-bottom: 30px;
  1339. }
  1340. h3{
  1341. font-size: 20px;
  1342. }
  1343. .evt--btn{
  1344. font-size: 24px;
  1345. height: 80px;
  1346. }
  1347. }
  1348. }
  1349. }
  1350. .evt--section03{
  1351. .section--container{
  1352. .promotion--wrap{
  1353. margin-bottom: 40px;
  1354. .promotion{
  1355. height: 450px;
  1356. h4{
  1357. font-size: 20px;
  1358. line-height: 24vw;
  1359. }
  1360. p{
  1361. font-size: 20px;
  1362. }
  1363. h5{
  1364. font-size: 48px;
  1365. }
  1366. }
  1367. }
  1368. .promotion--detail--wrap{
  1369. .detail{
  1370. flex-direction: column;
  1371. padding: 30px;
  1372. gap: 15px;
  1373. border-radius: 20px;
  1374. &::before{
  1375. display: none!important;
  1376. }
  1377. .detail--l{
  1378. width: 100%;
  1379. >span{
  1380. font-size: 18px;
  1381. }
  1382. >h5{
  1383. font-size: 24px;
  1384. margin-bottom: 20px;
  1385. }
  1386. }
  1387. .detail--r{
  1388. width: 100%;
  1389. >span{
  1390. font-size: 18px;
  1391. width: 60px;
  1392. height: 70px;
  1393. right: 30px;
  1394. }
  1395. >p{
  1396. margin-bottom: 0;
  1397. }
  1398. .before--price{
  1399. font-size: 18px;
  1400. &::after{
  1401. width: 140px;
  1402. height: 30px;
  1403. top: 12px;
  1404. }
  1405. }
  1406. .after--price{
  1407. font-size: 24px;
  1408. }
  1409. }
  1410. }
  1411. .detail--plus{
  1412. border-bottom-left-radius: 20px;
  1413. border-bottom-right-radius: 20px;
  1414. font-size: 14px;
  1415. }
  1416. }
  1417. .count--wrap{
  1418. .evt--btn{
  1419. font-size: 24px;
  1420. height: 80px;
  1421. }
  1422. .count--txt{
  1423. >p{
  1424. font-size: 20px;
  1425. }
  1426. }
  1427. .count--num{
  1428. div{
  1429. .day--text{
  1430. &::after{
  1431. width: 20px;
  1432. }
  1433. }
  1434. span{
  1435. border-radius: 8px;
  1436. font-size: 48px;
  1437. padding: 20px 0;
  1438. &::before{
  1439. border-top-left-radius: 8px;
  1440. border-top-right-radius: 8px;
  1441. }
  1442. }
  1443. }
  1444. }
  1445. }
  1446. }
  1447. }
  1448. }
  1449. @media(max-width: 500px){
  1450. .evt--section01{
  1451. .section--container{
  1452. .swiper--wrap{
  1453. margin-bottom: 50px;
  1454. .swiper--tab--wrap{
  1455. .tab--btn{
  1456. font-size: 16px;
  1457. }
  1458. }
  1459. .swiper-pagination{
  1460. span{
  1461. width: 14px;
  1462. height: 14px;
  1463. margin: 0 5px;
  1464. }
  1465. }
  1466. .slide--desc{
  1467. padding: 25px 15px!important;
  1468. min-height: 200px;
  1469. height: 100%;
  1470. h4{
  1471. font-size: 18px;
  1472. span{
  1473. font-size: 12px;
  1474. }
  1475. }
  1476. p{
  1477. font-size: 14px;
  1478. }
  1479. }
  1480. }
  1481. }
  1482. }
  1483. .evt--section02-1{
  1484. .section--container{
  1485. .evt--1{
  1486. .bg1{
  1487. img{
  1488. }
  1489. }
  1490. .bg2{
  1491. top: 2%;
  1492. right: -360px;
  1493. img{
  1494. width: 45%;
  1495. }
  1496. }
  1497. .bg3{
  1498. top: 32%;
  1499. }
  1500. }
  1501. }
  1502. }
  1503. .evt--section02-2{
  1504. .section--container{
  1505. .evt--2{
  1506. .evt--box{
  1507. li{
  1508. font-size: 14px;
  1509. .circle{
  1510. padding: 5px 15px;
  1511. white-space: nowrap;
  1512. }
  1513. }
  1514. padding: 20px;
  1515. }
  1516. }
  1517. }
  1518. }
  1519. .evt--section03{
  1520. .section--container{
  1521. .promotion--wrap{
  1522. .promotion{
  1523. height: 300px;
  1524. h4{
  1525. font-size: 16px;
  1526. margin-bottom: 0px;
  1527. line-height: 22vw;
  1528. }
  1529. p{
  1530. font-size: 16px;
  1531. margin-bottom: 0px;
  1532. }
  1533. h5{
  1534. font-size: 36px;
  1535. span{
  1536. font-size: 24px;
  1537. }
  1538. }
  1539. }
  1540. }
  1541. .count--wrap{
  1542. .count--num{
  1543. div{
  1544. .day--text{
  1545. &::after{
  1546. width: 10px;
  1547. }
  1548. }
  1549. span{
  1550. font-size: 24px;
  1551. padding: 15px 0;
  1552. }
  1553. }
  1554. }
  1555. }
  1556. }
  1557. }
  1558. }