.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;max-width:100%;width:100%;height:48px;border-radius:4px;font-size:14px;font-weight:var(--font-weight-Exbold);line-height:18px;cursor:pointer}.btn-wrap{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;gap:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-primary{background:#73eed8;color:#fff}.btn-primary:active,.btn-primary:hover{background:rgb(69.5222929936,232.4777070064,203.3312101911)}.btn-primary:disabled{background:#e6e6e6;color:#8b8b8b;cursor:default}.btn-info{background:#d0f7ef}.btn-line{border:1px solid #8b8b8b}.btn-small{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;height:auto;background-color:#fff;font-weight:var(--font-weight-semibold);font-size:12px;padding:4px 14px;border:1px solid rgba(0,0,0,.5)}.btn-full{max-width:inherit !important}input{width:100%;border-radius:4px;border:1px solid #e6e6e6;background:#fff;font-size:14px;font-weight:var(--font-weight-normal);color:#8b8b8b;padding:15px 16px;margin-right:0}input:disabled{background-color:#f8f8f8}input::-webkit-input-placeholder{color:#8b8b8b}input::placeholder,input::-webkit-input-placeholder,input:-ms-input-placeholder{color:#8b8b8b}label{margin-right:0;margin-bottom:12px;font-size:16px;font-weight:var(--font-weight-semibold);color:#333;width:100%}select{width:100%;border-radius:4px;border:1px solid #e6e6e6;background:#fff;font-size:14px;font-weight:var(--font-weight-normal);color:#8b8b8b;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:15px 48px 15px 16px;background-image:url("../images/icon/icon-dropdown.svg");background-repeat:no-repeat;background-position:right 12px center}textarea{height:48px;min-width:100%;max-width:100%;min-height:48px;max-height:100px;padding:15px 16px;border-radius:4px;border:1px solid #e6e6e6;font-size:14px;line-height:18px}textarea::-webkit-input-placeholder{color:#8b8b8b;font-size:14px;line-height:18px}textarea::placeholder,textarea::-webkit-input-placeholder{color:#8b8b8b;font-size:14px;line-height:18px}@media(max-width: 320px){input,select{padding-left:8px}input{padding-right:8px}}.rdo-group,.chk-group{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.rdo-group input,.chk-group input{position:absolute;opacity:0;height:0;width:0;padding:0;margin:0;font-size:0;border:0 none;cursor:pointer}.rdo-group label,.chk-group label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:20px;padding-left:28px;vertical-align:middle;text-align:left;word-wrap:break-word;word-break:keep-all;cursor:pointer}.rdo-group label span,.chk-group label span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1}.rdo-group label span>span,.chk-group label span>span{margin-right:4px}.rdo-group label b,.chk-group label b{font-weight:var(--font-weight-Exbold)}.rdo-group .ic-rdo,.rdo-group .ic-chk,.chk-group .ic-rdo,.chk-group .ic-chk{display:inline-block;position:absolute;top:0;left:0;width:20px;height:20px;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box}.rdo-group .ic-rdo:after,.rdo-group .ic-chk:after,.chk-group .ic-rdo:after,.chk-group .ic-chk:after{content:"";position:absolute;display:none}.ic-chk{background:url("/assets/images/icon/icon-check-mint.svg") no-repeat left center/contain}.ic-rdo{background:url("/assets/images/icon/icon-radio-mint.svg") no-repeat left center/contain}.chk-group input:checked+label .ic-chk{background-image:url("/assets/images/icon/icon-check-mint-select.svg")}.rdo-group input:checked+label .ic-rdo{background-image:url("/assets/images/icon/icon-radio-mint-select.svg")}.event-notice-accordion-section{text-align:left}.event-notice-accordion-section .event-accordion-list-title{cursor:pointer}.event-notice-accordion-section p.ex{position:relative;padding-top:4px;padding-left:20px;font-size:12px;line-height:15px;font-weight:var(--font-weight-normal);color:#5f5f5f}.event-notice-accordion-section p.ex i{position:absolute;left:0;top:3px}.event-notice-accordion-section p.no-aline{padding-left:0}.event-notice-accordion-section .danger{color:#f64c4c;font-weight:var(--font-weight-semibold)}.event-notice-accordion-section .tit-head{font-size:15px;font-weight:var(--font-weight-Exbold);color:#5f5f5f;margin-top:32px}.event-notice-accordion-section .tit-sub-text{font-weight:var(--font-weight-bold);color:#5f5f5f;margin-top:25px;margin-bottom:-20px}.ui-modal__title{margin:0 !important}#eventModal{max-height:100vh}#eventModal .ui-modal{max-height:calc(100vh - 20px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-section{position:relative;padding:24px 24px 24px;border-radius:8px;background:#fff;-webkit-box-shadow:0px 0px 18px 0px rgba(0,0,0,.1);box-shadow:0px 0px 18px 0px rgba(0,0,0,.1);overflow-y:auto;-webkit-overflow-scrolling:touch;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0}.modal-section::-webkit-scrollbar{background:rgba(0,0,0,0)}.modal-section::-webkit-scrollbar-thumb{background:#cadad7;border-radius:99px;border:4px solid #fff;min-height:50px}.modal-section::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.modal-section .btn-close{position:absolute;right:12px;top:12px}.modal-section .btn-close img{width:24px;height:24px}.modal-section>p{font-size:16px;color:#333;text-align:center}.modal-section p+.btn-wrap{margin-top:24px}.modal-section .btn-wrap .btn{max-width:132px}.ui-notice .notice-box h2{color:#000;font-size:22px;font-weight:var(--font-weight-bold);line-height:30px;margin-bottom:12px}#noticeModal small{display:block;margin-top:12px;color:#333;font-size:12px;font-weight:var(--font-weight-normal);line-height:16px}.form-wrap{margin-bottom:60px;text-align:left}.form-wrap .form-title,.form-wrap h4{padding-bottom:20px;font-size:20px;line-height:26px;font-weight:var(--font-weight-Exbold);color:#000}.form-wrap .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:12px;font-weight:var(--font-weight-normal);font-size:12px;line-height:16px;color:#5f5f5f}.form-wrap .info>i{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:12px;height:12px;margin-top:1.5px;margin-right:4px;background:url("../images/icon/icon-event-page-notice.svg") no-repeat center center;background-size:100%}.form-wrap .info>span{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.form-group+.form-group{margin-top:20px}.form-wrap .danger{color:#ec2d30}.form-wrap .card-wrap .veq{display:inline-block;margin-left:2px;color:#f64c4c}.form-wrap .card-wrap label{display:inline-block;margin-top:24px;margin-bottom:8px;font-weight:400}.form-wrap .card-wrap .flex-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}@media(max-width: 330px){.form-wrap .card-wrap .flex-group{display:block}}.form-wrap .card-wrap .flex-group .card-group>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#5f5f5f}.form-wrap .card-wrap .card-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.form-wrap .card-wrap .password-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;height:50px}.form-wrap .card-wrap .password-group input{width:50px;height:100%;text-align:center;font-size:24px;line-height:0}.form-wrap .card-wrap .password-group span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:100%;text-align:center;border-bottom:1px solid #e6e6e6;font-size:20px}.form-wrap .imei-wrap{margin-top:24px}.form-wrap .card-group{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;margin-top:12px}.form-wrap .address-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:10px}.form-wrap .address-group .address-search{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.form-wrap .address-group .address-search input{-webkit-box-flex:1;-ms-flex:1;flex:1}.form-wrap .address-group .btn{width:auto;padding:0 16px;font-weight:var(--font-weight-normal)}@media(max-width: 390px){.form-wrap .address-group .btn{padding:0 8px}}@media(max-width: 360px){.form-wrap .address-group .btn{padding:0 6px}}.form-wrap .delivery-group{margin-top:40px}.form-wrap .delivery-group p{margin-bottom:8px;font-size:14px;font-weight:var(--font-weight-semibold);color:#5f5f5f}.form-wrap .agree-box{margin-bottom:20px}.form-wrap .list-link,.form-wrap .list-link li{margin-bottom:12px}.form-wrap .chk-group label{font-size:14px}.form-wrap .chk-group b{font-weight:700}.form-wrap .chk-group[data-checked=all] label{margin-bottom:0}.view-wrap{display:grid;grid-template-columns:1fr 2fr;width:100%;font-size:16px;line-height:20px}.view-wrap dt{min-width:100px;margin-right:12px;padding:12px 0;font-weight:var(--font-weight-medium);color:#333}.view-wrap dd{display:inline-block;padding:12px 0;font-weight:var(--font-weight-semibold);color:#000}.view-wrap dd .underline{display:inline-block;position:relative;font-weight:var(--font-weight-Exbold)}.view-wrap dd .underline i{position:relative}.view-wrap dd .underline::before{content:"";display:inline-block;position:absolute;bottom:2px;left:0;width:100%;height:5px;background-color:#73eed8}.view-wrap+.form-group{margin-top:40px}.notice>li{position:relative;display:block;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;padding:0 0 12px 16px;font-size:12px;line-height:16px;font-weight:var(--font-weight-normal);color:#5f5f5f}.notice>li:last-child{padding-bottom:0}.notice>li::before{content:"";position:absolute;left:0;top:-0.5px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:16px;height:16px;margin-right:2px;background:url("../images/icon/icon-club-small-bullet.svg") no-repeat 0 0}.notice ul>li{padding:6px 0 0 10px}.notice ul>li::before{position:absolute;left:16px;content:"- "}.notice.type02>li{font-size:14px;font-weight:var(--font-weight-medium);color:#333}.end-wrap .end-contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:60px 24px;text-align:center;padding:60px 24px}.end-wrap .img-wrap{width:48px;height:48px;margin:0 auto 24px}.end-wrap h4{margin-bottom:18px;font-weight:var(--font-weight-Exbold);color:#000}.end-wrap>p{color:#333}.end-wrap .cs{margin-top:60px;padding:24px 0}.end-wrap .cs p{color:#8b8b8b}.end-wrap .cs small{display:block;margin-top:10px;font-size:12px;color:#8b8b8b}.end-wrap .cs span{display:inline-block;margin:0 8px;color:#d5d5d5}.end-wrap .btn-wrap{width:100%;margin:24px auto 40px}.end-wrap .btn-wrap .btn-primary{background-color:#a0f0e0;color:#333}.end-wrap .color-primary-dark{color:#05977d}.end-wrap .color-primary-dark b{font-weight:var(--font-weight-bold)}*{word-break:keep-all}.contents-wrap .color-primary{color:#73eed8}.contents-wrap .color-danger{color:#ec2d30 !important}.contents-wrap .noti{font-size:12px;line-height:15px;font-weight:var(--font-weight-medium);color:#8b8b8b}.contents-wrap .underline{display:inline-block;position:relative}.contents-wrap .underline span,.contents-wrap .underline img{position:relative}.contents-wrap .underline::before{content:"";position:absolute;bottom:0;width:calc(100% + 4px);margin-left:-2px;height:9px;background-color:#a0f0e0}.contents-wrap .btn-primary{color:#333}.event-main-wrap{max-width:420px;min-width:280px;display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;text-align:center}.event-main-wrap .img-full{display:block;width:100%}.event-main-wrap .img-full-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.event-main-wrap .section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:60px 24px}.event-main-wrap .section .btn-primary{margin-top:40px}.event-main-wrap .section.how{padding-top:0;background:#000}.event-main-wrap .section.how ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:center;align-self:center;gap:8px;width:100%}.event-main-wrap .section.how li{padding:16px;border:1px solid rgba(0,0,0,.05);border-radius:8px;background:#fff}.event-main-wrap .section.how li .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-main-wrap .section.how li .badge{display:inline-block;width:90px;height:26px;padding:0;margin:0;font-size:14px;line-height:26px;background-color:#000;color:#53d9c1;font-weight:var(--font-weight-Exbold);text-align:center;border-radius:999px}.event-main-wrap .section.how li .text-group{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:16px;padding-left:16px;text-align:left;border-left:2px dashed rgba(5,43,46,.2)}.event-main-wrap .section.how li .text-group h5{color:#262626;font-size:16px;line-height:22px;letter-spacing:-0.8px;font-weight:var(--font-weight-semibold)}.event-main-wrap .section.how li .text-group h5 b{font-weight:var(--font-weight-Exbold)}.event-main-wrap .section.how li .text-group h5 small{font-size:14px;font-weight:var(--font-weight-light)}.event-main-wrap .section.how li .text-group.img-money{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.event-main-wrap .section.how li .text-group.img-money h5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:120px}.event-main-wrap .section.how li .text-group.img-money .img{-webkit-box-flex:1;-ms-flex:1;flex:1;width:79px;height:79px;background:url("/assets/img/event/mart_reward/2603/img_money.png") no-repeat right/100%}@media(max-width: 420px){.event-main-wrap .section.how li .text-group.img-money .img{width:100%}}.event-main-wrap .section.how .noti{position:relative;margin-top:8px;color:#5f5f5f;font-weight:var(--font-weight-medium);text-align:left;font-size:11px}.event-main-wrap .section.how .info{margin-top:12px;padding:10px;background-color:#f4f4f4;border-radius:5px;color:#333;font-size:12px;letter-spacing:-0.28px;font-weight:var(--font-weight-normal)}.event-main-wrap .section.how .info u,.event-main-wrap .section.how .info b{font-weight:var(--font-weight-bold)}.event-main-wrap .section.how .info p{line-height:140%}.event-main-wrap .section.how .info p.type2{font-weight:var(--font-weight-semibold)}.event-main-wrap .section.how .info .badge{width:auto;padding:0 10px;margin-bottom:8px;background-color:#fff;color:#000}.event-main-wrap .section.how .info.type2{background-color:#d0f7ef;font-size:14px;font-weight:var(--font-weight-medium)}.event-main-wrap .section.how .info.type2 .badge{color:#006250}@media(max-width: 430px){.event-main-wrap .section.how .underline::before{height:2.093vw}.event-main-wrap .section.how ul{gap:1.861vw}.event-main-wrap .section.how li{padding:3.721vw}.event-main-wrap .section.how li .badge{width:20.931vw;height:6.046vw;font-size:3.256vw;line-height:6.046vw}.event-main-wrap .section.how li .text-group{margin-left:3.721vw;padding-left:3.721vw}.event-main-wrap .section.how li .text-group h5{font-size:3.663vw;line-height:5.116vw}.event-main-wrap .section.how li .text-group h5 small{font-size:3.256vw}.event-main-wrap .section.how li .text-group.img-money h5{gap:.93vw;min-width:27.907vw}.event-main-wrap .section.how li .text-group.img-money .img{width:18.373vw;height:18.373vw}.event-main-wrap .section.how .noti{margin-top:1.861vw;font-size:2.558vw}.event-main-wrap .section.how .info{margin-top:2.79vw;padding:2.326vw;font-size:2.79vw}.event-main-wrap .section.how .info .badge{padding:0 2.326vw;margin-bottom:1.861vw}.event-main-wrap .section.how .info.type2{font-size:3.256vw}}@media(max-width: 359px){.event-main-wrap .section.how .underline::before{height:7px}.event-main-wrap .section.how li .text-group{margin-left:8px;padding-left:8px;border-left-width:1px}.event-main-wrap .section.how li .text-group h5{font-size:14px;line-height:18px}.event-main-wrap .section.how li .text-group h5 small{font-size:12px}.event-main-wrap .section.how li .text-group.img-money h5{min-width:27.907vw}.event-main-wrap .section.how li .text-group.img-money .img{width:18.373vw;height:18.373vw}.event-main-wrap .section.how .noti{margin-top:1.861vw;font-size:10px}.event-main-wrap .section.how .info{font-size:11px}.event-main-wrap .section.how .info .badge{padding:0 6px}.event-main-wrap .section.how .info.type2{font-size:12px}.event-main-wrap .section.how .br-hidden{display:none}}@media(max-width: 320px){.event-main-wrap .section.how li .badge{width:60px;height:18px;font-size:10px;line-height:18px}.event-main-wrap .section.how li h5 span{display:block}}.event-main-wrap .section.event-form .form-wrap{margin-bottom:0}.event-main-wrap .end-wrap{color:#121212}.event-main-wrap .end-wrap .banner-wrap{padding:20px 24px;background-color:#53d9c1}.event-main-wrap .end-wrap .banner-wrap .banner{overflow:hidden;display:inline-block;border-radius:8px;-webkit-box-shadow:0 3.355px 6.039px .839px rgba(0,0,0,.15);box-shadow:0 3.355px 6.039px .839px rgba(0,0,0,.15)}.event-main-wrap .end-wrap .banner-wrap .banner p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;height:36px;background-color:#fff;font-size:13px;letter-spacing:-0.28px;font-weight:var(--font-weight-semibold)}.event-main-wrap .end-wrap .btn-wrap{margin-bottom:0}