a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body,html{padding:0;margin:0;font-family:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;height:100vh}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}#root{height:100%}a{color:inherit;text-decoration:none}*{box-sizing:border-box}body *{white-space:pre-wrap}button{border:none}@media only screen and (orientation:landscape) and (max-width:768px){body{height:100vw;width:100vh;-webkit-transform:rotate(270deg) translateX(50%);transform:rotate(270deg) translateX(50%);margin:auto}}.vrew-logo{width:82px;height:24px;align-self:center}.result-screen{height:100vh;padding:80px 24px 68px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background-color:#fff;background-color:var(--vrew-gray-25)}.result-screen .result-icon{width:92px;height:92px;margin-top:auto;margin-bottom:32px}.result-screen .result-icon.error-image{width:108px;height:108px;margin-bottom:24px}.result-screen .result-title{font-weight:600;font-size:22px;line-height:30px;color:#000;text-align:center}.result-screen .result-description{font-size:18px;line-height:26px;color:#595959;color:var(--vrew-gray-600);margin-top:8px;margin-bottom:auto;text-align:center}.result-screen .error-guide{padding:8px 16px;background:#fbfbfb;background:var(--vrew-gray-50);border-radius:8px;align-self:stretch}.error-guide .error-guide-title{font-weight:500;font-size:15px;line-height:22px;color:#000;padding-bottom:2px}.error-guide .error-guide-description{font-size:13px;line-height:20px;color:#6d6d6d;color:var(--vrew-gray-500)}.result-screen .result-ios-container{width:285px;border-radius:12px;padding:24px 20px;display:flex;flex-direction:column;grid-gap:12px;gap:12px;background-color:#f8f8f8;background-color:var(--vrew-gray-75)}.result-screen .result-ios-desc{font-size:14px;line-height:21px;color:#595959;color:var(--vrew-gray-600)}.file-selector{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}.file-selector img{width:100%;margin:auto}.file-selector .file-selector-policy{margin-top:auto;align-self:center;text-align:center;color:#000;font-size:13px;line-height:20px}.file-selector .file-selector-buttons{padding:0 8px;display:flex;flex-direction:column;align-items:stretch;margin-top:12px;width:100%}.file-selector-buttons>button{border-radius:12px;font-weight:600;font-size:16px;line-height:19px;padding:15px 0;background:#24b7d0;background:var(--vrew-mint-400);color:#fff;margin-bottom:12px}.file-selector .file-input{display:none}.upload-screen{flex:1 1;display:flex;align-items:stretch;flex-direction:column}.upload-screen .page-title{margin-bottom:16px}.upload-screen .upload-message{padding:8px;background:#fff6f7;border-radius:8px;display:flex;font-size:14px;line-height:20px;color:#000;margin-bottom:16px;-webkit-animation:warning-blink 1s ease-in-out infinite;animation:warning-blink 1s ease-in-out infinite}.upload-screen .upload-message.upload-done{background:#000;background:var(--vrew-gray-900);-webkit-animation:info-blink 1s ease-in-out infinite;animation:info-blink 1s ease-in-out infinite}@-webkit-keyframes warning-blink{0%{background:#fff6f7}50%{background:rgba(255,246,247,.3137254902)}to{background:#fff6f7}}@keyframes warning-blink{0%{background:#fff6f7}50%{background:rgba(255,246,247,.3137254902)}to{background:#fff6f7}}@-webkit-keyframes info-blink{0%{background:rgba(#eefcfd,1);background:rgba(var(--vrew-mint-25),1)}50%{background:rgba(#eefcfd,.4);background:rgba(var(--vrew-mint-25),.4)}to{background:rgba(#eefcfd,1);background:rgba(var(--vrew-mint-25),1)}}@keyframes info-blink{0%{background:rgba(#eefcfd,1);background:rgba(var(--vrew-mint-25),1)}50%{background:rgba(#eefcfd,.4);background:rgba(var(--vrew-mint-25),.4)}to{background:rgba(#eefcfd,1);background:rgba(var(--vrew-mint-25),1)}}.upload-message>img{width:16px;height:16px;margin-right:8px}.upload-screen .upload-thumbnail{display:flex;justify-content:center;align-items:center;margin-bottom:16px}.upload-screen .upload-thumbnail.fallback{padding:45px 0}.upload-thumbnail.fallback img{object-fit:scale-down}.upload-thumbnail:not(.fallback) img{object-fit:contain;width:100%;max-height:200px;border-radius:8px}.upload-thumbnail.vertical img{max-height:180px}.upload-screen .upload-text-info{display:flex;align-items:center;font-size:16px;line-height:24px;color:#000;margin-bottom:4px}.upload-text-info .upload-name{overflow:hidden;text-overflow:ellipsis;flex:1 1;white-space:pre;margin-right:4px}.upload-text-info .upload-size{margin-left:8px;font-size:14px;line-height:20px;color:#959595;color:var(--vrew-gray-400)}.upload-screen .upload-progress{color:#24b7d0;color:var(--vrew-mint-400);font-size:16px;line-height:12px;display:flex;align-items:center;margin-bottom:auto}.upload-progress progress{-webkit-appearance:none;appearance:none;border:none;margin-right:17px;flex:1 1;border-radius:4px;height:12px;overflow:hidden}.upload-progress progress[value]::-webkit-progress-bar{background-color:#f3f3f3;background-color:var(--vrew-gray-100)}.upload-progress progress[value]::-webkit-progress-value{background-color:#24b7d0;background-color:var(--vrew-mint-400);-webkit-transition:inline-size .25s ease-out;transition:inline-size .25s ease-out}.upload-screen .vrew-logo{margin-top:auto}.loading-screen{flex:1 1;height:100%;display:flex;align-items:center;justify-content:center}.loading-screen img{width:88px;height:88px;margin:auto;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.main{padding:80px 24px 84px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;height:100%;background-color:#fff;background-color:var(--vrew-gray-25)}.main .page-title{font-size:22px;line-height:30px;font-weight:600;color:#000}:root{--vrew-gray-900:#000;--vrew-gray-800:#1b1b1b;--vrew-gray-750:#2b2b2b;--vrew-gray-700:#3b3b3b;--vrew-gray-600:#595959;--vrew-gray-500:#6d6d6d;--vrew-gray-400:#959595;--vrew-gray-300:#b5b5b5;--vrew-gray-200:#d9d9d9;--vrew-gray-150:#e9e9e9;--vrew-gray-100:#f3f3f3;--vrew-gray-75:#f8f8f8;--vrew-gray-50:#fbfbfb;--vrew-gray-25:#fff;--vrew-cherry-900:#904;--vrew-cherry-800:#bd0647;--vrew-cherry-700:#d01249;--vrew-cherry-600:#e61a4b;--vrew-cherry-500:#f6214c;--vrew-cherry-400:#fb3e65;--vrew-cherry-300:#ff6181;--vrew-cherry-200:#ff8fa4;--vrew-cherry-100:#ffbbc8;--vrew-cherry-50:#ffe4e9;--vrew-lemon-900:#ff8016;--vrew-lemon-800:#ff9e20;--vrew-lemon-700:#ffae25;--vrew-lemon-600:#ffc12b;--vrew-lemon-500:#ffcf32;--vrew-lemon-400:#ffd643;--vrew-lemon-300:#ffdf61;--vrew-lemon-200:#fee88e;--vrew-lemon-100:#fef0ba;--vrew-lemon-50:#fefae4;--vrew-orange-900:#bf4100;--vrew-orange-800:#d84e06;--vrew-orange-700:#e5560a;--vrew-orange-600:#f35d10;--vrew-orange-500:#fe6315;--vrew-orange-400:#ff793d;--vrew-orange-300:#ff9061;--vrew-orange-200:#ffaf8f;--vrew-orange-100:#ffcebb;--vrew-orange-50:#fceae7;--vrew-mint-800:#073c45;--vrew-mint-700:#11525d;--vrew-mint-600:#166e7d;--vrew-mint-500:#1d92a6;--vrew-mint-400:#24b7d0;--vrew-mint-300:#4acae0;--vrew-mint-200:#77d7e7;--vrew-mint-100:#a4e4ef;--vrew-mint-50:#d2f2f7;--vrew-mint-25:#eefcfd;--vrew-purple-400:#7359b0;--vrew-purple-200:#a990dd;--vrew-purple-100:#dbcef4;--vrew-purple-50:#f1eaff}.pc-notice{height:100%;display:flex;align-items:center;justify-content:center;grid-gap:84px;gap:84px;background-color:#fff;background-color:var(--vrew-gray-25)}.pc-notice .v-logo{width:200px;height:200px;object-fit:cover}.pc-notice .msg .notice-title{font-weight:600;font-size:64px;line-height:77px;color:#000}.pc-notice .msg .notice-description{margin-top:24px;font-size:26px;line-height:36px;color:#000;color:var(--vrew-gray-900)}