html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:root{font-family:Pretendard;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Pretendard;src:url(./assets/fonts/Pretendard-Regular)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0 100px;background-color:#fff;font-size:16px}.navbar-logo{width:129px;height:35px}.navbar-links{display:flex;list-style:none;margin:0;padding:0}.navbar-links li{margin-left:70px;padding:35px 0}.navbar-links a{text-decoration:none;color:#000;font-weight:400}.navbar-links a:hover,.navbar-links a.active{color:#0249ff;font-weight:700}.dropdown{position:relative}.dropdown p{cursor:pointer}.dropdown-menu{position:absolute;top:90px;left:-50%;z-index:1000;border:.5px solid #ddd;box-shadow:0 4px 6px #0000001a;border-radius:12px;background-color:#fff;display:block;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.dropdown-menu li{display:flex;justify-content:center;align-items:center;margin:0;padding:0;width:180px;height:52px}.dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);pointer-events:auto}.navbar-links>li>a{position:relative;text-decoration:none}.navbar-links>li>a:after{content:"";position:absolute;bottom:-3px;left:50%;transform:translate(-50%);width:0;height:2px;background-color:#00f;transition:width .3s ease;opacity:0}.navbar-links>li>a:hover:after{width:20%;opacity:1}.dropdown:hover>a{color:#0249ff;font-weight:700}.main-container{position:relative;width:100%;height:100vh;overflow:hidden}.main-video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.main-overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;z-index:1;font-size:60px;font-weight:700;line-height:normal;opacity:0;animation:text-slide-up 1s ease forwards 2s}.main-overlay-text-sub{font-size:28px;font-weight:500;line-height:normal}.main-overlay-button-wrapper{display:flex;gap:28px;position:relative;opacity:0;transform:translateY(100px);animation:button-slide-up 1s ease forwards 3s}.main-overlay-button{width:240px;height:60px;border-radius:60px;background:#fff;border:none;cursor:pointer;color:#376ef8;font-family:Pretendard;font-size:20px;font-weight:700;line-height:normal;margin-top:40px;transition:transform .3s ease}.main-overlay-button:hover{transform:scale(1.05)}@keyframes text-slide-up{0%{transform:translate(-50%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}@keyframes button-slide-up{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.invest-page-container{display:flex;justify-content:space-between;margin-top:36px;animation:fadeInUp .6s ease-out;opacity:1}.invest-selection-title{display:flex;flex-direction:column;margin-bottom:32px}.invest-selection-title-blue{color:#0249ff;font-size:24px;font-weight:700;letter-spacing:-.24px}.invest-selection-title-black{color:#000;font-size:36px;font-weight:700;letter-spacing:-.36px}.invest-selection-card-list{width:668px;height:330px;display:grid;grid-template-columns:repeat(3,1fr);gap:36px;overflow-x:hidden;overflow-y:auto;padding:20px;box-sizing:border-box}.invest-selected-container{display:flex;flex-direction:column;justify-content:space-between;width:480px;height:520px;border-radius:20px;border:1px solid #d9d9d9;padding:20px 36px;box-sizing:border-box}.invest-seleted-container-top{display:flex;flex-direction:column}.invest-selected-header{display:flex;justify-content:center;gap:28px}.invest-selected-header-title{color:#000;font-size:24px;font-weight:700;letter-spacing:-.24px}.invest-selected-header-cnt{display:flex;color:#000;font-size:24px;font-weight:700;letter-spacing:-.24px}.invest-selected-header-cnt-now{color:#0249ff}.invest-selected-list{margin-top:36px;display:flex;align-items:center;flex-direction:column;gap:20px}.invest-btn{font-family:Pretendard;width:100%;background-color:#0249ff;color:#fff;font-size:24px;font-weight:700;letter-spacing:-.24px;border:none;border-radius:16px;padding:16px 0;cursor:pointer}.invest-btn:hover{background-color:#3b72ff}.invest-btn.deactivate{background-color:#cdcdcd;cursor:default}.category-tabs-wrapper{display:flex;width:100%;border-bottom:1px solid #f7f8fa}.category-tabs-item{color:#000;font-size:20px;font-weight:500;letter-spacing:-.2px;padding:12px 30px;cursor:pointer}.category-tabs-item.active{color:#0249ff;font-weight:700;border-bottom:2px solid #0249ff}.category-tabs-item:hover{color:#0249ff;font-weight:700}.invest-card-wrapper{display:flex;justify-content:center;align-items:center;width:184px;height:142px;border-radius:20px;background:#f7f8fa;cursor:pointer}.invest-card-wrapper:hover{background:#e0e0e0}.invest-card-wrapper.selected{background:#0249ff}.etf-profile-wrapper{display:flex;align-items:center;flex-direction:column}.etf-profile-img{width:50px;height:50px;margin-bottom:16px}.etf-profile-name{width:140px;color:#000;font-size:16px;font-weight:700;letter-spacing:-.16px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.etf-profile-name.selected{color:#fff}.etf-profile-company{color:#c9ccd7;font-size:16px;font-weight:700;letter-spacing:-.16px;width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.selected-etf-wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;border-radius:12px;background:#f7f8fa;padding:10px 20px;box-sizing:border-box}.selected-etf-profile{display:flex;align-items:center;gap:20px;font-size:16px;font-weight:700;letter-spacing:-.16px}.selected-etf-img{width:40px;height:40px}.selected-etf-name{display:flex;color:#000;width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-etf-name span{display:inline-block;transform:translate(0);transition:transform .2s ease;width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-etf-name:hover span{animation:scroll-text 3s linear infinite;overflow:visible;text-overflow:unset}.selected-etf-company{display:flex;color:#c9ccd7;width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-etf-company span{display:inline-block;transform:translate(0);transition:transform .2s ease;width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-etf-company:hover span{animation:scroll-text 2s linear infinite;overflow:visible;text-overflow:unset}.selected-etf-delete{width:24px;height:24px;cursor:pointer}@keyframes scroll-text{0%{transform:translate(0)}to{transform:translate(-100%)}}.page-container{display:flex;flex-direction:column;animation:fadeInUp .6s ease-out;opacity:1}.container{display:flex;justify-content:space-between;margin:40px 0}.left-panel{border-radius:20px;box-shadow:2px 2px 8px #0003;width:611px;height:600px}.etfSearch-Top{display:flex;justify-content:space-between;align-items:center;padding:40px 40px 10px}.etfSearch-Wrapper{position:relative;display:flex;align-items:center}.etfSearch-Top input{padding:10px 30px 10px 10px;border:none;border-bottom:1px solid #ccc;width:280px;color:#000;font-size:16px;font-weight:400;outline:none}.etfSearch-Top input::placeholder{color:#949494}.etfSearch-Icon{position:absolute;right:0;width:20px;height:20px;cursor:pointer}.etfSearch-Top h1{font-size:32px;font-weight:700}.etfSearch-Bottom{padding:20px;display:flex;flex-direction:column}table{border-collapse:collapse;width:100%}.etfSearch-Bottom-List{height:360px;overflow-y:auto;overflow-x:hidden;position:relative}.etfSearch-Bottom thead{display:flex;justify-content:space-around;margin:16px 0}.etfSearch-Bottom thead tr{display:flex;gap:12px}.etfSearch-Bottom tbody tr{display:flex;border-radius:10px;margin-bottom:12px;justify-content:space-between}.etfSearch-Bottom tbody tr:hover{background-color:#f1f3f7;cursor:pointer}.etfSearch-Bottom-Selected{background-color:#f1f3f7}.etfSearch-Bottom tbody tr{display:flex;align-items:center;padding:8px 0 8px 16px}th,td{text-align:center;gap:16px;vertical-align:middle}.etfSearch-Bottom-List-Img{width:40px;height:40px;margin-right:4px}.etfSearch-Bottom-List-Title{display:flex;width:320px;align-items:center;margin-right:20px}.etfSearch-Bottom-List-Title span{text-align:start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.etfSearch-Bottom-List-Price{font-size:14px;width:200px}.etfSearch-Bottom-List-Price-Bold{font-weight:700;line-height:21px;letter-spacing:-.35px}.etfSearch-Bottom-List-Title-th{display:flex;width:260px;margin-left:40px}.etfSearch-Bottom-List-Price-th{width:160px}.right-panel{height:600px}.etfSelect{display:flex;justify-content:center;align-items:center;gap:40px}.etfSelect-1{display:flex;justify-content:center;border-radius:20px;box-shadow:2px 2px 8px #0003;width:240px;height:320px;padding:20px;background-color:#f1f3f7;align-items:center;position:relative}.etfSelect-1 h1{color:#adadad}.etfSelect-2{display:flex;justify-content:center;position:relative;border-radius:20px;box-shadow:2px 2px 8px #0003;width:240px;height:320px;padding:20px;background-color:#f1f3f7;align-items:center}.etfSelect-2 h1{color:#adadad}.compare-btn{display:flex;justify-content:center;border-radius:16px;margin-top:40px;padding:10px;background-color:#ccc;transition:backaground-color .3s ease,transform .2s ease}.compare-btn h1{text-align:center;font-weight:700;font-size:20px;color:#fff}.compare-btn.inactive{background-color:#ccc}.compare-btn.inactive:hover{background-color:#cdcdcd}.compare-btn.active{background-color:#0249ff}.compare-btn.active:hover{background-color:#3b72ff;transform:scale(1.03)}.etfSelect-delete-icon{width:30px;position:absolute;top:-10px;right:-10px;cursor:pointer}.comparison-result-summary{height:100px;color:#000;font-size:28px;font-weight:500;line-height:42px;text-align:center;margin-top:50px;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.comparison-result-summary.active{opacity:1;transform:translateY(0)}.comparison-result-summary span{color:#0249ff;font-weight:700}.no-Result{position:absolute;top:120px;left:200px;color:#848484;font-size:16px;font-weight:500;line-height:normal}.etfSearch-Bottom-List .loading-spinner{display:flex;flex-direction:column;justify-content:center;align-items:center;height:250px;margin-left:120px}.etfSearch-Bottom-List .loading-message{font-size:10x;color:#555;text-align:center;margin-top:40px}.scroll-page-container{background-color:#fff;transform:translateY(0);transition:transform .3s ease;z-index:100}.comparison-result{padding-top:60px;line-height:40px}.scroll-page-container table{width:100%;margin-top:20px}.scroll-page-container h1{font-size:25px;font-weight:700}.scroll-page-container thead{font-weight:700;font-size:20px;border-top:1px solid #d2d2d7;border-bottom:1px solid #d2d2d7}.scroll-page-container td.label-cell{text-align:center}.scroll-page-container th,.scroll-page-container td{padding:10px;text-align:center;font-size:16px}.scroll-page-container ul{list-style:none;padding:0}.scroll-page-container ul li{margin:10px 0}.duplicated-result{line-height:40px}.duplicated-result h1{font-size:25px;font-weight:700}.duplicated-result th,.duplicated-result td{padding:10px;text-align:center;font-size:16px}.duplicated-result tbody{margin-top:10px}.compare-detail-page .left-button{border-radius:20px}.compare-detail-page{display:flex;gap:2rem;margin-bottom:100px}.button-container{border-radius:20px;min-width:45%;padding:30px;display:flex;justify-content:space-between;transition:backaground-color .3s ease,transform .2s ease}.button-container:nth-child(odd){background-color:#dcc5c5}.button-container:nth-child(2n){background-color:#5c9cec}.button-container:nth-child(odd):hover{background-color:#d2d2d7;transform:scale(1.03)}.button-container:nth-child(2n):hover{background-color:#4883cd;transform:scale(1.03)}.button-container:nth-child(odd) h1{font-size:20px;font-weight:700;color:#fff}.button-container:nth-child(odd) h2{font-size:16px;color:#fff}.button-container:nth-child(2n) h1{font-size:20px;font-weight:700;color:#fff}.button-container:nth-child(2n) h2{font-size:16px;color:#fff}.button-container .image img{width:80px}.message{margin-top:20px;font-size:16px;color:#333;text-align:center;font-weight:700;position:relative;animation:moveUpDown 1.5s ease-in-out infinite}@keyframes moveUpDown{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-10px);opacity:.5}}.footer{display:flex;flex-direction:column;justify-content:space-between}.footer-name{width:400px;font-size:24px}.footer-image-wraaper{display:flex;align-items:center}.footer-image{width:100px;height:100px}.selected-compare-card{display:flex;align-items:center;flex-direction:column;width:240px;height:320px;border-radius:20px;background:#fff;box-shadow:0 4px 20px #00000042;padding:20px;position:relative}.selected-compare-card-img{display:flex;width:130px;height:130px}.selected-compare-card-name{text-align:center;color:#000;font-size:20px;font-weight:700;line-height:normal;letter-spacing:-.2px;width:206px;padding-bottom:20px;border-bottom:1px solid #c4c4c4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-compare-card-content-wrapper{display:flex;justify-content:space-between;color:#3a3131;font-size:16px;line-height:normal;letter-spacing:-.16px;width:206px;margin-top:20px}.selected-compare-card-content-title{font-weight:500}.selected-compare-card-content-value{font-weight:700}.selected-compare-card-logo{width:98px;margin-top:40px}.selected-compare-card-delete-icon{position:absolute;width:30px;top:-10px;right:-10px;cursor:pointer}.grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:40px 20px;padding:20px;max-width:1100px;margin:0 auto;place-items:center}.etf-guide-title{font-size:32px;font-weight:700;color:#0056ff;text-align:center;margin-top:60px;margin-bottom:100px;line-height:1.5}@media (max-width: 1024px){.grid-container{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.grid-container{grid-template-columns:repeat(1,1fr)}}.card-wrapper{opacity:0;transform:translateY(20px);animation:fadeInUp .6s forwards}.card{background-size:cover;background-position:center;width:225px;height:300px;display:flex;flex-direction:column;align-items:center;color:#fff;font-family:Pretendard;font-weight:700;transition:transform 1s ease,box-shadow .3s ease;transform-style:preserve-3d;backface-visibility:hidden}.card:hover{transform:scale(1.05) translateY(-10px)}.card-wrapper:nth-child(1){animation-delay:.1s}.card-wrapper:nth-child(2){animation-delay:.2s}.card-wrapper:nth-child(3){animation-delay:.3s}.card-wrapper:nth-child(4){animation-delay:.4s}.card-wrapper:nth-child(5){animation-delay:.5s}.card-wrapper:nth-child(6){animation-delay:.6s}.card-wrapper:nth-child(7){animation-delay:.7s}.card-wrapper:nth-child(8){animation-delay:.8s}.card-wrapper:nth-child(9){animation-delay:.9s}.card-wrapper:nth-child(10){animation-delay:1s}@keyframes spin3D{0%{transform:perspective(800px) rotateY(0)}to{transform:perspective(800px) rotateY(360deg)}}.test-page-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:52px;animation:fadeInUp .6s ease-out;opacity:1}.test-page-title{color:#0249ff;font-size:40px;font-weight:700;line-height:normal}.test-page-sub-title{color:#000;text-align:center;font-size:20px;font-weight:500;line-height:36px;margin:20px 0}.test-page-icon{width:320px}.blue-button{display:flex;justify-content:center;align-items:center;border-radius:16px;width:420px;padding:16px 0;background-color:#0249ff;text-decoration:none;border:none;font-family:Pretendard;color:#fff;font-size:20px;font-weight:700;letter-spacing:-.24px;margin-top:48px;margin-bottom:20px;cursor:pointer}.blue-button:hover{background-color:#3b72ff}.question-card-container{display:flex;justify-content:space-between;flex-direction:column;width:860px;height:380px;background-color:#2f6aff;border-radius:50px;padding:60px 80px;box-sizing:border-box;margin-top:20px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.question-card-number{color:#ffffffad;font-size:20px;font-weight:700;line-height:normal;letter-spacing:-.2px}.question-card-number span{color:#fff}.question-card-content{color:#fff;font-size:32px;font-weight:700;line-height:normal;letter-spacing:-.32px;margin-top:16px}.question-card-button-wrapper{display:flex;gap:30px}.question-card-button{display:flex;align-items:center;width:370px;height:60px;border-radius:16px;background:#fff;color:#000;font-family:Pretendard;font-size:16px;font-weight:500;line-height:normal;letter-spacing:-.2px;padding-left:20px;box-sizing:border-box;cursor:pointer}.question-card-button:hover{background-color:#00000080;color:#fff}.invest-amount-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:12px;animation:fadeInUp .6s ease-out;opacity:1}.invest-amount-title{color:#000;font-size:36px;font-weight:700;letter-spacing:-.4px}.invest-amount-sub-title{color:#a5a5a5;font-size:16px;font-weight:500;letter-spacing:-.2px}.invest-amount-box{display:flex;flex-direction:column;padding:24px;align-items:center;width:755px;border-radius:20px;background:#f7f8fa;box-sizing:border-box;margin-top:40px}.invest-amount-box-etf-list{display:flex;gap:44px}.invest-amount-box-money{color:#000;font-size:48px;font-weight:800;letter-spacing:-.56px;margin:40px 0}.invest-amount-box-content{color:#a5a5a5;font-size:16px;font-weight:500;letter-spacing:-.2px;margin-top:40px}.invest-amount-btn{width:755px;background-color:#0249ff;color:#fff;font-size:24px;font-weight:700;letter-spacing:-.24px;border:none;border-radius:16px;padding:16px 0;cursor:pointer;margin-top:40px;font-family:Pretendard}.invest-amount-btn:hover{background-color:#3b72ff}.invest-result-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;animation:fadeInUp .6s ease-out;opacity:1}.swiper{width:420px;height:448px}.swiper-slide{display:flex;align-items:center;justify-content:center;border-radius:18px;font-size:22px;font-weight:700;color:#fff}.swiper-slide:nth-child(n){background-color:#2260ff}.swiper-slide:nth-child(2n){background-color:#dc4233}.swiper-slide:nth-child(3n){background-color:#f4b400}.swiper-slide:nth-child(4n){background-color:#049d56}.invest-result-title{color:#000;text-align:center;font-size:32px;font-weight:700;line-height:44px;letter-spacing:-.4px;margin-bottom:36px}.invest-result-compare-btn{display:flex;justify-content:center;align-items:center;border-radius:16px;width:420px;height:60px;background-color:#0249ff;text-decoration:none;color:#fff;font-size:20px;font-weight:700;letter-spacing:-.24px;margin-top:48px;margin-bottom:20px}.invest-result-compare-btn:hover{background-color:#3b72ff}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.drop{background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(13,52,58,1)),to(rgba(255,255,255,.5)));background:-moz-linear-gradient(top,rgba(13,52,58,1) 0%,rgba(255,255,255,.5) 100%);width:1px;height:89px;position:absolute;bottom:200px;-webkit-animation:fall .63s linear infinite;-moz-animation:fall .63s linear infinite}@-webkit-keyframes fall{to{margin-top:900px}}@-moz-keyframes fall{to{margin-top:900px}}@keyframes fall{to{margin-top:900px}}.invest-result-card-container{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center}.invest-result-card-amount{color:#fff;font-size:44px;font-weight:800;letter-spacing:-.44px;margin:40px 0 24px}.invest-result-card-rate{border-radius:12px;background:#fff3f6;color:#ff6895;font-size:16px;font-weight:800;letter-spacing:-.16px;padding:8px 16px}.invest-result-card-rate.blue{background:#cfddff;color:#2260ff}.invest-result-card-null-img{width:108px}.cardDetail-wrapper{animation:fadeInUp .6s ease-out;opacity:1}.cardDetail{margin:40px auto;width:100%;height:303px;background-size:cover;background-position:center}@media (max-width: 768px){.cardDetail{padding-top:75%}}.etf-detail-title{font-size:28px;font-weight:700;color:#0056ff;margin-top:120px;margin-left:120px;margin-bottom:40px;line-height:1.5}.etf-detail-content{font-size:22px;color:#000;margin:40px 120px 100px;line-height:1.5;white-space:pre-wrap}.small-text{font-size:22px;color:#000}.large-text{font-size:24px;font-weight:700;color:#0056ff}.empty-line{height:40px}.image-container{display:flex;justify-content:center;align-items:center}.test-result-page-container{display:flex;align-items:center;flex-direction:column;margin:80px 0;animation:fadeInUp .6s ease-out;opacity:1}.test-result-page-title{color:#0249ff;font-size:28px;font-weight:700;line-height:normal}.test-result-page-sub-title{color:#000;text-align:center;font-size:48px;font-weight:500;line-height:normal;margin-top:12px}.test-result-page-mbti-card-wrapper{display:flex;gap:48px;margin-top:100px}.test-result-page-mbti-text{color:#000;font-size:28px;font-weight:700;line-height:44px;text-align:center;margin-top:200px}.test-result-page-mbti-text span{color:#0249ff}.test-result-page-category-card-wrapper{width:966px;display:flex;justify-content:center;flex-wrap:wrap;gap:40px;margin-top:120px;margin-bottom:120px}.test-result-page-shinhan-button-wrapper{display:flex;gap:60px;margin-top:120px}.download-btn{width:208px;height:45px;border-radius:8px;scale:1.1;cursor:pointer}.mbti-card-container{cursor:pointer;width:407px;height:480px;border-radius:40px;background:#ac92ed;box-shadow:0 4px 4px #00000040;padding:68px 26px 0 27px;box-sizing:border-box;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.mbti-card-title{color:#fff;font-size:32px;font-weight:700;line-height:normal;letter-spacing:-.32px}.mbti-card-content{color:#fff;font-size:16px;font-weight:600;line-height:normal;letter-spacing:-.16px;margin:16px 0 29px}.mbti-card-img{width:353px}.category-card-container{cursor:pointer;display:flex;justify-content:space-between;background-color:#0249ff0d;width:463px;height:161px;border-radius:40px;box-shadow:0 4px 4px #0000000d;padding:0 40px;box-sizing:border-box;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.category-card-container:hover{transform:scale(1.05)}.category-card-text{display:flex;flex-direction:column;padding:30px 0;gap:16px}.category-card-text-title{color:#333d4b;font-size:40px;font-weight:700;line-height:normal;letter-spacing:-.4px}.category-card-text-content{color:#333d4b;font-size:16px;font-weight:400;line-height:normal;letter-spacing:-.16px;white-space:pre-wrap}.category-card-img{width:161px;height:161px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.listContainer{display:flex;gap:80px;height:100vh;animation:fadeInUp .6s ease-out;opacity:1}.listContent1{display:flex;padding:60px;max-width:50%;height:630px;border-radius:20px;box-sizing:border-box}.listContent2{flex:1;max-width:50%;height:630px}.cardList{display:flex;flex-direction:column;width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat}.tagTitle{color:#4e4e4e;font-size:30px;font-weight:700;font-family:Pretendard;margin-bottom:30px}.tagSearch-wrapper{position:relative;width:360px}.tagSearch{border:none;border-radius:60px;height:45px;margin-bottom:30px;width:100%;padding-left:20px;padding-right:50px;box-sizing:border-box}.tagSearch-img{width:24px;position:absolute;right:20px;top:10px}.tagSearch:focus{outline:none;border:none}.sectorTitle{color:#4e4e4e;font-size:20px;font-weight:700;font-family:Pretendard;margin-top:40px}.tags-container{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px}.searchTitle{font-size:20px;font-weight:700;font-family:Pretendard;text-align:left}.searchCount{color:#0349fd;font-size:20px;font-weight:700;font-family:Pretendard}.etflist-right{padding-left:20px;padding-right:20px;overflow-y:auto;max-height:560px}.etflist-right table{border-collapse:collapse;width:100%;margin-top:10px;table-layout:fixed}.etflist-right tbody tr{border-radius:10px;margin-bottom:12px}.etflist-right th:first-child{width:70%}.etflist-right th:nth-child(2){width:30%;text-align:center}.etflist-right thead th{text-align:center;font-weight:700;font-size:16px;border-bottom:2px solid #ddd;padding:10px}.etflist-right td,th{padding:10px;font-size:14px;font-family:Pretendard;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.etflist-right tbody tr{height:50px;padding-left:15px;padding-right:15px;border-bottom:1px solid #eee}.etflist-right tbody tr:hover{background-color:#f1f3f7;cursor:pointer;overflow:visible}.etflist-right .price-list{font-size:14px;text-align:left;width:120px;color:#555}.etflist-right .price-change-value{font-size:14px;font-weight:700}.etflist-right .price-change-value.positive{color:red}.etflist-right .price-change-value.negative{color:#0349fd}.no-tag-Result{padding-top:200px;padding-left:250px;color:#848484;font-size:16px;font-weight:500}.loading-spinner{display:flex;flex-direction:column;justify-content:center;align-items:center;height:400px}.loading-message{font-size:16px;color:#555;text-align:center;margin-top:40px}.tag{cursor:pointer;display:inline-flex;align-items:center;border-radius:30px;background-color:#fff;color:#000;padding:5px 20px 5px 10px;gap:5px;font-size:12px;font-weight:700;text-align:center;height:18px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.tag.active{cursor:pointer;background-color:#0249ff;color:#fff}.tag:hover{transform:scale(1.07);background-color:#3b72ff;color:#fff}
