@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css?family=Montagu+Slab";@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");@font-face{font-family:RIDIBatang;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff) format("woff");font-weight:400;font-style:normal}.serif{font-family:Montagu Slab,RIDIBatang,serif}*,:after,:before{box-sizing:border-box}*,:after,:before,body,html{font-family:Poppins,IBM Plex Sans KR,M PLUS\ 1,sans-serif;margin:0;padding:0}body,html{color:#1f1f1f;position:relative}html{font-size:625%}body{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:16px}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}a,button{color:inherit;text-decoration:none}a,button{cursor:pointer;padding:0;margin:0}button,input,select,textarea{background-color:rgba(0,0,0,0);border:0}button:focus,input:focus,select:focus,textarea:focus{outline:none;box-shadow:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}dl,li,ol,ul{list-style:none;padding:0}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}textarea{overflow:auto}html{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}body{position:relative;overflow-x:hidden;background-color:#f7f8fa}body::-webkit-scrollbar{display:none;width:0}@keyframes fadeIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes stainBg01{0%{background-color:rgba(177,222,255,.4)}20%{background-color:none}40%{background-color:none}60%{background-color:none}80%{background-color:none}to{background-color:none}}@keyframes stainBg02{0%{background-color:none}20%{background-color:none}40%{background-color:rgba(177,222,255,.4)}60%{background-color:none}80%{background-color:none}to{background-color:none}}@keyframes stainBg03{0%{background-color:none}20%{baackground-color:none}40%{background-color:none}60%{background-color:none}80%{background-color:rgba(177,222,255,.4)}to{background-color:none}}@keyframes textLoop{0%{transform:translateZ(0);-webkit-transform:translateZ(0)}to{transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0)}}@keyframes textRolling{0%{transform:translateY(0)}to{transform:translateY(-75%)}}@keyframes moveUpDown{0%{opacity:.8;transform:translateY(-4px) translateX(-50%)}50%{opacity:1;transform:translateY(0) translateX(-50%)}to{opacity:.8;transform:translateY(-4px) translateX(-50%)}}@keyframes gradientBg{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes marqueeDown{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes marqueeUp{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes marqueeLeft{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.fade-up{transform:translateY(2px)}.fade-left,.fade-up{transition:all .8s;opacity:0;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.fade-left{transform:translateX(2px)}.fade-right{transition:all .8s;opacity:0;transform:translateX(-2px);-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s}.inview{opacity:1;transform:none;transition-delay:.3s}.inview:first-child{transition-delay:.15s}.inview:nth-child(2){transition-delay:.2s}.inview:nth-child(3){transition-delay:.25s}.inview:nth-child(4){transition-delay:.3s}.inview:nth-child(5){transition-delay:.35s}.inview:nth-child(6){transition-delay:.45s}.inview:nth-child(7){transition-delay:.5s}.inview:nth-child(8){transition-delay:.6s}.main{width:100%}.heroes{width:100vw;height:calc(100vh - 1rem);flex-direction:column;background-color:#f0f8ff;padding-bottom:.4rem;background:url(https://salin-chatbot-asset.s3.ap-northeast-2.amazonaws.com/talker/home/img_heroes_background.png) no-repeat 50%;background-size:cover;overflow-x:hidden}.heroes,.heroes__greeting{position:relative;display:flex;justify-content:center}.heroes__greeting{width:100%;gap:1.2rem;z-index:3}.heroes__title{display:grid;grid-template-columns:repeat(8,min-content);justify-content:center;align-items:end;line-height:1.5rem;font-size:2rem;font-weight:700;padding-top:.6rem;color:#1f1f1f}.heroes__title-item{padding-right:0}.heroes__title-item--i{padding-right:.32rem}.heroes__title-item--e{width:1.2rem;height:1.2rem}@keyframes rotateVertCenter{0%{transform:rotateY(0)}to{transform:rotateY(1turn)}}.heroes__subtitle{display:inline-block;font-size:.24rem;font-weight:600;color:#fff;padding:.12rem .24rem;border-radius:.16rem .16rem 0 .16rem;background-color:#0099ff;animation:bounceInfinite 1s linear infinite both}.heroes__description,.heroes__subtitle{text-align:center;box-shadow:.08rem .08rem .1rem rgba(0,0,0,.1)}.heroes__description{color:#1f1f1f;font-size:.28rem;font-weight:500;margin-top:.8rem;padding:.2rem .4rem;border:.02rem solid #eee;background-color:#ffffff;border-radius:.16rem 0 .16rem .16rem;animation:bottomToTop 2s ease-in-out}.heroes__description .heroes__description--highlight{color:#0099ff}.heroes__button-wrap{display:flex;gap:.24rem;margin-top:1.2rem;animation:bottomToTop 2s ease-in-out}@keyframes bottomToTop{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}.heroes__button{display:inline-flex;align-items:center;color:#fff;font-size:.24rem;font-weight:500;padding:.2rem .8rem .2rem .64rem;background-color:#0099ff;border:.02rem solid #0099ff;border-radius:.4rem;gap:.12rem;transition:all .3s ease}.heroes__button:hover{color:#0099ff;background-color:#fff;border:.02rem solid #0099ff}.heroes__button:hover>svg path{stroke:#0099ff}#lottie-heroes{width:4.8rem;height:4.8rem;box-shadow:.08rem .08rem .1rem rgba(0,0,0,.1);border-radius:50%;margin-top:.4rem}.heroes__ribbon{position:absolute;width:100%;bottom:1.2rem;box-sizing:border-box;z-index:1}.heroes__ribbon-wrapper{display:flex;flex:0 0 auto;white-space:nowrap;overflow:hidden;transition:all .3s ease-in;font-size:.24rem;color:#b1deff;letter-spacing:.08rem}.heroes__ribbon-wrapper:hover .heroes__ribbon-item{animation-play-state:paused;cursor:pointer}.heroes__ribbon-item{animation:textLoop 50s linear infinite;padding-right:.08rem}.heroes .btn-more{width:.48rem;height:.48rem;position:absolute;bottom:.4rem;left:50%;animation:moveUpDown 1s infinite alternate}.header,.heroes .btn-more img{width:100%}.header{padding:.24rem .8rem;overflow:hidden;box-sizing:border-box;position:sticky;top:0;font-size:.22rem;z-index:999;display:grid;grid-template-columns:repeat(12,1fr);column-gap:.24rem;align-items:center;transition:all .2s ease-in;background-color:#f0f8ff}.header.on-scroll{background-image:linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,.01))}.header__logo{grid-column-start:1;align-self:center;width:2rem;height:.56rem;display:flex;justify-content:center;align-items:center;overflow:hidden;text-align:center;background-image:url(https://salin-chatbot-asset.s3.ap-northeast-2.amazonaws.com/talker/home/logo_AiTalker.png);background-size:contain;background-position:50%;background-repeat:no-repeat}.header__contact{display:block;text-align:left;grid-column:3/6;font-size:.22rem;font-weight:400;transition:all .3s ease-in}.header__contact:hover{color:#bbe5ff}.nav{grid-column-start:3;grid-column-end:13}.nav__list{width:100%;display:flex;justify-content:right;align-items:center;flex-direction:row;gap:.8rem;z-index:8}.nav__item{transition:all .3s ease-in}.nav__item--blank{color:#0099ff}.nav__item--blank ion-icon{position:relative;width:.18rem;height:.18rem;top:-.04rem}.nav__item:hover{color:#bbe5ff}.nav__language{padding:0 .16rem;border-radius:99rem;background-color:#bbe5ff;font-size:.08rem;font-weight:600;color:#000}.nav__language:hover{background-color:#5479f7;color:#fff}.content{display:flex;flex-direction:column;align-items:center}.inner,section{position:relative}.inner{display:inline-block;width:100%;max-width:16rem}.sub-title{padding:.08rem .2rem;border-radius:.12rem;font-size:.28rem;font-weight:600;color:#fff;background-color:#0099ff;animation:bounce 2s ease-in-out infinite}.sub-title,.sub-title:after{position:absolute;left:50%;transform:translateX(-50%)}.sub-title:after{content:"";bottom:-.2rem;border:.12rem solid transparent;border-top-color:#0099ff}@keyframes bounce{0%{top:.9rem}50%{top:1.1rem}to{top:.9rem}}.item{border-radius:.12rem;padding:.32rem;word-wrap:break-word;background-color:#fff;box-shadow:.4px .4px 1.2px rgba(0,0,0,.1)}.item,.item__title{position:relative;text-align:center}.item__title{font-size:.28rem;font-weight:600;color:#0099ff}.item__sub-title{font-size:.16rem;text-align:center;color:#999;margin-bottom:.12rem}.item__text{text-align:left;font-size:.21rem;font-weight:400;word-break:keep-all;letter-spacing:.04px}.item__text.jp{word-break:break-all}.about{width:100vw;justify-content:center;padding-top:1rem;box-sizing:border-box;background-color:#f7f8fa}.about,.interlude{display:flex;flex-direction:column;align-items:center}.interlude{text-align:center;gap:.32rem}.interlude.inner{padding:0 0 .6rem}.interlude__title{font-size:.48rem;font-weight:600}.interlude__text{font-weight:500;font-size:.28rem;line-height:.42rem;padding:0 1.8rem}.interlude__text .serif{font-weight:500}.interlude__text .dim-bg-anim{display:inline-block;border-radius:50px;padding:0 .12rem;box-sizing:border-box;color:#0099ff}.interlude__text .dim-bg-anim:first-child,.interlude__text .dim-bg-anim:nth-child(2){animation:stainBg02 ease-in infinite;animation-duration:4s}.interlude__text .dim-bg-anim:nth-child(2){animation-delay:2s}.tech-lr__inner{padding-top:0;display:grid;align-items:stretch;justify-content:center;grid-template-columns:1fr auto 1fr;gap:.8rem;padding-bottom:1.2rem}#lottie-talker{width:3.2rem}.tech-lr .item__text li{position:relative;margin-bottom:.08rem;padding-left:.24rem;width:100%;word-break:break-all}.tech-lr .item__text li:before{content:"";counter-increment:item;display:inline-block;width:.16rem;height:.16rem;background-image:url(https://salin-chatbot-asset.s3.ap-northeast-2.amazonaws.com/talker/home/icon_sparkle.png);background-size:contain;background-repeat:no-repeat;position:absolute;left:0;top:.06rem}.features{position:relative;display:block;width:100%;background-color:#b1deff;text-align:center}.features__inner{padding:2.4rem 0 1.2rem}.features .sub-title{color:#0099ff;background-color:#fff}.features .sub-title:after{border-color:#fff transparent transparent}.features__grid{display:grid;align-items:stretch;justify-content:center;grid-template-columns:repeat(4,minmax(0,1fr));gap:.24rem}.features__icon-new{position:absolute;display:block;padding:.08rem .12rem;top:0;left:-36px;transform:translate(30%,-40%);background-color:rgb(255 118 250);color:#fff;font-size:.16rem;font-weight:600;border-radius:.08rem .08rem 0 .08rem}.item__icon{width:.4rem;margin-bottom:.12rem;opacity:.3}.lottie-bgdot{position:absolute;width:8rem;height:5rem;opacity:.6}.lottie-bgdot:first-child{top:.2rem;left:0}.lottie-bgdot:nth-child(2){bottom:.2rem;right:0}.case{padding:2.4rem 0 1.2rem}.case__grid{display:grid;gap:.24rem;grid-template-columns:repeat(1,minmax(0,1fr))}.case .item__title{position:relative;display:flex;justify-content:center;align-items:center;gap:.08rem}.case__title-icon{width:.28rem;height:.28rem;margin-bottom:0}.case .item__text{text-align:center}.case__link-list{display:flex;margin-top:.08rem;flex-wrap:wrap;justify-content:center}.case__link{display:block;position:relative;font-size:.18rem;color:#666;z-index:0}.case__link:not(:first-child):before{content:"｜"}.case__link:hover{color:#0099ff}.case__link-icon{width:.14rem;height:.14rem}.video{display:block;width:100%;background-color:#0099ff;text-align:center}.video__inner{display:grid;margin:auto;padding:1.2rem 0;grid-template-columns:4.8rem 1fr;align-items:stretch;gap:.8rem}.video__container{position:relative;padding-bottom:177.8%;height:0;overflow:hidden}.video__shorts{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video__contents{position:relative;text-align:left}#lottie-video{position:absolute;bottom:0;left:0;width:1.2rem}.video__text{color:#fff;font-size:.48rem;font-weight:600}.video__link-list{margin-top:.2rem}.video__link{color:#fff;font-size:.22rem;margin-top:.12rem;padding-left:.24rem}.video__link,.video__link--title{display:inline-block;position:relative;font-weight:500;z-index:0}.video__link--title{color:#b1deff;font-size:.32rem;margin-top:.24rem;padding-left:0}.video__link:before{content:"";counter-increment:item;display:inline-block;width:.16rem;height:.16rem;background-image:url(https://salin-chatbot-asset.s3.ap-northeast-2.amazonaws.com/talker/home/icon_sparkle.png);background-size:contain;background-repeat:no-repeat;position:absolute;left:0;top:.1rem}.video__link--title:after,.video__link--title:before{display:none}.service{padding:2.4rem 0 1.2rem}.service__grid{display:grid;max-width:16rem;margin:0 auto;align-items:stretch;justify-content:center;grid-template-columns:repeat(4,minmax(0,1fr));gap:.24rem}.service-item{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.24rem}.service-item__thumb{width:.6rem}.service-item__title{font-size:.27rem;font-weight:600;color:#ee0055}.service-item__top{display:flex;flex-direction:column;align-items:center;gap:4px}.service-item:nth-child(2) .service-item__title{color:#3c9e84}.service-item:nth-child(3) .service-item__title{color:#9657fe}.service-item:nth-child(4) .service-item__title{color:#ff8a00}.service-item__link{position:relative;display:inline-flex;width:auto;padding:.04rem .16rem;border-radius:99rem;color:#fff;font-weight:600;align-items:center;background-color:#ee0055;gap:.04rem}.service-item:nth-child(2) .service-item__link{background-color:#3c9e84}.service-item:nth-child(3) .service-item__link{background-color:#9657fe}.service-item:nth-child(4) .service-item__link{background-color:#ff8a00}.service-item__link ion-icon{position:relative;top:-.01rem}.footer{width:100%;height:auto;padding:.8rem .4rem;background-color:#f7f8fa}.footer,.footer .inner{box-sizing:border-box;display:flex;justify-content:center}.footer .inner{position:relative;padding:0 0 1.2rem;flex-direction:column;align-items:center;gap:.12rem}.footer__text{font-size:.32rem;text-align:center}.footer__text .welcome-msg{position:relative;display:inline-block}.footer__text .welcome-msg:after,.footer__text .welcome-msg:before{content:"";width:.24rem;height:.24rem;position:absolute;top:50%;transform:translateY(-50%);background-image:url(https://salin-chatbot-asset.s3.ap-northeast-2.amazonaws.com/talker/home/icon_sparkle.png);background-size:.24rem .24rem;background-position:50%;background-repeat:no-repeat}.footer__text .welcome-msg:after{left:-.36rem}.footer__text .welcome-msg:before{right:-.36rem}.footer__text .btn-mail{font-weight:600;font-size:.36rem;transition:all .3s ease-in}.footer__text .btn-mail:hover{color:#8f8f8f}.footer__link{width:100%;gap:.48rem;margin-top:.12rem}.footer__link,.footer__link-item{display:flex;justify-content:center}.footer__link-item{width:1rem;height:1rem;border-radius:100px;transition:all .2s ease-in;align-items:center}.footer__link-item ion-icon{width:.68rem;height:.68rem}.footer__link-item:focus,.footer__link-item:hover{background-color:#b1deff}.footer__terms-btn{display:inline-block;margin-right:.12rem;position:absolute;bottom:.24rem;font-size:.21rem;font-weight:600;text-align:center}.footer__copyright{width:100%;box-sizing:border-box;display:flex;justify-content:center;font-size:.18rem;font-weight:400;position:absolute;bottom:0;color:#999}.btn-chatbot{width:1.2rem;height:1.2rem;border-radius:100%;background-color:#b1deff;border:2px solid #fff;z-index:10;position:fixed;right:.4rem;bottom:.4rem;padding:.24rem;box-sizing:border-box}.btn-chatbot:hover{transform:scale(1.1)}.btn-chatbot .btn-chatbot__container{position:absolute;width:100%;height:100%;left:0;top:0}.btn-chatbot .btn-chatbot__container:after{content:"";width:.58rem;height:.58rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(https://salin-chatbot-asset.s3.ap-northeast-2.amazonaws.com/talker/home/img_btn_chatbot.png);background-size:100%;background-position:50%;background-repeat:no-repeat;z-index:1}.btn-chatbot .image-container{width:100%;height:100%;position:relative}.btn-chatbot .image-container img{width:100%;height:100%}.drop-shadow{box-shadow:.2px .2px .8px rgba(0,0,0,.15)}.terms{width:100%;max-width:16rem;margin:0 auto;padding:.6rem;font-size:.14rem;background-color:#f7f8fa}.terms__service{margin-bottom:.4rem}.terms__privacy,.terms__service{padding:.4rem .4rem .8rem;background:#fff;border-radius:.12rem;box-shadow:.4px .4px 1.2px rgba(0,0,0,.1)}.terms__privacy-list,.terms__service-list{display:flex;flex-direction:column;gap:.2rem}.terms__privacy-title,.terms__service-title{position:relative;display:inline-block;font-size:.24rem;font-weight:600;color:#0099ff;padding-bottom:.4rem}.terms__privacy-item,.terms__service-item{display:flex;flex-direction:column;font-size:.16rem;gap:.02rem;margin-left:.2rem}.terms__privacy-item>strong,.terms__service-item>strong{font-size:.18rem;font-weight:600;margin-left:-.2rem}.terms__privacy-item>ul>li,.terms__service-item>ul>li{padding-left:.16rem}@media (max-width:1600px){.heroes{height:calc(100vh - .8rem)}.heroes__greeting{gap:.6rem}.heroes__title{font-size:1.2rem;align-items:center;padding-top:.1rem}.heroes__title-item--e{width:.64rem;height:.64rem;margin-top:.24rem}.heroes__subtitle{font-size:.16rem}.heroes__description{font-size:.18rem;margin-top:.1rem}.heroes__button-wrap{margin-top:.4rem}.heroes__button{font-size:.2rem;padding:.1rem .3rem}#lottie-heroes{width:2.8rem;height:2.8rem;margin-top:.5rem}.heroes__ribbon{bottom:.8rem}.heroes .btn-more{width:.38rem;height:.38rem;bottom:.2rem}.inner{padding:.8rem}.header{padding:.12rem .2rem}.header__contact{display:none}.nav{grid-column-end:13;display:flex;justify-content:flex-end}.nav__list{display:none;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1000;font-size:.4rem}.nav.active .nav__list{display:flex}.nav__hamburger{display:block;cursor:pointer;z-index:1001;width:.4rem;height:.32rem;position:relative}.nav__hamburger span{display:block;position:absolute;height:.04rem;width:100%;background:#0099ff;border-radius:10rem;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.nav__hamburger span:first-child{top:0}.nav__hamburger span:nth-child(2),.nav__hamburger span:nth-child(3){top:.14rem}.nav__hamburger span:nth-child(4){top:.28rem}.nav.active .nav__hamburger span:first-child{top:.18rem;width:0;left:50%}.nav.active .nav__hamburger span:nth-child(2){transform:rotate(45deg)}.nav.active .nav__hamburger span:nth-child(3){transform:rotate(-45deg)}.nav.active .nav__hamburger span:nth-child(4){top:.18rem;width:0;left:50%}.about{padding-top:0}.case,.features__inner,.service{padding:1.6rem .8rem .4rem}@keyframes bounce{0%{top:.5rem}50%{top:.6rem}to{top:.5rem}}.interlude.inner{padding:.8rem .8rem 0}.interlude__text{padding:0}.tech-lr__inner{display:flex;padding:0 0 .4rem;flex-direction:column;align-items:stretch;justify-content:center;gap:0}.tech-lr .item{background-color:transparent;box-shadow:none;padding:0 .32rem .2rem}#lottie-talker{order:-1;margin:auto}.features__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}#lottie-video{display:none}}@media (max-width:1200px){html{font-size:500%}.heroes__greeting{gap:.4rem}.heroes__button>svg{width:.3rem;height:.3rem}#lottie-heroes{width:2.4rem;height:2.4rem;margin-top:.5rem}.service__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){html{font-size:437.5%}.inner{padding:.8rem .4rem}.interlude.inner{padding:.6rem .4rem 0}.case,.features__inner,.service{padding:1.6rem .4rem .8rem}.heroes{padding:2rem .4rem}.btn-more,.heroes br{display:none}.heroes__greeting{flex-direction:column-reverse;gap:.2rem}.heroes__title{font-size:1rem}.heroes__title-item--e{width:.6rem;height:.6rem;margin-top:.14rem}.heroes__subtitle{top:-.8rem;border-radius:.16rem;padding:.12rem .16rem;font-size:.2rem}.heroes__subtitle,.heroes__subtitle:after{position:absolute;left:50%;transform:translateX(-50%)}.heroes__subtitle:after{content:"";bottom:-.2rem;border:.12rem solid transparent;border-top-color:#0099ff}.heroes__description{background-color:transparent;box-shadow:none;padding:0;border:none;font-size:.28rem}.heroes__button-wrap{justify-content:center}#lottie-heroes{margin:0 auto}.video__inner{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0}.video__container{width:100%;max-width:100%;position:relative}.video__shorts{width:100%}.video__contents{padding:.4rem}.video__text{font-size:.34rem}.video__link{font-size:.24rem}}@media (max-width:480px){html{font-size:343.75%}.heroes__title-item--i{padding-right:.14rem}.heroes__title-item--e{width:.58rem;height:.58rem;margin-top:.16rem}#lottie-heroes{width:2rem;height:2rem}.heroes__button-wrap{flex-direction:column}.heroes__button{display:flex;justify-content:center;font-size:.28rem}.heroes__button>svg{width:.34rem;height:.34rem}.lottie-bgdot{display:none}.features__grid{grid-template-columns:repeat(1,minmax(0,1fr))}.features__grid .item__text{text-align:center}.service__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.chatbot{position:fixed;bottom:.32rem;right:.32rem;width:4rem;height:8rem;background-color:white;box-shadow:.4rem .4rem .8rem rgba(0,0,0,.1);display:none;z-index:1000;border-radius:.2rem}.chatbot.active{display:block}.chatbot .chatbot__container,.chatbot .chatbot__container iframe{width:100%;height:100%;overflow:hidden}.chatbot .chatbot__container iframe{border:none;outline:none}.chatbot__close__container{position:absolute;top:-40px;left:0;width:100%;height:40px;display:flex;justify-content:flex-end;align-items:center;padding-right:.08rem;z-index:1001}.chatbot__close{width:.24rem;height:.24rem;background-image:url(https://salin-chatbot-asset.s3.ap-northeast-2.amazonaws.com/talker/home/icon_close.png);background-size:contain;background-repeat:no-repeat}.chatbot__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:1001}.chatbot__loading p{color:#666;font-size:14px;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 15px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1600px){.heroes__title-item--e{width:.64rem;height:.64rem}.chatbot{width:400px;height:calc(100dvh - 39px);bottom:0}}@media (max-width:768px){.chatbot{width:6rem;height:calc(100dvh - 39px);left:50%;transform:translate(-50%)}.chatbot .chatbot__container{position:absolute;bottom:0;left:50%;transform:translate(-50%);height:100%}.chatbot__close__container{top:-39px;padding-right:.12rem}.chatbot__close{width:.3rem;height:.3rem}.chatbot-sec{width:100%;height:100%}.heroes__title-item--e{width:.6rem;height:.6rem}}@media (max-width:480px){.chatbot{width:100%}.heroes__title-item--e{width:.58rem;height:.58rem}}br.case__item_sp,br.sp{display:none}.nav.jp{grid-column-start:7;grid-column-end:13}@media (max-width:768px){br.sp{display:inline-block}}@media (max-width:480px){br.case__item_sp{display:inline-block}}