| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659 |
- <<<<<<< HEAD
- @keyframes animate-top {
- 0% {
- background: #8b2ef4; /* Old browsers */
- }
- 100% {
- color: #474747;
- transform: translateX(0px) translateY(50%) translateZ(5px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
- }
- }
- @keyframes animate-bottom {
- 0% {
- color: #474747;
- opacity: 1;
- }
- 100% {
- transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
- opacity: 1;
- }
- }
- .number {
- position: relative;
- }
- .number span {
- position: absolute;
- display: block;
- font-weight: bold;
- text-align: center;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- color: white;
- width: 100%;
- height: 100%;
- perspective: 7.14em;
- }
- .number span:before {
- display: block;
- height: 50%;
- overflow: hidden;
- border-radius: 20% 20% 0 0;
- background: #8b2ef4; /* Old browsers */
- }
- .number span:after {
- display: block;
- height: 50%;
- overflow: hidden;
- line-height: 0;
- border-radius: 0 0 20% 20%;
- transition: color 100ms, background-color 100ms;
- background: #7F1BF2; /* Old browsers */
- }
- .flip .primary:before {
- animation: animate-top 250ms;
- -moz-animation-fill-mode: forwards;
- -webkit-animation: animate-top 250ms;
- -webkit-animation-fill-mode: forwards;
- background: #7F1BF2; /* Old browsers */
- }
- .flip .primary:after {
- animation: animate-bottom 250ms;
- -moz-animation-fill-mode: forwards;
- animation-delay: 250ms;
- -webkit-animation: animate-bottom 250ms;
- -webkit-animation-fill-mode: forwards;
- -webkit-animation-delay: 250ms;
- }
- .primary:after {
- opacity: 0;
- transform: translateX(0) translateY(0em) translateZ(0.35em) rotateX(91deg) rotateY(0deg) rotateZ(0deg);
- }
- .primary {
- z-index: 2;
- }
- .secondary {
- z-index: 1;
- }
- /* Number 0 */
- [data-number="0"] span.primary:before {
- content: "0";
- }
- [data-number="0"] span.secondary:after {
- content: "0";
- }
- [data-number="0"] span.secondary:before {
- content: attr(title);
- }
- [data-number="0"] span.primary:after {
- content: attr(title);
- }
- /* Number 9 */
- [data-number="9"] span.primary:before {
- content: "9";
- }
- [data-number="9"] span.secondary:after {
- content: "9";
- }
- [data-number="9"] span.secondary:before {
- content: attr(title);
- }
- [data-number="9"] span.primary:after {
- content: attr(title);
- }
- /* Number 8 */
- [data-number="8"] span.primary:before {
- content: "8";
- }
- [data-number="8"] span.secondary:after {
- content: "8";
- }
- [data-number="8"] span.secondary:before {
- content: attr(title);
- }
- [data-number="8"] span.primary:after {
- content: attr(title);
- }
- /* Number 7 */
- [data-number="7"] span.primary:before {
- content: "7";
- }
- [data-number="7"] span.secondary:after {
- content: "7";
- }
- [data-number="7"] span.secondary:before {
- content: attr(title);
- }
- [data-number="7"] span.primary:after {
- content: attr(title);
- }
- /* Number 6 */
- [data-number="6"] span.primary:before {
- content: "6";
- }
- [data-number="6"] span.secondary:after {
- content: "6";
- }
- [data-number="6"] span.secondary:before {
- content: attr(title);
- }
- [data-number="6"] span.primary:after {
- content: attr(title);
- }
- /* Number 5 */
- [data-number="5"] span.primary:before {
- content: attr(title);
- }
- [data-number="5"] span.secondary:after {
- content: attr(title);
- }
- [data-number="5"] span.secondary:before {
- content: attr(title);
- }
- [data-number="5"] span.primary:after {
- content: attr(title);
- }
- /* Number 4 */
- [data-number="4"] span.primary:before {
- content: "4";
- }
- [data-number="4"] span.secondary:after {
- content: "4";
- }
- [data-number="4"] span.secondary:before {
- content: attr(title);
- }
- [data-number="4"] span.primary:after {
- content: attr(title);
- }
- /* Number 3 */
- [data-number="3"] span.primary:before {
- content: attr(title);
- }
- [data-number="3"] span.secondary:after {
- content: attr(title);
- }
- [data-number="3"] span.secondary:before {
- content: attr(title);
- }
- [data-number="3"] span.primary:after {
- content: attr(title);
- }
- /* Number 2 */
- [data-number="2"] span.primary:before {
- content: "2";
- }
- [data-number="2"] span.secondary:after {
- content: "2";
- }
- [data-number="2"] span.secondary:before {
- content: attr(title);
- }
- [data-number="2"] span.primary:after {
- content: attr(title);
- }
- /* Number 1 */
- [data-number="1"] span.primary:before {
- content: "1";
- }
- [data-number="1"] span.secondary:after {
- content: "1";
- }
- [data-number="1"] span.secondary:before {
- content: attr(title);
- }
- [data-number="1"] span.primary:after {
- content: attr(title);
- }
- img {
- width: 100%;
- }
- .evt--section01 {
- background-color: #00b6ff;
- background-repeat: no-repeat;
- background-size: 100%;
- position: relative;
- overflow: hidden;
- }
- .evt--section01 .palm--img1 {
- position: absolute;
- top: -3%;
- left: 0;
- max-width: 495px;
- width: 50%;
- z-index: 10;
- }
- .evt--section01 .palm--img2 {
- z-index: 10;
- position: absolute;
- right: -60px;
- top: -3%;
- width: 50%;
- max-width: 500px;
- }
- .evt--section01 .bubble--bg {
- z-index: 10;
- position: absolute;
- background-image: url(../img/img_bg_3.png);
- width: 231px;
- height: 95px;
- bottom: -500px;
- left: -231px;
- }
- .evt--section01 .wave--bg {
- position: absolute;
- background-size: 100%;
- background-position: 0 -120px;
- background-image: url(../img/bg_2.png);
- width: 100%;
- height: 5000px;
- }
- .evt--section01 .section--container {
- max-width: 1440px;
- margin: 0 auto;
- position: relative;
- }
- .evt--section01 .section--container .section--title {
- margin-top: 150px;
- margin-bottom: 150px;
- display: flex;
- flex-direction: column;
- position: relative;
- z-index: 11;
- align-items: center;
- }
- .evt--section01 .section--container .section--title .logo {
- max-width: 290px;
- width: 40%;
- margin-bottom: 80px;
- }
- .evt--section01 .section--container .section--title > h1 {
- margin-bottom: 30px;
- }
- .evt--section01 .section--container .section--title > h2 {
- margin-bottom: 100px;
- }
- .evt--section01 .section--container .section--title > h3 {
- max-width: 716px;
- width: 80%;
- }
- .evt--section01 .section--container .section--title .bg1 {
- position: absolute;
- left: -200px;
- top: 0px;
- }
- .evt--section01 .section--container .section--title .bg2 {
- position: absolute;
- left: -230px;
- bottom: -200px;
- }
- .evt--section01 .section--container .section--title .bg4 {
- position: absolute;
- right: -200px;
- bottom: -60px;
- }
- .evt--section01 .section--container .section--title .bg--wave--wrap {
- position: absolute;
- right: -90px;
- top: 50px;
- }
- .evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave {
- position: relative;
- width: 900px;
- height: 550px;
- }
- .evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave .bg--wave1 {
- position: absolute;
- z-index: -1;
- }
- .evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave .bg--wave2 {
- position: absolute;
- width: 316px;
- right: 60px;
- top: 103px;
- }
- .evt--section01 .section--container .video--wrap {
- max-width: 1440px;
- margin: 0 auto 120px;
- overflow: hidden;
- max-height: 90vh;
- background-color: black;
- border: 3px solid #ffffff;
- border-radius: 2px;
- display: flex;
- justify-content: center;
- align-items: center;
- box-sizing: border-box;
- position: relative;
- z-index: 5;
- }
- .evt--section01 .section--container .video--wrap video {
- aspect-ratio: 4/3;
- z-index: 5;
- width: 100%;
- position: relative;
- vertical-align: top;
- }
- .evt--section01 .section--container .video--wrap .bg5 {
- position: absolute;
- top: -100px;
- left: -340px;
- z-index: 2;
- }
- .evt--section01 .section--container .video--wrap .video--btn {
- display: none;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- max-width: 230px;
- max-height: 230px;
- width: 20vw;
- height: 20vw;
- z-index: 10;
- height: 230px;
- cursor: pointer;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100%;
- background-image: url(../img/ico_play.png);
- }
- .evt--section01 .section--container .video--wrap .video--btn.play {
- display: block;
- }
- .evt--section01 .section--container .swiper--wrap {
- position: relative;
- margin-bottom: 200px;
- box-shadow: 16px 12px 32px rgba(68, 68, 68, 0.15);
- }
- .evt--section01 .section--container .swiper--wrap .bg1 {
- position: absolute;
- right: -180px;
- top: -30px;
- }
- .evt--section01 .section--container .swiper--wrap .bg2 {
- position: absolute;
- left: -160px;
- top: 50%;
- }
- .evt--section01 .section--container .swiper--wrap .bg3 {
- position: absolute;
- right: -260px;
- bottom: 30%;
- }
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap {
- display: flex;
- gap: 5px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn {
- background-color: #fff;
- border: none;
- border-top-left-radius: 15px;
- border-top-right-radius: 15px;
- text-align: center;
- width: 100%;
- position: relative;
- font-weight: 500;
- font-family: "GmarketSans";
- height: 80px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 28px;
- padding: 0;
- color: #787878;
- box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.15) inset;
- }
- .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 {
- content: "NEW";
- font-size: 14px;
- margin-top: -5px;
- margin-right: 5px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn::after {
- content: "";
- display: inline-block;
- width: 100%;
- bottom: 0;
- position: absolute;
- }
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn.active {
- background-color: #0000ff;
- font-weight: 700;
- color: #ffde00;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-slide {
- display: flex;
- justify-content: center;
- }
- .evt--section01 .section--container .swiper--wrap .slide--img {
- position: relative;
- }
- .evt--section01 .section--container .swiper--wrap .slide--img .new--icon {
- display: inline-block;
- position: absolute;
- width: 10%;
- padding-bottom: 11%;
- background-repeat: no-repeat;
- bottom: 5%;
- right: 6%;
- background-image: url(../img/ico_new.png);
- max-width: 130px;
- max-height: 130px;
- background-size: 100%;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc {
- padding: 70px 100px;
- height: 380px;
- background-color: #fff;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc.type2 {
- padding: 40px 100px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc.type2 h4 {
- margin-bottom: 0px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc h4 {
- font-family: "GmarketSans";
- font-weight: 700;
- font-size: 42px;
- margin-bottom: 20px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc h4 span {
- font-size: 28px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc p {
- font-family: "Pretendard Variable";
- font-size: 28px;
- line-height: 1.4;
- font-weight: 500;
- margin-bottom: 30px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc p:last-child {
- margin-bottom: 0px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-pagination {
- bottom: -100px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-pagination span {
- width: 32px;
- height: 32px;
- margin: 0 12px;
- background-color: #008be6;
- opacity: 0.6;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-pagination .swiper-pagination-bullet-active {
- background-color: #0047bb;
- opacity: 1;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-button-next, .evt--section01 .section--container .swiper--wrap .swiper-button-prev {
- width: 50px;
- background-image: url(../img/ico_arrow.png);
- height: 90px;
- top: 30%;
- right: -100px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-button-next::after, .evt--section01 .section--container .swiper--wrap .swiper-button-prev::after {
- display: none;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-button-prev {
- transform: rotate(180deg);
- left: -100px;
- }
- .evt--section02-1 {
- position: relative;
- overflow: hidden;
- background: linear-gradient(to bottom, #004dee, #007ff6);
- }
- .evt--section02-1::before {
- content: "";
- background-image: url(../img/bg_4.png);
- background-repeat: no-repeat;
- background-position: bottom;
- display: inline-block;
- top: 0;
- z-index: 1;
- left: 0;
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .evt--section02-1 .cloud--img1 {
- position: absolute;
- left: 0;
- z-index: 10;
- max-width: 20%;
- top: 100px;
- }
- .evt--section02-1 .cloud--img2 {
- position: absolute;
- right: 0;
- z-index: 10;
- max-width: 30%;
- top: 50px;
- }
- .evt--section02-1 .section--container {
- max-width: 1920px;
- margin: 0 auto;
- }
- .evt--section02-1 .section--container .evt--1 {
- padding: 100px 0 130px;
- position: relative;
- background-position: bottom;
- background-repeat: no-repeat;
- z-index: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .evt--section02-1 .section--container .evt--1 h2 {
- max-width: 682px;
- width: 70%;
- }
- .evt--section02-1 .section--container .evt--1 .bg1 {
- position: absolute;
- left: 15%;
- top: 30%;
- }
- .evt--section02-1 .section--container .evt--1 .bg2 {
- position: absolute;
- right: 5%;
- top: 30%;
- }
- .evt--section02-1 .section--container .evt--1 .bg3 {
- left: 7%;
- bottom: 25%;
- position: absolute;
- }
- .evt--section02-1 .section--container .evt--1 .bg4 {
- position: absolute;
- bottom: 25%;
- right: 5%;
- }
- .evt--section02-1 .section--container .evt--1 .evt--box {
- margin-top: 50px;
- font-weight: 600;
- text-align: center;
- font-size: 45px;
- font-family: "Pretendard Variable";
- color: #ffffff;
- line-height: 1.2;
- }
- .evt--section02-1 .section--container .evt--circle {
- font-family: "Pretendard Variable";
- font-weight: 800;
- font-size: 30px;
- padding: 20px 40px;
- background-color: #00175f;
- color: #ffffff;
- border-radius: 50%;
- margin-bottom: 50px;
- display: inline-block;
- }
- .evt--section02-1 .section--container h3 {
- color: #ffffff;
- font-weight: 700;
- margin-bottom: 0;
- text-align: center;
- font-size: 56px;
- font-family: "Pretendard Variable";
- }
- .evt--section02-2 {
- background-color: #007ff6;
- position: relative;
- overflow: hidden;
- }
- .evt--section02-2 .bg1 {
- position: absolute;
- left: 0;
- z-index: 2;
- bottom: 20%;
- max-width: 575px;
- width: 40%;
- }
- .evt--section02-2 .bg2 {
- max-width: 690px;
- width: 40%;
- position: absolute;
- right: 0;
- z-index: 2;
- bottom: 10%;
- }
- .evt--section02-2::after {
- content: "";
- display: inline-block;
- bottom: 0;
- z-index: 1;
- left: 0;
- position: absolute;
- background: linear-gradient(to bottom, #007ff6, #004dee);
- width: 100%;
- height: 100%;
- }
- .evt--section02-2 .section--container {
- max-width: 1500px;
- margin: 0 auto;
- }
- .evt--section02-2 .section--container .evt--circle {
- font-family: "Pretendard Variable";
- font-weight: 800;
- font-size: 30px;
- padding: 20px 40px;
- background-color: #00175f;
- color: #ffffff;
- border-radius: 50%;
- margin-bottom: 50px;
- display: inline-block;
- }
- .evt--section02-2 .section--container h3 {
- color: #ffffff;
- font-weight: 700;
- font-size: 56px;
- font-family: "Pretendard Variable";
- }
- .evt--section02-2 .section--container .evt--2 {
- padding: 120px 0 130px;
- position: relative;
- background-repeat: no-repeat;
- z-index: 20;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .evt--section02-2 .section--container .evt--2 h2 {
- max-width: 789px;
- width: 90%;
- }
- .evt--section02-2 .section--container .evt--2 h3 {
- text-align: center;
- margin-bottom: 30px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box {
- margin-top: 60px;
- margin-bottom: 70px;
- border-radius: 25px;
- background-color: rgba(0, 152, 249, 0.4);
- box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.23);
- font-weight: 600;
- padding: 75px 90px;
- font-size: 36px;
- font-family: "Pretendard Variable";
- color: #ffffff;
- line-height: 1.2;
- display: flex;
- flex-direction: column;
- gap: 25px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li {
- list-style: none;
- font-size: 36px;
- display: flex;
- align-items: center;
- width: 100%;
- font-weight: 400;
- gap: 25px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li .circle {
- padding: 10px 40px;
- width: 168px;
- display: inline-block;
- height: 60px;
- border-radius: 30px;
- background-color: #00A2FB;
- text-align: justify;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li .circle::after {
- content: "";
- display: inline-block;
- width: 100%;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box2 {
- max-width: 470px;
- width: 60%;
- }
- .evt--section02-2 .section--container .evt--2 .evt--btn {
- border-style: solid;
- border-width: 3px;
- border-color: rgb(255, 255, 255);
- border-radius: 50px;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #00175f;
- box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.14);
- max-width: 416px;
- width: 100%;
- height: 95px;
- font-family: "Pretendard Variable";
- font-size: 40px;
- font-weight: 800;
- text-decoration: none;
- color: #ffffff;
- }
- .evt--section03 {
- overflow: hidden;
- background: linear-gradient(to bottom, #5DBBFF 0%, #00A8FF 50%, #5DBBFF 100%);
- padding: 150px 0 150px;
- position: relative;
- }
- .evt--section03::before {
- content: "";
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- right: 0;
- background-position: top;
- z-index: 0;
- background-repeat: no-repeat;
- display: inline-block;
- background-image: url(../img/bg_color_2.png);
- }
- .evt--section03::after {
- content: "";
- width: 100%;
- height: 100%;
- position: absolute;
- bottom: 0;
- left: 0;
- background-position: bottom;
- z-index: 0;
- background-repeat: no-repeat;
- display: inline-block;
- background-image: url(../img/bg_color_1.png);
- }
- .evt--section03 .section--container {
- max-width: 1280px;
- z-index: 10;
- position: relative;
- margin: 0 auto;
- }
- .evt--section03 .section--container .section--title {
- text-align: center;
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-bottom: 80px;
- }
- .evt--section03 .section--container .section--title h3 {
- max-width: 750px;
- width: 60%;
- }
- .evt--section03 .section--container .section--title h2 {
- max-width: 945px;
- width: 70%;
- }
- .evt--section03 .section--container .section--title .circle {
- margin-top: 20px;
- max-width: 832px;
- width: 70%;
- }
- .evt--section03 .section--container .promotion--wrap {
- display: flex;
- justify-content: center;
- margin-bottom: 120px;
- gap: 140px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion {
- width: 400px;
- height: 580px;
- background-image: url(../img/img_bg_9.png);
- background-size: 100%;
- background-repeat: no-repeat;
- display: flex;
- align-items: center;
- flex-direction: column;
- color: #ffffff;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h4 {
- font-family: "Pretendard Variable";
- font-size: 56px;
- font-weight: 700;
- line-height: 210px;
- margin-bottom: 0;
- }
- .evt--section03 .section--container .promotion--wrap .promotion p {
- font-family: "gmarketSans";
- font-size: 45px;
- margin-bottom: 0;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h5 {
- line-height: 1.1;
- font-family: "gmarketSans";
- font-size: 86px;
- font-weight: 800;
- margin-bottom: 0;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h5 span {
- font-size: 44px;
- }
- .evt--section03 .section--container .promotion--detail--wrap {
- display: flex;
- flex-direction: column;
- gap: 80px;
- margin-bottom: 460px;
- position: relative;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail {
- color: #373737;
- background-color: #fff;
- border: 3px solid black;
- padding: 70px;
- border-radius: 68px;
- z-index: 3;
- position: relative;
- display: flex;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail:nth-child(1)::before {
- content: "";
- position: absolute;
- display: inline-block;
- width: 318px;
- height: 314px;
- top: -91px;
- left: -48px;
- background-repeat: no-repeat;
- background-image: url(../img/bg_wave_3.png);
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail:nth-child(2)::before {
- content: "";
- position: absolute;
- display: inline-block;
- width: 286px;
- right: -125px;
- top: -36px;
- z-index: 10;
- height: 380px;
- background-repeat: no-repeat;
- background-image: url(../img/bg_wave_4.png);
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l {
- width: 70%;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > span {
- font-size: 44px;
- font-weight: 700;
- display: inline-block;
- font-family: "Pretendard Variable";
- text-decoration: underline;
- margin-bottom: 40px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > h5 {
- font-family: "Pretendard Variable";
- font-size: 54px;
- font-weight: 900;
- margin-bottom: 40px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > h5 > span {
- color: #6d21ed;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > ul li {
- line-height: 1.2;
- font-family: "Pretendard Variable";
- font-weight: 500;
- font-size: 38px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r {
- width: 30%;
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- justify-content: flex-end;
- text-align: right;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r > span {
- box-shadow: inset -10px -10px 20px rgba(0, 0, 0, 0.4);
- background: linear-gradient(135deg, #8324ff, #5a3dfd, #0a5aff);
- font-family: "Pretendard Variable";
- font-size: 44px;
- font-weight: 800;
- width: 130px;
- height: 140px;
- line-height: 1.2;
- display: flex;
- align-items: center;
- right: 100px;
- top: 0;
- justify-content: center;
- color: #ffffff;
- position: absolute;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r > p {
- font-size: 28px;
- font-family: "Pretendard Variable";
- font-weight: 500;
- margin-bottom: 10px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price {
- font-size: 44px;
- font-weight: 700;
- font-family: "Pretendard Variable";
- position: relative;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price::after {
- content: "";
- display: inline-block;
- width: 267px;
- height: 62px;
- position: absolute;
- top: 50%;
- left: -30px;
- background-image: url(../img/ico_arrow2.png);
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .after--price {
- font-family: "Pretendard Variable";
- font-size: 66px;
- color: #6d21ed;
- font-weight: 900;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail--plus {
- z-index: 2;
- position: absolute;
- font-size: 38px;
- top: calc(100% - 55px);
- width: 100%;
- border-bottom-left-radius: 50px;
- border-bottom-right-radius: 50px;
- font-family: "Pretendard Variable";
- background-color: #9EC3FE;
- padding: 100px 60px 60px;
- font-weight: 500;
- margin-bottom: 0;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail--plus li {
- list-style: none;
- position: relative;
- padding-left: 30px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail--plus li::before {
- top: 0px;
- left: 0px;
- position: absolute;
- content: "*";
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail--plus strong {
- font-weight: 800;
- text-decoration: underline;
- }
- .evt--section03 .section--container .count--wrap {
- display: flex;
- flex-direction: column;
- position: relative;
- z-index: 10;
- align-items: center;
- }
- .evt--section03 .section--container .count--wrap .count--txt {
- display: flex;
- align-items: flex-end;
- justify-content: center;
- gap: 20px;
- margin-bottom: 90px;
- }
- .evt--section03 .section--container .count--wrap .count--txt .img--wrap {
- position: relative;
- }
- .evt--section03 .section--container .count--wrap .count--txt .img--wrap::before {
- content: "";
- display: inline-block;
- width: 144px;
- height: 80px;
- background-repeat: no-repeat;
- background-size: 100%;
- left: -40%;
- top: 30px;
- position: absolute;
- background-image: url(../img/img_15_bg1.png);
- }
- .evt--section03 .section--container .count--wrap .count--txt .img--wrap::after {
- content: "";
- display: inline-block;
- width: 242px;
- height: 177px;
- background-repeat: no-repeat;
- background-size: 100%;
- right: -70%;
- bottom: 100px;
- position: absolute;
- background-image: url(../img/img_15_bg2.png);
- }
- .evt--section03 .section--container .count--wrap .count--txt > p {
- color: #ffffff;
- font-family: "gmarketSans";
- text-align: center;
- font-size: 46px;
- font-weight: 800;
- margin-bottom: 0;
- text-align: center;
- text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
- }
- .evt--section03 .section--container .count--wrap .count--num {
- display: flex;
- font-family: "gmarketSans";
- gap: 10px;
- margin-bottom: 140px;
- position: relative;
- }
- .evt--section03 .section--container .count--wrap .count--num .number {
- position: relative;
- display: inline-block;
- font-size: 120px;
- color: #ffffff;
- width: 140px;
- line-height: 1.75;
- font-weight: 800;
- height: 210px;
- border-radius: 20%;
- box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
- }
- .evt--section03 .section--container .count--wrap .count--num .number:nth-child(4) {
- margin-left: 80px;
- }
- .evt--section03 .section--container .count--wrap .count--num .number:nth-child(5) {
- margin-right: 80px;
- }
- .evt--section03 .section--container .count--wrap .count--num .number span {
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- .evt--section03 .section--container .count--wrap .count--num::before {
- content: "";
- width: 210px;
- left: -300px;
- top: calc(50% - 500px);
- height: 1000px;
- position: absolute;
- background-repeat: no-repeat;
- background-position: center;
- background-image: url(../img/img_bg_10.png);
- }
- .evt--section03 .section--container .count--wrap .count--num::after {
- content: "";
- width: 210px;
- right: -300px;
- top: calc(50% - 500px);
- height: 1000px;
- position: absolute;
- background-repeat: no-repeat;
- background-position: center;
- transform: rotate(180deg);
- background-image: url(../img/img_bg_10.png);
- }
- .evt--section03 .section--container .count--wrap .evt--btn {
- border-style: solid;
- border-width: 3px;
- border-color: rgb(255, 255, 255);
- border-radius: 50px;
- display: flex;
- align-items: center;
- z-index: 10;
- justify-content: center;
- background-color: #00175f;
- box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.14);
- max-width: 416px;
- width: 100%;
- height: 95px;
- font-family: "Pretendard Variable";
- font-size: 40px;
- font-weight: 800;
- text-decoration: none;
- color: #ffffff;
- }
- @media (max-width: 1480px) {
- .section--container {
- padding: 0 20px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-button-next,
- .evt--section01 .section--container .swiper--wrap .swiper-button-prev {
- display: none;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc {
- padding: 25px 50px !important;
- min-height: 300px;
- height: auto;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc h4 {
- font-size: 32px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc h4 span {
- font-size: 20px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc p {
- font-size: 18px;
- }
- .evt--section02-1 .section--container .evt--1 .bg1 {
- left: 0;
- }
- .evt--section02-1 .section--container .evt--1 .bg1 img {
- width: 80%;
- }
- .evt--section02-1 .section--container .evt--1 .bg2 {
- right: -10%;
- }
- .evt--section02-1 .section--container .evt--1 .bg2 img {
- width: 80%;
- }
- .evt--section02-1 .section--container .evt--1 .bg3 {
- left: 0;
- bottom: 45%;
- }
- .evt--section02-1 .section--container .evt--1 .bg3 img {
- width: 80%;
- }
- .evt--section02-1 .section--container .evt--1 .bg4 {
- bottom: 40%;
- right: -10%;
- }
- .evt--section02-1 .section--container .evt--1 .bg4 img {
- width: 80%;
- }
- }
- @media (max-width: 1200px) {
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn {
- font-size: 18px;
- height: 68px;
- }
- .evt--section02-1 .section--container h3 {
- font-size: 36px;
- }
- .evt--section02-1 .section--container .evt--1 .bg1 img {
- width: 50%;
- }
- .evt--section02-1 .section--container .evt--1 .bg2 {
- top: 40%;
- right: -30%;
- }
- .evt--section02-1 .section--container .evt--1 .bg2 img {
- width: 50%;
- }
- .evt--section02-1 .section--container .evt--1 .bg3 img {
- width: 50%;
- }
- .evt--section02-1 .section--container .evt--1 .bg4 {
- right: -240px;
- }
- .evt--section02-1 .section--container .evt--1 .bg4 img {
- width: 50%;
- }
- .evt--section02-2 .bg1 {
- bottom: auto;
- top: 5%;
- }
- .evt--section02-2 .bg2 {
- bottom: auto;
- top: 5%;
- }
- .evt--section02-2 .section--container h3 {
- font-size: 36px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box {
- padding: 30px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li {
- font-size: 30px;
- }
- .evt--section03 .section--container .promotion--detail--wrap {
- gap: 40px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail {
- padding: 50px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > span {
- font-size: 32px;
- margin-bottom: 20px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > h5 {
- font-size: 48px;
- line-height: 1.4;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > ul {
- padding-left: 24px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > ul li {
- font-size: 24px;
- line-height: 1.4;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r > span {
- right: 50px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r > p {
- font-size: 24px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price {
- font-size: 32px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price::after {
- transform: scaleX(-1);
- left: auto;
- right: -10px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .after--price {
- font-size: 48px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail--plus {
- font-size: 24px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail--plus li {
- padding-left: 20px;
- }
- .evt--section03 .section--container .count--wrap > p {
- font-size: 30px;
- }
- .evt--section03 .section--container .count--wrap .count--txt > p {
- font-size: 30px;
- }
- .evt--section03 .section--container .count--wrap .count--num {
- width: 100%;
- justify-content: center;
- gap: 5%;
- }
- .evt--section03 .section--container .count--wrap .count--num div {
- width: 33%;
- gap: 5%;
- justify-content: center;
- }
- .evt--section03 .section--container .count--wrap .count--num div span {
- font-size: 120px;
- width: 50%;
- height: auto;
- }
- }
- @media (max-width: 1000px) {
- .evt--section01 .section--container .bg2 {
- display: none;
- }
- .evt--section01 .section--container .bg4 {
- display: none;
- }
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap {
- overflow-x: auto;
- white-space: nowrap;
- width: auto;
- }
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn {
- width: -moz-fit-content;
- width: fit-content;
- height: auto;
- padding: 15px 15px 10px;
- flex-shrink: 0;
- }
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn:first-child::before {
- font-size: 10px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-pagination span {
- width: 24px;
- height: 24px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc {
- padding: 25px 15px !important;
- min-height: 240px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc h4 {
- font-size: 24px;
- margin-bottom: 15px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc h4 span {
- font-size: 16px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc p {
- margin-bottom: 15px;
- font-size: 14px;
- }
- .evt--section03 .section--container .promotion--wrap {
- gap: 20px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h4 {
- font-size: 32px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion p {
- font-size: 32px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h5 {
- font-size: 72px;
- }
- .evt--section03 .section--container .promotion--detail--wrap {
- gap: 20px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > span {
- font-size: 24px;
- margin-bottom: 15px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > h5 {
- font-size: 36px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > ul li {
- font-size: 18px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r > span {
- font-size: 24px;
- width: 80px;
- height: 90px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r > p {
- font-size: 18px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price {
- font-size: 24px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price::after {
- right: -10px;
- height: 50px;
- top: 15px;
- background-size: cover;
- width: 210px;
- background-position: left;
- transform: scaleX(1);
- 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");
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .after--price {
- font-size: 36px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail--plus {
- padding: 80px 30px 30px;
- font-size: 18px;
- }
- .evt--section03 .section--container .count--wrap .count--txt {
- margin-bottom: 50px;
- flex-direction: column;
- align-items: center;
- }
- .evt--section03 .section--container .count--wrap .count--txt .img--wrap {
- width: 50%;
- }
- .evt--section03 .section--container .count--wrap .count--txt .img--wrap::before {
- width: 70px;
- top: 0px;
- }
- .evt--section03 .section--container .count--wrap .count--txt .img--wrap::after {
- bottom: auto;
- width: 100px;
- right: -50%;
- top: 50%;
- transform: translateY(-50%);
- }
- .evt--section03 .section--container .count--wrap .count--num div .day--text::after {
- width: 30px;
- right: auto;
- left: calc(100% + 10px);
- background-size: 100%;
- }
- .evt--section03 .section--container .count--wrap .count--num div span {
- font-size: 100px;
- }
- }
- @media (max-width: 767px) {
- .evt--section01 .section--container .section--title .bg--wave--wrap {
- top: 120px;
- }
- .evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave {
- height: 300px;
- width: 450px;
- }
- .evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave .bg--wave2 {
- display: none;
- }
- .evt--section02-1 .section--container .evt--1 .bg1 {
- top: 10%;
- }
- .evt--section02-1 .section--container .evt--1 .bg2 {
- right: -320px;
- top: 5%;
- }
- .evt--section02-1 .section--container .evt--1 .bg3 {
- bottom: auto;
- top: 30%;
- }
- .evt--section02-1 .section--container .evt--1 .bg4 {
- bottom: auto;
- right: -240px;
- top: 35%;
- }
- .evt--section02-1 .section--container .evt--1 .evt--circle {
- font-size: 18px;
- padding: 10px 20px;
- margin-bottom: 30px;
- }
- .evt--section02-1 .section--container .evt--1 h3 {
- font-size: 20px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box {
- width: 100%;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li {
- gap: 10px;
- font-size: 18px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li .circle {
- padding: 10px 30px;
- height: auto;
- width: auto;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li .circle::after {
- display: none;
- }
- .evt--section02-2 .section--container .evt--2 .evt--circle {
- font-size: 18px;
- padding: 10px 20px;
- margin-bottom: 30px;
- }
- .evt--section02-2 .section--container .evt--2 h3 {
- font-size: 20px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--btn {
- font-size: 24px;
- height: 80px;
- }
- .evt--section03 .section--container .promotion--wrap {
- margin-bottom: 40px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion {
- height: 450px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h4 {
- font-size: 20px;
- line-height: 24vw;
- }
- .evt--section03 .section--container .promotion--wrap .promotion p {
- font-size: 20px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h5 {
- font-size: 48px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail {
- flex-direction: column;
- padding: 30px;
- gap: 15px;
- border-radius: 20px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail::before {
- display: none !important;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l {
- width: 100%;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > span {
- font-size: 18px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--l > h5 {
- font-size: 24px;
- margin-bottom: 20px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r {
- width: 100%;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r > span {
- font-size: 18px;
- width: 60px;
- height: 70px;
- right: 30px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r > p {
- margin-bottom: 0;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price {
- font-size: 18px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price::after {
- width: 140px;
- height: 30px;
- top: 12px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .after--price {
- font-size: 24px;
- }
- .evt--section03 .section--container .promotion--detail--wrap .detail--plus {
- border-bottom-left-radius: 20px;
- border-bottom-right-radius: 20px;
- font-size: 14px;
- }
- .evt--section03 .section--container .count--wrap .evt--btn {
- font-size: 24px;
- height: 80px;
- }
- .evt--section03 .section--container .count--wrap .count--txt > p {
- font-size: 20px;
- }
- .evt--section03 .section--container .count--wrap .count--num div .day--text::after {
- width: 20px;
- }
- .evt--section03 .section--container .count--wrap .count--num div span {
- border-radius: 8px;
- font-size: 48px;
- padding: 20px 0;
- }
- .evt--section03 .section--container .count--wrap .count--num div span::before {
- border-top-left-radius: 8px;
- border-top-right-radius: 8px;
- }
- }
- @media (max-width: 500px) {
- .evt--section01 .section--container .swiper--wrap {
- margin-bottom: 50px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn {
- font-size: 16px;
- }
- .evt--section01 .section--container .swiper--wrap .swiper-pagination span {
- width: 14px;
- height: 14px;
- margin: 0 5px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc {
- padding: 25px 15px !important;
- min-height: 200px;
- height: 100%;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc h4 {
- font-size: 18px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc h4 span {
- font-size: 12px;
- }
- .evt--section01 .section--container .swiper--wrap .slide--desc p {
- font-size: 14px;
- }
- .evt--section02-1 .section--container .evt--1 .bg2 {
- top: 2%;
- right: -360px;
- }
- .evt--section02-1 .section--container .evt--1 .bg2 img {
- width: 45%;
- }
- .evt--section02-1 .section--container .evt--1 .bg3 {
- top: 32%;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box {
- padding: 20px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li {
- font-size: 14px;
- }
- .evt--section02-2 .section--container .evt--2 .evt--box li .circle {
- padding: 5px 15px;
- white-space: nowrap;
- }
- .evt--section03 .section--container .promotion--wrap .promotion {
- height: 300px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h4 {
- font-size: 16px;
- margin-bottom: 0px;
- line-height: 22vw;
- }
- .evt--section03 .section--container .promotion--wrap .promotion p {
- font-size: 16px;
- margin-bottom: 0px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h5 {
- font-size: 36px;
- }
- .evt--section03 .section--container .promotion--wrap .promotion h5 span {
- font-size: 24px;
- }
- .evt--section03 .section--container .count--wrap .count--num div .day--text::after {
- width: 10px;
- }
- .evt--section03 .section--container .count--wrap .count--num div span {
- font-size: 24px;
- padding: 15px 0;
- }
- }/*# sourceMappingURL=style.css.map */
- =======
- img{width:100%}.evt--section01{background-color:#00b6ff;background-repeat:no-repeat;background-size:100%;position:relative;overflow:hidden}.evt--section01 .palm--img1{position:absolute;top:-3%;left:0;max-width:495px;width:50%;z-index:10}.evt--section01 .palm--img2{z-index:10;position:absolute;right:-60px;top:-3%;width:50%;max-width:500px}.evt--section01 .bubble--bg{z-index:10;position:absolute;background-image:url(../img/img_bg_3.png);width:231px;height:95px;bottom:-500px;left:-231px}.evt--section01 .wave--bg{position:absolute;background-size:100%;background-position:0 -120px;background-image:url(../img/bg_2.png);width:100%;height:5000px}.evt--section01 .section--container{max-width:1440px;margin:0 auto;position:relative}.evt--section01 .section--container .section--title{margin-top:150px;margin-bottom:150px;display:flex;flex-direction:column;position:relative;z-index:11;align-items:center}.evt--section01 .section--container .section--title .logo{max-width:290px;width:40%;margin-bottom:80px;opacity:0;transform:translateY(60px);animation:fadeUpLogo 2s cubic-bezier(0.22, 1, 0.36, 1) forwards}.evt--section01 .section--container .section--title>h1{margin-bottom:30px;opacity:0;transform:translateX(-60px);animation:fadeInRightH1 1.2s cubic-bezier(0.22, 1, 0.36, 1) .3s forwards}.evt--section01 .section--container .section--title>h2{opacity:0;transform:translateX(60px);animation:fadeInLeftH2 1.2s cubic-bezier(0.22, 1, 0.36, 1) .6s forwards;margin-bottom:100px}.evt--section01 .section--container .section--title>h3{opacity:0;transform:translateY(60px);animation:fadeUpH3 1.2s cubic-bezier(0.22, 1, 0.36, 1) .9s forwards;max-width:716px;width:80%}.evt--section01 .section--container .section--title .bg1{position:absolute;left:-200px;top:0px}.evt--section01 .section--container .section--title .bg2{position:absolute;left:-230px;bottom:-200px}.evt--section01 .section--container .section--title .bg4{position:absolute;right:-200px;bottom:-60px}.evt--section01 .section--container .section--title .bg--wave--wrap{position:absolute;right:-90px;top:50px}.evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave{position:relative;width:900px;height:550px}.evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave .bg--wave1{position:absolute;z-index:-1;opacity:0;transform:translateX(-100px);animation:waveInRight 1.4s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards}.evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave .bg--wave2{position:absolute;width:316px;right:60px;top:103px;opacity:0;transform:translateX(-100px);animation:waveInRight 1.5s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards}.evt--section01 .section--container .video--wrap{max-width:1440px;margin:0 auto 120px;overflow:hidden;max-height:90vh;background-color:#000;border:3px solid #fff;border-radius:2px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;position:relative;z-index:5}.evt--section01 .section--container .video--wrap video{aspect-ratio:4/3;z-index:5;width:100%;position:relative;vertical-align:top}.evt--section01 .section--container .video--wrap .bg5{position:absolute;top:-100px;left:-340px;z-index:2}.evt--section01 .section--container .video--wrap .video--btn{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:230px;max-height:230px;width:20vw;height:20vw;z-index:10;height:230px;cursor:pointer;background-repeat:no-repeat;background-position:center;background-size:100%;background-image:url(../img/ico_play.png)}.evt--section01 .section--container .video--wrap .video--btn.play{display:block}.evt--section01 .section--container .swiper--wrap{position:relative;margin-bottom:200px;box-shadow:16px 12px 32px rgba(68,68,68,.15)}.evt--section01 .section--container .swiper--wrap .bg1{position:absolute;right:-180px;top:-30px}.evt--section01 .section--container .swiper--wrap .bg2{position:absolute;left:-160px;top:50%}.evt--section01 .section--container .swiper--wrap .bg3{position:absolute;right:-260px;bottom:30%}.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap{display:flex;gap:5px}.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn{background-color:#fff;border:none;border-top-left-radius:15px;border-top-right-radius:15px;text-align:center;width:100%;position:relative;font-weight:500;font-family:"GmarketSans";height:80px;display:flex;align-items:center;justify-content:center;font-size:28px;padding:0;color:#787878;box-shadow:0px -2px 5px 0px rgba(0,0,0,.15) inset}.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{content:"NEW";font-size:14px;margin-top:-5px;margin-right:5px}.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn::after{content:"";display:inline-block;width:100%;bottom:0;position:absolute}.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn.active{background-color:blue;font-weight:700;color:#ffde00}.evt--section01 .section--container .swiper--wrap .swiper-slide{display:flex;justify-content:center}.evt--section01 .section--container .swiper--wrap .slide--img{position:relative}.evt--section01 .section--container .swiper--wrap .slide--img .new--icon{display:inline-block;position:absolute;width:10%;padding-bottom:11%;background-repeat:no-repeat;bottom:5%;right:6%;background-image:url(../img/ico_new.png);max-width:130px;max-height:130px;background-size:100%}.evt--section01 .section--container .swiper--wrap .slide--desc{padding:70px 100px;height:380px;background-color:#fff}.evt--section01 .section--container .swiper--wrap .slide--desc.type2{padding:40px 100px}.evt--section01 .section--container .swiper--wrap .slide--desc.type2 h4{margin-bottom:0px}.evt--section01 .section--container .swiper--wrap .slide--desc h4{font-family:"GmarketSans";font-weight:700;font-size:42px;margin-bottom:20px}.evt--section01 .section--container .swiper--wrap .slide--desc h4 span{font-size:28px}.evt--section01 .section--container .swiper--wrap .slide--desc p{font-family:"Pretendard Variable";font-size:28px;line-height:1.4;font-weight:500;margin-bottom:30px}.evt--section01 .section--container .swiper--wrap .slide--desc p:last-child{margin-bottom:0px}.evt--section01 .section--container .swiper--wrap .swiper-pagination{bottom:-100px}.evt--section01 .section--container .swiper--wrap .swiper-pagination span{width:32px;height:32px;margin:0 12px;background-color:#008be6;opacity:.6}.evt--section01 .section--container .swiper--wrap .swiper-pagination .swiper-pagination-bullet-active{background-color:#0047bb;opacity:1}.evt--section01 .section--container .swiper--wrap .swiper-button-next,.evt--section01 .section--container .swiper--wrap .swiper-button-prev{width:50px;background-image:url(../img/ico_arrow.png);height:90px;top:30%;right:-100px}.evt--section01 .section--container .swiper--wrap .swiper-button-next::after,.evt--section01 .section--container .swiper--wrap .swiper-button-prev::after{display:none}.evt--section01 .section--container .swiper--wrap .swiper-button-prev{transform:rotate(180deg);left:-100px}.evt--section02-1{position:relative;overflow:hidden;background:linear-gradient(to bottom, #004dee, #007ff6)}.evt--section02-1::before{content:"";background-image:url(../img/bg_4.png);background-repeat:no-repeat;background-position:bottom;display:inline-block;top:0;z-index:1;left:0;position:absolute;width:100%;height:100%}.evt--section02-1 .cloud--img1{position:absolute;left:0;z-index:10;max-width:20%;top:100px;animation:cloudMoveLeftToRight 20s linear infinite}.evt--section02-1 .cloud--img2{position:absolute;right:0;z-index:10;max-width:30%;top:50px;animation:cloudMoveLeftToRight 30s linear infinite}.evt--section02-1 .section--container{max-width:1920px;margin:0 auto}.evt--section02-1 .section--container .evt--1{padding:100px 0 130px;position:relative;background-position:bottom;background-repeat:no-repeat;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.evt--section02-1 .section--container .evt--1 h2{max-width:682px;width:70%}.evt--section02-1 .section--container .evt--1 .bg1{position:absolute;left:15%;top:30%;animation:floating-diag-1 4s ease-in-out infinite alternate}.evt--section02-1 .section--container .evt--1 .bg2{position:absolute;right:5%;top:30%;animation:floating-diag-2 5s ease-in-out infinite alternate}.evt--section02-1 .section--container .evt--1 .bg3{left:7%;bottom:25%;position:absolute;animation:floating-diag-3 4.5s ease-in-out infinite alternate}.evt--section02-1 .section--container .evt--1 .bg4{position:absolute;bottom:25%;right:5%;animation:floating-diag-4 6s ease-in-out infinite alternate}.evt--section02-1 .section--container .evt--1 .evt--box{margin-top:50px;font-weight:600;text-align:center;font-size:45px;font-family:"Pretendard Variable";color:#fff;line-height:1.2}.evt--section02-1 .section--container .evt--circle{font-family:"Pretendard Variable";font-weight:800;font-size:30px;padding:20px 40px;background-color:#00175f;color:#fff;border-radius:50%;margin-bottom:50px;display:inline-block}.evt--section02-1 .section--container h3{color:#fff;font-weight:700;margin-bottom:0;text-align:center;font-size:56px;font-family:"Pretendard Variable"}.evt--section02-2{background-color:#007ff6;position:relative;overflow:hidden}.evt--section02-2 .bg1{position:absolute;left:0;z-index:2;bottom:20%;max-width:575px;width:40%}.evt--section02-2 .bg2{max-width:690px;width:40%;position:absolute;right:0;z-index:2;bottom:10%}.evt--section02-2::after{content:"";display:inline-block;bottom:0;z-index:1;left:0;position:absolute;background:linear-gradient(to bottom, #007ff6, #004dee);width:100%;height:100%}.evt--section02-2 .section--container{max-width:1500px;margin:0 auto}.evt--section02-2 .section--container .evt--circle{font-family:"Pretendard Variable";font-weight:800;font-size:30px;padding:20px 40px;background-color:#00175f;color:#fff;border-radius:50%;margin-bottom:50px;display:inline-block}.evt--section02-2 .section--container h3{color:#fff;font-weight:700;font-size:56px;font-family:"Pretendard Variable"}.evt--section02-2 .section--container .evt--2{padding:120px 0 130px;position:relative;background-repeat:no-repeat;z-index:20;display:flex;flex-direction:column;justify-content:center;align-items:center}.evt--section02-2 .section--container .evt--2 h2{max-width:789px;width:90%}.evt--section02-2 .section--container .evt--2 h3{text-align:center;margin-bottom:30px}.evt--section02-2 .section--container .evt--2 .evt--box{margin-top:60px;margin-bottom:70px;border-radius:25px;background-color:rgba(0,152,249,.4);box-shadow:0px 2px 9.5px .5px rgba(0,0,0,.23);font-weight:600;padding:75px 90px;font-size:36px;font-family:"Pretendard Variable";color:#fff;line-height:1.2;display:flex;flex-direction:column;gap:25px}.evt--section02-2 .section--container .evt--2 .evt--box li{list-style:none;font-size:36px;display:flex;align-items:center;width:100%;font-weight:400;gap:25px}.evt--section02-2 .section--container .evt--2 .evt--box li .circle{padding:10px 40px;width:168px;display:inline-block;height:60px;border-radius:30px;background-color:#00a2fb;text-align:justify}.evt--section02-2 .section--container .evt--2 .evt--box li .circle::after{content:"";display:inline-block;width:100%}.evt--section02-2 .section--container .evt--2 .evt--box2{max-width:470px;width:60%}.evt--section02-2 .section--container .evt--2 .evt--btn{border-style:solid;border-width:3px;border-color:#fff;border-radius:50px;display:flex;align-items:center;justify-content:center;background-color:#00175f;box-shadow:0px 15px 16px 0px rgba(0,0,0,.14);max-width:416px;width:100%;height:95px;font-family:"Pretendard Variable";font-size:40px;font-weight:800;text-decoration:none;color:#fff}.evt--section03{overflow:hidden;background:linear-gradient(to bottom, #5DBBFF 0%, #00A8FF 50%, #5DBBFF 100%);padding:150px 0 150px;position:relative}.evt--section03::before{content:"";width:100%;height:100%;position:absolute;top:0;right:0;background-position:top;z-index:0;background-repeat:no-repeat;display:inline-block;background-image:url(../img/bg_color_2.png)}.evt--section03::after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;background-position:bottom;z-index:0;background-repeat:no-repeat;display:inline-block;background-image:url(../img/bg_color_1.png)}.evt--section03 .section--container{max-width:1280px;z-index:10;position:relative;margin:0 auto}.evt--section03 .section--container .section--title{text-align:center;display:flex;flex-direction:column;align-items:center;margin-bottom:80px}.evt--section03 .section--container .section--title h3{max-width:750px;width:60%}.evt--section03 .section--container .section--title h2{max-width:945px;width:70%}.evt--section03 .section--container .section--title .circle{margin-top:20px;max-width:832px;width:70%}.evt--section03 .section--container .promotion--wrap{display:flex;justify-content:center;margin-bottom:120px;gap:140px}.evt--section03 .section--container .promotion--wrap .promotion{width:400px;height:580px;background-image:url(../img/img_bg_9.png);background-size:100%;background-repeat:no-repeat;display:flex;align-items:center;flex-direction:column;color:#fff}.evt--section03 .section--container .promotion--wrap .promotion h4{font-family:"Pretendard Variable";font-size:56px;font-weight:700;line-height:210px;margin-bottom:0}.evt--section03 .section--container .promotion--wrap .promotion p{font-family:"gmarketSans";font-size:45px;margin-bottom:0}.evt--section03 .section--container .promotion--wrap .promotion h5{line-height:1.1;font-family:"gmarketSans";font-size:86px;font-weight:800;margin-bottom:0}.evt--section03 .section--container .promotion--wrap .promotion h5 span{font-size:44px}.evt--section03 .section--container .promotion--detail--wrap{display:flex;flex-direction:column;gap:80px;margin-bottom:460px;position:relative}.evt--section03 .section--container .promotion--detail--wrap .detail{color:#373737;background-color:#fff;border:3px solid #000;padding:70px;border-radius:68px;z-index:3;position:relative;display:flex}.evt--section03 .section--container .promotion--detail--wrap .detail:nth-child(1)::before{content:"";position:absolute;display:inline-block;width:318px;height:314px;top:-91px;left:-48px;background-repeat:no-repeat;background-image:url(../img/bg_wave_3.png)}.evt--section03 .section--container .promotion--detail--wrap .detail:nth-child(2)::before{content:"";position:absolute;display:inline-block;width:286px;right:-125px;top:-36px;z-index:10;height:380px;background-repeat:no-repeat;background-image:url(../img/bg_wave_4.png)}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l{width:70%}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>span{font-size:44px;font-weight:700;display:inline-block;font-family:"Pretendard Variable";text-decoration:underline;margin-bottom:40px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>h5{font-family:"Pretendard Variable";font-size:54px;font-weight:900;margin-bottom:40px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>h5>span{color:#6d21ed}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>ul li{line-height:1.2;font-family:"Pretendard Variable";font-weight:500;font-size:38px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r{width:30%;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;text-align:right}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r>span{box-shadow:inset -10px -10px 20px rgba(0,0,0,.4);background:linear-gradient(135deg, #8324ff, #5a3dfd, #0a5aff);font-family:"Pretendard Variable";font-size:44px;font-weight:800;width:130px;height:140px;line-height:1.2;display:flex;align-items:center;right:100px;top:0;justify-content:center;color:#fff;position:absolute}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r>p{font-size:28px;font-family:"Pretendard Variable";font-weight:500;margin-bottom:10px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price{font-size:44px;font-weight:700;font-family:"Pretendard Variable";position:relative}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price::after{content:"";display:inline-block;width:267px;height:62px;position:absolute;top:50%;left:-30px;background-image:url(../img/ico_arrow2.png)}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .after--price{font-family:"Pretendard Variable";font-size:66px;color:#6d21ed;font-weight:900}.evt--section03 .section--container .promotion--detail--wrap .detail--plus{z-index:2;position:absolute;font-size:38px;top:calc(100% - 55px);width:100%;border-bottom-left-radius:50px;border-bottom-right-radius:50px;font-family:"Pretendard Variable";background-color:#9ec3fe;padding:100px 60px 60px;font-weight:500;margin-bottom:0}.evt--section03 .section--container .promotion--detail--wrap .detail--plus li{list-style:none;position:relative;padding-left:30px}.evt--section03 .section--container .promotion--detail--wrap .detail--plus li::before{top:0px;left:0px;position:absolute;content:"*"}.evt--section03 .section--container .promotion--detail--wrap .detail--plus strong{font-weight:800;text-decoration:underline}.evt--section03 .section--container .count--wrap{display:flex;flex-direction:column;position:relative;z-index:10;align-items:center}.evt--section03 .section--container .count--wrap .count--txt{display:flex;align-items:flex-end;justify-content:center;gap:20px;margin-bottom:90px}.evt--section03 .section--container .count--wrap .count--txt .img--wrap{position:relative}.evt--section03 .section--container .count--wrap .count--txt .img--wrap .wch--l{position:absolute;top:0px;left:0px;width:139px;height:122px;background:url(../img/wch_l.png) no-repeat center;animation:bellRing 1.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;transform-origin:50% 80%}.evt--section03 .section--container .count--wrap .count--txt .img--wrap .wch--r{position:absolute;top:0px;right:0px;width:159px;height:121px;background:url(../img/wch_r.png) no-repeat center;animation:bellRing 1.2s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;transform-origin:50% 80%}.evt--section03 .section--container .count--wrap .count--txt .img--wrap::before{content:"";display:inline-block;width:144px;height:80px;background-repeat:no-repeat;background-size:100%;left:-40%;top:30px;position:absolute;background-image:url(../img/img_15_bg1.png)}.evt--section03 .section--container .count--wrap .count--txt .img--wrap::after{content:"";display:inline-block;width:242px;height:177px;background-repeat:no-repeat;background-size:100%;right:-70%;bottom:100px;position:absolute;background-image:url(../img/img_15_bg2.png)}.evt--section03 .section--container .count--wrap .count--txt>p{color:#fff;font-family:"gmarketSans";text-align:center;font-size:46px;font-weight:800;margin-bottom:0;text-align:center;text-shadow:0px 3px 7px rgba(0,0,0,.35)}.evt--section03 .section--container .count--wrap .count--num{display:flex;font-family:"gmarketSans";gap:80px;margin-bottom:140px;position:relative}.evt--section03 .section--container .count--wrap .count--num .bbl--eft01{position:absolute;top:50%;transform:translateY(-50%);left:-154px;width:62px;height:266px;background:url(../img/bbl_01.png) no-repeat center;animation:shakeX .8s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite}.evt--section03 .section--container .count--wrap .count--num .bbl--eft02{position:absolute;top:50%;transform:translateY(-50%);left:-226px;width:106px;height:427px;background:url(../img/bbl_02.png) no-repeat center;animation:shakeX .8s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite}.evt--section03 .section--container .count--wrap .count--num .bbl--eft03{position:absolute;top:50%;transform:translateY(-50%);left:-303px;width:146px;height:550px;background:url(../img/bbl_03.png) no-repeat center;animation:shakeX .8s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite}.evt--section03 .section--container .count--wrap .count--num .bbl--eft04{position:absolute;top:50%;transform:rotate(180deg) translateY(-50%);transform-origin:top;right:-154px;width:62px;height:266px;background:url(../img/bbl_01.png) no-repeat center;animation:shakeX2 .8s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite}.evt--section03 .section--container .count--wrap .count--num .bbl--eft05{position:absolute;top:50%;transform:rotate(180deg) translateY(-50%);transform-origin:top;right:-226px;width:106px;height:427px;background:url(../img/bbl_02.png) no-repeat center;animation:shakeX2 .8s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite}.evt--section03 .section--container .count--wrap .count--num .bbl--eft06{position:absolute;top:50%;transform:rotate(180deg) translateY(-50%);transform-origin:top;right:-303px;width:146px;height:550px;background:url(../img/bbl_03.png) no-repeat center;animation:shakeX2 .8s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite}.evt--section03 .section--container .count--wrap .count--num div{display:flex;gap:30px;align-items:center}.evt--section03 .section--container .count--wrap .count--num div span{font-size:120px;color:#fff;background-color:#7f1bf2;width:140px;font-weight:800;height:210px;display:inline-block;line-height:2;text-align:center;box-shadow:0 10px 20px rgba(0,0,0,.25);border-radius:30px;position:relative;z-index:30;perspective:600px;overflow:hidden}.evt--section03 .section--container .count--wrap .count--num div span.flip{animation:flipDown .5s ease-in-out}.evt--section03 .section--container .count--wrap .count--num div span::before{content:"";width:100%;z-index:-1;display:inline-block;left:0;top:0;border-top-left-radius:30px;border-top-right-radius:30px;height:50%;background-color:#8b2ef4;position:absolute}.evt--section03 .section--container .count--wrap .evt--btn{border-style:solid;border-width:3px;border-color:#fff;border-radius:50px;display:flex;align-items:center;z-index:10;justify-content:center;background-color:#00175f;box-shadow:0px 15px 16px 0px rgba(0,0,0,.14);max-width:416px;width:100%;height:95px;font-family:"Pretendard Variable";font-size:40px;font-weight:800;text-decoration:none;color:#fff}@media(max-width: 1480px){.section--container{padding:0 20px}.evt--section01 .section--container .swiper--wrap .swiper-button-next,.evt--section01 .section--container .swiper--wrap .swiper-button-prev{display:none}.evt--section01 .section--container .swiper--wrap .slide--desc{padding:25px 50px !important;min-height:300px;height:auto}.evt--section01 .section--container .swiper--wrap .slide--desc h4{font-size:32px}.evt--section01 .section--container .swiper--wrap .slide--desc h4 span{font-size:20px}.evt--section01 .section--container .swiper--wrap .slide--desc p{font-size:18px}.evt--section02-1 .section--container .evt--1 .bg1{left:0}.evt--section02-1 .section--container .evt--1 .bg1 img{width:80%}.evt--section02-1 .section--container .evt--1 .bg2{right:-10%}.evt--section02-1 .section--container .evt--1 .bg2 img{width:80%}.evt--section02-1 .section--container .evt--1 .bg3{left:0;bottom:45%}.evt--section02-1 .section--container .evt--1 .bg3 img{width:80%}.evt--section02-1 .section--container .evt--1 .bg4{bottom:40%;right:-10%}.evt--section02-1 .section--container .evt--1 .bg4 img{width:80%}}@media(max-width: 1200px){.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn{font-size:18px;height:68px}.evt--section02-1 .section--container h3{font-size:36px}.evt--section02-1 .section--container .evt--1 .bg1 img{width:50%}.evt--section02-1 .section--container .evt--1 .bg2{top:40%;right:-30%}.evt--section02-1 .section--container .evt--1 .bg2 img{width:50%}.evt--section02-1 .section--container .evt--1 .bg3 img{width:50%}.evt--section02-1 .section--container .evt--1 .bg4{right:-240px}.evt--section02-1 .section--container .evt--1 .bg4 img{width:50%}.evt--section02-2 .bg1{bottom:auto;top:5%}.evt--section02-2 .bg2{bottom:auto;top:5%}.evt--section02-2 .section--container h3{font-size:36px}.evt--section02-2 .section--container .evt--2 .evt--box{padding:30px}.evt--section02-2 .section--container .evt--2 .evt--box li{font-size:30px}.evt--section03 .section--container .promotion--detail--wrap{gap:40px}.evt--section03 .section--container .promotion--detail--wrap .detail{padding:50px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>span{font-size:32px;margin-bottom:20px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>h5{font-size:48px;line-height:1.4}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>ul{padding-left:24px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>ul li{font-size:24px;line-height:1.4}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r>span{right:50px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r>p{font-size:24px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price{font-size:32px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price::after{transform:scaleX(-1);left:auto;right:-10px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .after--price{font-size:48px}.evt--section03 .section--container .promotion--detail--wrap .detail--plus{font-size:24px}.evt--section03 .section--container .promotion--detail--wrap .detail--plus li{padding-left:20px}.evt--section03 .section--container .count--wrap>p{font-size:30px}.evt--section03 .section--container .count--wrap .count--txt>p{font-size:30px}.evt--section03 .section--container .count--wrap .count--num{width:100%;justify-content:center;gap:5%}.evt--section03 .section--container .count--wrap .count--num div{width:33%;gap:5%;justify-content:center}.evt--section03 .section--container .count--wrap .count--num div span{font-size:120px;width:50%;height:auto}}@media(max-width: 1000px){.evt--section01 .section--container .bg2{display:none}.evt--section01 .section--container .bg4{display:none}.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap{overflow-x:auto;white-space:nowrap;width:auto}.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn{width:fit-content;height:auto;padding:15px 15px 10px;flex-shrink:0}.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn:first-child::before{font-size:10px}.evt--section01 .section--container .swiper--wrap .swiper-pagination span{width:24px;height:24px}.evt--section01 .section--container .swiper--wrap .slide--desc{padding:25px 15px !important;min-height:240px}.evt--section01 .section--container .swiper--wrap .slide--desc h4{font-size:24px;margin-bottom:15px}.evt--section01 .section--container .swiper--wrap .slide--desc h4 span{font-size:16px}.evt--section01 .section--container .swiper--wrap .slide--desc p{margin-bottom:15px;font-size:14px}.evt--section03 .section--container .promotion--wrap{gap:20px}.evt--section03 .section--container .promotion--wrap .promotion h4{font-size:32px}.evt--section03 .section--container .promotion--wrap .promotion p{font-size:32px}.evt--section03 .section--container .promotion--wrap .promotion h5{font-size:72px}.evt--section03 .section--container .promotion--detail--wrap{gap:20px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>span{font-size:24px;margin-bottom:15px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>h5{font-size:36px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>ul li{font-size:18px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r>span{font-size:24px;width:80px;height:90px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r>p{font-size:18px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price{font-size:24px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price::after{right:-10px;height:50px;top:15px;background-size:cover;width:210px;background-position:left;transform:scaleX(1);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")}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .after--price{font-size:36px}.evt--section03 .section--container .promotion--detail--wrap .detail--plus{padding:80px 30px 30px;font-size:18px}.evt--section03 .section--container .count--wrap .count--txt{margin-bottom:50px;flex-direction:column;align-items:center}.evt--section03 .section--container .count--wrap .count--txt .img--wrap{width:50%}.evt--section03 .section--container .count--wrap .count--txt .img--wrap::before{width:70px;top:0px}.evt--section03 .section--container .count--wrap .count--txt .img--wrap::after{bottom:auto;width:100px;right:-50%;top:50%;transform:translateY(-50%)}.evt--section03 .section--container .count--wrap .count--num div .day--text::after{width:30px;right:auto;left:calc(100% + 10px);background-size:100%}.evt--section03 .section--container .count--wrap .count--num div span{font-size:100px}}@media(max-width: 767px){.evt--section01 .section--container .section--title .bg--wave--wrap{top:120px}.evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave{height:300px;width:450px}.evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave .bg--wave2{display:none}.evt--section02-1 .section--container .evt--1 .bg1{top:10%}.evt--section02-1 .section--container .evt--1 .bg2{right:-320px;top:5%}.evt--section02-1 .section--container .evt--1 .bg3{bottom:auto;top:30%}.evt--section02-1 .section--container .evt--1 .bg4{bottom:auto;right:-240px;top:35%}.evt--section02-1 .section--container .evt--1 .evt--circle{font-size:18px;padding:10px 20px;margin-bottom:30px}.evt--section02-1 .section--container .evt--1 h3{font-size:20px}.evt--section02-2 .section--container .evt--2 .evt--box{width:100%}.evt--section02-2 .section--container .evt--2 .evt--box li{gap:10px;font-size:18px}.evt--section02-2 .section--container .evt--2 .evt--box li .circle{padding:10px 30px;height:auto;width:auto}.evt--section02-2 .section--container .evt--2 .evt--box li .circle::after{display:none}.evt--section02-2 .section--container .evt--2 .evt--circle{font-size:18px;padding:10px 20px;margin-bottom:30px}.evt--section02-2 .section--container .evt--2 h3{font-size:20px}.evt--section02-2 .section--container .evt--2 .evt--btn{font-size:24px;height:80px}.evt--section03 .section--container .promotion--wrap{margin-bottom:40px}.evt--section03 .section--container .promotion--wrap .promotion{height:450px}.evt--section03 .section--container .promotion--wrap .promotion h4{font-size:20px;line-height:24vw}.evt--section03 .section--container .promotion--wrap .promotion p{font-size:20px}.evt--section03 .section--container .promotion--wrap .promotion h5{font-size:48px}.evt--section03 .section--container .promotion--detail--wrap .detail{flex-direction:column;padding:30px;gap:15px;border-radius:20px}.evt--section03 .section--container .promotion--detail--wrap .detail::before{display:none !important}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l{width:100%}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>span{font-size:18px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--l>h5{font-size:24px;margin-bottom:20px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r{width:100%}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r>span{font-size:18px;width:60px;height:70px;right:30px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r>p{margin-bottom:0}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price{font-size:18px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .before--price::after{width:140px;height:30px;top:12px}.evt--section03 .section--container .promotion--detail--wrap .detail .detail--r .after--price{font-size:24px}.evt--section03 .section--container .promotion--detail--wrap .detail--plus{border-bottom-left-radius:20px;border-bottom-right-radius:20px;font-size:14px}.evt--section03 .section--container .count--wrap .evt--btn{font-size:24px;height:80px}.evt--section03 .section--container .count--wrap .count--txt>p{font-size:20px}.evt--section03 .section--container .count--wrap .count--num div .day--text::after{width:20px}.evt--section03 .section--container .count--wrap .count--num div span{border-radius:8px;font-size:48px;padding:20px 0}.evt--section03 .section--container .count--wrap .count--num div span::before{border-top-left-radius:8px;border-top-right-radius:8px}}@media(max-width: 500px){.evt--section01 .section--container .swiper--wrap{margin-bottom:50px}.evt--section01 .section--container .swiper--wrap .swiper--tab--wrap .tab--btn{font-size:16px}.evt--section01 .section--container .swiper--wrap .swiper-pagination span{width:14px;height:14px;margin:0 5px}.evt--section01 .section--container .swiper--wrap .slide--desc{padding:25px 15px !important;min-height:200px;height:100%}.evt--section01 .section--container .swiper--wrap .slide--desc h4{font-size:18px}.evt--section01 .section--container .swiper--wrap .slide--desc h4 span{font-size:12px}.evt--section01 .section--container .swiper--wrap .slide--desc p{font-size:14px}.evt--section02-1 .section--container .evt--1 .bg2{top:2%;right:-360px}.evt--section02-1 .section--container .evt--1 .bg2 img{width:45%}.evt--section02-1 .section--container .evt--1 .bg3{top:32%}.evt--section02-2 .section--container .evt--2 .evt--box{padding:20px}.evt--section02-2 .section--container .evt--2 .evt--box li{font-size:14px}.evt--section02-2 .section--container .evt--2 .evt--box li .circle{padding:5px 15px;white-space:nowrap}.evt--section03 .section--container .promotion--wrap .promotion{height:300px}.evt--section03 .section--container .promotion--wrap .promotion h4{font-size:16px;margin-bottom:0px;line-height:22vw}.evt--section03 .section--container .promotion--wrap .promotion p{font-size:16px;margin-bottom:0px}.evt--section03 .section--container .promotion--wrap .promotion h5{font-size:36px}.evt--section03 .section--container .promotion--wrap .promotion h5 span{font-size:24px}.evt--section03 .section--container .count--wrap .count--num div .day--text::after{width:10px}.evt--section03 .section--container .count--wrap .count--num div span{font-size:24px;padding:15px 0}}.floating{animation:floating 3s ease-in-out infinite}@keyframes floating{0%{transform:translateY(0px)}50%{transform:translateY(-20px)}100%{transform:translateY(0px)}}@keyframes fadeUpLogo{to{opacity:1;transform:translateY(0)}}@keyframes fadeInRightH1{to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftH2{to{opacity:1;transform:translateX(0)}}@keyframes fadeUpH3{to{opacity:1;transform:translateY(0)}}@keyframes waveInRight{0%{opacity:0;transform:translateX(-100px)}60%{opacity:1;transform:translateX(20px)}100%{opacity:1;transform:translateX(0)}}@keyframes cloudMoveLeftToRight{0%{transform:translateX(0px)}100%{transform:translateX(100px)}}@keyframes floating-diag-1{0%{transform:translate(0, 0)}20%{transform:translate(-10px, 10px)}40%{transform:translate(10px, -10px)}60%{transform:translate(-10px, -10px)}80%{transform:translate(10px, 10px)}100%{transform:translate(0, 0)}}@keyframes floating-diag-2{0%{transform:translate(0, 0)}25%{transform:translate(12px, -8px)}50%{transform:translate(-12px, 8px)}75%{transform:translate(8px, 12px)}100%{transform:translate(0, 0)}}@keyframes floating-diag-3{0%{transform:translate(0, 0)}30%{transform:translate(-8px, 12px)}60%{transform:translate(8px, -12px)}100%{transform:translate(0, 0)}}@keyframes floating-diag-4{0%{transform:translate(0, 0)}20%{transform:translate(10px, 10px)}40%{transform:translate(-10px, -10px)}60%{transform:translate(10px, -10px)}80%{transform:translate(-10px, 10px)}100%{transform:translate(0, 0)}}@keyframes shakeX{0%{transform:translateY(-50%) translateX(0)}10%,30%,50%,70%,90%{transform:translateY(-50%) translateX(-8px)}20%,40%,60%,80%{transform:translateY(-50%) translateX(8px)}100%{transform:translateY(-50%) translateX(0)}}@keyframes shakeX2{0%{transform:rotate(180deg) translateY(-50%) translateX(0)}10%,30%,50%,70%,90%{transform:rotate(180deg) translateY(-50%) translateX(-8px)}20%,40%,60%,80%{transform:rotate(180deg) translateY(-50%) translateX(8px)}100%{transform:rotate(180deg) translateY(-50%) translateX(0)}}@keyframes bellRing{0%{transform:rotate(0deg)}10%{transform:rotate(-18deg)}20%{transform:rotate(16deg)}30%{transform:rotate(-12deg)}40%{transform:rotate(10deg)}50%{transform:rotate(-6deg)}60%{transform:rotate(4deg)}70%{transform:rotate(-2deg)}80%,100%{transform:rotate(0deg)}}/*# sourceMappingURL=style.css.map */
- >>>>>>> 68e94517d6f897c8fa42310a36d0bfaf2639941f
|