style.css 37 KB

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