style.css 41 KB

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