section.content .result-sum .sum-text,.no-content .desc,.banner-text-box .desc{font-size:1rem;font-weight:400;line-height:1.8;letter-spacing:.5px}.sub-navbar{position:fixed;top:0;right:0;z-index:3;padding:50px 0;display:flex;flex-direction:column;justify-content:space-between;gap:50px;width:80px;width:calc(var(--side-space) + var(--1fr));height:100vh;background:#fff;transition:box-shadow .5s}.sub-navbar .space,.sub-navbar .button-group{height:120px}.sub-navbar .menu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}.sub-navbar .menu-button-box{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.sub-navbar .menu-button-box .menu-text{max-height:0;opacity:0;transition:max-height .5s ease,opacity .5s ease,margin-top .5s ease}.sub-navbar .menu-button-box:hover .menu-text,.sub-navbar .menu-button-box.active .menu-text{margin-top:10px;max-height:20px;opacity:1}.sub-navbar .menu-button-box:hover .menu-button,.sub-navbar .menu-button-box.active .menu-button{background:#0f4c8e;border-color:#0f4c8e}.sub-navbar .menu-button-box:hover .menu-button .icon,.sub-navbar .menu-button-box.active .menu-button .icon{transform:rotate(0)}.sub-navbar .menu-button-box:hover .menu-button .icon span,.sub-navbar .menu-button-box.active .menu-button .icon span{background:#fff}.sub-navbar .menu-button{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.2);width:45px;height:45px;transition:border-color .5s ease,background .5s ease}.sub-navbar .menu-button .icon{display:flex;flex-direction:column;gap:5px;transform:rotate(-30deg);transition:transform .5s ease}.sub-navbar .menu-button .icon span{display:block;background:#181818;width:20px;height:3px;transition:background .5s ease}.sub-navbar .search-box,.sub-navbar .member-box,.sub-navbar .language-box{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.sub-navbar .search-box .icon-box,.sub-navbar .member-box .icon-box,.sub-navbar .language-box .icon-box{width:20px;height:20px;font-size:1.25rem}.sub-navbar .search-box .menu-text,.sub-navbar .member-box .menu-text,.sub-navbar .language-box .menu-text{max-height:0;opacity:0;font-size:.875rem;font-weight:500;line-height:1.4;letter-spacing:.5px;transition:max-height .5s ease,opacity .5s ease,margin-top .5s ease}.sub-navbar .search-box:hover .menu-text,.sub-navbar .search-box.active .menu-text,.sub-navbar .member-box:hover .menu-text,.sub-navbar .member-box.active .menu-text{margin-top:10px;max-height:20px;opacity:1}.sub-navbar .language-box{position:relative;width:100%}.sub-navbar .language-box .icon-box{transition:color .5s}.sub-navbar .button-group{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:end}.sub-navbar[scroll-top=true] .tip-text{opacity:0;z-index:-1;pointer-events:none}.sub-navbar[scroll-top=true] .top-button{opacity:1;pointer-events:initial}.sub-navbar .tip-text{position:absolute;bottom:0;color:#18181880;transform:rotate(90deg) translate(-30%);cursor:pointer;transition:opacity .5s ease}.sub-navbar .top-button{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.2);width:40px;height:40px;cursor:pointer;opacity:0;pointer-events:none;transition:background .5s ease,border-color .5s ease,opacity .5s ease}.sub-navbar .top-button .icon-box{font-size:1.25rem;color:#00000080;transition:color .5s ease}.sub-navbar .top-button:hover{background:#0f4c8e;border-color:#0f4c8e}.sub-navbar .top-button:hover .icon-box{color:#fff}@media only screen and (max-width: 1200px){.sub-navbar{display:none}}.breadCrumbs{position:absolute;top:0;left:0;z-index:2;padding:30px var(--1fr);width:100%;overflow-x:scroll;scrollbar-color:transparent transparent;scrollbar-width:none;-ms-overflow-style:none}.breadCrumbs::-webkit-scrollbar{display:none}.breadCrumbs[data-theme=light] .item{color:#fff}.breadCrumbs[data-theme=light] .item:not(:first-child):before{opacity:.5}.breadCrumbs[data-theme=dark] .item{color:#181818}.breadCrumbs:has(~.common-banner[data-text-theme=light][data-type=base]) .item{color:#fff}.breadCrumbs:has(~.common-banner[data-text-theme=light][data-type=base]) .item:not(:first-child):before{opacity:.5}.breadCrumbs:has(~.common-banner[data-text-theme=dark][data-type=base]) .item{color:#181818}.breadCrumbs .items{display:flex;align-items:center;gap:15px}.breadCrumbs .item{flex-shrink:0;display:flex;align-items:center;gap:15px;max-width:300px;font-size:.875rem;font-weight:400;line-height:1.5;letter-spacing:.5px}.breadCrumbs .item:not(:first-child):before{opacity:.2;content:"/"}.breadCrumbs .item:last-child{font-weight:700}.breadCrumbs .item a,.breadCrumbs .item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width: 1024px){.breadCrumbs{padding:30px var(--side-space)}}@media only screen and (max-width: 575px){.breadCrumbs{padding:15px 20px}}.breadCrumbs{position:initial}.banner-text-box{display:flex;flex-direction:column}.banner-text-box .title-box{display:flex;flex-direction:column;align-items:flex-start}.banner-text-box .title-box:has(+.subtitle),.banner-text-box .title-box:has(+.desc){margin-bottom:30px}.banner-text-box .title-box:has(.title){gap:20px}.banner-text-box .title-box:has(.title) .gutter{display:block;background:#00a9cc;width:100px;height:4px}.banner-text-box .gutter{display:none}.banner-text-box .title{font-size:3.75rem;font-weight:600;line-height:1.1}.banner-text-box .subtitle{font-size:1.375rem;font-weight:500;line-height:1.4;letter-spacing:1px}.banner-text-box .subtitle:has(+.desc){margin-bottom:10px}@media only screen and (max-width: 1024px){.banner-text-box .title{font-size:2.375rem}}dropdown-el{width:200px}dropdown-el[d4-status=open] .dropdown-icon{color:#fff}dropdown-el.disabled{opacity:1}dropdown-el.disabled .select-display,dropdown-el.disabled .dropdown-icon{opacity:.2}dropdown-el .select-wrapper{border-radius:3px;background:#fff}dropdown-el .select-display{text-align:left}dropdown-el .dropdown-icon{border-radius:0;background:#fff;color:#181818}dropdown-el .dropdown{transition:height .4s cubic-bezier(.02,.01,.47,1),border-radius .6s cubic-bezier(.4,0,.2,1)}section.banner.aost-show .banner-text-box .title,section.banner.aost-show .banner-text-box .subtitle,section.banner.aost-show .banner-text-box .desc{transform:translateY(0);opacity:1}section.banner.aost-show .banner-text-box .title{transition-delay:.2s}section.banner.aost-show .banner-text-box .subtitle{transition-delay:.4s}section.banner.aost-show .banner-text-box .desc{transition-delay:.6s}section.banner[data-theme=dark] .container{color:#181818}section.banner[data-theme=light] .container{color:#fff}section.banner .banner-text-box .title,section.banner .banner-text-box .subtitle,section.banner .banner-text-box .desc{transform:translateY(20px);opacity:0;transition:transform .5s,opacity .5s}section.banner .container{position:relative;grid-column:3/-3;display:flex;flex-direction:column;gap:80px;min-height:750px}section.banner .img-box{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}section.banner .img-box img{width:100%;height:100%;object-fit:cover}section.banner .content-wrapper{padding:0 calc(var(--1fr) * 3) 140px;flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:50px}section.banner .search-wrapper{display:flex;align-items:center;gap:10px}section.banner .search-wrapper .input-wrapper{padding:5px 50px 5px 20px;display:flex;align-items:center;gap:15px;border-radius:3px;background:#fff;width:600px;height:50px}section.banner .search-wrapper button.clear{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:.625rem;color:#181818;opacity:.2;cursor:pointer;transition:opacity .5s}section.banner .search-wrapper button.clear:has(+input:focus){opacity:1}section.banner .search-wrapper input{border:none;width:100%;font-size:.875rem;font-weight:400;line-height:1.5;letter-spacing:.5px}section.banner .search-wrapper input::placeholder{color:#00000080}section.banner .search-wrapper button.search{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#181818;border-radius:50%;width:55px;height:55px;font-size:.9375rem;color:#fff;cursor:pointer;transition:background .5s}section.banner .search-wrapper button.search .search-text{display:none}@media only screen and (min-width: 1201px){section.banner .search-wrapper button.clear:hover{opacity:1}section.banner .search-wrapper button.search:hover{background:#0058a3}}@media only screen and (max-width: 1200px){section.banner .container{grid-column:2/-2}section.banner .search-wrapper{flex-wrap:wrap}section.banner .search-wrapper button.clear{opacity:1}section.banner .search-wrapper button.search{background:#0f4c8e}section.banner dropdown-el{flex:1 0 200px;width:auto}}@media only screen and (max-width: 1024px){section.banner .container{min-height:initial}section.banner .content-wrapper{padding:0 var(--side-space) 50px}}@media only screen and (max-width: 900px){section.banner .container{grid-column:1/-1}section.banner .search-wrapper{flex-direction:column}section.banner .search-wrapper .input-wrapper{width:100%}section.banner .search-wrapper button.search{margin-top:10px;padding:10px;width:180px;height:55px;border-radius:500px}section.banner .search-wrapper button.search .search-text{display:block}section.banner dropdown-el{flex:initial;width:100%}}.no-content{padding:100px 20px;display:flex;align-items:center;justify-content:center;background:#f2f2f2}.no-content .text-box{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:420px;text-align:center}.no-content .title{font-size:1.5rem;font-weight:500;line-height:1.5;letter-spacing:.5px}@media only screen and (max-width: 1200px){.no-content .title{font-size:1.375rem}}section.banner.aost-show .search-wrapper{transform:translateY(0);opacity:1;transition-delay:.8s}section.banner .content-wrapper{gap:40px}section.banner .search-wrapper{transform:translateY(20px);opacity:0;transition:transform .5s,opacity .5s}@media only screen and (max-width: 1024px){section.banner .container{gap:40px}}section.content .container{padding-top:80px;padding-bottom:120px;grid-column:6/-6}section.content .content-wrapper{display:flex;flex-direction:column;gap:20px}section.content .result-sum{display:flex;align-items:center;gap:10px}section.content .result-sum .search-amount{color:#00a9cc;font-size:2rem;font-weight:600;line-height:1.5;letter-spacing:.5px}section.content .result-wrapper{display:flex;flex-direction:column;gap:80px}@media only screen and (max-width: 1200px){section.content .container{grid-column:2/-2}}@media only screen and (max-width: 1024px){section.content .container{padding-top:50px;padding-bottom:80px}section.content .result-sum{align-self:center}section.content .result-wrapper{gap:30px}}.faq-wrapper{display:flex;flex-direction:column;gap:20px;counter-reset:faq-counter}.faq-item{padding:40px 80px 40px 40px;position:relative;background:#f7f7f7;counter-increment:faq-counter;border-bottom:4px solid transparent}.faq-item[data-aost].aost-show{transition:border-color .5s,opacity var(--aost-trans, .8s),transform var(--aost-trans, .8s)}.faq-item.active{border-color:#00a9cc}.faq-item.active .toggle-button{background:#0f4c8e}.faq-item.active .toggle-button:before,.faq-item.active .toggle-button:after{background:#fff}.faq-item.active .toggle-button:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.active .header{color:#0058a3}.faq-item .toggle-button{position:absolute;top:0;right:0;z-index:2;width:50px;height:50px;background:#fff;cursor:pointer;transition:background .5s}.faq-item .toggle-button:before,.faq-item .toggle-button:after{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;background:#181818;content:""}.faq-item .toggle-button:before{width:15px;height:2px;transition:background .5s}.faq-item .toggle-button:after{width:2px;height:15px;transition:background .5s,transform .5s}.faq-item .header{display:flex;align-items:center;gap:15px;transition:color .5s}.faq-item .header:before{width:50px;color:#0f4c8e;font-size:1.375rem;font-weight:700;line-height:1.5;letter-spacing:1px;content:counter(faq-counter,decimal-leading-zero)}.faq-item .header .title{font-size:1.125rem;font-weight:500;line-height:1.6;letter-spacing:.5px;cursor:pointer}.faq-item .content:has(._articleBlock){margin-top:30px}@media only screen and (max-width: 1024px){.faq-item{padding:30px 20px}.faq-item .toggle-button{width:30px;height:30px}.faq-item .toggle-button:before{width:10px}.faq-item .toggle-button:after{height:10px}.faq-item .header{flex-direction:column;align-items:flex-start;gap:10px}}
