.hero-section{overflow:hidden;position:relative;background-color:#fff4e9;height:100svh}.hero-section .pattern{position:absolute;width:100%;height:100vh;z-index:0;overflow:hidden;background:#6a0014}.hero-section .pattern #crosses{position:absolute;inset:0;z-index:2}.hero-section .pattern .cross{position:absolute;width:16px;height:16px;margin-left:-8px;margin-top:-8px;opacity:0;animation:pulse 4.5s infinite linear;will-change:transform,opacity,filter}.hero-section .pattern .cross::before{content:"";position:absolute;left:8px;top:0;width:1px;height:16px;background:linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.14), #fff, rgba(255, 255, 255, 0.14), transparent)}.hero-section .pattern .cross::after{content:"";position:absolute;left:0;top:8px;width:16px;height:1px;background:linear-gradient(to right, transparent, rgba(255, 255, 255, 0.14), #fff, rgba(255, 255, 255, 0.14), transparent)}@keyframes pulse{0%{opacity:0;transform:scale(0.72)}40%{opacity:var(--opacity);transform:scale(var(--scale));filter:brightness(var(--brightness)) drop-shadow(0 0 6px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.15))}100%{opacity:0;transform:scale(0.82)}}.hero-section .hero-item{height:100%;padding-top:var(--header-height);display:flex;flex-direction:column}.hero-section .hero-item .item-content{position:relative;z-index:3;flex-shrink:0;font-size:2.1875rem;text-align:center;font-weight:500;color:#fff;padding-top:1.5625rem}@media(min-width:1600px){.hero-section .hero-item .item-content{font-size:4.6875rem}}.hero-section .hero-item .item-content small{font-size:1.5625rem}@media(min-width:1600px){.hero-section .hero-item .item-content small{font-size:3.375rem}}.hero-section .hero-item .item-content strong{font-size:2.1875rem}@media(min-width:1600px){.hero-section .hero-item .item-content strong{font-size:4.0625rem}}.hero-section .hero-item .item-content span{position:relative;font-size:2.8125rem;margin-right:25px;padding-inline:25px 15px;font-family:"Birthstone",cursive}@media(min-width:1600px){.hero-section .hero-item .item-content span{font-size:5.9375rem}}.hero-section .hero-item .item-content span svg{position:absolute;top:55%;left:50%;transform:translate(-50%, -45%);width:calc(100% + 2.5rem);overflow:visible}.hero-section .hero-item .item-content span .real-shape{fill:#a1ff07}.hero-section .hero-item .item-content span .mask-line{fill:none;stroke:#fff;stroke-width:60;stroke-linecap:round;stroke-linejoin:round}.hero-section .hero-item .hero-slider-wrapper{position:relative;z-index:2;flex:1;padding-block:3.125rem 5.625rem;min-height:0;display:flex;justify-content:center;align-items:center;width:100%;max-width:-moz-max-content;max-width:max-content;margin-inline:auto}@media(max-width:1024px){.hero-section .hero-item .hero-slider-wrapper{width:100%;max-width:100%;padding-block:1.875rem 4.375rem}}.hero-section .hero-item .hero-slider-wrapper .hero-slider{height:100%;width:100%}@media(min-width:1025px){.hero-section .hero-item .hero-slider-wrapper .hero-slider{width:-moz-max-content;width:max-content;aspect-ratio:1310/615}}.hero-section .hero-item .hero-slider-wrapper .hero-slider .swiper-wrapper{height:100%}.hero-section .hero-item .hero-slider-wrapper .hero-slider .swiper-wrapper .swiper-slide{display:flex;justify-content:center;align-items:center;height:100%}.hero-section .hero-item .hero-slider-wrapper .hero-slider .swiper-wrapper .swiper-slide picture{display:flex;justify-content:center;align-items:center;height:100%;max-width:100%}.hero-section .hero-item .hero-slider-wrapper .hero-slider .swiper-wrapper .swiper-slide img{height:100%;width:auto;max-width:100%;border-radius:35px;-o-object-fit:contain;object-fit:contain}.hero-section .hero-item .hero-slider-wrapper .bottom-wrapper{padding:0rem}@media(max-width:1024px){.hero-section .hero-item .hero-slider-wrapper .bottom-wrapper{display:none}}@media(min-width:1025px){.hero-section .hero-item .hero-slider-wrapper .bottom-wrapper{position:absolute;left:-4.0625rem;width:calc(100% + 8.25rem);top:calc(50% - 1.25rem);transform:translateY(-50%)}.hero-section .hero-item .hero-slider-wrapper .bottom-wrapper .navigation{justify-content:space-between}.hero-section .hero-item .hero-slider-wrapper .bottom-wrapper .navigation .prev,.hero-section .hero-item .hero-slider-wrapper .bottom-wrapper .navigation .next{color:#fff}}.hero-section .cursor-grid-wrapper{position:absolute;inset:0;z-index:1}.hero-section .cursor-grid-wrapper .cursor-grid-inner{position:relative;width:100%;height:100%;z-index:1}.hero-section .scroll-down-wrapper{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:3}.hero-section .scroll-down-wrapper .scroll-down{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:1024px){.hero-section .scroll-down-wrapper .scroll-down .scroll-down-area{width:11.25rem}}.hero-section .scroll-down-wrapper .scroll-down .scroll-down-icon{position:absolute;left:50%;top:0;display:flex;flex-direction:column;align-items:center;pointer-events:none;will-change:transform,opacity;animation:scrollChevronLead 2s linear infinite}.hero-section .scroll-down-wrapper .scroll-down .scroll-down-icon i{position:relative;color:var(--primary-color);line-height:.7}.hero-section .scroll-down-wrapper .scroll-down .scroll-down-icon i:first-of-type{font-size:.9375rem;opacity:.65;z-index:1;margin-bottom:-0.6875rem;animation:scrollChevronCatch 2s linear infinite;animation-delay:.32s}.hero-section .scroll-down-wrapper .scroll-down .scroll-down-icon i.scroll-down-icon__lead,.hero-section .scroll-down-wrapper .scroll-down .scroll-down-icon i:last-of-type{font-size:1.625rem;z-index:2}@media(max-width:1024px){.hero-section .scroll-down-wrapper .scroll-down .scroll-down-icon{width:2rem}}@keyframes scrollChevronLead{0%{transform:translate(-50%, -2.625rem);opacity:0}5%{opacity:1}28%{transform:translate(-50%, -0.25rem);opacity:1}48%{transform:translate(-50%, 1.625rem);opacity:1}68%{transform:translate(-50%, 2.5rem);opacity:.85}85%{transform:translate(-50%, 3.125rem);opacity:.35}100%{transform:translate(-50%, 3.625rem);opacity:0}}@keyframes scrollChevronCatch{0%{transform:translateY(-0.875rem);opacity:0}12%{opacity:.65}40%{transform:translateY(-0.375rem);opacity:.65}55%{transform:translateY(0);opacity:.65}100%{transform:translateY(0);opacity:.65}}.education-section{padding-block:3.125rem 1.5625rem;background:linear-gradient(180deg, #ffffff, #fff7ec)}@media(max-width:768px){.education-section{padding-block:1.875rem 1.25rem}}.education-section .education-wrapper{position:relative}.education-section .education-wrapper .education-swiper{padding:12px 0 16px}.education-section .education-wrapper .education-swiper .swiper-slide{height:auto;padding:0 8px;box-sizing:border-box}.category-section{padding-block:3.125rem 1.5625rem;background-color:#f9efe4}@media(max-width:768px){.category-section{padding-block:1.875rem 1.25rem}}.category-section .category-wrapper{position:relative}.category-section .category-wrapper .category-swiper{padding:12px 0 16px}.category-section .category-wrapper .category-swiper .swiper-slide{height:auto;padding:0 8px;box-sizing:border-box}.category-section .category-wrapper .category-swiper .swiper-slide .category-card{background-color:rgba(149,0,0,.09);border:1px solid rgba(149,0,0,.56);border-radius:15px;overflow:hidden;height:100%;display:grid;grid-template-rows:auto 1fr;justify-content:center;align-items:center;gap:1.5625rem;box-shadow:0 4px 8px 0 rgba(0,0,0,.09);padding-block:1.5625rem;text-align:center;aspect-ratio:1/1;transition:background-color .35s ease}@media(max-width:768px){.category-section .category-wrapper .category-swiper .swiper-slide .category-card{padding-block:.9375rem;gap:.25rem}}.category-section .category-wrapper .category-swiper .swiper-slide .category-card .cover{border-radius:50%;position:relative;aspect-ratio:1/1;width:5.5rem;height:5.5rem;display:flex;align-items:center;justify-content:center;margin-inline:auto}.category-section .category-wrapper .category-swiper .swiper-slide .category-card .cover img{max-width:2.5rem;width:100%;-o-object-fit:cover;object-fit:cover}.category-section .category-wrapper .category-swiper .swiper-slide .category-card .category-content{display:grid;grid-template-rows:auto 1fr;gap:.3125rem}.category-section .category-wrapper .category-swiper .swiper-slide .category-card .category-content p{color:#212121;font-size:.875rem}.category-section .category-wrapper .category-swiper .swiper-slide .category-card .category-content p strong{font-size:1rem;font-weight:600}.category-section .category-wrapper .category-swiper .swiper-slide .category-card:hover{background-color:rgba(149,0,0,.29)}.category-section .category-wrapper .category-swiper .swiper-slide .category-card:hover .category-content p{color:var(--primary-color)}.category-section .category-wrapper .swiper-pagination{display:flex;align-items:center;justify-content:center;gap:.625rem;position:relative;bottom:0;top:0;z-index:2;margin-top:2.5rem}.category-section .category-wrapper .swiper-pagination .swiper-pagination-bullet{position:relative;width:.6875rem;height:.6875rem;aspect-ratio:1/1;background:#d9d9d9;opacity:1;margin:0}.category-section .category-wrapper .swiper-pagination .swiper-pagination-bullet-active{width:2.8125rem;border-radius:16px;background:#610411}.references-section{padding-block:12.5rem 3.125rem;background-color:#d9d9d9}@media(max-width:1024px){.references-section{padding-top:8.125rem}}.references-section .reference-item{display:flex;justify-content:center;align-items:center;border:1px solid #797979;border-radius:.9375rem;height:100%;padding:1.5625rem}.references-section .reference-item img{max-width:100%;transition:.2s ease}.references-section .reference-item:not(:hover) img{filter:grayscale(1)}.references-section:has(.grid-wrapper>*:nth-child(19)) .grid-wrapper>*:nth-child(12)~*{opacity:.4}.references-section:has(.grid-wrapper>*:nth-child(19)) .grid-wrapper>*:nth-child(18)~*{display:none}.references-section:not(:has(.grid-wrapper>*:nth-child(19))) .button{display:none}.references-section .button{margin-top:3.75rem}.references-section .button .more{display:inline-block}.references-section .button .less{display:none}.references-section:has(.grid-wrapper.active) .grid-wrapper>*{display:block !important;opacity:1 !important}.references-section:has(.grid-wrapper.active) .button .more{display:none}.references-section:has(.grid-wrapper.active) .button .less{display:inline-block}.why-choose-section{overflow:hidden;position:relative;--orbit-scale: 1}.why-choose-section .cursor-grid-wrapper{position:absolute;inset:0;z-index:1}.why-choose-section .cursor-grid-wrapper .cursor-grid-inner{position:absolute;inset:0;z-index:1}.why-choose-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, #fff7ec, #fff);z-index:-1}.why-choose-section .pattern{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.why-choose-section .pattern .grid-zone{position:absolute;top:0;width:33.333333%;height:50%;overflow:hidden;z-index:1;-webkit-mask-image:radial-gradient(ellipse at center, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 48%, rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0.42) 78%, transparent 100%);mask-image:radial-gradient(ellipse at center, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 48%, rgba(0, 0, 0, 0.78) 62%, rgba(0, 0, 0, 0.42) 78%, transparent 100%)}.why-choose-section .pattern .grid-left{left:0}.why-choose-section .pattern .grid-right{right:0}.why-choose-section .pattern .grid-line-v{position:absolute;top:0;bottom:0;width:1px;background:rgba(106,0,20,.06)}.why-choose-section .pattern .grid-line-h{position:absolute;left:0;right:0;height:1px;background:rgba(106,0,20,.06)}.why-choose-section>.container-xl,.why-choose-section>.container-sm{position:relative;z-index:1}@media(max-width:1024px){.why-choose-section{--orbit-scale: 0.75}}@media(max-width:768px){.why-choose-section{--orbit-scale: 0.48}}@media(max-width:520px){.why-choose-section{--orbit-scale: 0.38}}.why-choose-section .cover{position:relative;display:flex;align-items:center;justify-content:center;width:-moz-max-content;width:max-content;max-width:100%;margin:0 auto;padding:10rem}@media(max-width:1024px){.why-choose-section .cover{padding:6.25rem}}@media(max-width:768px){.why-choose-section .cover{padding:4rem}}@media(max-width:520px){.why-choose-section .cover{padding:1.5625rem}}.why-choose-section .cover img{position:relative;z-index:2;border-radius:15px;max-width:min(379px,42vw);width:100%;height:auto}@media(max-width:768px){.why-choose-section .cover img{max-width:min(240px,46vw);border-radius:12px}}@media(max-width:520px){.why-choose-section .cover img{max-width:min(280px,70vw);border-radius:10px}}.why-choose-section .ripple-wrap{position:absolute;pointer-events:none;width:700px;height:700px;z-index:1;transform:scale(var(--orbit-scale))}@media(max-width:768px){.why-choose-section .ripple-wrap{transform:scale(0.8)}}.why-choose-section .ripple-wrap{transform-origin:center center}.why-choose-section .ripple-wrap .core{position:absolute;width:286px;height:286px;left:50%;top:50%;transform:translate(-50%, -50%);background:#950000;border-radius:50%;z-index:10}.why-choose-section .ripple-wrap .wave{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:50%;opacity:0;animation:ripple 2.4s ease-out infinite;border:1px solid rgba(149,0,0,.12)}.why-choose-section .ripple-wrap .w1{width:286px;height:286px;background:rgba(149,0,0,.56);animation-delay:0s}.why-choose-section .ripple-wrap .w2{width:408px;height:408px;background:rgba(149,0,0,.31);animation-delay:.6s}.why-choose-section .ripple-wrap .w3{width:532px;height:532px;background:rgba(149,0,0,.24);animation-delay:1.2s}.why-choose-section .ripple-wrap .w4{width:636px;height:636px;background:rgba(149,0,0,.13);animation-delay:1.8s}@keyframes ripple{0%{transform:translate(-50%, -50%) scale(0.85);opacity:0}15%{opacity:1}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}.why-choose-section .floating-orbit{position:absolute;inset:0;z-index:3;pointer-events:none;--orbit-radius: 340px;--orbit-duration: 36s}.why-choose-section .floating-card{position:absolute;left:50%;top:50%;z-index:3;display:flex;align-items:center;gap:.75rem;background-color:#fff;padding:1.5rem;border-radius:15px;box-shadow:4px 10px 52.9px 0px #f5e5d6;white-space:nowrap;pointer-events:auto;will-change:transform;font-size:1rem;animation:floating-orbit var(--orbit-duration, 36s) linear infinite}.why-choose-section .floating-card.yatay{flex-direction:row}.why-choose-section .floating-card.dikey{flex-direction:column;text-align:center;white-space:normal}.why-choose-section .floating-card i{font-size:1.8em;color:var(--primary-color);flex-shrink:0}@media(max-width:520px){.why-choose-section .floating-card i{font-size:2.1em}}.why-choose-section .floating-card .card-content p{margin:0;line-height:1.25;font-size:1.1em}@media(max-width:1024px){.why-choose-section .floating-card{padding:.875rem 1.375rem;border-radius:12px;gap:.625rem;font-size:.875rem}}@media(max-width:768px){.why-choose-section .floating-card{padding:.75rem .875rem;border-radius:10px;gap:.5rem;font-size:.8125rem;box-shadow:3px 6px 28px 0px #f5e5d6;white-space:normal;max-width:8.5rem}}@media(max-width:520px){.why-choose-section .floating-card{padding:.625rem .75rem;border-radius:8px;gap:.375rem;font-size:.8125rem;max-width:9.5rem}}@keyframes floating-orbit{from{transform:translate(-50%, -50%) rotate(var(--orbit-start)) translateX(calc(var(--orbit-radius) * var(--orbit-scale, 1))) rotate(calc(var(--orbit-start) * -1))}to{transform:translate(-50%, -50%) rotate(calc(var(--orbit-start) + 360deg)) translateX(calc(var(--orbit-radius) * var(--orbit-scale, 1))) rotate(calc((var(--orbit-start) + 360deg) * -1))}}.announcement-section{position:relative;z-index:6;padding-bottom:2.8125rem;background:#fff4e9}.announcement-section .announcement-wrapper{padding-top:2.8125rem}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide{height:auto}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content{height:100%;background:#fff;border-radius:20px;padding:1.875rem 1.5rem;display:grid;grid-template-columns:auto 1fr;gap:.9375rem;color:var(--white-color)}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content .content{position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:.625rem}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content .content p{color:#212121;font-size:.9375rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content .content span{color:#6a0412;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.3125rem}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content .content span i{font-size:.875rem}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content .date{background:#6a0412;border-radius:15px;padding:.9375rem 1.25rem;aspect-ratio:1/1;text-align:center;color:#fff}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content .date p{font-size:.9375rem}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content .date p strong{display:block;font-size:2.1875rem;font-weight:800}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content:hover .content p{color:#6a0412}.announcement-section .announcement-wrapper .announcement-swiper .swiper-slide .announcement-content:hover .content span{gap:.625rem}.announcement-section .announcement-wrapper .swiper-pagination{display:flex;align-items:center;justify-content:center;position:relative;bottom:0;top:0;z-index:2;margin-top:1.25rem}.announcement-section .announcement-wrapper .swiper-pagination .swiper-pagination-bullet{position:relative;width:1.5rem;height:1.5rem;aspect-ratio:1/1;background:none;opacity:1;display:flex;align-items:center;justify-content:center;margin:0}.announcement-section .announcement-wrapper .swiper-pagination .swiper-pagination-bullet::before{content:"";position:absolute;background:var(--primary-color);border-radius:50%;width:.625rem;height:.625rem}.announcement-section .announcement-wrapper .swiper-pagination .swiper-pagination-bullet-active{border:3px solid var(--primary-color)}.education-card{border-radius:15px;overflow:hidden;height:100%;display:grid;grid-template-rows:auto 1fr;background-color:#fff;box-shadow:-1px 4px 7px 1px rgba(0,0,0,.05);transition:transform .45s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .45s cubic-bezier(0.22, 1, 0.36, 1)}.education-card.is-hidden{display:none}.education-card .cover{position:relative;display:block;overflow:hidden}.education-card .cover img{width:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .55s cubic-bezier(0.22, 1, 0.36, 1)}.education-card .cover .card-category{position:absolute;top:1.25rem;left:1.25rem;color:#fff;padding:5px 15px;border-radius:17px;font-size:.75rem;z-index:1}.education-card .education-content{display:grid;grid-template-rows:auto 1fr 1fr auto auto;padding:1.25rem}.education-card .education-content .card-info{display:flex;align-items:center;gap:.9375rem}.education-card .education-content .card-info .time{display:flex;align-items:center;gap:.5rem;color:rgba(33,33,33,.77);font-size:.75rem;font-weight:500}.education-card .education-content .card-info .time i{font-size:1rem;color:#610411}.education-card .education-content .card-title{margin-block:.625rem;color:#212121;font-size:1rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none;transition:color .35s ease}.education-card .education-content .card-title p{margin:0}.education-card .education-content .teacher-section{border-top:1px solid rgba(104,4,18,.23);display:flex;align-items:center;justify-content:space-between;gap:.3125rem;padding-block:.1875rem}.education-card .education-content .teacher-section .teacher-info{padding-block:.4375rem;color:#212121;font-size:11px;line-height:17px;border-right:1px solid rgba(104,4,18,.23);min-width:50%;padding-right:.625rem}.education-card .education-content .teacher-section .participant{padding-block:.4375rem;position:relative;display:flex;align-items:center;height:100%;gap:.3125rem;color:#212121;font-size:12px}.education-card .education-content .teacher-section .participant i{font-size:1rem;color:#610411}.education-card .education-content .bottom-info{border-top:1px solid rgba(104,4,18,.23);display:flex;align-items:center;justify-content:space-between;gap:.3125rem;padding-block:.625rem}.education-card .education-content .bottom-info .location{display:flex;align-items:center;gap:.3125rem;color:#212121;font-size:12px}.education-card .education-content .bottom-info .location i{font-size:1rem;color:#610411}.education-card .education-content .bottom-info .price{color:#610411;font-size:18px;font-weight:600}.education-card .education-content .detail-button{background-color:#610411;color:#fff;font-size:14px;font-weight:600;padding:12px;border-radius:10px;width:100%;text-align:center;text-decoration:none;border:1px solid var(--primary-color);transition:background-color .35s ease,color .35s ease,border-color .35s ease}.education-card .education-content .detail-button:hover{background-color:#fff;color:var(--primary-color)}.education-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.07)}.education-card:hover .cover img{transform:scale(1.03)}.education-card:hover .education-content .card-title{color:#610411}