.c-input{border-radius:4px;display:flex;position:relative;margin:auto;width:100%;overflow:hidden;box-sizing:border-box;background:#fff;border:1px solid #dcdcdc}.c-input:has(input:focus){border:1px solid #000}.c-input input[type=date],.c-input input[type=email],.c-input input[type=number],.c-input input[type=password],.c-input input[type=search],.c-input input[type=tel],.c-input input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;font-family:inherit;height:50px;font-size:15px;font-weight:400;color:#000;box-sizing:border-box;border:none;flex:1;outline:none}.c-input input[type=email],.c-input input[type=number],.c-input input[type=password],.c-input input[type=search],.c-input input[type=tel],.c-input input[type=text]{transition:.15s;padding:24px 12px 8px}.c-input input[type=date]{padding:0 12px;background-image:url(//static.kasina-store.com/ui-static/img/ico_calendar.svg);background-color:#fff;background-size:24px;background-repeat:no-repeat;background-position:right 12px center}.c-input input[type=date]::-webkit-datetime-edit-day-field,.c-input input[type=date]::-webkit-datetime-edit-month-field,.c-input input[type=date]::-webkit-datetime-edit-text,.c-input input[type=date]::-webkit-datetime-edit-year-field{-webkit-appearance:none;display:none}.c-input input[type=date]::-webkit-calendar-picker-indicator{position:absolute;left:0;top:0;width:100%;height:100%;background:transparent;color:transparent;cursor:pointer}.c-input input[type=date]:before{content:attr(placeholder);width:100%;height:100%;display:flex;align-items:center;position:absolute;top:8px;font-weight:400;font-size:15px;color:#959595}.c-input input[type=date]:valid:before{display:none}.c-input input[type=date]:valid::-webkit-datetime-edit-day-field,.c-input input[type=date]:valid::-webkit-datetime-edit-month-field,.c-input input[type=date]:valid::-webkit-datetime-edit-text,.c-input input[type=date]:valid::-webkit-datetime-edit-year-field{-webkit-appearance:initial;display:initial}.c-input input[type=date]::-webkit-date-and-time-value{text-align:left}.c-input input[type=date]:valid{padding-top:18px}.c-input input::-moz-placeholder{color:transparent}.c-input input::placeholder{color:transparent}.c-input input:not(:-moz-placeholder-shown)+.c-input__label{color:#757575;transform:translate3d(0,-8px,0) scale(.7333)}.c-input input:focus+.c-input__label,.c-input input:not(:placeholder-shown)+.c-input__label{color:#757575;transform:translate3d(0,-8px,0) scale(.7333)}.c-input__label{transition:.2s;position:absolute;top:15px;left:12px;font-size:15px;color:#757575;font-weight:400;transform-origin:0 0;transform:translateZ(0);pointer-events:none;white-space:nowrap}.c-input__btn-calendar,.c-input__btn-delete,.c-input__btn-masking{margin:auto;background:transparent;border:none}.c-input__btn-calendar:before,.c-input__btn-delete:before,.c-input__btn-masking:before{display:block;width:24px;height:24px;content:""}.c-input__btn-masking{height:100%;padding:0 12px}.c-input__btn-masking:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_state_off.svg);background-size:24px}.c-input__btn-masking.active:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_state_on.svg);background-size:24px}.c-input__btn-calendar{height:100%;padding:0 12px}.c-input__btn-calendar:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_calendar.svg);background-size:24px}.c-input__text{width:52px;height:52px;line-height:52px;text-align:center}.c-input__msg{margin:4px 12px 0;color:#000;font-size:11px;line-height:16px}.c-input__msg.fail{color:#dd1d19}.c-input__msg.disabled{color:#959595}.c-input__msg time{float:right;color:#dd1d19}.c-input__msg+.c-input__msg{margin-top:0}.c-input__count{margin-top:4px;padding:0 12px;font-size:11px;line-height:16px;color:#000;text-align:right}.c-input__count strong{font-weight:400}.c-input--fail{border:1px solid #dd1d19}.c-input--fail:has(input:focus){border:1px solid #dd1d19}.c-input--fail input:not(:-moz-placeholder-shown)+.c-input__label{color:#dd1d19}.c-input--fail input:focus+.c-input__label,.c-input--fail input:not(:placeholder-shown)+.c-input__label{color:#dd1d19}.c-input--fail+.c-input__msg{color:#dd1d19}.c-input--disabled,.c-input>input[disabled]{border-color:#e4e4e4;background:#f4f4f4;color:#959595}.c-input--disabled+.c-input__msg,.c-input>input[disabled]+.c-input__msg{color:#959595}.c-input--disabled .c-input__btn-masking:before,.c-input>input[disabled] .c-input__btn-masking:before{filter:invert(85%) sepia(0) saturate(4%) hue-rotate(139deg) brightness(105%) contrast(78%)}.c-input--disabled .c-input__btn-masking+.c-button__primary,.c-input>input[disabled] .c-input__btn-masking+.c-button__primary{color:#959595;background:#f4f4f4;border-color:#e4e4e4}.c-input--disabled:hover,.c-input--disabled>button,.c-input>input[disabled]:hover,.c-input>input[disabled]>button{cursor:not-allowed}.c-input--disabled>input[type=date],.c-input>input[disabled]>input[type=date]{background-image:url(//static.kasina-store.com/ui-static/img/ico_calendar_gray.svg);background-size:24px;background-repeat:no-repeat;background-position:right 12px center;color:#959595}.c-input--disabled>input[type=date]:before,.c-input>input[disabled]>input[type=date]:before{content:attr(value);padding-top:0}.c-input--disabled input[type=date]::-webkit-date-and-time-value,.c-input--disabled input[type=date]::-webkit-datetime-edit,.c-input>input[disabled] input[type=date]::-webkit-date-and-time-value,.c-input>input[disabled] input[type=date]::-webkit-datetime-edit{display:none}.c-input .c-button__primary{height:44px;line-height:44px;margin:3px 4px}.c-input--org input[type=email],.c-input--org input[type=number],.c-input--org input[type=password],.c-input--org input[type=search],.c-input--org input[type=tel],.c-input--org input[type=text],.c-input--search input[type=email],.c-input--search input[type=number],.c-input--search input[type=password],.c-input--search input[type=search],.c-input--search input[type=tel],.c-input--search input[type=text]{transition:none;padding:8px 12px}.c-input--org input::-moz-placeholder,.c-input--search input::-moz-placeholder{color:#959595}.c-input--org input::placeholder,.c-input--search input::placeholder{color:#959595}.c-input--org .c-input__label,.c-input--search .c-input__label{display:none}.c-input--search{padding-left:36px}.c-input--search:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_search.svg);background-size:24px;display:block;position:absolute;left:15px;width:24px;height:24px;margin-top:12px;content:""}.c-button,.c-button--nobdr,.c-button__dimmed,.c-button__primary,.c-button__white{border-radius:4px;display:inline-block;height:48px;padding:0 8px;font-weight:500;font-size:13px;letter-spacing:.02em;line-height:48px;text-align:center;box-sizing:border-box;text-transform:uppercase}.c-button.c-button__size-midium,.c-button__size-midium.c-button--nobdr,.c-button__size-midium.c-button__dimmed,.c-button__size-midium.c-button__primary,.c-button__size-midium.c-button__white{height:40px;font-size:13px;line-height:40px}.c-button.c-button__size-small,.c-button__size-small.c-button--nobdr,.c-button__size-small.c-button__dimmed,.c-button__size-small.c-button__primary,.c-button__size-small.c-button__white{height:32px;line-height:31px}.c-button.c-button__size-xsmall,.c-button__size-xsmall.c-button--nobdr,.c-button__size-xsmall.c-button__dimmed,.c-button__size-xsmall.c-button__primary,.c-button__size-xsmall.c-button__white{height:20px;font-size:11px;line-height:19px}.c-button__primary{border:1px solid #000;background:#000;color:#fff}.c-button__primary.c-button--download:after,.c-button__primary.c-button--guide:after,.c-button__primary.c-button--noti:before{filter:invert(99%) sepia(7%) saturate(47%) hue-rotate(14deg) brightness(118%) contrast(100%)}.c-button__white{border:1px solid #000;background:#fff;color:#000}.c-button__dimmed{border:1px solid #e4e4e4;background:#f4f4f4;color:#959595;cursor:default}.c-button__dimmed.c-button--download:after,.c-button__dimmed.c-button--guide:after,.c-button__dimmed.c-button--noti:before{filter:invert(62%) sepia(1%) saturate(1111%) hue-rotate(318deg) brightness(98%) contrast(82%)}.c-button--noti:before{height:12px;width:10px;background-image:url(//static.kasina-store.com/ui-static/img/ico_noti.svg);background-size:10px 12px;display:inline-block;margin:-1px 3px 1px 0;vertical-align:middle;content:""}.c-button--share{padding:0 20px 0 16px}.c-button--share:before{height:24px;width:24px;background-image:url(//static.kasina-store.com/ui-static/img/btn_share.svg);background-size:24px 24px;display:inline-block;margin:-1px 6px 1px 0;vertical-align:middle;content:""}.c-button--goapp:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_lock.svg);margin:-2px 5px 2px 0}.c-button--goapp:after,.c-button--goapp:before{height:12px;width:13px;background-size:13px 12px;display:inline-block;vertical-align:middle;content:""}.c-button--goapp:after{background-image:url(//static.kasina-store.com/ui-static/img/ico_external_link.svg);margin:-2px 0 2px 5px}.c-button--guide:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_guide.svg);background-size:12px;margin:-1px 5px 1px 0}.c-button--download:after,.c-button--guide:before{height:12px;width:12px;display:inline-block;vertical-align:middle;content:""}.c-button--download:after{background-image:url(//static.kasina-store.com/ui-static/img/ico_download.svg);background-size:cover;margin:-1px 0 1px 4px}.c-button--coupon{height:56px;line-height:56px}.c-button--coupon:before{height:12px;width:13px;background-image:url(//static.kasina-store.com/ui-static/img/ico_download02.svg);background-size:13px 12px;display:inline-block;margin:-1px 9px 1px 0;vertical-align:middle;content:""}.c-button--coupon.c-button__dimmed:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_check02.svg)}@media screen and (min-width:320px)and (max-width:359px){.c-button--coupon{font-size:12px}}.c-button--text{font-weight:500;font-size:12px;color:#000;background:transparent;border:none}.c-button--text span{display:inline-block;border-bottom:1px solid #000;text-transform:uppercase}.c-button--wish{height:48px;width:48px}.c-button--wish,.c-button--wish .c-wish{display:flex;justify-content:center;align-items:center}.c-button--wish .c-wish{height:46px;width:46px;margin:0}.c-button--wish .c-wish input{height:46px;width:46px}.c-button--wish .c-wish label{background-image:url(//static.kasina-store.com/ui-static/img/btn-wish.png);height:12px;width:12px}.c-button--wish .c-wish input:checked+label{background-image:url(//static.kasina-store.com/ui-static/img/btn-wish_on.png)}.c-button--nobdr{border:0;text-decoration:underline}.c-btn_wrap{margin:0;text-align:center;display:flex}.c-btn_wrap>*{display:block;width:100%;margin:0 4px;padding:0;flex:1}.c-btn_wrap>:first-child{margin-left:0}.c-btn_wrap>:last-child{margin-right:0}.c-btn_wrap a,.c-btn_wrap button,.c-btn_wrap input{display:block;width:100%}.c-btn_wrap>.c-button--wish{flex:0 0 48px}.c-btn_wrap.flex-col{flex-direction:column;gap:8px}@media screen and (min-width:1024px){.c-button__primary:hover{border:1px solid #333;background:#333}.c-button__white:hover{border:1px solid #757575}.c-button__dimmed:disabled:hover,.c-button__primary.c-button__dimmed:hover{border:1px solid #e4e4e4;background:#f4f4f4;color:#959595;cursor:default}.c-button__dimmed:disabled:hover.c-button--download:after,.c-button__dimmed:disabled:hover.c-button--guide:after,.c-button__dimmed:disabled:hover.c-button--noti:before,.c-button__primary.c-button__dimmed:hover.c-button--download:after,.c-button__primary.c-button__dimmed:hover.c-button--guide:after,.c-button__primary.c-button__dimmed:hover.c-button--noti:before{filter:invert(62%) sepia(1%) saturate(1111%) hue-rotate(318deg) brightness(98%) contrast(82%)}}.c-checkbox,.c-radio{position:absolute;width:16px;height:16px;opacity:0}.c-checkbox+label,.c-radio+label{display:block;position:relative;height:16px;padding-left:24px;font-size:13px;line-height:16px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.c-checkbox+label:before,.c-radio+label:before{border-radius:2px;height:16px;width:16px;position:absolute;top:0;left:0;border:1px solid #000;background-color:transparent;box-sizing:border-box;content:""}.c-checkbox+label:after,.c-radio+label:after{position:absolute;content:""}.c-checkbox[disabled],.c-radio[disabled]{cursor:not-allowed}.c-checkbox[disabled]+label,.c-radio[disabled]+label{cursor:not-allowed;color:#959595}.c-checkbox[disabled]+label:before,.c-radio[disabled]+label:before{border-color:#e4e4e4}.c-checkbox[disabled]+label:after,.c-checkbox[disabled]+label:before,.c-checkbox[disabled]+label:hover,.c-radio[disabled]+label:after,.c-radio[disabled]+label:before,.c-radio[disabled]+label:hover{cursor:not-allowed}.c-checkbox:checked+label:before,.c-radio:checked+label:before{border-color:#000;background:#000;animation-name:none}.c-checkbox:checked+label:after,.c-radio:checked+label:after{display:block}.c-checkbox:checked[disabled]+label:before,.c-radio:checked[disabled]+label:before{border-color:#e4e4e4;background:#fff}.c-checkbox+label{color:#333}.c-checkbox+label:after{height:10px;width:6px;transform:rotate(45deg);top:1px;left:5px;border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;box-sizing:border-box}.c-checkbox:checked+label:after,.c-checkbox[disabled]+label:after{border-color:#fff}.c-checkbox:checked[disabled]+label:after{border-color:#e4e4e4}.c-radio+label:before{border-radius:50%}.c-radio+label:after{height:10px;width:10px;background:#fff;top:3px;left:3px;border-radius:50%}.c-radio:checked+label:before{background-color:#fff}.c-radio:checked+label:after{background-color:#000}.c-radio[disabled]+label:before{border-color:#e4e4e4}.c-checkbox-toggle{display:inline-block;margin:0}.c-checkbox-toggle>em{height:24px;width:40px;display:block;float:left;position:relative;cursor:pointer;transition:background-position .2s ease-in}.c-checkbox-toggle>em:before{position:absolute;top:50%;left:50%;width:40px;height:24px;border-radius:40px;background:#dcdcdc;transform:translate(-50%,-50%);content:""}.c-checkbox-toggle>em:after{height:20px;width:20px;border-radius:100%;position:absolute;top:50%;left:2px;background:#fff;transition:left .2s ease-in,background-color .2s ease-in,transform .2s ease;transform:translateY(-50%);box-sizing:border-box;content:""}.c-checkbox-toggle span{color:#000;font-size:15px;display:block;float:left;padding-left:8px;height:24px;line-height:25px}.c-checkbox-toggle span:first-child{padding:0 8px 0 0}.c-checkbox-toggle>input{height:0;width:0;display:block;position:absolute;opacity:0}.c-checkbox-toggle>input:checked+em:before{background:#000;opacity:1}.c-checkbox-toggle>input:checked+em:after{left:calc(100% - 22px)}.c-checkbox-toggle>input:disabled+em:before{opacity:.5}.c-chip,.c-chip-color .c-chip+label,.c-chip-input .c-chip+label{border-radius:4px;display:inline-block;position:relative;height:24px;padding:0 8px;font-weight:400;font-size:13px;line-height:22px;color:#000;text-align:center;background:#f4f4f4;border:1px solid #f4f4f4;white-space:nowrap;box-sizing:border-box;outline:none}.c-chip--selected,.c-chip-color .c-chip+label--selected,.c-chip-input .c-chip+label--selected{color:#fff;background:#000;border:1px solid #000}.c-chip--disabled,.c-chip-color .c-chip+label--disabled,.c-chip-color .c-chip+label[disabled],.c-chip-input .c-chip+label--disabled,.c-chip-input .c-chip+label[disabled],.c-chip[disabled]{color:#959595;background:#f4f4f4;border:1px solid #e4e4e4}.c-chip-input .c-chip{position:absolute;opacity:0;left:0}.c-chip-input .c-chip+label{width:auto;height:40px;margin:0 0 4px;font-size:13px;line-height:40px;background:#fff;border:1px solid #e4e4e4;cursor:pointer}.c-chip-input .c-chip+label:hover{border:1px solid #757575}.c-chip-input .c-chip:checked+label{color:#000;background:#fff;border:1px solid #000}.c-chip-input .c-chip[disabled]+label{color:#959595;background:#f4f4f4;border:1px solid #e4e4e4;cursor:default}.c-chip-input .c-chip:checked:disabled+label{color:#959595;background:#f4f4f4;border:1px solid #000}.c-chip-color .c-chip{position:absolute;opacity:0}.c-chip-color .c-chip+label{width:40px;height:40px;margin:0 0 4px;font-size:0;line-height:40px;background:#fff;border:1px solid #e4e4e4}.c-chip-color .c-chip:checked+label{position:relative;color:#000;background:#fff;border:1px solid #000}.c-chip-color .c-chip:checked+label:after{display:block;position:absolute;left:1px;right:1px;top:1px;bottom:1px;border:1px solid #fff;content:""}.c-chip-color .c-chip[disabled]+label:after{display:block;position:absolute;left:1px;right:1px;top:1px;bottom:1px;font-size:11px;line-height:36px;color:#fff;background:rgba(0,0,0,.3);content:"품절"}.c-dialog,.c-popup{border-radius:4px;overflow:hidden;top:50%;left:50%;width:342px;padding:18px 16px;background:#fff;box-sizing:border-box;transform:translate(-50%,-50%);position:relative}.c-dialog__title,.c-popup__title{height:20px;margin:2px 0 16px;font-weight:500;font-size:15px;background:#fff;color:#20262c;line-height:20px}.c-dialog__content,.c-popup__content{max-height:470px;padding-bottom:80px;color:#000;box-sizing:border-box}.c-dialog__content .dot-list,.c-popup__content .dot-list{margin-top:16px}.c-dialog__content .cont-scroll,.c-popup__content .cont-scroll{max-height:406px;margin-right:-16px;padding-right:16px;padding-bottom:64px;overflow-y:auto}.c-dialog__content .cont-scroll::-webkit-scrollbar,.c-popup__content .cont-scroll::-webkit-scrollbar{width:1px}.c-dialog__content .cont-scroll::-webkit-scrollbar-thumb,.c-dialog__content .cont-scroll::-webkit-scrollbar-track,.c-popup__content .cont-scroll::-webkit-scrollbar-thumb,.c-popup__content .cont-scroll::-webkit-scrollbar-track{background:#fff;border-radius:0}.c-dialog__content:has(.c-btn_wrap),.c-dialog__content:has(.cont-scroll),.c-popup__content:has(.c-btn_wrap),.c-popup__content:has(.cont-scroll){padding-bottom:0}.c-dialog__text,.c-popup__text{letter-spacing:.01em}.c-dialog__text:first-child,.c-popup__text:first-child{font-size:13px;color:#000;line-height:20px}.c-dialog__text+.c-popup__content,.c-popup__text+.c-popup__content{margin-top:14px}.c-dialog__text+.c-dropdown-box,.c-popup__text+.c-dropdown-box{margin-top:16px}.c-dialog__text+.c-btn_wrap,.c-popup__text+.c-btn_wrap{margin-top:24px}.c-dialog__text span,.c-popup__text span{color:#dd1d19}.c-dialog__text img,.c-popup__text img{width:auto;max-width:100%}.c-dialog__text .noti,.c-popup__text .noti{display:block;margin-top:16px}.c-dialog__link,.c-popup__link{display:block;margin-top:16px;font-weight:500;text-decoration:underline}.c-dialog__buttons,.c-popup__buttons{position:fixed;left:0;right:0;bottom:0;display:flex;height:80px;margin:0;padding:16px;text-align:center;box-sizing:border-box;background-color:#fff}.c-dialog__buttons>*,.c-popup__buttons>*{display:block;width:100%;height:48px;margin:0 4px;padding:0;outline:none;flex:1}.c-dialog__buttons>:first-child,.c-popup__buttons>:first-child{margin-left:0}.c-dialog__buttons>:last-child,.c-popup__buttons>:last-child{margin-right:0}.c-dialog__buttons .c-dialog__button-point,.c-dialog__buttons .c-popup__button-point,.c-popup__buttons .c-dialog__button-point,.c-popup__buttons .c-popup__button-point{color:#dd1d19}.c-dialog__buttons.type2,.c-popup__buttons.type2{margin:16px 0 0}.c-dialog__close,.c-popup__close{overflow:hidden;position:absolute;top:12px;right:12px;width:24px;height:24px;color:transparent;outline:none}.c-dialog__close:before,.c-popup__close:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_close.svg);background-size:24px;display:block;width:24px;height:24px;content:""}.c-dialog--center,.c-popup--center{text-align:center}.c-dialog--center .c-popup__text:first-child,.c-popup--center .c-popup__text:first-child{margin:16px 0 0}.c-dialog--border,.c-popup--border{border:1px solid #555;box-shadow:none}@media screen and (min-width:320px)and (max-width:359px){.c-dialog,.c-popup{width:300px}}@media screen and (min-width:1024px){.c-dialog,.c-popup{width:400px}}.c-dialog__content+.c-dialog__text{margin-top:-10px}.c-dialog__content-left{text-align:left;margin:12px 18px}.c-dialog__content-left .c-dialog__text{padding:12px 0;margin:0;border-bottom:1px solid #eee;text-align:left}.c-dialog__content-left .c-dialog__form{padding:18px 2px}.c-popup{padding:16px}.c-popup__subtitle{margin-top:22px;color:#e4e4e4}.c-popup__subtitle:first-of-type{margin-top:0}.c-popup__subtext{margin-top:6px;color:#757575;line-height:16px}.c-popup__subtext:last-child{padding-bottom:4px}.c-popup__subtext+.c-popup__subtext{margin-top:-8px}.c-popup__button-submit{display:block;width:100%;height:44px;margin-top:-4px;border:1px solid #dd1d19;background-color:#fff;color:#dd1d19;line-height:44px;text-align:center;outline:none}.c-popup--narrow{padding:9px 42px 7px 16px}.c-popup--narrow .c-popup__text{margin:0;font-size:14px;color:#000}.c-popup--narrow .c-popup__close{top:5px;right:7px}.c-popup--narrow .c-popup__close:before{width:20px;height:20px;background-size:20px}.c-iconinfo{display:inline-block;position:relative;overflow:hidden;margin:-1px 0 1px;padding:0;border:0;background:transparent;font-size:0;color:transparent;vertical-align:middle;outline:none}.c-iconinfo--help{width:24px;height:24px}.c-iconinfo--help:before{height:24px;width:24px;background-image:url(//static.kasina-store.com/ui-static/img/ico_info.svg);background-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:""}.c-iconinfo--help-s{width:14px;height:14px}.c-iconinfo--help-s:before{height:14px;width:14px;background-image:url(//static.kasina-store.com/ui-static/img/ico_info_s.svg);background-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);content:""}.c-tab{background:#fff}.c-tab__list{display:flex}.c-tab__item{flex:1}.c-tab__link{display:block;position:relative;height:32px;border-bottom:1px solid #f4f4f4;margin-right:-1px;font-size:13px;line-height:32px;color:#000;text-align:center;box-sizing:border-box;z-index:1}.c-tab__link.active{color:#000;z-index:5}.c-tab__link--disabled{color:#e4e4e4;z-index:0}.c-tab__content{display:none}.c-tab__content.active{display:block}.c-tab-bar .c-tab__link{height:32px;line-height:32px}.c-tab-bar .c-tab__link.active:after{position:absolute;right:0;left:0;bottom:0;height:2px;background:#000;content:""}.c-tab-box{border-radius:4px;background:#f4f4f4}.c-tab-box .c-tab__link{border-radius:4px;border:1px solid transparent;background:transparent}.c-tab-box .c-tab__link.active{border:1px solid #dcdcdc;background:#fff}.c-headline{background:#fff;padding:0;width:auto;text-align:left}.c-headline,.c-headline__link,.c-headline__text{display:block;position:relative}.c-headline__link .c-headline__txtlink{display:block;font-weight:500;font-size:13px;letter-spacing:.02em;line-height:20px;color:#000;position:absolute;bottom:12px;right:8px}.c-headline__link .c-headline__txtlink:after{display:block;position:absolute;bottom:0;width:100%;height:1px;background-color:#000;content:""}.c-headline__link .c-headline__iconlink{display:block;position:absolute;top:18px;right:17px;max-width:64px;max-height:24px;padding-right:10px}.c-headline__link .c-headline__iconlink img{display:block;width:100%;max-height:24px}.c-headline__category,.c-headline__title{color:#000;display:block;position:relative;min-height:60px;padding:24px 8px 12px;font-family:Nort,Pretendard,Apple SD Gothic Neo,Malgun Gothic,BaseLine,Tahoma,Dotum,sans-serif;font-weight:400;font-size:18px;letter-spacing:.04em;line-height:24px;overflow:hidden;box-sizing:border-box}.c-headline__title{text-transform:uppercase}.c-headline__category a{display:inline-block}.c-headline__category a+strong:before,.c-headline__category a:not(:first-child):before{display:inline-block;margin:0 4px;content:"/"}.c-headline__category strong{font-weight:400;cursor:default}.c-headline__subtext{display:block;overflow:hidden;margin-top:-4px;padding:4px 16px 12px;font-size:15px;color:#333;line-height:22px}.c-headline__subtext strong{display:block;font-weight:400;color:#000}.c-headline__point{color:#dd1d19}.c-headline__time{margin:11px 16px;border:0;background:none;font-family:Nort,Pretendard,Apple SD Gothic Neo,Malgun Gothic,BaseLine,Tahoma,Dotum,sans-serif;font-size:13px;vertical-align:middle}.c-headline--center{text-align:center}.c-headline--section .c-headline__title{min-height:56px;padding:24px 8px 12px;font-weight:500;font-size:15px;line-height:20px}.c-headline--section .c-headline__title strong{font-weight:500}.c-headline--section .c-headline__title strong+span{display:inline-block;position:relative;margin-left:10px;padding:0 5px 0 12px;font-size:13px;font-weight:400;color:#333;line-height:1;vertical-align:middle}.c-headline--section .c-headline__title strong+span:before{position:absolute;top:2px;left:0;width:1px;height:12px;background-color:#bbb;content:""}.c-headline--section .c-headline__title .c-headline__point{display:inline-block;margin:1px 0 -1px;font-weight:400}.c-headline--section .c-headline__title.type2{padding:24px 8px 12px 0}.c-headline--contbox{padding-bottom:40px;text-align:center}.c-headline--contbox sup{display:block;padding-top:12px;font-size:13px;letter-spacing:.5px;line-height:16px;color:#757575}.c-headline--contbox .c-headline__title{height:auto;padding:8px 16px 4px;font-size:18px;line-height:24px;white-space:normal}.c-headline--contbox .c-headline__subtext{margin-top:0;font-size:13px;line-height:16px}.c-headline--contbox sup+.c-headline__title{padding-top:12px}.c-headline--contbox .c-headline__txtlink{position:static;transform:none;text-decoration:underline}.c-headline--contbox .c-headline__txtlink:after{display:none}@media screen and (min-width:1024px){.c-headline--contbox .c-headline__title{padding:12px 16px 8px;font-size:24px;line-height:28px}}.c-toast{display:flex;justify-content:center;position:fixed;top:calc(env(safe-area-inset-top) + 60px);left:50%;width:100vw;transform:translateX(-50%);z-index:999}.c-toast.slideInTop{animation-duration:.2s;animation-name:slideInTopToast}@keyframes slideInTopToast{0%{opacity:0}to{opacity:1}}.c-toast.slideOutTop{animation-name:slideOutTopToast}@keyframes slideOutTopToast{0%{opacity:1}to{opacity:0}}.c-toast-inbox{border-radius:32px;display:flex;justify-content:space-between;max-width:calc(100vw - 32px);min-height:44px;padding:12px 20px;background:rgba(51,51,51,.88);font-size:13px;color:#fff;line-height:20px;box-sizing:border-box}.c-toast__text{position:relative;flex:1}.c-toast__text:only-child{max-width:none;text-align:center}.c-toast__text strong{font-weight:400;color:#dd1d19}.c-toast__text--icon{padding-left:32px}.c-toast__text--icon:only-child{text-align:left}.c-toast__text--icon:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_profile.svg);background-size:24px;display:block;position:absolute;top:-2px;left:0;width:24px;height:24px;content:""}.c-toast .c-button--text{flex:none;height:20px;margin-left:12px;color:#fff}.c-toast .c-button--text span{border-bottom:1px solid #fff}@media screen and (min-width:480px){.c-toast .c-toast-inbox{max-width:448px}}@media screen and (min-width:1024px){.c-toast{top:80px}.c-toast .c-toast-inbox{max-width:480px}}.c-tooltip{border-radius:4px;position:absolute;width:240px;padding:12px;font-weight:400;font-size:13px;color:#fff;line-height:20px;letter-spacing:.01em;white-space:normal;word-break:keep-all;background:rgba(51,51,51,.88);box-sizing:border-box;z-index:10}.c-tooltip__tit{display:block;margin-bottom:4px}.c-tooltip__btns{margin-top:12px}.c-tooltip .c-button--text{font-size:13px;color:#fff}.c-tooltip .c-button--text span{border-color:#fff}.c-tooltip .c-button--text+.c-button--text{margin-left:16px}.c-tooltip li{position:relative;padding:0 0 0 12px}.c-tooltip li:before{height:4px;width:4px;border-radius:1px;display:block;position:absolute;left:0;top:7px;background:#fff;content:""}.c-tooltip-wrap{display:inline-block;position:relative}.c-tooltip-wrap button{overflow:hidden}.c-tooltip-wrap .c-tooltip{position:absolute;left:50%;margin:3px 0 0 -120px}[data-ui-type=Content_User_Info] .c-inputbox .button-datepicker{width:52px!important;height:52px}[data-ui-type=Content_User_Info] .c-inputbox .button-datepicker:before{background-image:url(//static.kasina-store.com/ui-static/img/ico_calendar.svg);background-size:24px;display:block;width:24px;height:24px;margin:auto;content:""}[data-ui-type=Content_User_Info] .gender{margin-top:16px}[data-ui-type=Content_User_Info] .gender .stit{margin-bottom:8px}[data-ui-type=Content_User_Info] .gender .c-chip-input{display:flex}[data-ui-type=Content_User_Info] .gender .c-chip-input label{flex:1;margin-left:8px}[data-ui-type=Content_User_Info] .gender .c-chip-input input:first-child+label{margin-left:0}[data-ui-type=Content_User_Info] .input-size{margin-top:16px}[data-ui-type=Content_User_Info] .input-size .text{font-size:15px;line-height:52px;width:52px;height:52px;text-align:center}.agree-option{margin-top:32px}.agree-option .agree-check dd,.agree-option .agree-check dt{width:100%;margin:0;padding:0}.agree-option .agree-check dt{display:flex;justify-content:space-between;gap:8px}.agree-option .agree-check dt .setting-option{font-weight:400;font-size:13px;line-height:18px;color:#555}.agree-option .agree-check dt .setting-option strong{display:block;margin-bottom:2px;font-weight:500;line-height:16px;color:#000}.agree-option .agree-check dt .c-checkbox+label{padding-left:24px;font-weight:500}.agree-option .agree-check dd{padding-top:12px}.agree-option .agree-check dd li{display:flex;justify-content:space-between;align-items:center;height:48px;font-size:13px;color:rgba(0,0,0,.3);border-bottom:1px solid #e4e4e4}.agree-option .agree-check dd li:has(input:disabled) .setting-option{opacity:.5}.agree-option .agree-check dd li .c-checkbox-toggle>input:disabled+em:before{background:#dcdcdc}.agree-option .agree-check dd .setting-option{font-weight:400;font-size:15px;line-height:20px;letter-spacing:.02em;color:#000}.agree-option .noti{margin-top:16px;padding:0 8px}.agree-option .noti .dot-list li{padding-left:10px;font-size:11px;line-height:16px;color:#757575;word-break:normal}.agree-option .noti .dot-list li:before{height:2px;width:2px;top:7px}.create_form,.find_form,.login_form,.reset_form{margin:16px 8px 0}@media screen and (min-width:1024px){.create_form,.find_form,.login_form,.reset_form{margin:16px 0 0}}.login_form:after{content:"";display:block;clear:both}.login_form .login_box{position:relative}.login_form .login_box input{background:transparent}.login_form .login_box .c-btn_wrap{margin:16px 0 0}.login_form .c-input:has(.c-tooltip){overflow:initial}.login_form .c-iconinfo--help{margin:auto 12px}.login_form .c-tooltip{right:0;margin-top:42px}@media screen and (min-width:1024px){.login_form .c-tooltip{max-width:240px}}.login_form .login_check{float:left;margin:16px 0 0 8px}.login_form .login_info_find{float:right;margin:16px -5px 0 0;color:#333}.login_form .login_info_find>*{float:left;padding:0 6px;font-size:13px}.login_captcha{clear:both;margin:0;text-align:center}.login_captcha p{margin:0 16px 8px}.login_captcha .g-recaptcha>div{margin:auto}.login_captcha .g-recaptcha>img{max-width:100%}.accept-terms{margin:32px auto}.accept-terms__check{display:flex}.accept-terms__check:not(:last-child){padding-bottom:12px}.accept-terms__check .check-wrap{flex:0 1 auto}.accept-terms__check .c-checkbox+label{display:inline-block;color:#000;line-height:20px}.accept-terms__check .c-checkbox+label:before{top:2px}.accept-terms__check .c-checkbox+label:after{top:3px}.accept-terms__check .c-button--text{flex:none;margin-left:auto}@media screen and (min-width:1024px){.accept-terms__check .c-button--text{margin:2px 0 0 8px}}.accept-terms__check.check_all{position:relative;margin-bottom:16px;padding-bottom:16px;font-weight:500}.accept-terms__check.check_all:after{display:block;position:absolute;left:0;right:0;bottom:0;height:1px;background:#e4e4e4;content:""}.accept-terms+.c-btn_wrap{margin:32px 0 0!important}.create_form .stit{margin-bottom:8px;font-size:13px;font-weight:500}.create_form .stit-wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.create_form .stit-wrap strong{font-weight:500;font-size:13px}.create_form .stit-wrap .c-button,.create_form .stit-wrap .c-button--nobdr,.create_form .stit-wrap .c-button__dimmed,.create_form .stit-wrap .c-button__primary,.create_form .stit-wrap .c-button__white{height:24px;padding:0 12px;color:#000;font-weight:500;font-size:12px;line-height:16px;background:#fff;border:1px solid #dcdcdc}.create_form:not(:has(.inputted_value)) .stit-wrap{margin-bottom:16px}.create_form .inputted_value{font-size:13px}.create_form .notice{margin:32px 32px 0 0;font-size:13px;line-height:20px}.create_form .notice+.accept-terms{margin-top:16px}.create_form .c-input>button:not(.c-input__btn-masking){width:62px}.reset_form .c-tab-box{margin:0 0 32px}.reset_form .c-input>button{width:62px}.contbox-gray{margin:16px 8px 32px;padding:32px 16px;font-weight:500;font-size:13px;line-height:20px;text-align:center;background:#f4f4f4;box-sizing:border-box}.contbox-gray>*{padding:4px 0}.contbox-gray strong{display:block;font-weight:400}:where(.create_form,.find_form,.reset_form) .c-btn_wrap{margin:16px 0 0!important}.contbox-gray+.c-btn_wrap,.no-result+.c-btn_wrap{margin:16px 0 0!important}[data-ui-type=Member_Input]{max-width:480px;margin:0 auto}[data-ui-type=Member_Input] .c-headline__subtext{font-size:13px;line-height:20px;text-align:center}@media screen and (min-width:1024px){[data-ui-type=Member_Input] .c-headline__subtext br{display:none}}[data-ui-type=Member_Input] .c-inputbox+.c-inputbox{margin-top:16px}[data-ui-type=Member_Input] .c-btn_wrap{margin:32px 8px 0;flex-flow:wrap}[data-ui-type=Member_Input] .c-btn_wrap>*{flex:none}[data-ui-type=Member_Input] .c-btn_wrap .c-button--text{margin:32px auto 0;font-size:13px}[data-ui-type=Member_Input] .c-btn_wrap .notice{margin:24px auto;font-size:13px;color:#20262c;line-height:21px;text-align:center}[data-ui-type=Member_Input] .c-btn_wrap .notice em{font-weight:500;color:#2e54bb}[data-ui-type=Member_Input] .marketing-agree{display:flex;justify-content:space-between;align-items:flex-start;padding:32px 0;border-bottom:1px solid #f4f4f4;gap:30px}[data-ui-type=Member_Input] .marketing-agree .agree-option{margin-top:0;font-weight:500;font-size:13px;line-height:20px;letter-spacing:.02em}[data-ui-type=Member_Input] .marketing-agree .agree-option span{display:block;font-weight:400;color:#555}[data-ui-type=Member_Input] .btm-notice{margin:40px 8px 20px;font-size:13px;color:#20262c;line-height:21px;text-align:center}[data-ui-type=Member_Input] .btm-notice em{font-weight:500;color:#2e54bb}[data-ui-type=Member_Input] .btm-btn-wrap{margin:0 8px;display:flex;flex-direction:column;gap:8px}[data-ui-type=Member_Input] .btn-mem-email:before{height:12px;width:16px;background-image:url(//static.kasina-store.com/ui-static/img/icon-log-email.svg)}[data-ui-type=Member_Input] .btn-mem-kakao{background:#fee500;border:1px solid #fee500}[data-ui-type=Member_Input] .btn-mem-kakao:before{height:14px;width:14px;background-image:url(//static.kasina-store.com/ui-static/img/icon-log-kakao.svg)}[data-ui-type=Member_Input] .btn-mem-apple:before{height:16px;width:14px;background-image:url(//static.kasina-store.com/ui-static/img/icon-log-apple.svg)}[data-ui-type=Member_Input] .btn-mem-apple,[data-ui-type=Member_Input] .btn-mem-email,[data-ui-type=Member_Input] .btn-mem-kakao{display:flex!important;justify-content:center;align-items:center;gap:8px}[data-ui-type=Member_Input] .btn-mem-apple:before,[data-ui-type=Member_Input] .btn-mem-email:before,[data-ui-type=Member_Input] .btn-mem-kakao:before{display:inline-block;background-size:cover;content:""}[data-ui-type=Member_Input] .noti{margin:16px 8px}[data-ui-type=Member_Input] .noti .dot-list li{padding-left:10px;font-size:11px;line-height:16px;color:#757575;word-break:normal}[data-ui-type=Member_Input] .noti .dot-list li:before{height:2px;width:2px;top:7px}[data-ui-type=Member_Input] .certify-msg{margin-top:32px}@media screen and (min-width:1024px){[data-ui-type=Member_Input]{margin-top:16px}[data-ui-type=Member_Input] .c-btn_wrap{margin:50px 0 0}[data-ui-type=Member_Input] .btm-btn-wrap{margin:0}}[data-ui-type=Member_Leave]{max-width:480px;margin:0 auto}[data-ui-type=Member_Leave] .c-headline__subtext{padding:16px 0 0 8px;color:#000;font-size:13px;line-height:20px}[data-ui-type=Member_Leave] .login_form{margin:16px 0 0 8px}@media screen and (min-width:1024px){[data-ui-type=Member_Leave]{margin-top:16px}[data-ui-type=Member_Leave] .c-button__dimmed:disabled:hover{line-height:48px}}[data-ui-type=Mypage_Marketing_Agree]{padding:48px 0 0}[data-ui-type=Mypage_Marketing_Agree] .marketing-agree-title{padding:0 0 24px;font-size:13px;line-height:20px}[data-ui-type=Mypage_Marketing_Agree] .input-area{margin-top:24px}[data-ui-type=Mypage_Marketing_Agree] .input-area .radio-area{display:flex;margin-top:8px;padding:10px 0}[data-ui-type=Mypage_Marketing_Agree] .input-area .radio-input{display:inline-block;width:50%}@media screen and (min-width:1024px){[data-ui-type=Mypage_Marketing_Agree] .input-area .radio-input{width:170px}[data-ui-type=Mypage_Marketing_Agree]{width:480px;margin:0 auto}}[data-ui-type=Mypage_Marketing_Agree] .c-btn_wrap,[data-ui-type=Mypage_Marketing_Agree]+.c-btn_wrap{margin-top:32px!important}.marketing-agree+[data-ui-type=Mypage_Marketing_Agree]{padding:32px 0 0}[data-ui-type=USE] .service_cont b,[data-ui-type=USE] .service_cont p{font-weight:400;font-size:13px;line-height:20px}[data-ui-type=Layer_Alert_SNS_Connect] .c-popup__text{padding-top:16px}[data-ui-type=Layer_Alert_SNS_Connect] .c-popup__text .tit{display:block}[data-ui-type=Layer_Alert_SNS_Connect] .c-popup__text .txt{color:#757575}[data-ui-type=Layer_Alert_SNS_Connect] .contbox-gray{border-radius:4px;padding:12px}@media screen and (min-width:1024px){.l-grid__row.l-grid__gap{padding-right:0}}