@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap";:root{--color-primary:#4d3dd3;--color-primary-light:#6250ff;--color-text-base:#2f2f2f;--color-text-disabled:#979797;--color-bg-white:#fff;--color-bg-gray:#f8f8f8;--color-border-primary:#4d3dd3;--color-border-gray:#c8c8c8;--btn-border-radius:5px;--btn-height:46px;--btn-font-size:14px}.loader-dimm{position:fixed;inset:0;background:#00000080}.loader-dimm .loader-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.loader-dimm .spinner{width:50px;height:50px;border:5px solid silver;border-top-color:#00f;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.gnb_wrapper{flex-shrink:0;flex-direction:row;width:100%;height:50px;gap:22px;background:#fff;box-shadow:0 2px 2px #c8c8c840}.gnb_inner,.gnb_wrapper{display:flex;align-items:center}.gnb_inner{justify-content:center;padding:10px 0;min-width:40px}.gnb_inner .bd3{color:#c7c7c7;line-height:50px}.gnb_inner.selected .bd3{border-bottom:2px solid #2f2f2f;color:#000}.gnb_wrapper.modal_gnb{justify-content:end}.modal_gnb div{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.modal_gnb img{cursor:pointer;height:24px;width:24px}.gnb_wrapper.modal_gnb2{justify-content:space-between}.modal_gnb2 div{width:50px;height:50px;display:flex;align-items:center;justify-content:center}.modal_gnb2 img{cursor:pointer;height:24px;width:24px}.dimm{width:100vw;height:100dvh;background:#00000080;z-index:9994}.dimm,.modal{position:fixed;inset:0}.modal{background:#fff;overflow-y:auto}.modal_body{position:relative;max-width:680px;margin:0 auto}.back{left:17px}.back,.menu{border:1px solid transparent;background-color:transparent;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}.menu{right:17px}.back img,.menu img{width:20px;height:20px}.header_title{font-size:15px;font-weight:500;color:#212431;position:absolute;left:50%;transform:translate(-50%)}.modal_popup{position:fixed;padding:0 27px;inset:0;z-index:9996}.modal_wrapper{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:40px 20px 15px;border-radius:8px;gap:40px}.modal_txtwrap,.modal_wrapper{display:flex;flex-direction:column}.modal_txtwrap{align-items:center;justify-content:center;text-align:center}.modal_txtwrap .hl1{white-space:pre-line}.filenameedit_wrapper{display:flex;align-items:start;gap:6px;width:100%}.filename_edit{width:100%;height:48px;border:1px solid #eaeaea;border-radius:8px;font-size:14px;font-weight:500;line-height:1.5;color:#2f2f2f;padding:10px;margin-top:10px}.filename_edit::-moz-placeholder{font-size:14px;font-weight:500;line-height:1.5;color:#c7c7c7}.filename_edit::placeholder{font-size:14px;font-weight:500;line-height:1.5;color:#c7c7c7}.filename_edit.alart{border:1px solid #f65656;color:#f65656}.alart{font-size:11px;font-weight:500;color:#f65656}.btn_wrapper{display:flex;align-items:center;gap:10px}.btn_wrapper button{display:flex;align-items:center;justify-content:center;flex:1;height:46px;font-family:Noto sans KR;font-size:14px;font-weight:500;border:none;border-radius:5px;background-color:#fff}.btn_wrapper button.cancel{color:#4d3dd3;border:1px solid #4d3dd3!important}.btn_wrapper button.confirm{color:#fff;background-color:#4d3dd3}.btn_wrapper button.delete{color:#f65656}.bottom_popup{position:fixed;bottom:0;z-index:9995}.bottom_wrapper{display:flex;flex-direction:column;width:100vw;max-width:680px;max-height:80vh;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:10px 17px;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom_wrapper .line{border-bottom:1px solid #f8f8f8}.bottom_wrapper button.normal img{width:20px;height:20px}.bottom_wrapper button.normal{flex-direction:row;gap:10px;align-items:center;color:#474747;font-size:16px;font-weight:500;height:54px}.bottom_wrapper button.flexbtn,.bottom_wrapper button.normal{display:flex;justify-content:start;padding:10px;background-color:#fff;width:100%}.bottom_wrapper button.flexbtn{flex-direction:column;gap:2px;align-items:start;height:64px}.bottom_wrapper button.center{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;padding:10px;background-color:#fff;color:#474747;font-size:16px;font-weight:500;width:100%;height:54px}.content_area{max-height:500px;overflow-y:scroll}.menuname{font-size:16px;font-weight:500;color:#474747}.menuscription{font-size:12px;color:#979797}.msg_area,.sheet_inner{padding:20px 10px;display:flex;flex-direction:column;gap:10px}.msg_area .input_wrapper{display:flex;flex-direction:column;gap:6px}.msg_area .input::-moz-placeholder,.msg_area .textarea::-moz-placeholder{font-family:Noto Sans KR;font-size:14px;font-weight:500;line-height:1.5;color:#c7c7c7}.msg_area .input::placeholder,.msg_area .textarea::placeholder{font-family:Noto Sans KR;font-size:14px;font-weight:500;line-height:1.5;color:#c7c7c7}.msg_area .input,.msg_area .textarea{width:100%;border:1px solid #eaeaea;border-radius:8px;background-color:#fff;padding:10px 16px}.msg_area .input{height:48px}.msg_area .textarea{min-height:100px}input[type=text].bd2.g300{border:0;width:100%;height:100%}.reserve_area{justify-content:space-between;padding:20px 10px}.reserve_area,.reserve_area .reserved_wrapper{display:flex;flex-direction:row;align-items:center}.slide-down-enter-active,.slide-down-leave-active,.slide-up-enter-active,.slide-up-leave-active{transition:transform .22s ease,opacity .22s ease}.slide-up-enter-from{transform:translateY(-16px);opacity:0}.slide-down-enter-from,.slide-up-leave-to{transform:translateY(16px);opacity:0}.slide-down-leave-to{transform:translateY(-16px);opacity:0}.popup_header{display:flex;align-items:center;justify-content:space-between;height:48px}.popup_header img{width:24px;height:24px;cursor:pointer}.toast{z-index:9999;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:10px;position:fixed;bottom:10%;left:50%;width:calc(100% - 34px);padding:14px;border-radius:6px;background-color:#393d48;opacity:0;pointer-events:none;transform:translate(-50%,-12px);transition:opacity .4s ease,transform .4s ease}.toast p{font-size:14px;color:#fff}.toast img{width:20px;height:20px}.toast.fadein{opacity:1;pointer-events:auto;transform:translate(-50%)}.toast.fadeout{opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:opacity .5s ease,transform .5s ease}.toast_loader{width:22px;height:22px;flex-shrink:0}.toast_loader svg{width:100%;height:100%;transform:rotate(-90deg)}.toast_loader circle{fill:none;stroke-width:3;stroke-linecap:round}.toast_loader .bg{stroke:#fff3}.toast_loader .progress{stroke:#fff;stroke-dasharray:100;stroke-dashoffset:100;animation:toast-progress 5s linear forwards}@keyframes toast-progress{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}.home_wrapper{padding:30px 17px}.home_wrapper .title_wrapper{display:flex;flex-direction:column;gap:8px}.home_wrapper .free_wrapper{background-color:#f5f8ff;border-radius:10px;padding:30px 17px;gap:20px}.home_wrapper .free_inner,.home_wrapper .free_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.home_wrapper .free_inner{gap:6px}.home_wrapper .cloudgroup_wrapper{display:flex;gap:10px;flex-direction:column}.home_wrapper .bubble{position:relative;width:100%;min-height:40px;padding:10px 16px;background:#fff;border:1px solid #d0caff;border-radius:14px;box-sizing:border-box;text-align:center;margin-bottom:4px}.home_wrapper .bubble:after{content:"";position:absolute;right:27px;bottom:-7px;width:12px;height:12px;background:#fff;border-right:1px solid #d0caff;border-bottom:1px solid #d0caff;transform:rotate(45deg)}.home_wrapper .cloud_connect{background-color:#4d3dd3;color:#fff}.home_wrapper .cloud_connect,.home_wrapper .cloud_connect_bf{font-size:14px;font-weight:500;padding:10px;border:1px solid transparent;border-radius:6px;width:62px}.home_wrapper .cloud_connect_bf{background-color:#eff1f5;color:#bdc2cf}.home_wrapper .cloud_disconnect{background-color:#fff;color:#bdc2cf;font-size:14px;font-weight:500;padding:10px;border:1px solid #d3d7e0;border-radius:6px;width:62px}.home_wrapper .swiper{width:100%;aspect-ratio:163/90;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:#efefef;z-index:0}.home_wrapper .banner_swiper{position:relative;margin-top:20px;margin-bottom:40px}.home_wrapper .banner_swiper .swiper_counter{position:absolute;left:auto;right:10px;bottom:13px;padding:2px 8px 4px;border-radius:5px;background:#0003;color:#fff;font-size:11px;font-weight:500;line-height:1;width:-moz-fit-content;width:fit-content}.home_wrapper .swiper_counter .swiper-pagination-current,.home_wrapper .swiper_counter .swiper-pagination-total{color:#fff}.home_wrapper .topbanner{display:flex;flex-direction:row;padding:20px 14px 16px;justify-content:space-between;background-color:#e8f1f8;border-radius:8px}.home_wrapper .txt_wrapper{display:flex;flex-direction:column;width:50%}.home_wrapper .subtxtcolor{color:#929e9f}.home_wrapper .topbanner_img{width:50%;max-width:200px}.home_wrapper .homebanners_inner{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 10px;margin-top:12px}.home_wrapper .homebanner{display:flex;flex-direction:column;gap:14px;align-items:start;justify-content:center;padding:20px 14px 16px;border-radius:8px}.home_wrapper .homebanner .txt_wrapper{width:100%;max-width:200px}.home_wrapper .homebanners_inner .homebanner:first-child{background-color:#e3f6f8}.home_wrapper .homebanners_inner .homebanner:nth-child(2){background-color:#ece7f6}.home_wrapper .homebanners_inner .homebanner:nth-child(3){background-color:#fff1c9}.home_wrapper .homebanners_inner .homebanner:nth-child(4){background-color:#fae8e7}.home_wrapper .homebannerimg_wrapper{width:100%;padding:0 27px;display:flex;align-items:center;justify-content:center}.home_wrapper .homebannerimg{min-width:76px;max-width:120px;aspect-ratio:19/16}.home_wrapper .banner_btn{width:100%;height:34px;display:flex;align-items:center;justify-content:center;border-radius:5px;background:#ffffffe6;padding:0 10px;font-size:11px;font-weight:500;color:#787878}.home_wrapper .fade-enter-active,.home_wrapper .fade-leave-active{transition:opacity .4s ease}.home_wrapper .fade-enter-from,.home_wrapper .fade-leave-to{opacity:0}.home_wrapper .fade-enter-to,.home_wrapper .fade-leave-from{opacity:1}.home_wrapper .cloud_inner{display:flex;gap:2px;flex-direction:column;background-color:#fff;border-radius:8px;padding:16px 14px;box-shadow:0 0 6px #00000014}.cloudtitle_wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.ctitle_inner{display:flex;align-items:center;gap:10px}.ctitle_inner img{width:24px;height:24px}.cloudname{font-size:16px;font-weight:500;color:#212431}.cloudvolume_txt,.info{font-size:12px;font-weight:500;color:#848a9c}.info{height:22px}.cloud_join20{background-color:#f2f0fe;color:#6250ff;font-size:14px;font-weight:500;padding:10px;border:1px solid transparent;border-radius:6px}.cloudinfo_wrapper{display:flex;flex-direction:column;gap:6px}.cloudvolume_bg{width:100%;height:8px;border-radius:50px;background-color:#f8f9fb;margin-top:14px;position:relative;overflow:hidden}.cloudvolume_bar{min-width:1%;height:8px;border-radius:50px;background-color:#3da1f3;position:absolute;left:0;top:0;bottom:0;transition:width 1s ease,background-color .3s ease}.cloudvolume_bar.danger,.cloudvolume_bar.full{background-color:#eb5454}.home_cancel_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 17px 35px}.home_cancel_wrapper .cancel_ico{width:89px;height:89px;margin:0 auto}.home_cancel_wrapper .canceltxt_wrapper{gap:16px;margin-bottom:56px}.home_cancel_wrapper .canceltxt_inner,.home_cancel_wrapper .canceltxt_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.home_cancel_wrapper .canceltxt_inner{gap:8px}.home_cancel_wrapper .bluetxt{color:#2e5aca}.home_cancel_wrapper .alerttxt{color:#eb5454}.home_cancel_wrapper .joincloudstatus_wrapper{width:100%;display:flex;flex-direction:column;padding:16px 14px;background-color:#fff;border-radius:8px;box-shadow:0 0 6px #00000014}.home_cancel_wrapper .cloud_inner{display:flex;gap:2px;flex-direction:column;background-color:#fff;border-radius:8px;padding:16px 14px 22px}.home_cancel_wrapper .lb1{margin-top:8px}@media screen and (max-width:320px){.homebanners_inner{display:flex!important;flex-direction:column;gap:10px!important}}.list_wrapper{flex:1;min-height:0;display:flex;flex-direction:column}.list_wrapper .select_header{padding:10px 6px}.list_wrapper .select_all,.list_wrapper .select_header{display:flex;align-items:center;justify-content:space-between}.list_wrapper .select_all{flex-direction:column;cursor:pointer}.list_wrapper .select_all img{width:22px;height:22px}.list_wrapper .select_all p{font-size:11px;color:#848a9c}.list_wrapper .select_title{font-size:18px;font-weight:700}.list_wrapper .select_header .leftside{display:flex;align-items:center;gap:10px}.list_wrapper .select_header .rightside img{width:20px!important;height:20px!important}.list_wrapper .upload{right:17px}.list_wrapper .upload,.list_wrapper .upload2{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#4d3dd3;width:50px;height:50px;border-radius:50%;border:none;box-shadow:0 1px 9px #aeb5bc80;position:fixed;bottom:24px}.list_wrapper .upload2{left:17px;color:#fff}.list_wrapper .upload3{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#4d3dd3;width:50px;height:50px;border-radius:50%;border:none;box-shadow:0 1px 9px #aeb5bc80;position:fixed;right:17px;bottom:100px}.list_wrapper .upload img,.list_wrapper .upload3 img{width:20px;height:20px}.list_wrapper .uploadSub{width:100px;position:fixed;right:17px;bottom:80px;border:1px solid #000;text-align:center}.fileview_wrapper .fileinfo{height:58px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 17px;padding:0 6px}.fileview_wrapper .fileinfo img{width:20px;height:20px}.fileview_wrapper .fileview_inner{margin:0 17px 35px;height:100vh;height:100dvh;background-color:gray}.controll_wrapper{gap:20px;padding:0 17px;margin-bottom:0}.controll_wrapper,.totalsearch_wrap{display:flex;flex-direction:row;align-items:center}.totalsearch_wrap{justify-content:space-between;flex:1;height:48px;padding:10px;background-color:#f8f8f8;border-radius:8px;margin-bottom:18px}.totalsearch_wrap img{width:20px;height:20px}.search_wrap{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1;height:48px;padding:10px;border-bottom:1px solid #4d3dd3}.search_wrap svg{width:20px;height:20px;color:#2f2f2f}.filelist_inner{padding:0 6px;height:58px}.filelist_inner,.right{display:flex;align-items:center;gap:8px}.right img{width:40px;height:40px}.right .fileicon{border:1px solid #eff1f5;border-radius:16px}.right .fileicon,.right .fileicon2{display:flex;flex-direction:column;align-items:center;justify-content:center;width:40px;height:40px}.right .fileicon2 img{width:20px;height:20px}.right .check_icon{width:22px;height:22px}.right .filetype{font-size:12px;font-weight:400;color:#a6abba;line-height:40px}.left{display:flex;align-items:center;justify-content:center;flex-direction:row;height:58px;border-bottom:1px solid #eaeaea}.left,.textwrap{flex:1;overflow:hidden}.filename{font-size:14px;font-weight:500;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.file_info{display:flex;flex-direction:row;align-items:center;gap:10px}.filedate{font-size:12px;font-weight:400;color:#979797}.fileSize{text-align:right;font-size:12px;font-weight:500;color:#787878}.array_btn,.left img{width:20px;height:20px}.arrayselect_wrapper{position:fixed;top:178px;right:17px;display:flex;flex-direction:column;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;will-change:transform,opacity}.arrayselect_wrapper .arrayselect_inner{width:100px;height:42px;display:flex;align-items:center;justify-content:center;padding:10px}.arrayselect_wrapper .arrayselect_inner p{font-size:14px;font-weight:500}.arrayselect_wrapper .arrayselect_inner:hover{background-color:#f8f8f8}.dropdown-enter-active,.dropdown-leave-active{transition:transform .22s ease,opacity .18s ease;transform-origin:top}.dropdown-enter-from,.dropdown-leave-to{opacity:0;transform:scaleY(0);pointer-events:none}.dropdown-enter-to,.dropdown-leave-from{opacity:1;transform:scaleY(1);pointer-events:auto}.storagepath{justify-content:space-between;gap:2px;margin:14px 17px 8px}.path_wrap,.storagepath{display:flex;align-items:center}.path_wrap{overflow:hidden}.path_wrap span{font-size:14px;color:#a6abba}.path_span{text-align:left;direction:rtl;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.storagepath img{width:20px;height:20px;cursor:pointer}.noline{border-bottom:none}.gotoconnect{font-size:14px;font-weight:500;color:#fff;background-color:#3da1f3;padding:10px;border:1px solid transparent;border-radius:6px}.wrap_layout{height:100vh;height:100dvh;max-width:680px;position:relative;margin:0 auto}.slot_layout,.wrap_layout{display:flex;flex-direction:column}.slot_layout{flex:1;overflow-x:auto}.fileinfo_wrapper{gap:26px;justify-content:start;margin:10px 18.5px 0;padding-bottom:100px}.fileinfo_inner,.fileinfo_wrapper{display:flex;flex-direction:column}.fileinfo_inner{gap:2px}.fileinfo_inner .name{font-size:12px;font-weight:400;color:#979797}.fileinfo_inner .infodetail{font-size:16px;font-weight:500;color:#474747}.share_wrapper{flex:1;display:flex;flex-direction:column}.share_wrapper .filelist_inner2{display:flex;flex-direction:column;align-items:center;padding:10px 0 17px}.share_wrapper .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.share_wrapper .top_inner{display:flex;align-items:center;gap:8px;overflow:hidden}.share_wrapper .top .fileicon,.share_wrapper .top img{width:40px;height:40px;flex-shrink:0}.share_wrapper .top .fileicon{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #eff1f5;border-radius:16px}.share_wrapper .top .check_icon{width:22px;height:22px}.share_wrapper .top .filetype{font-size:12px;font-weight:400;color:#a6abba;line-height:40px}.share_wrapper .bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:row;border-bottom:1px solid #eaeaea;width:calc(100% - 46px);margin-left:46px;padding-bottom:17px}.share_wrapper .textwrap{display:flex}.share_wrapper .filename{font-size:14px;font-weight:500;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.share_wrapper .file_info{display:flex;flex-direction:column;align-items:start}.share_wrapper .filedate{font-size:12px;font-weight:400;color:#979797}.share_wrapper .fileSize{text-align:right;font-size:12px;font-weight:500;color:#787878}.share_wrapper .bottom img{width:20px;height:20px}.share_wrapper .upload{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#4d3dd3;width:50px;height:50px;border-radius:50%;border:none;box-shadow:0 1px 9px #aeb5bc80;position:fixed;right:17px;bottom:24px}.share_wrapper .upload img{width:20px;height:20px}.share_wrapper .uploadSub{width:100px;position:fixed;right:17px;bottom:80px;border:1px solid #000;text-align:center}.share_wrapper .statuschip{font-size:10px;font-weight:500;border-radius:4px;width:40px;padding:4px 0 5px;display:flex;align-items:center;justify-content:center}.share_wrapper .statuschip.progress{background-color:#f2f0fe;color:#4d3dd3}.share_wrapper .statuschip.fail{background-color:#fff2f2;color:#f65656}.share_wrapper .statuschip.complete{background-color:#f8f8f8;color:#979797}.share_wrapper .red,.share_wrapper .statuschip.delete{color:red}.share_wrapper .btn_cancel,.share_wrapper .btn_confirm{flex:1;height:48px;border-radius:12px;font-size:16px;font-weight:600}.share_wrapper .btn_cancel{background-color:#f3f3f3;color:#555;border:none}.share_wrapper .btn_confirm{background-color:#202020;color:#fff;border:none}.date_dimm{position:fixed;inset:0;z-index:9997;background-color:#00000080}.date_popup{position:fixed;top:50%;left:50%;z-index:9998;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;overflow:visible}.date_popup_inner{padding:20px 20px 15px;overflow:visible}.date_popup_title{margin-bottom:18px;font-size:18px;font-weight:700;color:#202020}.date_popup .dp__main{width:100%}.date_popup .dp__main[data-dp-mobile=true] .dp__menu,.date_popup .dp__main[data-dp-mobile=true] .dp__outer_menu_wrap{position:static!important;width:100%!important;height:auto!important;transform:none!important;inset:auto!important;border:none}.date_popup .dp__action_buttons,.date_popup .dp__main .dp__outer_menu_wrap:empty{display:none}.menu_wrapper{display:flex;flex-direction:column}.menu_wrapper .menu_inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;margin:0 17px;border-bottom:1px solid #eaeaea}.menu_wrapper .menutxt_wrapper{display:flex;flex-direction:column;align-items:start}.menu_wrapper .menusubtxt{font-size:12px;font-weight:400;color:#979797}.menu_wrapper img{width:20px;height:20px}.btn_area{padding:18px 17px}.passbtn{background-color:#ff3a4a!important}.status_wrapper .status_progress{display:flex;flex-direction:row;margin:8px 17px;gap:6px}.status_wrapper .status_progress p{font-size:12px;font-weight:400}.status_wrapper .filelist_inner2{display:flex;flex-direction:column;align-items:center;padding:10px 0 17px}.status_wrapper .top{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.status_wrapper .top_inner{flex:1;overflow:hidden;display:flex;align-items:center;gap:8px}.status_wrapper .top .fileicon,.status_wrapper .top img{width:40px;height:40px;flex-shrink:0}.status_wrapper .top .fileicon{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #eff1f5;border-radius:16px}.status_wrapper .top .check_icon{width:22px;height:22px}.status_wrapper .top .filetype{font-size:12px;font-weight:400;color:#a6abba;line-height:40px}.status_wrapper .bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:row;border-bottom:1px solid #eaeaea;width:calc(100% - 46px);margin-left:46px;padding-bottom:17px}.status_wrapper .textwrap{display:flex;flex-direction:column;gap:4px}.status_wrapper .filename{font-size:14px;font-weight:500;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.status_wrapper .file_info{display:flex;flex-direction:column;align-items:start}.status_wrapper .filedate{font-size:12px;font-weight:400;color:#979797}.status_wrapper .failreason{font-size:12px;font-weight:500;color:#f65656}.status_wrapper .fileSize{text-align:right;font-size:12px;font-weight:500;color:#787878}.status_wrapper .bottom img{width:20px;height:20px}.status_wrapper .uploadSub{width:100px;position:fixed;right:17px;bottom:80px;border:1px solid #000;text-align:center}.status_wrapper .status_actionbtn_wrapper{width:calc(100% - 34px);position:fixed;bottom:18px;left:17px}.status_wrapper .status_actionbtn_wrapper .twobtn_inner{display:flex;flex-direction:row;gap:10px}.status_wrapper .action_btn{width:100%;height:46px;border-radius:6px;border:none;background-color:#2f2f2f;font-size:13px;color:#fff}.status_wrapper .action_btn,.status_wrapper .statuschip{display:flex;align-items:center;justify-content:center;font-weight:500}.status_wrapper .statuschip{font-size:10px;border-radius:4px;width:40px;padding:4px 0 5px;flex-shrink:0}.status_wrapper .statuschip.inprogress,.status_wrapper .statuschip.pending{background-color:#f2f2f2;color:#4d3dd3}.status_wrapper .statuschip.complete{background-color:#f2f2f2;color:#979797}.status_wrapper .statuschip.cancel,.status_wrapper .statuschip.fail{background-color:#f2f2f2;color:#f65656}.status_wrapper .statuschip.delete{color:red}.smart_wrapper{display:flex;flex-direction:column}.smart_wrapper .smart_inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:20px 0;margin:0 17px;border-bottom:1px solid #eaeaea}.smart_wrapper .toggle{width:46px;height:26px;border-radius:50px;cursor:pointer;flex-shrink:0;background-color:#979797;transition:background-color .3s ease;position:relative}.smart_wrapper .toggle.on{background-color:#6250ff}.smart_wrapper .toggle_inner{width:21px;height:21px;border-radius:50%;background-color:#fff;position:absolute;top:50%;left:2px;transform:translateY(-50%);transition:transform .3s ease}.smart_wrapper .toggle.on .toggle_inner{transform:translate(21px,-50%)}.smart_wrapper .setting_wrapper{display:flex;flex-direction:column;gap:40px;padding:30px 17px;overflow-y:scroll}.smart_wrapper .setting_wrapper::-webkit-scrollbar{display:none}.smart_wrapper .setting_wrapper_ios{display:flex;flex-direction:column;gap:26px;padding-top:26px;margin:0 17px}.smart_wrapper .setting_inner{display:flex;flex-direction:column;gap:6px}.smart_wrapper .setting_inner3{display:flex;flex-direction:column;gap:8px}.smart_wrapper .custom_select{display:flex;align-items:center;justify-content:space-between;position:relative;background:#eef0f4;border-radius:8px;padding:10px 16px;margin-top:4px;width:100%;height:52px;cursor:pointer}.smart_wrapper .arrow_icon{width:20px;height:20px;transition:transform .3s ease}.smart_wrapper .setting_inner{position:relative}.smart_wrapper .select_wrapper{position:absolute;top:83px;right:0;width:100%;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;will-change:transform,opacity}.smart_wrapper .select_wrapper .select_inner{width:100%;height:42px;display:flex;align-items:center;justify-content:start;padding:10px 16px}.smart_wrapper .select_wrapper .select_inner p{font-size:14px;font-weight:500}.smart_wrapper .select_wrapper .select_inner:hover{background-color:#f8f8f8}.smart_wrapper .heightplus{top:119px}.smart_wrapper .dropdown-enter-active,.smart_wrapper .dropdown-leave-active{transition:transform .22s ease,opacity .18s ease;transform-origin:top}.smart_wrapper .dropdown-enter-from,.smart_wrapper .dropdown-leave-to{opacity:0;transform:scaleY(0);pointer-events:none}.smart_wrapper .dropdown-enter-to,.smart_wrapper .dropdown-leave-from{opacity:1;transform:scaleY(1);pointer-events:auto}.smart_wrapper .setting_inner p:first-of-type.disabled,.smart_wrapper .setting_inner2 p:first-of-type.disabled{color:#a6abba}.smart_wrapper .dropmenuname{font-size:15px;color:#535765}.smart_wrapper .dropscript.disabled{color:#bdc2cf}.smart_wrapper .divider{width:100%;height:1px;background-color:#eff1f5}.smart_wrapper .setting_wrapper .aos{display:flex;flex-direction:column;gap:26px}.smart_wrapper .setting_wrapper_ios .ios{display:flex;flex-direction:column;gap:36px}.smart_wrapper .tooltip_wrapper{display:flex;align-items:center;gap:2px}.smart_wrapper .tooltip_wrapper img{width:20px;height:20px}.smart_wrapper .tooltip_inner{padding:10px;border-radius:4px;border:1px solid #d3d7e0;background-color:#fff;position:absolute;top:27px}.smart_wrapper .tooltip_inner p{font-size:12px;font-weight:400;color:#a6abba}.smart_wrapper .fade-enter-active,.smart_wrapper .fade-leave-active{transition:opacity .3s ease}.smart_wrapper .fade-enter-from,.smart_wrapper .fade-leave-to{opacity:0}.smart_wrapper .select_wrapper{display:flex;flex-direction:column;gap:2px}.smart_wrapper .sync_img{width:40px;height:40px;border:1px solid transparent;background-color:transparent}.smart_wrapper .sync_img img{width:40px;height:40px}@keyframes rotate_counter{0%{transform:rotate(0)}99.9%{transform:rotate(-359deg)}to{transform:rotate(-1turn)}}.smart_wrapper .spin{animation:rotate_counter .8s infinite;animation-timing-function:linear;animation-fill-mode:forwards}.added_info_wrapper{align-items:start}.added_info_wrapper,.added_trans{display:flex;flex-direction:column;gap:6px}.added_info{display:flex;align-items:center;gap:2px;padding:4px 8px;background-color:#f8f8f8;border-radius:4px}.infoname{font-size:14px;color:#5d5d5d}.added_info img{width:20px;height:20px}.btn_sm{justify-content:center;padding:0 10px;height:30px;border:none;border-radius:6px;background-color:#fff;font-size:13px;color:#7868ff;flex-shrink:0}.btn_sm,.setting_inner2{display:flex;align-items:center}.setting_inner2{flex-direction:row;justify-content:space-between;gap:30px}.dropscript{font-size:12px;font-weight:400;color:#979797}.drop_menu_textwrapper{display:flex;flex-direction:column;gap:2px}.tags_wrapper{display:flex;align-items:center;gap:6px}.tags_wrapper button,.tags_wrapper button:disabled{display:flex;align-items:center;justify-content:center;padding:0 10px;height:30px;background-color:#fff;border-radius:50px;border:1px solid #eaeaea;font-size:12px;line-height:1;color:#979797}.tags_wrapper button.selected{background-color:#2f2f2f;color:#fff}.shared_page{padding:0 17px}.shared_page .header{align-items:center;height:50px;box-shadow:0 2px 2px #c8c8c840;background:#fff}.shared_page .header,.shared_page .shared_area{display:flex;justify-content:center;width:100%;max-width:680px}.shared_page .shared_area{flex-direction:column;gap:16px;margin:110px auto 0}.shared_page .shared_area .shared_title{font-size:18px;font-weight:500;text-align:center}.shared_page .shared_area .shared_file{border:1px solid #eaeaea;border-radius:10px}.shared_page .shared_area .shared_file .fileinfo_wrapper{padding:18px 20px;margin:0}.shared_page .shared_area .fileinfo{height:58px;display:flex;align-items:center;width:100%;border-bottom:1px solid #eaeaea}.shared_page .shared_area .filename{margin:0 20px}.shared_page .pass_wrapper{display:flex;flex-direction:column;align-items:start;gap:10px;margin-bottom:100px}.shared_page .pass_wrapper .pass_inner{width:100%;display:flex;flex-direction:column;align-items:start;gap:6px}.shared_page .pass_wrapper .inputarea{width:100%;display:flex;gap:6px}.shared_page .pass_wrapper .inputarea button{height:46px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex:1;background-color:#fff}.shared_page .pass_wrapper .inputarea input{height:48px;border-radius:8px;width:100%;padding-left:16px;border:1px solid #eaeaea}.shared_page .pass_wrapper .inputarea .mobilecomp{border:1px solid #ff3a4a;color:#ff3a4a}.shared_page .pass_wrapper .inputarea .mobilecomp.selected{background-color:#ff3a4a;color:#fff}.shared_page .pass_wrapper .inputarea .gender{border:1px solid #2f2f2f;color:#2f2f2f}.shared_page .pass_wrapper .inputarea .gender.selected{background-color:#2f2f2f;color:#fff}.shared_page .complete_wrapper{display:flex;flex-direction:column;align-items:start;justify-content:center}.shared_page .complete_text{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:14px;color:#2a2929}.shared_page .complete_subtext{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.32px;color:#979797}.shared_page .passauthimg{padding:60px 26px 40px}.shared_page .passauth_info{display:flex;flex-direction:column;align-items:start;padding:14px 16px;border-radius:10px;border:1px solid #eaeaea;background-color:#fff;max-width:320px;margin:0 auto}.shared_page .passauth_infotitle{display:flex;flex-direction:row;align-items:center;gap:5px}.shared_page .passauth_infotitle img{width:20px;height:20px}.shared_page .passauth_infotitle p{font-size:14px;font-weight:500;color:#787777}.shared_page .passauthinfotxt{font-size:12px;font-weight:500;line-height:1.5;color:#979797}.shared_page .btn_area2{position:fixed;padding:18px 17px;width:100%;bottom:0;left:0}.webdownload_page{width:100%;max-width:680px;margin:0 auto;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.webdownload_page .header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;width:100%;max-width:680px;height:67px;border-bottom:1px solid #f8f8f8;background-color:#fff}.webdownload_page .header .svcname{font-size:18px}.webdownload_page .passconfirm_before{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:38px;flex:1}.webdownload_page .passconfirm_before .title{font-size:22px;font-weight:700;text-align:center;letter-spacing:-.88px}.webdownload_page .passconfirm_before .btn{width:250px;flex-direction:row;gap:9px}.webdownload_page .passconfirm_before .btn p{font-size:22px;font-weight:700;margin-bottom:5px}.webdownload_page .noti{color:#eb5454;font-size:14px}.webdownload_page .webfooter{width:100%;max-width:680px;height:100px;background-color:#f8f8f8;padding:22px 20px;display:flex;align-items:start;justify-content:start}.webdownload_page .webfooter a,.webdownload_page .webfooter p{font-size:14px;font-weight:400;color:#979797;letter-spacing:-.56px}.webdownload_page .passconfirm_success{min-height:0;flex:1}.webdownload_page .passconfirm_success::-webkit-scrollbar{display:none}.webdownload_page .passconfirm_success .login_info{width:100%;max-width:680px;height:55px;background-color:#f8f8f8;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 20px}.webdownload_page .passconfirm_success .login_info .username{font-size:16px;font-weight:500;letter-spacing:-.64px;color:#2f2f2f}.webdownload_page .passconfirm_success .login_info .logout{display:flex;align-items:center;justify-content:center;padding:6px 10px;color:#4d3dd3;font-size:12px;font-weight:500;letter-spacing:-.48px;border-radius:99px;border:1px solid #b3aaff;background:#fff}.webdownload_page .passconfirm_success .title_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin-top:60px;margin-bottom:60px}.webdownload_page .passconfirm_success .title{font-size:22px;font-weight:700;text-align:center;letter-spacing:-.88px;height:32px}.webdownload_page .passconfirm_success .subtitle{font-size:16px;font-weight:400;letter-spacing:-.64px;color:#979797;height:24px}.webdownload_page .passconfirm_success .download_wrapper{max-width:500px;margin:0 auto 70px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:12px}.webdownload_page .passconfirm_success .download_wrapper .ansimcloud{font-size:22px;font-weight:700;letter-spacing:-.88px;color:#000;padding-left:6px;height:32px}.webdownload_page .passconfirm_success .download_inner{display:flex;flex-direction:column;gap:18px;padding:20px;border-radius:8px;border:1px solid #eaeaea;width:100%}.webdownload_page .passconfirm_success .download_inner .filelist{height:275px;overflow-y:scroll;display:flex;flex-direction:column;gap:10px}.webdownload_page .passconfirm_success .download_inner .filelist .filelist_inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.webdownload_page .passconfirm_success .download_inner .filelist .filelist_inner .filename{color:#2f2f2f;font-size:16px;font-weight:500;letter-spacing:-.64px}.webdownload_page .passconfirm_success .download_inner .filelist .filelist_inner .dload{display:flex;padding:8px 14px;justify-content:center;align-items:center;color:#474747;font-size:14px;font-weight:500;letter-spacing:-.56px;border-radius:6px;border:1px solid #979797;background-color:#fff}.webdownload_page .passconfirm_success .download_inner .filelist .filelist_inner .left{border:none}.webdownload_page .passconfirm_success .download_inner .alert{font-size:14px;font-weight:400;letter-spacing:-.56px;color:#979797}.webdownload_page .passconfirm_success .download_inner .alert span{color:#f65656}@media screen and (max-width:600px){.webdownload_page .download_wrapper{margin:20px 20px 50px!important}.webdownload_page .svcname{font-size:16px!important}.webdownload_page .title{font-size:20px!important}.webdownload_page .ansimcloud{font-size:18px!important;padding-left:4px!important}.webdownload_page .filelist{gap:14px!important}}.sktheader a,.sktheader abbr,.sktheader acronym,.sktheader address,.sktheader applet,.sktheader article,.sktheader aside,.sktheader audio,.sktheader b,.sktheader big,.sktheader blockquote,.sktheader body,.sktheader canvas,.sktheader caption,.sktheader center,.sktheader cite,.sktheader code,.sktheader dd,.sktheader del,.sktheader details,.sktheader dfn,.sktheader div,.sktheader dl,.sktheader dt,.sktheader em,.sktheader embed,.sktheader fieldset,.sktheader figcaption,.sktheader figure,.sktheader footer,.sktheader form,.sktheader h1,.sktheader h2,.sktheader h3,.sktheader h4,.sktheader h5,.sktheader h6,.sktheader header,.sktheader hgroup,.sktheader html,.sktheader i,.sktheader iframe,.sktheader img,.sktheader ins,.sktheader kbd,.sktheader label,.sktheader legend,.sktheader li,.sktheader mark,.sktheader menu,.sktheader nav,.sktheader object,.sktheader ol,.sktheader output,.sktheader p,.sktheader pre,.sktheader q,.sktheader ruby,.sktheader s,.sktheader samp,.sktheader section,.sktheader small,.sktheader span,.sktheader strike,.sktheader strong,.sktheader sub,.sktheader summary,.sktheader sup,.sktheader table,.sktheader tbody,.sktheader td,.sktheader tfoot,.sktheader th,.sktheader thead,.sktheader time,.sktheader tr,.sktheader tt,.sktheader u,.sktheader ul,.sktheader var,.sktheader video{margin:0;padding:0;border:0}.sktheader *,.sktheader :after,.sktheader :before{box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0)}.sktheader article,.sktheader aside,.sktheader details,.sktheader figcaption,.sktheader figure,.sktheader footer,.sktheader header,.sktheader hgroup,.sktheader menu,.sktheader nav,.sktheader section{display:block}.sktheader body{font-size:14px;font-weight:400;letter-spacing:-.5px;line-height:1;color:#222;font-family:Noto Sans KR,Apple SD Gothic Neo,sans-serif;word-wrap:break-word;word-break:keep-all;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.sktheader a{text-decoration:none;color:inherit}.sktheader strong{font-weight:500}.sktheader ol,.sktheader ul{list-style:none}.sktheader img{max-width:100%;border:0}.sktheader legend{max-width:100%;white-space:normal;color:inherit}.sktheader button,.sktheader input,.sktheader optgroup,.sktheader select,.sktheader textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;background-color:transparent;border-radius:0;border:0;font-family:inherit;font-size:inherit;letter-spacing:inherit;line-height:inherit}.sktheader button,.sktheader select{text-transform:none}.sktheader a,.sktheader button{cursor:pointer}.sktheader .blind{position:absolute;width:1px;height:1px;clip:rect(1px,1px,1px,1px)}.sktheader header{position:fixed;top:0;left:0;right:0;margin:auto;width:100%;min-height:50px;padding:12px 20px;background-color:#fff;z-index:100}.sktheader .header_inner{position:relative;width:100%;height:100%;padding:0 0 2px;text-align:center}.sktheader .header_tit{display:inline-block;padding:0 18px;font-size:18px;font-weight:400;line-height:26px;letter-spacing:-.72px;text-align:left}.sktheader .header_btn{display:inline-block;position:absolute;top:0;width:26px;height:26px;background-size:26px}.sktheader .fix{position:sticky;left:0;right:0;z-index:40;background-color:#fff}.sktheader .fix.top{top:0}.sktheader .fix.top .header{position:relative;height:auto;min-height:44px}.sktheader .fix.top .tabs{display:flex;flex-direction:row;align-items:center;gap:12px;padding:4px 20px 0;margin-bottom:0;border-bottom:1px solid #d8d8d8}.sktheader .tabs{overflow:hidden;margin-bottom:6px;padding:0 4px;background:#fff}.sktheader .tabs .tab{font-size:16px;color:#222;font-weight:400;height:32px}.sktheader .tabs .tab .tabbtn{background:#fff}.sktheader .tabs .tab.active{font-weight:500;border-bottom:2px solid #222}.sktheader .ico-back{left:0;top:1px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h28v28H0z'/%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='M14.6 6 6 14.47l8.6 8.47'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat}.sktheader .ico-faq{right:0;width:25px;height:25px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAyCAYAAAAayliMAAAABHNCSVQICAgIfAhkiAAABh1JREFUaEPVWk1MFEkUflVHE9ndxJMQ6Bkv6GUlEPUCKwdIiIJukBD0AlwAE7OsF0jUrAYvnhiECBz4uaghgSwb4QIH/i5ISFgvwAWmJejJxB8Sj12br9LVWzPTTP9MD4mVTNLT3fXqffV+671m9IMP9oPzT5EAMAzjZyK6wTm/KIS4aG+KwRgzcC2E+JeIvuCaMbZsWZZJRP+Ypinv5TJCAzAMA8zdYIzdZIxdDcOEEGJZCDFrgwGowCMwAOw25/wPInoceLXsEx5bljUQVCq+ASjGhRDdjDGoTMooLS2lW7du0fnz5+X9oqIi+cPY3t6mb9++yeu3b9/SwsIC7e7uZsARQnxhjCWCAPEFAOrCGPubMab0Wy5+6dIlamxspNraWiooKAgkEAACkJmZGdrY2EiZC5sRQvxumqanWnkCMAzjImNsSd/1s2fP0qNHjyTjUQwA6evro48fPzrkIA0hRLVpmnAAx46sAAzDaOWcT+izHz58SG1tbVHwnUFjYmKCnj59mnLfsqw20zQnj1vwWADpzJ8+fZpevXpFFy5cyAvziijs5fbt23R0dOSskw2EKwCoDed8S1GAgY6OjjpGmVcERHR4eEgdHR0phm5ZVpmbOmUAsA12S+k8mH/9+nVgI80VJIy8paXFAWHbBECkGHYKALhK22Clt4HarK6unjjzCjwkcf36dUedbO8Ew3YieAqAeDyO4PSXIvDmzZvAOv/p0yfCPPj7xcVFSaq8vJwqKyvljp45cyaQcGAT9fX1+pwn+/v7ThB1ANi7n1SqE8bbuHmRdG7xTlVVVSAQOl1blWJKCg4Afffh59fW1nwv8v37d+rv76fx8XFfc6ampqiiosLXu+olSFCLE44UJAAYLuc8qV4eHh4OFKQA4P79+47KQHoQO9QFKrW0tES9vb0OwzU1NTQyMhIIAIJdV1eX7lohBVMCiMfj3UTUj2ukB/A6QQdAjI2NUUNDA5WUlGRMHxwcpEQi4dyHjQS1B9iQlnb8ub+/n5AAYrHYMmPsN1w/e/ZMJmVRj83NTWpubnbIzs/PE1x0kDE9PU09PT1yihBiJZlMXmV2lvlZEdra2sqL20T2ee3atZwAIDaUlZXpavQLADj5DnYEO5OPoXuS4uJiaRdhBjZBpeJIMVg8Hodi4oBCYVynHyZgyE1NTXRwcCBf7+7upnv37vmZmvHOwMAAPX/+XN1/wnT9f/nyJV25ciUU4WyTOjs7HQ+F3YeUT506FWqd9fV1unPnjmMHeQeQ7n3CGK+O1A0Aoq+sHqysrESacSKP0s8OQ0NDVFdXF2rn1SQ9tUBuBBsQ6uHe3l5OxPXJiAswOKX37e3t9ODBg0jonzt3zqGTNwC66uSq9+moUwDEYjGTMSZDZ5QqVF1d7ex+lN4tTYXe5c2I9V3K1XC9jNhJI6J0oycG4CQCWSSWaxPJCGR6KoGq2tzcXJTrRU4LR8ydnR1JV6YS+UzmkLMEzTizIXZN5jAh6nT6/fv31NraKr0QXOjk5KTrGSGoeFzTaRDRDzSXL1+WBaxchp77gE6YE5jb+ih44SBkj/8PNLkeKbMFmqiifNYjpS0Fp6RSWFgo60FhB05NELcaUaQRqGR8+PBBkUw91OOubcyoev2E/7lET9jAixcvJAgcT+/evZuTDaSVa75almVklFXSpYD/YQpbYaV23DzfhS0lBTThGGO/4j9Ki4gLqtMSNXNe9FxKi++SyWRKk8W1uMs5R1NBqhKCG7xS0A6MF3Nez+Hz4XVU0CKiFNVR832V1wEChaiTkgR2Hq5YYx5R1195XSH7oRscx4HI1Tt5qY1LcRhq0x2qxaSBQLdmWdkE7iNOwM1G2eRDb0zz81gGzF/NqcmngUCbdVZ5J3UfaQfarEgVgho5jBT9A7RZtfRAkhZCvBNCgHnPTxE826waCHToUQTGT3oofcDQIRGAUi5YNQThy1XTTjW6dQPV6HwlooTewPBSO98AXIA4nRyvRXw+f2JZVsLPruv0AgPQ1YpzflMIgY89ZGU76ECFGappWdasn668G/3QAHRi9uc2NznnBnTXfoaGoYzo0GmXz23AtKeOe23KfxBXUkcf47RqAAAAAElFTkSuQmCC) 50% no-repeat;background-size:100% 100%}.upassintro_wrapper{font-family:Noto Sans KR,serif;padding:20px}.upassintro_wrapper a{text-decoration:none}.upassintro_wrapper a:visited{color:inherit}.upassintro_wrapper p{margin:0;padding:0}.upassintro_wrapper img{width:100%}.upassintro_wrapper .show{display:block}.upassintro_wrapper .hide{display:none!important}.upassintro_wrapper #content{position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:680px;margin:0 auto}.upassintro_wrapper .top_wrapper{display:flex;flex-direction:column;gap:30px}.upassintro_wrapper .price_wrapper{display:flex;flex-direction:column;width:100%;gap:4px;align-items:flex-start}.upassintro_wrapper .price_txt{color:#000;font-size:16px;font-weight:700;line-height:24px}.upassintro_wrapper .redtxt{color:#ff3a4a}.upassintro_wrapper .purpletxt{color:#6250ff}.upassintro_wrapper .price_inner{display:flex;align-items:center;justify-content:center;padding:3px 12px;border-radius:99px;background-color:#ff3a4a}.upassintro_wrapper .price_inner p{color:#fff;font-size:12px;font-weight:500;line-height:17px}.upassintro_wrapper .title_wrapper{display:flex;flex-direction:column;gap:10px}.upassintro_wrapper .svc_title{color:#000;font-size:22px;font-weight:700;line-height:32px}.upassintro_wrapper .svc_dscr{color:#999;font-size:14px;font-weight:400;line-height:20px}.upassintro_wrapper .large_banner{width:100%;border-radius:16px;overflow:hidden;background:#d9d9d9;margin:0}.upassintro_wrapper .list_wrapper{display:flex;flex-direction:column;gap:50px;margin-top:50px;margin-bottom:70px}.upassintro_wrapper .list_inner{display:flex;flex-direction:column;gap:10px}.upassintro_wrapper .txt_wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.upassintro_wrapper .sm_banner{width:100px;height:96px;flex-shrink:0}.upassintro_wrapper .toptxt{color:#000;font-size:22px;font-weight:700;line-height:32px}.upassintro_wrapper .bottomtxt{color:#999;font-size:14px;font-weight:400;line-height:20px}.upassintro_wrapper .bottomhighlight{color:#333;font-weight:500}.upassintro_wrapper .highlight{position:relative;z-index:1}.upassintro_wrapper .highlight:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:.9em;background:#6250ff33;z-index:-1}.upassintro_wrapper .freehighlight{position:relative;z-index:1}.upassintro_wrapper .freehighlight:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:.9em;background:#f8b60033;z-index:-1}.upassintro_wrapper .gojoin_btn{position:fixed;bottom:20px;z-index:2;display:flex;width:calc(100% - 40px);max-width:640px;height:50px;justify-content:center;align-items:center;border-radius:16px;background:#333;border:none;color:#fff;font-size:17px;font-weight:700;line-height:25px}.sktpassintro_wrapper{font-family:Noto Sans KR,serif;padding:20px 20px 138px}.sktpassintro_wrapper a{text-decoration:none}.sktpassintro_wrapper a:visited{color:inherit}.sktpassintro_wrapper p{margin:0;padding:0}.sktpassintro_wrapper img{width:100%}.sktpassintro_wrapper .show{display:block}.sktpassintro_wrapper .hide{display:none!important}.sktpassintro_wrapper #content{position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:680px;margin:0 auto}.sktpassintro_wrapper .top_wrapper{display:flex;flex-direction:column;gap:30px}.sktpassintro_wrapper .price_wrapper{display:flex;flex-direction:column;width:100%;gap:4px;align-items:flex-start}.sktpassintro_wrapper .price_txt{color:#222;font-size:22px;font-weight:700;line-height:32px;letter-spacing:-.88px}.sktpassintro_wrapper .price_txt .xstxt{font-size:12px;font-weight:400;line-height:18px;letter-spacing:-.36px}.sktpassintro_wrapper .redtxt{color:#ff3a4a}.sktpassintro_wrapper .purpletxt{color:#6250ff}.sktpassintro_wrapper .price_inner{display:flex;align-items:center;justify-content:center;padding:3px 12px;border-radius:99px;background-color:#ff3a4a}.sktpassintro_wrapper .price_inner p{color:#fff;font-size:12px;font-weight:500;line-height:17px}.sktpassintro_wrapper .title_wrapper{display:flex;flex-direction:column;gap:12px}.sktpassintro_wrapper .svc_title{color:#222;font-size:22px;font-weight:700;line-height:32px;letter-spacing:-.88px}.sktpassintro_wrapper .svc_dscr{color:#999;font-size:14px;font-weight:400;line-height:20px}.sktpassintro_wrapper .large_banner{width:100%;border-radius:16px;overflow:hidden;margin:0}.sktpassintro_wrapper .list_wrapper{display:flex;flex-direction:column;gap:40px;margin-top:48px;overflow:hidden}.sktpassintro_wrapper .list_inner{display:flex;flex-direction:column;gap:12px}.sktpassintro_wrapper .txt_wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative}.sktpassintro_wrapper .sm_banner1{width:88px;height:83px;flex-shrink:0;position:absolute;top:-14px;right:0}.sktpassintro_wrapper .sm_banner2{width:82px;height:71px;flex-shrink:0;position:absolute;top:-3px;right:0}.sktpassintro_wrapper .sm_banner3{width:79px;height:72px;flex-shrink:0;position:absolute;top:-3px;right:0}.sktpassintro_wrapper .sm_banner4{width:83px;height:83px;flex-shrink:0;position:absolute;top:-4px;right:0}.sktpassintro_wrapper .sm_banner5{width:79px;height:72px;flex-shrink:0;position:absolute;top:-4px;right:0}.sktpassintro_wrapper .sm_banner6{width:102px;height:103px;flex-shrink:0;position:absolute;top:-23px;right:-12px}.sktpassintro_wrapper .toptxt_wrapper{display:flex;flex-direction:column}.sktpassintro_wrapper .toptxt_wrapper p{color:#222;font-size:18px;font-weight:700;line-height:26px;letter-spacing:-.72px}.sktpassintro_wrapper .freetag{display:flex;align-items:center;justify-content:center;background-color:#ebeaff;padding:0 4px 2px;border-radius:4px}.sktpassintro_wrapper .freetag p{font-size:11px;font-weight:400;line-height:16px;letter-spacing:-.33px;color:#6250ff}.sktpassintro_wrapper .toptxt_inner{display:flex;flex-direction:row;align-items:baseline;gap:8px}.sktpassintro_wrapper .bottomtxt{color:#505050;font-size:12px;font-weight:400;line-height:18px;letter-spacing:-.36px}.sktpassintro_wrapper .bottomhighlight{color:#333;font-weight:500}.sktpassintro_wrapper .highlight{position:relative;z-index:1}.sktpassintro_wrapper .highlight:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:.9em;background:#ebeaff;z-index:-1}.sktpassintro_wrapper .freehighlight{position:relative;z-index:1}.sktpassintro_wrapper .freehighlight:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:.9em;background:#ebeaff;z-index:-1}.sktpassintro_wrapper .gojoin_btn{position:fixed;bottom:20px;z-index:2;display:flex;width:calc(100% - 40px);max-width:640px;height:50px;justify-content:center;align-items:center;border-radius:12px;background:#222;border:none;color:#fff;font-size:16px;font-weight:700;line-height:26px;letter-spacing:-.64px}.upasscancel_wrapper{font-family:Noto Sans KR,serif;padding:80px 17px 20px}.upasscancel_wrapper a{text-decoration:none}.upasscancel_wrapper a:visited{color:inherit}.upasscancel_wrapper p{margin:0;padding:0}.upasscancel_wrapper img{width:100%}.upasscancel_wrapper #content{position:relative;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:680px;margin:0 auto}.upasscancel_wrapper .noti_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:80px}.upasscancel_wrapper .confirm_wrapper{display:flex;flex-direction:column;gap:10px}.upasscancel_wrapper .confirm_inner{display:flex;flex-direction:row;align-items:center;gap:8px}.upasscancel_wrapper .cancelimg{width:120px}.upasscancel_wrapper .titletext{font-size:20px;font-weight:700;color:#2f2f2f;margin-top:40px}.upasscancel_wrapper .subtitletext{font-size:16px;font-weight:500;line-height:24px;color:#787878;margin-top:16px;text-align:center}.upasscancel_wrapper .subtitletext .redcolor{color:#ef474f}.upasscancel_wrapper .custom_select{display:flex;align-items:center;justify-content:space-between;position:relative;background:#fff;border:1px solid #c7c7c7;border-radius:8px;padding:10px 16px;width:100px;height:48px;cursor:pointer}.upasscancel_wrapper .arrow_icon{width:20px;height:20px;transition:transform .3s ease}.upasscancel_wrapper .setting_inner{position:relative}.upasscancel_wrapper .select_wrapper{position:absolute;top:50px;right:0;width:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;will-change:transform,opacity}.upasscancel_wrapper .select_wrapper .select_inner{width:100%;height:42px;display:flex;align-items:center;justify-content:start;padding:10px 16px}.upasscancel_wrapper .select_wrapper .select_inner p{font-size:14px;font-weight:500}.upasscancel_wrapper .select_wrapper .select_inner:hover{background-color:#f8f8f8}.upasscancel_wrapper .heightplus{top:119px}.upasscancel_wrapper .dropdown-enter-active,.upasscancel_wrapper .dropdown-leave-active{transition:transform .22s ease,opacity .18s ease;transform-origin:top}.upasscancel_wrapper .dropdown-enter-from,.upasscancel_wrapper .dropdown-leave-to{opacity:0;transform:scaleY(0);pointer-events:none}.upasscancel_wrapper .dropdown-enter-to,.upasscancel_wrapper .dropdown-leave-from{opacity:1;transform:scaleY(1);pointer-events:auto}.upasscancel_wrapper .inputarea{width:100%;display:flex;gap:6px}.upasscancel_wrapper .inputarea button{height:46px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex:1;background-color:#fff}.upasscancel_wrapper .inputarea input{height:48px;border-radius:8px;width:100%;padding-left:16px;border:1px solid #c7c7c7}.upasscancel_wrapper .inputarea .mobilecomp{border:1px solid #ff3a4a;color:#ff3a4a}.upasscancel_wrapper .inputarea .mobilecomp.selected{background-color:#ff3a4a;color:#fff}.upasscancel_wrapper .inputarea .gender{border:1px solid #2f2f2f;color:#2f2f2f}.upasscancel_wrapper .inputarea .gender.selected{background-color:#2f2f2f;color:#fff}.upasscancel_wrapper .inputarea input::-moz-placeholder{font-family:Noto Sans KR;font-size:14px;font-weight:500;line-height:1.5;color:#c7c7c7}.upasscancel_wrapper .inputarea input::placeholder{font-family:Noto Sans KR;font-size:14px;font-weight:500;line-height:1.5;color:#c7c7c7}.upasscancel_wrapper .captcha_wrapper{display:flex;flex-direction:row;align-items:center;gap:2px}.upasscancel_wrapper .captcha_img{width:128px;height:48.147px;flex-shrink:0;aspect-ratio:109/41;-o-object-fit:contain;object-fit:contain}.upasscancel_wrapper .cancelinfo_text{color:#979797;font-size:12px;font-weight:400;line-height:20px;margin-top:30px}.upasscancel_wrapper .gocancel_btn{position:fixed;bottom:20px;z-index:2;display:flex;width:calc(100% - 34px);max-width:640px;height:46px;justify-content:center;align-items:center;border-radius:5px;background:#4d3dd3;border:none;color:#fff;font-size:14px;font-weight:500}.homepage_wrapper{position:relative;width:100%;background-color:#fff}.homepage_wrapper .hp_gnb{display:flex;flex-direction:row;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100px;z-index:1}.homepage_wrapper .hp_gnb .bi{font-size:18px;font-weight:700;color:#fff;position:absolute;top:50%;left:144px;transform:translateY(-50%)}.homepage_wrapper .hp_gnb .hpgnb_wrapper{display:flex;flex-direction:row;gap:80px}.homepage_wrapper .hp_gnb .hpgnb_wrapper button{font-size:18px;font-weight:400;color:#fff;background-color:transparent;border:none}.homepage_wrapper .hp_gnb .hamburger_btn{display:none}.homepage_wrapper .hp_gnb .bi.dark{color:#202020;font-weight:700}.homepage_wrapper .hp_gnb .hpgnb_wrapper button.dark{color:#818181}.homepage_wrapper .hp_gnb .hpgnb_wrapper button.onfocus{color:#202020!important;font-weight:500!important}.homepage_wrapper .hp_gnb.dark{background-color:#fff;border-bottom:1px solid #ededed}.homepage_wrapper .section{height:958px;display:flex;flex-direction:row;align-items:center;overflow:hidden}.homepage_wrapper .s01{position:relative;background:url(./section01.Cx1BVfxb.png) #03223f;background-size:cover;background-position:top;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:326px}.homepage_wrapper .s01 .section01_title{font-size:58px;color:#fff;letter-spacing:-5.22px;margin-top:300px}.homepage_wrapper .s01 .section01_title p:first-child{font-weight:300}.homepage_wrapper .s01 .section01_title p:last-child{font-weight:500}.homepage_wrapper .sectiontxt_wrapper{display:flex;flex-direction:column;align-items:start;gap:30px}.homepage_wrapper .sectiontxt_wrapper .section_title{font-size:55px;color:#202020;letter-spacing:-2.75px}.homepage_wrapper .sectiontxt_wrapper .section_title p:first-child{font-weight:350}.homepage_wrapper .sectiontxt_wrapper .section_title p:last-child{font-weight:700}.homepage_wrapper .sectiontxt_wrapper .subtitle{font-size:20px;font-weight:350;color:#787878;letter-spacing:-.6px}.homepage_wrapper .s02{background:url(./section02_bg.BAY_OQPD.png) no-repeat;background-position:100% 100%;padding-left:320px;gap:39px}.homepage_wrapper .s02 img{width:825px}.homepage_wrapper .s03 .sectiontxt_wrapper,.homepage_wrapper .s05 .sectiontxt_wrapper,.homepage_wrapper .s07 .sectiontxt_wrapper{text-align:right;align-items:end}.homepage_wrapper .imgslideup_wrapper{position:relative}.homepage_wrapper .imgslideup_wrapper img:first-child{width:539.39px;height:733.621px}.homepage_wrapper .imgslideup_wrapper img:last-child{width:539.39px;height:703.621px}.homepage_wrapper .s04,.homepage_wrapper .s06{background-color:#f8faff;justify-content:center;gap:230px}.homepage_wrapper .singlemockup{width:328.58px;height:625.65px}.homepage_wrapper .s07{justify-content:center;gap:230px}.homepage_wrapper .s08{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:55px;background-color:#e5e8ef}.homepage_wrapper .s08 .upperside{display:flex;flex-direction:row;align-items:center;width:1100px}.homepage_wrapper .s08 .up_left{display:flex;flex-direction:column;gap:30px;width:570px}.homepage_wrapper .s08 .up_left img{width:82px;height:84px}.homepage_wrapper .s08 .up_left .section_title{font-size:45px;color:#202020;letter-spacing:-2.75px}.homepage_wrapper .s08 .up_left .section_title p:first-child{font-weight:350}.homepage_wrapper .s08 .up_left .section_title p:last-child{font-weight:700}.homepage_wrapper .s08 .up_right{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:10px;width:530px}.homepage_wrapper .s08 .up_right .comp{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.homepage_wrapper .s08 .up_right .comp .compname{font-size:22px;font-weight:700;letter-spacing:-.44px;color:#202020}.homepage_wrapper .s08 .up_right .comp .compname.notyet{color:#c7cad0}.homepage_wrapper .s08 .up_right .comp .storebtn_wrapper{display:flex;flex-direction:row;gap:10px;position:relative}.homepage_wrapper .s08 .up_right .comp .storebtn_wrapper .nowready{background:#e5e8efd9;position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.homepage_wrapper .s08 .up_right .comp .storebtn_wrapper .nowready p{font-size:22px;font-weight:500;letter-spacing:-.44px;color:#000}.homepage_wrapper .s08 .up_right .comp .storebtn_wrapper img{width:216px;height:66px}.homepage_wrapper .s08 .bottomside{background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:40px;width:1100px}.homepage_wrapper .s08 .bottomside .bottom_left{display:flex;flex-direction:row;align-items:center;gap:20px}.homepage_wrapper .s08 .bottomside .bottom_lleft p:first-child{font-size:20px;font-weight:500;letter-spacing:-.8px}.homepage_wrapper .s08 .bottomside .bottom_lleft p:last-child{font-size:38px;font-weight:700;letter-spacing:-1.52px}.homepage_wrapper .s08 .bottomside .bottom_lright{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:400;color:#787878}.homepage_wrapper .s08 .bottomside .bottom_lright p:last-child{color:#ef474f}.homepage_wrapper .s08 .bottomside .bottom_right button{padding:25px 113px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;background-color:#fff;font-size:18px;font-weight:500;color:#202020;border:1px solid #c1c3c7}.homepage_wrapper .s08 .bottomside .bottom_right button img{width:24px;height:24px}.homepage_wrapper .s08 .bottomside .bottom_right p{font-size:14px;font-weight:400;color:#787878;text-align:right;margin-top:5px}.homepage_wrapper .homepage_footer{background-color:#20252b;padding:47px 0 47px 320px;display:flex;flex-direction:column;gap:15px}.homepage_wrapper .homepage_footer.notice{background-color:#f6f6f6}.homepage_wrapper .homepage_footer p{font-size:14px;font-weight:500;color:#7b7e80}.homepage_wrapper .homepage_footer p.redtext{color:#dd273a}.homepage_wrapper .homepage_footer .toppart{display:flex;flex-direction:row;align-items:center;gap:7px}.homepage_wrapper .homepage_footer .hide{display:none}.homepage_wrapper .s02{position:relative;background-size:140%;background-position:center 260px}.homepage_wrapper .sec01{background-position:bottom}.homepage_wrapper .sec01 img{position:absolute;bottom:0;margin:0;height:auto;width:102vw!important}.homepage_wrapper .sec03{height:auto!important;gap:0}.homepage_wrapper .sec03 .section_title{margin-top:64px}.homepage_wrapper .sec03 .section_title p{font-size:28px!important;line-height:38px!important;letter-spacing:-1.4px!important}.homepage_wrapper .sec03 .hide{display:block}.homepage_wrapper .sec03 .circles_wrapper{flex-direction:column;margin:43px 0 54px}.homepage_wrapper .sec03 .circle_inner{width:225px;height:225px}.homepage_wrapper .sec03 .circle_inner:nth-child(2){margin:-44px 0}.homepage_wrapper .sec03 .circle_inner p:first-child{font-size:16px;font-weight:350;letter-spacing:-1.3px;color:#517be2}.homepage_wrapper .sec03 .circle_inner p:last-child{font-size:20px;font-weight:500;letter-spacing:-1.5px;color:#517be2}.mobilesubtitle{display:none}.topbutton{position:fixed;bottom:110px;right:70px;border:none;background-color:#fff}.topbutton,.topbutton svg{width:67px;height:67px}.scrolldots_wrapper{position:fixed;right:100px;z-index:10;display:flex;flex-direction:column;gap:18px;align-items:center;justify-content:center}.scrolldot_inner{width:6px;height:6px;background-color:#93939380;border:1px solid #fff;border-radius:100%}.scrolldot_inner.dark{border:1px solid #202020}.scrolldot_inner.active{width:16px;height:16px;background-color:transparent;border:4px solid #fff;border-radius:100%;opacity:1}.scrolldot_inner.active.dark{border:4px solid #202020}.slide_image{opacity:0;transform:translateY(80px);transition:opacity .8s ease,transform .8s ease;transition-delay:.3s}.slide_image.show{opacity:1;transform:translateY(0)}.tilt_slide_image{opacity:0;transition:opacity .8s ease,transform .8s ease}.tilt_slide_image.first{transform:translate(262px,183px);transition-delay:.3s}.tilt_slide_image.second{transform:translateY(406px);transition-delay:.5s}.tilt_slide_image.first.show{opacity:1;transform:translate(262px,63px)}.tilt_slide_image.second.show{opacity:1;transform:translateY(286px)}.sec01 .sectiontxt_wrapper{margin-bottom:200px}.sec01 img{width:965px;height:760px;margin:100px 0 0 100px}.sec03{background-color:#f8faff;display:flex;flex-direction:column!important;align-items:center;justify-content:center;gap:103px}.sec03 .hide{display:none}.sec03 .section_title p:first-child{font-size:40px;font-weight:350;line-height:75px;letter-spacing:-2px}.sec03 .section_title p:last-child{font-size:55px;font-weight:700;line-height:75px;letter-spacing:-2.75px}.sec03 .circles_wrapper{flex-direction:row}.sec03 .circle_inner,.sec03 .circles_wrapper{display:flex;align-items:center;justify-content:center}.sec03 .circle_inner{text-align:center;flex-direction:column;width:347px;height:347px;border-radius:90%;background-color:#dbe6ff4d}.sec03 .circle_inner:nth-child(2){margin:0 -26px}.sec03 .circle_inner p:first-child{font-size:26px;font-weight:350;letter-spacing:-1.3px;color:#517be2}.sec03 .circle_inner p:last-child{font-size:30px;font-weight:500;letter-spacing:-1.5px;color:#517be2}.notice_wrapper{margin-top:220px}.noti_titlewrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:20px}.noti_titlewrapper p:first-child{font-size:50px;font-weight:700;color:#222}.noti_titlewrapper p:last-child{font-size:16px;font-weight:400;color:#8e8e8e}.notiarea{width:1300px;margin:74px auto 100px}.notiarea .notiheader{height:72px;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;border-bottom:1px solid #070707;border-top:1px solid #070707}.notiarea .num{width:6%}.notiarea .notititle{width:74%}.notiarea .trandt{width:20%}.notiarea .notirow{height:88px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-bottom:1px solid #e6e6e6}.notiarea .notirow .num,.notiarea .notirow .trandt{text-align:center}.notiarea .notirow .notititle{text-align:left;padding-left:50px}.mobile_joinbtn{background-color:transparent;border:1px solid #fff;font-size:14px;font-weight:500;color:#fff;width:140px;height:46px;display:none;align-items:center;justify-content:center;margin-top:30px}@media screen and (max-width:717px){.mobile_joinbtn{display:flex}.scrolldots_wrapper{display:none}.homepage_wrapper .hp_gnb{justify-content:end;height:auto;padding:15px 16px 16px 20px}.homepage_wrapper .hp_gnb .hpgnb_wrapper{display:none}.homepage_wrapper .hp_gnb .bi{left:20px}.homepage_wrapper .hp_gnb .hamburger_btn{display:block;background-color:transparent;color:#fff}.homepage_wrapper .hp_gnb .hamburger_btn.dark{color:#202020}.homepage_wrapper .hp_gnb .mobile_menu_wrapper{background-color:#00000080;width:100vw;height:100dvh;position:fixed;inset:0;display:flex;justify-content:end}.homepage_wrapper .hp_gnb .mobile_menu{background-color:#fff;width:90%;display:flex;flex-direction:column;align-items:start;padding:0 17px}.homepage_wrapper .hp_gnb .mobilemenu_close{background-color:transparent;display:flex;align-items:center;justify-content:end;width:100%;height:55px}.homepage_wrapper .hp_gnb .mobile_menu_inner{background-color:transparent;font-size:20px;font-weight:400;letter-spacing:-1px;display:flex;align-items:center;padding:10px;width:100%;height:66px;border-bottom:1px solid #e4e4e4}.homepage_wrapper .s01{background-size:330%}.homepage_wrapper .section{height:500px}.homepage_wrapper .s02{padding-left:18px;flex-direction:column;align-items:start}.homepage_wrapper .s02 img{width:92vw}.homepage_wrapper .sectiontxt_wrapper{gap:14px}.homepage_wrapper .sectiontxt_wrapper .section_title{font-size:28px;margin-top:64px}.homepage_wrapper .sectiontxt_wrapper .subtitle{font-size:12px;letter-spacing:normal}.homepage_wrapper .imgslideup_wrapper{position:relative}.homepage_wrapper .imgslideup_wrapper img:first-child{width:220.83px;height:300.36px}.homepage_wrapper .imgslideup_wrapper img:last-child{width:220.83px;height:288.07px}.homepage_wrapper .s03,.homepage_wrapper .s05,.homepage_wrapper .s07{position:relative}.homepage_wrapper .s03 .sectiontxt_wrapper,.homepage_wrapper .s05 .sectiontxt_wrapper,.homepage_wrapper .s07 .sectiontxt_wrapper{text-align:left;align-items:start;position:absolute;left:18px;top:0}.homepage_wrapper .tilt_slide_image.first{transform:translate(-80px,420px)}.homepage_wrapper .tilt_slide_image.second{transform:translate(-40px,300px)}.homepage_wrapper .tilt_slide_image.first.show{opacity:1;transform:translate(70px,280px)}.homepage_wrapper .tilt_slide_image.second.show{opacity:1;transform:translate(167px,87px)}.homepage_wrapper .s04,.homepage_wrapper .s06{position:relative;flex-direction:column;justify-content:center}.homepage_wrapper .s04 .sectiontxt_wrapper,.homepage_wrapper .s06 .sectiontxt_wrapper{position:absolute;top:0;left:18px}.homepage_wrapper .singlemockup{width:218px;height:416px;margin-left:60px}.homepage_wrapper .slide_image{opacity:0;transform:translateY(280px);transition:opacity .8s ease,transform .8s ease;transition-delay:.3s}.homepage_wrapper .slide_image.show{opacity:1;transform:translateY(170px)}.homepage_wrapper .s08{height:100%;padding:60px 18px}.homepage_wrapper .s08 .upperside{display:flex;flex-direction:column;align-items:center;width:100%;gap:50px}.homepage_wrapper .s08 .up_left{width:100%}.homepage_wrapper .s08 .up_left img{width:52px;height:53px}.homepage_wrapper .s08 .up_left .section_title{font-size:28px}.homepage_wrapper .s08 .up_left .section_title p:last-child{font-weight:700}.homepage_wrapper .s08 .up_right{width:100%;gap:30px}.homepage_wrapper .s08 .up_right .comp{flex-direction:column;align-items:start;width:auto}.homepage_wrapper .s08 .up_right .comp .compname{margin-bottom:10px}.homepage_wrapper .s08 .up_right .comp .storebtn_wrapper{flex-direction:column}.homepage_wrapper .s08 .bottomside{width:100%;background-color:transparent;padding:12px}.homepage_wrapper .s08 .bottomside,.homepage_wrapper .s08 .bottomside .bottom_left{flex-direction:column;align-items:start}.homepage_wrapper .s08 .bottomside .bottom_right{width:100%}.homepage_wrapper .s08 .bottomside .bottom_right p{text-align:center}.homepage_wrapper .s08 .bottomside .bottom_right button{padding:25px 53px;width:100%;margin-top:27px}.homepage_wrapper .homepage_footer{background-color:#fff;padding:50px 38px 42px;height:180px;align-items:center;justify-content:center}.homepage_wrapper .homepage_footer p{font-size:12px;text-align:center}.homepage_wrapper .homepage_footer .hide{display:block}.s07 .subtitle{width:calc(100% - 36px)}.s07 .hide{display:none!important}.scrollico div{display:none}.s01 .section01_title{display:flex;flex-direction:column;align-items:center;justify-content:center}.s01 .section01_title p{font-size:30px;letter-spacing:-2.7px}.topbutton{right:13px;bottom:30px}.topbutton,.topbutton svg{width:34px;height:34px}.notice_wrapper{margin-top:80px}.noti_titlewrapper{gap:6px}.noti_titlewrapper p:first-child{font-size:24px}.noti_titlewrapper p:last-child{font-size:10px}.notiarea{width:calc(100% - 36px);margin:25px auto 120px;border-top:1px solid #070707}.notiarea .notiheader,.notiarea .num{display:none}.notiarea .notirow{flex-direction:column;text-align:left;gap:6px;width:100%;height:70px;margin-left:7px}.notiarea .notirow .notititle{width:100%;font-size:12px;color:#323232;font-weight:400}.notiarea .notirow .trandt{width:100%;text-align:left;font-size:11px;font-weight:400;color:#818181}.notiarea .notirow .notititle{padding-left:0}}.mobile-dimm-enter-from,.mobile-dimm-leave-to{opacity:0}.mobile-dimm-enter-to,.mobile-dimm-leave-from{opacity:1}.mobile-dimm-enter-active,.mobile-dimm-leave-active{transition:opacity .3s ease}.mobile-menu-enter-from,.mobile-menu-leave-to{transform:translate(100%)}.mobile-menu-enter-to,.mobile-menu-leave-from{transform:translate(0)}.mobile-menu-enter-active,.mobile-menu-leave-active{transition:transform .3s ease}.rf_wrapper{position:relative;max-width:532px;margin:0 auto}.rf_wrapper .container-sm{width:100%;max-width:532px;margin:0 auto;padding-block:90px}@media(max-width:768px){.rf_wrapper .container-sm{max-width:100%;padding:0 16px}}.rf_wrapper .verify-input{flex:1 1 auto;position:relative;margin:0}.rf_wrapper .verify-input input{padding-right:58px}.rf_wrapper .verify-input .verify-text{position:absolute;top:50%;right:16px;transform:translateY(-50%)}.rf_wrapper .verify-input .verify-countdown{font-weight:500;font-size:12px;color:#e44040}.rf_wrapper .btn-verify{width:100%}.rf_wrapper .rf_wrapper li{list-style-type:disc!important}.rf_wrapper .refund_title{margin:40px 20px 0}.rf_wrapper .rf_title_l{font-weight:700;font-size:22px;text-align:center;color:#e84d57;line-height:1}.rf_wrapper .refund_title img{width:100px;display:block;margin:20px auto}.rf_wrapper .rf_title_s{font-weight:500;font-size:14px;text-align:center;color:#333;line-height:1.5;text-indent:4px}.rf_wrapper .refund_term_wrap{display:flex;flex-direction:row;width:80%;margin:36px auto 50px;justify-content:space-between;align-items:center}.rf_wrapper .rf_term_inner{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.rf_wrapper input[id=rf_termcheck]{display:none}.rf_wrapper input[id=rf_termcheck]+label{display:inline-block;width:20px;height:20px;border:1px solid #999;border-radius:4px;cursor:pointer}.rf_wrapper input[id=rf_termcheck]:checked+label{display:inline-block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIkSURBVHgB7Zg/a8JAGMbfnEUXBVF3nXRRaHFyc3NS+hU6urWfpKNjP4FgwclJJydpwUknXXRREHRRUJvnIJBqLrkkml4hPwgkl38/c3fPG6ORTqvVykUikY/z+fyobybp7+mcTqe3ZrM50yDHGPsiNcTMbHTJJ92NvZN6ciCJXmX6yjMpCoYcI7VJqi5IoaBfQkG/PFDARKNRyufzfH02m9Fut7M9PlDBeDxO9XqdEokE3y6VStRut+lwOAjPCayLL+UA1guFgu15gQiiW2u12i85WQIRrFarlE6nr9q32y0fh3bcXbBSqVAul7tq3+/31O12uaQdjpOkXC5TsVikWCxGo9GIL7LgXEwEK2TkHAWz2Sy/ifmGQEYSx5rPNdPv92m9XpMMtl2cyWQsb2zkmAjsF8nhx02nU5LFVnC5XFq2iwY9SKVSfL9Izs0QcRRcLBbCCyLTkG1mjKyzYjweu5ZzFAS46GQyuWpHtpklDTlMpksQJcPhkLwgFTO4+Gq1umpH8CKA0a2XVcIAk2EwGJBXpARRK0WxgLHYaDQs5XB8r9fjmXdXQSdJdLeVnGzW3UTQuKnME5GtEjK4LnUYU04D/lZywFMtRtCKIsNNlZDB88uCVei6rRIy+HqjhhDiByURoS6qPH7w/co/n8/5ci/Cv51+CQX98i8EN6QwTNO0b1IU/QvrJzsejy+k5lPc6IKvDJ/68TVd3+iQGkCsDye4/QDIVAJHTn5mYAAAAABJRU5ErkJggg==) 50%;background-size:20px 20px;cursor:pointer}.rf_wrapper .rf_termcheckbox{height:20px}.rf_wrapper .rf_termtitle{font-weight:500;font-size:14px;color:#333;margin-left:10px;line-height:20px}.rf_wrapper .rf_term_popup{width:20px;height:20px}.rf_wrapper .rf_term_popup img{width:100%}.rf_wrapper .refund_input_wrap{width:90%;margin:20px auto}.rf_wrapper .rf_inputtitle{font-weight:700;font-size:18px;color:#333;text-align:center;margin-bottom:20px}.rf_wrapper .rf_formwrap{width:90%;margin:0 auto}.rf_wrapper .rf_inputinner{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px}.rf_wrapper .rf_inner_t{font-weight:500;font-size:14px;color:#555;text-align:left;display:block;width:40%;margin-bottom:4px}.rf_wrapper .rf_value{display:block;width:100%;height:40px;border:1px solid #dedede;border-radius:2px}.rf_wrapper .rf_inputinner input{padding:0 10px;color:#555}.rf_wrapper .rf_inputinner:last-child{margin-bottom:0}.rf_wrapper .refund_info{font-weight:400;font-size:14px;color:#333;width:90%;margin:0 auto 50px}.rf_wrapper .refund_info ul{margin-left:20px}.rf_wrapper .refund_info li{list-style:disc}.rf_wrapper .refund_btn{display:block;width:320px;height:50px;background-color:#212b35;border-radius:10px;color:#fff;font-weight:500;font-size:16px;text-align:center;margin:0 auto 30px}.rf_wrapper .dimm{position:fixed;top:0;left:0;width:100%;height:100vh;background:#000;opacity:.5;z-index:998}.rf_wrapper .alert_popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:300px;border-radius:10px;background:#fff;z-index:999;max-width:680px}.rf_wrapper .popup_inner{position:relative;padding:32px 28px}.rf_wrapper .popup_img_wrap{width:100%;margin:10px auto 0;text-align:center}.rf_wrapper .popup_img_wrap img{width:50%}.rf_wrapper .popup_title{font-weight:700;font-size:20px;color:#333;text-align:center}.rf_wrapper .popup_text{font-weight:400;font-size:16px;color:#333;margin-top:24px;display:block;min-height:40px;padding-bottom:80px;text-align:center}.rf_wrapper .popup_btn{position:absolute;left:0;bottom:0;width:100%;padding:0 50px 26px}.rf_wrapper .pu_button{display:block;width:100%;line-height:46px;background-color:#212b35;color:#fff;font-weight:700;font-size:20px;border-radius:6px;text-decoration:none;text-align:center}.rf_wrapper .term_popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;z-index:999;width:100%;height:auto;max-width:1200px;max-height:850px;overflow-y:scroll;border-radius:10px}.rf_wrapper .term_popup::-webkit-scrollbar{display:none}.rf_wrapper .tpu_close{width:100%;flex:1;text-align:right}.rf_wrapper .tpu_closetext img{width:24px;height:24px}.rf_wrapper .tpu_text{margin:24px}.rf_wrapper .title_wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.rf_wrapper .tpu_title{font-weight:700;font-size:18px;letter-spacing:-1px;color:#333;flex-shrink:0}.rf_wrapper .tpu_script{font-weight:400;font-size:13px;color:#333;margin:20px auto}@media screen and (max-width:700px){.rf_wrapper .term_popup{width:300px;height:680px}}*{margin:0;padding:0;list-style:none;box-sizing:border-box}body{font-family:Noto Sans KR,sans-serif;font-size:16px;font-weight:500;color:var(--color-text-base);position:relative;margin:0 auto}div{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}img{width:100%;display:inline-block;vertical-align:bottom}p,span{margin:0;padding:0}button{font-family:Noto Sans KR,sans-serif;border:none;font-weight:500}a{text-decoration:none}input,select,textarea{outline:none!important}input:focus,select:focus,textarea:focus{outline:none!important;box-shadow:none!important;border-color:inherit!important}.bd1,.bd1_2{font-size:15px;font-weight:500}.bd1_2{line-height:1.6}.bd2{line-height:1.5}.bd2,.bd2_2{font-size:14px;font-weight:500}.bd2_2{line-height:1.6}.bd3{font-size:13px;font-weight:500}.hl1{font-size:18px;font-weight:700}.lb1{font-size:11px;font-weight:500}.g800{color:#000}.g700{color:#2f2f2f}.g600{color:#474747}.g400{color:#787878}.g300{color:#979797}.g200{color:#c7c7c7}.p100{color:#6250ff}.p500{color:#4d3dd3}.b500{color:#4069d0}.b600{color:#2e5aca}.b0{color:#f5f8ff}.wrap{display:flex;flex-direction:column;height:100vh;height:100dvh}.submenu{align-items:center;justify-content:center;flex-shrink:0;height:50px;background:#fff;box-shadow:0 2px 2px #c8c8c840;border-top:1px solid #c8c8c8}.body,.submenu{display:flex;width:100%;position:relative}.body{flex-direction:column;flex:1;overflow-y:auto;padding:17px}.footer{justify-content:center;flex-shrink:0;width:100%;height:70px;padding:17px;background-color:#fff}.cloud_wrapper,.footer{display:flex;align-items:center}.cloud_wrapper{gap:8px;flex-direction:row;padding:10px;scroll-padding:10px;border-radius:10px;background-color:#f8f8f8;margin:20px 17px 6px;overflow:scroll}.cloud_wrapper::-webkit-scrollbar{display:none}.connected{background-color:#fff;color:#2f2f2f;box-shadow:0 1px 9px #d0d7dd4d}.connected,.disconnected{font-size:14px;font-weight:500;padding:8px 12px;border:1px solid transparent;border-radius:8px;flex:1;height:42px;white-space:nowrap}.disconnected{background-color:transparent;color:#979797}.connected_wrapper{flex:1;overflow-y:auto;padding-bottom:70px;margin:0 17px}.connected_wrapper2{margin:0 17px}.noconnected_wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.noconnected_wrapper .hl1{margin-top:16.5px;margin-bottom:4px}.noconnected_wrapper img{width:34px;height:34px}.twobtn_wrapper{gap:10px;padding:18px 17px}.twobtn_wrapper,.twobtnnopadding{display:flex;flex-direction:row;width:100%}.twobtnnopadding{gap:6px}.columnbtn_wrapper{display:flex;flex-direction:column;width:100%;gap:6px}.bottom_btn{width:calc(100% - 34px)!important;position:fixed;bottom:18px}.fixedbtn{position:fixed;bottom:0;left:0}.btn{max-width:640px;margin:0 auto;height:var(--btn-height);border:1px solid transparent;background-color:var(--color-primary);border-radius:var(--btn-border-radius);font-size:var(--btn-font-size);color:#fff}.btn,.btn_secondary{display:flex;align-items:center;justify-content:center;width:100%;padding:10px}.btn_secondary{height:46px;border:1px solid #4d3dd3;border-color:var(--color-primary);color:var(--color-primary);border-radius:var(--btn-border-radius);font-size:14px}.black_btn{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border:1px solid transparent;padding:10px;background-color:#2f2f2f;border-radius:5px;font-size:14px;color:#fff}
