.p-home__inner{position:relative;width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:36px}.p-home__inner span{text-align:center}.p-home__inner h6{width:60%;margin:16px auto}@media screen and (max-width:767px){.p-home__inner{width:100%}.p-home__inner h3{font-size:22px;text-align:center;width:100%}.p-home__inner h6{width:100%}}.p-home__heroText{line-height:1;font-weight:600;margin:0 auto;font-size:36px}.p-landing__inner{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.p-landing__chatBox{width:100%;height:100%;border:1px solid #979797;border-radius:12px;background:hsla(0,0%,100%,.15);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.p-landing__chatBox--inputs{width:inherit;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:12px 24px;border-radius:12px}.p-landing__chatBox--inputs--actions{width:100%;margin-top:16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.p-landing__chatBox--inputs--buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}.p-landing__chatBox--inputs--actionBtn{background-color:#313131;width:36px;height:36px;border:1px solid #6b6b6b;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:6px}.p-landing__chatBox--input{width:100%;height:40px;background-color:rgba(0,0,0,0);border:none;color:#fff;text-wrap:wrap;resize:none}.p-landing__chatBox--input:focus{outline:none}.l-header{height:100px;flex-direction:column;justify-content:flex-start;z-index:100}.l-header,.l-header__inner{width:100%;display:flex;align-items:center}.l-header__inner{height:100%;padding:20px 122px;flex-direction:row;justify-content:space-between;gap:24px}@media screen and (max-width:767px){.l-header__inner{padding:20px 22px}}.l-footer{width:100%;height:60px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:rgba(0,0,0,0);z-index:100}@media screen and (max-width:767px){.l-footer{height:100%}}.l-footer__inner{width:100%;height:100%;padding:20px 122px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}@media screen and (max-width:767px){.l-footer__inner{flex-direction:row;padding:16px 22px}.l-footer__inner label{margin-left:auto}}.l-footer__sns{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px}.l-footer__sns a{color:#fff;text-decoration:none}@media screen and (max-width:767px){.l-footer__sns{gap:16px}}.p-auth__loginBtn{background-color:#313131;color:#fff;padding:10px 24px;text-decoration:none;cursor:pointer;border-radius:12px;border:none;animation:all .3s ease}.p-auth__loginBtn:hover{background-color:#1f1f1f;border:1px solid #313131}.p-auth__userAvatar{width:40px;height:40px;border-radius:50%;cursor:pointer}.p-auth__userAvatar:hover{filter:brightness(90%)}.p-signinPop__overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.8);z-index:999}.p-signinPop__box{position:relative;width:min(600px,50%);height:min(300px,50%);background-color:#313131;border:1px solid #979797;border-radius:12px;padding:16px 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.p-signinPop__box p{color:#f4f4f4;font-size:16px}@media screen and (max-width:767px){.p-signinPop__box{width:min(300px,80%);height:min(300px,36%);padding:36px 20px}}.p-signinPop__close{position:absolute;top:16px;right:24px;text-decoration:underline;font-size:12px;cursor:pointer;pointer-events:auto;z-index:100;background-color:rgba(0,0,0,0);color:#979797;border:none}.p-signinPop__btn{width:90%;margin:auto auto 24px;background-color:#1f1f1f;border:1px solid #979797;border-radius:12px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px;font-size:16px;color:#fff;cursor:pointer}.p-signinPop__btn:hover{filter:brightness(80%)}.p-signinPop__btn img{margin-right:24px}@media screen and (max-width:767px){.p-signinPop__btn img{margin-right:16px}}.c-animations__slide{position:relative;overflow:hidden;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:40px 0;padding:24px 0}.c-animations__slide--track{display:flex;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:none}.c-animations__slide--card{background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(0,0,0,.0666666667);overflow:hidden;display:flex;align-items:center;justify-content:center}.c-animations__slide--card,.c-animations__slide--card img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.c-animations__slide--card img{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}.c-animations__flipCard{perspective:800px;border-radius:12px;position:relative}.c-animations__flipCard--inner{width:inherit;height:inherit;transition:transform .6s;transform-style:preserve-3d;position:relative}.c-animations__flipCard--front{cursor:pointer;width:inherit;height:inherit;position:absolute;backface-visibility:hidden;-webkit-backface-visibility:hidden;border:1px solid #979797;border-radius:12px;object-fit:cover}.c-animations__flipCard--front img{width:inherit;height:inherit;border-radius:inherit;object-fit:cover}.c-animations__flipCard--back{cursor:pointer;width:inherit;height:inherit;transform:rotateY(180deg);border:1px solid #979797;border-radius:12px;padding:12px;backface-visibility:hidden;-webkit-backface-visibility:hidden;background:rgba(0,0,0,.35);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);overflow-y:scroll}.c-animations__flipCard--back::-webkit-scrollbar{width:0;height:0}.c-animations__flipCard--back p{font-size:12px;font-style:italic}@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*,:after,:before{box-sizing:border-box}*{margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#__next,#root{isolation:isolate}*,.root,body,html,main{box-sizing:border-box;font-size:14px;font-family:Inter,sans-serif}html{background:radial-gradient(ellipse at top center,#444444 0,black 100%);scrollbar-gutter:stable both-edges}body,html{overscroll-behavior-y:none}body{position:relative;z-index:0}b,h1,h2,h3,h4,h5,h6,i,li,p,ul{color:#fff;font-family:Inter,sans-serif}@media screen and (max-width:767px){b,h1,h2,h3,h4,h5,h6,i,li,p,ul{text-wrap:none;word-break:normal}}h1{font-size:clamp(44px,4vw,48px);line-height:clamp(52px,4vw,56px);font-weight:600;font-family:Inter,sans-serif;font-weight:700;font-style:normal}h2{font-size:clamp(36px,4vw,40px);line-height:clamp(40px,4vw,44px);font-weight:500}h3{font-size:clamp(28px,4vw,32px);line-height:clamp(32px,4vw,36px)}h3,h4{font-weight:400;font-family:Inter,sans-serif;font-weight:600;font-style:normal}h4{font-size:clamp(21px,4vw,28px);line-height:clamp(28px,4vw,32px)}@media screen and (max-width:767px){h4{text-align:center}}h5{font-size:clamp(18px,4vw,24px);line-height:clamp(24px,4vw,28px);font-weight:400;font-family:Inter,sans-serif;font-weight:600;font-style:normal}@media screen and (max-width:767px){h5{text-align:center}}h6{font-size:clamp(16px,4vw,20px);line-height:clamp(18px,4vw,24px);font-weight:400;font-weight:500}h6,p{font-family:Inter,sans-serif;font-style:normal}p{line-height:1.2;font-size:1.5rem;font-weight:400}b{line-height:inherit;color:inherit}a,b{font-size:inherit}a{color:#007aff;cursor:pointer}label{color:#979797;font-family:Inter,sans-serif;font-weight:200;font-style:normal}i,span{font-size:inherit}i{line-height:inherit;color:inherit}::-webkit-scrollbar{width:1px;margin-left:20px;height:1px}::-webkit-scrollbar-track{background-color:#fafafa}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px rgba(0,0,0,0)!important;-webkit-text-fill-color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.p-openingInstruction__wrapper{width:100%;background:hsla(0,0%,100%,.15);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.p-openingInstruction__inner{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:40px auto}@media screen and (max-width:767px){.p-openingInstruction__inner{width:100%;margin:20px auto;padding-inline:0}}.p-openingInstruction__inner *{color:#f4f4f4}.p-openingInstruction--desc{margin:24px auto}@media screen and (max-width:767px){.p-openingInstruction--desc{width:80%;font-size:14px}}.p-openingInstruction--sections{width:80%;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;justify-content:space-evenly;align-items:stretch;gap:12px;margin-top:24px}@media screen and (max-width:767px){.p-openingInstruction--sections{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;overscroll-behavior-x:contain;grid-gap:16px;gap:16px;scroll-snap-type:x mandatory;scroll-padding-inline:0;-webkit-overflow-scrolling:touch}.p-openingInstruction--sections::-webkit-scrollbar{width:0;height:0}}.p-openingInstruction--section{flex:1 1;min-width:0;border:1px solid #979797;border-radius:12px;padding:12px;display:flex;flex-direction:column}@media screen and (max-width:767px){.p-openingInstruction--section{scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;min-width:0;padding:16px}}.p-openingInstruction--section p{font-size:14px;font-weight:800;margin-bottom:16px;padding-bottom:4px;text-align:center;border-bottom:1px dashed #6b6b6b}.p-openingInstruction--section label{font-size:12px;line-height:1}.p-openingInstruction--conversationEx{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;background-color:#1f1f1f;border-radius:12px;padding:24px 12px}@media screen and (max-width:767px){.p-openingInstruction--conversationEx{flex:1 1 auto;min-height:0}}.p-openingInstruction--conversationEx label{max-width:80%;border:.1px solid #979797;border-radius:6px;border-top-left-radius:0;padding:8px 6px}.p-openingInstruction--fadeRight{position:absolute;inset-block:0;right:0;width:56px;pointer-events:none;display:flex;align-items:center;justify-content:flex-end;padding-right:6px;opacity:0;animation:blink 2s ease 6}.p-openingInstruction--chev{width:18px;height:18px;border-right:2px solid #bbb;border-bottom:2px solid #bbb;transform:rotate(-45deg);opacity:.9}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}.p-gallery__wrapper{width:100%;background:hsla(0,0%,100%,.15);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.p-gallery__inner{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:40px auto}@media screen and (max-width:767px){.p-gallery__inner{width:100%;margin:20px auto}}.p-gallery__catch{font-size:24px;color:#fff}.p-faq__wrapper{width:100%;background:hsla(0,0%,100%,.15);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.p-faq__inner{width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:40px auto}@media screen and (max-width:767px){.p-faq__inner{width:80%;margin:20px auto}}.p-faq__table{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;margin:24px 0}.p-faq__question{width:100%;height:-moz-fit-content;height:fit-content;min-height:0;border:1px solid #979797;border-radius:12px;padding:16px 20px;background:rgba(1,0,0,.35);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:all .5s ease}.p-faq__question summary{display:block}.p-faq__question summary h3{font-size:20px;font-weight:500}.p-faq__question summary::-webkit-details-marker{display:none}.p-faq__question summary:hover{filter:brightness(80%);cursor:pointer}.p-faq__question p{font-size:16px;line-height:1.1;font-weight:300;margin-top:8px}.p-faq__answer{overflow:hidden}.p-partnerForm__wrapper{width:100%;background:rgba(0,0,0,.35);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.p-partnerForm__inner{width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:40px auto}@media screen and (max-width:767px){.p-partnerForm__inner{width:80%;margin:20px auto}}.p-partnerForm__flex{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;margin:24px 0}@media screen and (max-width:767px){.p-partnerForm__flex{flex-direction:column;justify-content:flex-start;align-items:center}}.p-partnerForm__form{width:100%;padding:8px 10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}@media screen and (max-width:767px){.p-partnerForm__form{align-items:center;order:2}}.p-partnerForm__form label{width:80%;display:flex;flex-direction:column;font-size:12px}.p-partnerForm__form label input,.p-partnerForm__form label textarea{width:100%;min-height:40px;border-radius:12px;background-color:#313131;padding:8px 10px;color:#fff;border:none;margin-top:3px;resize:none}.p-partnerForm__form label input:focus,.p-partnerForm__form label textarea:focus{outline:none;border:1px solid #979797}.p-partnerForm__text{width:100%;padding:16px 20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.p-partnerForm__text h6{text-align:center}.p-partnerForm__text p{margin:24px 10px;line-height:1.3;text-align:center;color:#979797}@media screen and (max-width:767px){.p-partnerForm__text{display:none}}.p-what__wrapper{width:100%;background:rgba(0,0,0,.35);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.p-what__inner{width:50%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:40px auto}@media screen and (max-width:767px){.p-what__inner{width:100%;margin:20px auto}.p-what__title{width:80%}}.p-what__desc{color:#979797;line-height:1.1;margin-top:24px;text-align:center}@media screen and (max-width:767px){.p-what__desc{font-size:14px;line-height:1;width:80%}}