@font-face{font-family:Pretendard;font-weight:100;font-style:normal;src:url(/fonts/Pretendard-Thin.woff2) format("woff2"),url(/fonts/Pretendard-Thin.woff) format("woff")}@font-face{font-family:Pretendard;font-weight:200;font-style:normal;src:url(/fonts/Pretendard-ExtraLight.woff2) format("woff2"),url(/fonts/Pretendard-ExtraLight.woff) format("woff")}@font-face{font-family:Pretendard;font-weight:300;font-style:normal;src:url(/fonts/Pretendard-Light.woff2) format("woff2"),url(/fonts/Pretendard-Light.woff) format("woff")}@font-face{font-family:Pretendard;font-weight:400;font-style:normal;src:url(/fonts/Pretendard-Regular.woff2) format("woff2"),url(/fonts/Pretendard-Regular.woff) format("woff")}@font-face{font-family:Pretendard;font-weight:500;font-style:normal;src:url(/fonts/Pretendard-Medium.woff2) format("woff2"),url(/fonts/Pretendard-Medium.woff) format("woff")}@font-face{font-family:Pretendard;font-weight:600;font-style:normal;src:url(/fonts/Pretendard-SemiBold.woff2) format("woff2"),url(/fonts/Pretendard-SemiBold.woff) format("woff")}@font-face{font-family:Pretendard;font-weight:700;font-style:normal;src:url(/fonts/Pretendard-Bold.woff2) format("woff2"),url(/fonts/Pretendard-Bold.woff) format("woff")}@font-face{font-family:Pretendard;font-weight:800;font-style:normal;src:url(/fonts/Pretendard-ExtraBold.woff2) format("woff2"),url(/fonts/Pretendard-ExtraBold.woff) format("woff")}@font-face{font-family:Pretendard;font-weight:900;font-style:normal;src:url(/fonts/Pretendard-Black.woff2) format("woff2"),url(/fonts/Pretendard-Black.woff) format("woff")}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#343a40;line-height:1.6;overflow-x:hidden;word-break:keep-all}a{color:#007bff;text-decoration:none;transition:color .2s ease-in-out}a:hover{color:#0056b3}ul{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.75rem}.header{position:absolute;top:0;left:0;width:100%;height:90px;background-color:transparent;z-index:1000;transition:background-color .3s ease}.header__container{max-width:1920px;height:100%;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.header__logo-wrap{display:flex;align-items:center;gap:12px}.header__logo{display:flex;align-items:center}.header__logo img{height:30px}.header__admin-badge{font-size:17px;font-weight:500;color:#ffffffd9;white-space:nowrap;text-decoration:none;transition:opacity .2s ease}.header__admin-badge:hover{color:#51c488;opacity:1}.header--subpage .header__admin-badge{color:#51c488}.header--subpage .header__admin-badge:hover{color:#4a976f}.header--admin .header__admin-badge{color:#51c488}.header--admin .header__admin-badge:hover{color:#4a976f}.header__nav{display:flex;gap:90px;align-items:center}.header__nav-link{position:relative;display:flex;align-items:center;height:42px;padding:0 24px;color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:all .3s ease;border-radius:8px}.header__nav-link:hover{background-color:#1111114d;color:#fff}.header__nav-item--dropdown{position:relative}.header__nav-link--dropdown-trigger{display:flex;align-items:center;gap:4px;height:42px;padding:0 24px;color:#fff;font-family:inherit;font-size:16px;font-weight:500;background:none;border:none;cursor:pointer;border-radius:8px;transition:all .3s ease;white-space:nowrap}.header__nav-link--dropdown-trigger:hover{background-color:#1111114d;color:#fff}.header__dropdown-arrow{display:none;width:16px;height:16px;transition:transform .3s ease;flex-shrink:0}.header__dropdown{display:none;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%);background:transparent;border:none;box-shadow:none;width:max-content;z-index:200;flex-direction:column;align-items:center;gap:4px}.header__dropdown:before{content:"";position:absolute;top:-4px;left:0;width:100%;height:4px}.header__nav-item--desktop-open .header__dropdown{display:flex}.header__dropdown-link{display:flex;align-items:center;justify-content:center;height:42px;padding:0 24px;color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:background .3s ease,color .3s ease;white-space:nowrap;border-radius:8px;width:100%}.header__dropdown-link:hover{background-color:#1111114d;color:#fff}.header__dropdown-link+.header__dropdown-link{border-top:none}.header__menu-btn{display:none;background:none;border:none;cursor:pointer;padding:5px;z-index:1002}.header__menu-icon{position:relative;display:block;width:28px;height:20px}.header__menu-icon span{position:absolute;left:0;display:block;width:100%;height:2px;background-color:#fff}.header__menu-icon span:nth-child(1){top:0}.header__menu-icon span:nth-child(2){top:9px}.header__menu-icon span:nth-child(3){top:18px}.header__menu-icon--open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.header__menu-icon--open span:nth-child(2){opacity:0}.header__menu-icon--open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header__overlay{display:none}@media(max-width:1600px){.header__nav{gap:60px}}@media(max-width:1200px){.header__nav{gap:40px}.header__nav-link,.header__nav-link--dropdown-trigger,.header__dropdown-link{font-size:15px}}@media(max-width:1024px){.header{height:70px}.header__logo img{height:28px}.header__nav{gap:30px}.header__nav-link,.header__nav-link--dropdown-trigger{font-size:14px;height:38px;padding:0 20px}.header__dropdown-link{font-size:14px}}@media(max-width:768px){.header{height:60px}.header--menu-open{position:fixed;background-color:#51c488}.header__container{padding:0 20px}.header__logo img{height:24px}.header__menu-btn{display:block}.header__nav{position:fixed;top:60px;right:-100%;width:280px;height:calc(100vh - 60px);background-color:#fff;flex-direction:column;gap:0;padding:0;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a;z-index:1001;overflow-y:auto}.header__nav--open{right:0}.header__nav-link{width:100%;height:auto;padding:16px 24px;color:#333;font-size:16px;border-radius:0;justify-content:flex-start;border-bottom:1px solid #f0f0f0}.header__nav-link:hover{background-color:#f8f9fa;color:#333}.header__nav-item--dropdown{width:100%}.header__nav-link--dropdown-trigger{width:100%;height:auto;padding:16px 24px;color:#333;font-size:16px;font-weight:500;border-radius:0;justify-content:space-between;border-bottom:1px solid #f0f0f0}.header__dropdown-arrow{display:block}.header__nav-link--dropdown-trigger:hover{background-color:#f8f9fa;color:#333}.header__nav-item--dropdown:hover .header__dropdown{display:none}.header__nav-item--dropdown.header__nav-item--open .header__dropdown{display:flex}.header__nav-item--open .header__dropdown-arrow{transform:rotate(180deg)}.header__dropdown{position:static;transform:none;background:transparent;box-shadow:none;border:none;border-radius:0;padding:0;width:100%;gap:0}.header__dropdown-link{height:auto;padding:14px 24px 14px 40px;font-size:16px;border-radius:0;border-bottom:1px solid #f0f0f0;color:#333;justify-content:flex-start;width:100%}.header__dropdown-link+.header__dropdown-link{border-top:none}.header__dropdown-link:hover{background-color:#f8f9fa;color:#51c488;text-decoration:none}.header__overlay{display:block;position:fixed;inset:60px 0 0;background-color:#00000080;z-index:1000}}.header--subpage{background-color:#fff;border-bottom:1px solid #dddddd}.header--subpage .header__nav-link,.header--subpage .header__nav-link--dropdown-trigger,.header--subpage .header__dropdown-link{color:#333}.header--subpage .header__menu-icon span{background-color:#51c488}@media(min-width:769px){.header--subpage .header__nav-link:hover,.header--subpage .header__nav-link--dropdown-trigger:hover{background-color:transparent;color:#51c488;text-decoration:underline;text-decoration-color:#51c488;text-underline-offset:4px}.header--subpage .header__dropdown{background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 12px #0000001a;border-radius:8px;padding:4px;gap:0}.header--subpage .header__dropdown-link{border-radius:6px}.header--subpage .header__dropdown-link:hover{background-color:#f4fdf8;color:#51c488;text-decoration:none}}.header--admin{background-color:transparent;border-bottom:1px solid rgba(255,255,255,.2)}@media(min-width:769px){.header--admin .header__nav-link,.header--admin .header__nav-link--dropdown-trigger{color:#fff}.header--admin .header__dropdown{background:#1e1e1ed9;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 16px #0000004d;border-radius:8px;padding:4px;gap:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.header--admin .header__dropdown-link{border-radius:6px;color:#fff}.header--admin .header__dropdown-link:hover{background-color:#ffffff1a;color:#fff;text-decoration:none}}@media(max-width:768px){.header--admin{border-bottom:none}.header--admin .header__menu-icon span{background-color:#fff}}.footer{background-color:#fff;width:100%;border-top:1px solid #dddddd}.footer__container{max-width:1920px;margin:0 auto;padding:30px 200px}.footer__top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.footer__left{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.footer__logo{height:40px}.footer__social{display:flex;gap:12px}.footer__social a{display:flex;align-items:center;justify-content:center;width:30px;height:30px;transition:all .2s}.footer__social a:hover{border-color:#4caf50}.footer__social img{width:30px;height:30px}.footer__nav{display:flex;flex-direction:column;gap:8px}.footer__nav-row{display:flex;align-items:center}.footer__nav a{color:#333;text-decoration:none;font-size:14px;white-space:nowrap;padding:0 12px;position:relative}.footer__nav-row a:first-child{padding-left:0}.footer__nav-row a:last-child{padding-right:0}.footer__nav-row a:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:10px;background-color:#ddd}.footer__nav a:hover{color:#4caf50}.footer__center{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;align-self:stretch}.footer__copyright{color:#666;font-size:12px}.footer__right{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer__tel-wrapper{display:flex;align-items:baseline;gap:20px}.footer__tel{font-size:18px;font-weight:700;color:#111}.footer__tel-label,.footer__tel-number{display:inline-block;white-space:nowrap}.footer__info{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.footer__info-row{display:flex;align-items:center}.footer__info-row span{color:#666;font-size:12px;padding:0 10px;position:relative;line-height:2;white-space:nowrap}.footer__info-row span:last-child{padding-right:0}.footer__info-row span:first-child{padding-left:0}.footer__info-row span:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:10px;background-color:#ddd}.footer__addr-short,.footer__email-short{display:none}@media(max-width:1600px){.footer__container{padding:30px 100px}}@media(max-width:1400px){.footer__container{padding:32px 80px}}@media(max-width:1199px){.footer__container{padding:30px 5vw}.footer__top{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:5vw;row-gap:0;align-items:start}.footer__center{display:contents}.footer__left{grid-column:1;grid-row:1}.footer__nav{grid-column:1;grid-row:2;margin-top:18px}.footer__nav a{font-size:13px;padding:0 10px}.footer__right{grid-column:2;grid-row:1 / 3;align-items:flex-start;gap:10px;justify-self:end}.footer__copyright{grid-column:1 / -1;grid-row:3;margin-top:18px;padding-top:13px;border-top:1px solid #ddd;width:100%}.footer__info{gap:8px}.footer__info-row{flex-direction:column;align-items:flex-start;gap:2px}.footer__info-row span{padding:0;white-space:normal;line-height:1.9}.footer__info-row span:not(:last-child):after{display:none}}@media(max-width:1024px){.footer__top{column-gap:40px}.footer__nav{margin-top:16px}.footer__copyright{margin-top:16px;padding-top:12px}}@media(max-width:768px){.footer__container{padding:24px 40px 20px}.footer__top{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto auto;row-gap:0;align-items:start;justify-content:space-between}.footer__left{grid-column:1;grid-row:1;gap:10px}.footer__logo{height:25px}.footer__social{display:flex;gap:6px}.footer__social a,.footer__social img{width:26px;height:26px}.footer__center{display:contents}.footer__nav{grid-column:1;grid-row:2;margin-top:16px;gap:5px}.footer__right{grid-column:2;grid-row:1 / 3;align-items:flex-start;align-self:end;gap:10px}.footer__copyright{grid-column:1 / -1;grid-row:3}.footer__nav-row{flex-direction:column;align-items:flex-start;gap:5px}.footer__nav-row a:not(:last-child):after{display:none}.footer__nav a{padding:0;font-size:12px}.footer__tel{font-size:20px;line-height:1.4}.footer__tel-wrapper{flex-direction:column;align-items:flex-start;gap:4px}.footer__info{gap:10px}.footer__info-row{flex-direction:column;align-items:flex-start;gap:10px}.footer__info-row span{padding:0;line-height:1.7;font-size:11px;white-space:normal}.footer__info-row span:not(:last-child):after{display:none}.footer__copyright{margin-top:20px;padding-top:14px;border-top:1px solid #ddd;font-size:11px;text-align:center;width:100%}.footer__addr-full,.footer__email-full{display:none}.footer__addr-short,.footer__email-short{display:inline}}@media(max-width:480px){.footer__container{padding:20px 30px 16px}.footer__logo{height:22px}.footer__social{gap:5px}.footer__social a,.footer__social img{width:22px;height:22px}.footer__left{gap:8px}.footer__right{gap:6px}.footer__tel{font-size:16px}.footer__tel-label{display:block}.footer__tel-wrapper{gap:3px}.footer__info,.footer__info-row{gap:6px}.footer__info-row span{font-size:10px;line-height:1.6}.footer__nav{margin-top:12px;gap:4px}.footer__nav-row{gap:3px}.footer__nav a{font-size:11px}.footer__copyright{margin-top:14px;padding-top:10px;font-size:10px}}@media(max-width:375px){.footer__container{padding:18px 20px 14px}.footer__logo{height:20px}.footer__social{gap:4px}.footer__social a,.footer__social img{width:20px;height:20px}.footer__tel{font-size:14px}.footer__info,.footer__info-row{gap:4px}.footer__info-row span{font-size:9.5px}.footer__nav{margin-top:10px;gap:3px}.footer__nav-row{gap:2px}.footer__nav a{font-size:10.5px}.footer__copyright{margin-top:12px;font-size:9.5px}}.footer--admin{background-color:transparent;border-top:1px solid #dddddd}.footer--admin .footer__nav a,.footer--admin .footer__tel,.footer--admin .footer__info-row span,.footer--admin .footer__copyright{color:#fff}.footer--admin .footer__nav a:not(:last-child):after,.footer--admin .footer__info-row span:not(:last-child):after{background-color:#ffffff4d}.floating-buttons{position:fixed;right:30px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;z-index:1000;background:#38b07880;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:32px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000001a,inset 0 1px 1px #fff6}.floating-btn{width:90px;height:90px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;padding:0;background:transparent;position:relative}.floating-btn:hover{background:#ffffff26}.floating-btn--kakao{border-radius:32px 32px 0 0}.floating-btn--top{border-radius:0 0 32px 32px}.floating-btn:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 30%,rgba(255,255,255,.3) 70%,transparent 100%)}.floating-btn--top:after{display:none}.floating-btn__icon{width:56px;height:56px}.floating-btn-wrapper{position:relative}.phone-tooltip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);background:#fff;border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 20px #00000026;white-space:nowrap;z-index:1001}.phone-tooltip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#fff}.phone-tooltip__close{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background:#999;border:none;border-radius:50%;font-size:14px;line-height:1;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}.phone-tooltip__close:hover{background:#666}.phone-tooltip__icon-wrapper{width:40px;height:40px;background-color:#f8f8f8;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.phone-tooltip__icon{width:22px;height:22px;filter:invert(58%) sepia(65%) saturate(432%) hue-rotate(103deg) brightness(92%) contrast(87%)}.phone-tooltip__number{font-size:18px;font-weight:700;color:#111;margin:0;letter-spacing:.5px}.phone-tooltip__copy-btn{background:transparent;border:none;padding:0;cursor:pointer;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.phone-tooltip__copy-btn:hover{opacity:.7}.phone-tooltip__copy-icon{width:24px;height:24px;filter:invert(58%) sepia(65%) saturate(432%) hue-rotate(103deg) brightness(92%) contrast(87%)}.phone-tooltip__copied{position:absolute;bottom:-28px;right:0;background:#51c488;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;animation:fadeInOut 1.5s ease}@keyframes fadeInOut{0%{opacity:0;transform:translateY(4px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@media(max-width:1400px){.floating-buttons{right:26px}.floating-btn{width:84px;height:84px}.floating-btn__icon{width:52px;height:52px}}@media(max-width:1200px){.floating-buttons{right:22px}.floating-btn{width:76px;height:76px}.floating-btn__icon{width:48px;height:48px}}@media(max-width:1024px){.floating-buttons{right:18px}.floating-btn{width:68px;height:68px}.floating-btn__icon{width:44px;height:44px}}@media(max-width:768px){.floating-buttons{right:16px;top:auto;bottom:24px;transform:none;border-radius:28px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:none}.floating-btn{width:60px;height:60px}.floating-btn--kakao{border-radius:28px 28px 0 0}.floating-btn--top{border-radius:0 0 28px 28px}.floating-btn__icon{width:50px;height:50px}}.main-layout{position:relative;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%}.admin-layout{min-height:100vh;display:flex;flex-direction:column;background-image:url(/assets/admin_banner-WooUTXH8.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.admin-content{flex:1;display:flex;align-items:center;justify-content:center;padding-top:90px}@media(max-width:1024px){.admin-content{padding-top:70px}}@media(max-width:768px){.admin-content{padding-top:60px}}.confirm-modal__overlay{position:fixed;inset:0;background-color:#0006;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.confirm-modal{position:relative;background:#fff;border-radius:15px;padding:20px;width:fit-content;box-shadow:0 8px 32px #00000026}.confirm-modal__close{background:none;border:none;cursor:pointer;padding:7px;display:flex;align-items:flex-start;flex-shrink:0;margin-left:auto}.confirm-modal__close svg{width:16px;height:16px}.confirm-modal__header{display:flex;align-items:flex-start;gap:30px}.confirm-modal__icon{width:50px;height:50px;flex-shrink:0;background-color:#f8f8f8;border-radius:50%;display:flex;align-items:center;justify-content:center}.confirm-modal__icon img{width:30px;height:30px}.confirm-modal__body{width:fit-content}.confirm-modal__text{display:flex;flex-direction:column;gap:6px}.confirm-modal__title{font-size:28px;font-weight:500;color:#1f1f1f;margin:0;line-height:1.4}.confirm-modal__subtitle{font-size:18px;font-weight:400;color:#999;margin:0}.confirm-modal__buttons{display:flex;gap:24px;margin-top:50px;justify-content:flex-end}.confirm-modal__btn{padding:12px 24px;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease;font-family:inherit;white-space:nowrap}.confirm-modal__btn--confirm{background:#111;border:none;color:#fff;order:-1}.confirm-modal__btn--confirm:hover{background:#333}.confirm-modal__btn--cancel{background:#fff;border:2px solid #dddddd;color:#111;order:0}.confirm-modal__btn--cancel:hover{background:#ccc;border-color:#ccc}@media(max-width:768px){.confirm-modal{max-width:calc(100vw - 40px);border-radius:14px}.confirm-modal__header{gap:20px}.confirm-modal__icon{width:42px;height:42px}.confirm-modal__icon img{width:26px;height:26px}.confirm-modal__title{font-size:22px}.confirm-modal__subtitle{font-size:15px}.confirm-modal__buttons{margin-top:36px;gap:16px}.confirm-modal__btn{padding:10px 20px;font-size:15px}}@media(max-width:480px){.confirm-modal{border-radius:12px;padding:16px}.confirm-modal__header{gap:14px}.confirm-modal__icon{width:36px;height:36px}.confirm-modal__icon img{width:22px;height:22px}.confirm-modal__close svg{width:14px;height:14px}.confirm-modal__title{font-size:17px}.confirm-modal__subtitle{font-size:13px}.confirm-modal__buttons{margin-top:24px;gap:10px}.confirm-modal__btn{padding:9px 16px;font-size:13px;border-radius:8px}}.privacy-modal__overlay{position:fixed;inset:0;background:#00000080;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px}.privacy-modal__box{background:#fff;border-radius:16px;padding:36px 32px;max-width:600px;width:100%;box-shadow:0 8px 40px #00000026}.privacy-modal__title{font-size:18px;font-weight:700;color:#1f1f1f;margin:0 0 12px}.privacy-modal__desc{font-size:14px;color:#555;margin:0 0 20px;line-height:1.6}.privacy-modal__table{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:16px}.privacy-modal__table th,.privacy-modal__table td{border:1px solid #ddd;padding:10px 12px;text-align:center;line-height:1.6;color:#1f1f1f;vertical-align:middle}.privacy-modal__table th{background-color:#f4f4f4;font-weight:600;font-size:13px}.privacy-modal__notice{font-size:12px;color:#999;margin:0 0 24px;line-height:1.6}.privacy-modal__close{display:block;width:100%;padding:13px;font-size:15px;font-weight:600;color:#fff;background-color:#51c488;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.privacy-modal__close:hover{background-color:#3da86e}@media(max-width:1024px){.privacy-modal__box{max-width:520px;padding:32px 28px}}@media(max-width:768px){.privacy-modal__overlay{padding:16px}.privacy-modal__box{max-width:100%;padding:28px 24px;border-radius:12px}.privacy-modal__title{font-size:16px;margin-bottom:10px}.privacy-modal__desc{font-size:13px;margin-bottom:16px}.privacy-modal__table{font-size:12px}.privacy-modal__table th,.privacy-modal__table td{padding:8px 10px}.privacy-modal__notice{font-size:11px;margin-bottom:20px}.privacy-modal__close{padding:12px;font-size:14px}}@media(max-width:480px){.privacy-modal__overlay{padding:12px}.privacy-modal__box{padding:24px 16px;border-radius:10px}.privacy-modal__title{font-size:15px}.privacy-modal__table th,.privacy-modal__table td{padding:7px 6px;font-size:11px}.privacy-modal__close{padding:11px;font-size:13px}}.home{width:100%;overflow-x:hidden}.home__section{width:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat}.home__section--1{height:100vh;position:relative;overflow:hidden}.home__section--1:after{content:"";position:absolute;inset:0;background-image:url(/home_banner.webp);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;transform:scale(1.08);animation:bannerZoomOut 6s ease-out forwards}@keyframes bannerZoomOut{0%{transform:scale(1.08)}to{transform:scale(1)}}.home__section--1:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#1f1f1f99,#1f1f1f4d);pointer-events:none;z-index:1}.home__section1-wrapper{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}.home__section1-subtitle{color:#fff;font-size:18px;font-weight:400;margin:0;letter-spacing:.5px;word-break:keep-all}.home__section1-title{color:#fff;font-size:48px;font-weight:500;line-height:1.3;margin:18px 0 70px;letter-spacing:-.5px}.home__section1-btn{background:linear-gradient(70deg,#51c488 50%,#78ffb5);color:#fff;font-size:18px;font-weight:700;padding:16px 32px;border:none;border-radius:8px;cursor:pointer;margin-top:10px;transition:opacity .3s ease}.home__section1-btn:hover{opacity:.85}.home__section1-scroll-hint{display:none}@media(min-width:1025px){.home__section1-scroll-hint{position:absolute;bottom:36px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:20px;z-index:2}}.home__section1-scroll-hint__icon{animation:scrollHintFloat 1.8s ease-in-out infinite}.home__section1-scroll-hint__text{font-size:11px;font-weight:600;color:#ffffffd9;letter-spacing:3px}@keyframes scrollHintFloat{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.home__section--2{height:1055px;background-color:#fff}.home__section2-wrapper{display:flex;flex-direction:column;align-items:center;padding:80px 0}.home__section2-title{font-size:40px;font-weight:500;text-align:center;line-height:1.4;margin:0 0 24px;color:#1f1f1f}.home__section2-highlight{color:#51c488;font-size:44px}.home__section2-desc{font-size:18px;font-weight:400;text-align:center;line-height:1.7;color:#666;margin:0 0 48px;max-width:600px;word-break:keep-all}.home__section2-gallery{display:flex;gap:16px;width:100%;height:450px}.home__section2-gallery-item{flex:1;border-radius:16px;overflow:hidden;cursor:pointer;transition:flex .4s ease;min-width:0;position:relative}.home__section2-gallery-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;transition:background .4s ease;pointer-events:none}.home__section2-gallery-item.active{flex:8}.home__section2-gallery-item img{width:100%;height:100%;object-fit:cover}.home__section2-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#51c488,#78ffb5);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600}.home__section2-gallery-number{position:absolute;top:10%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:600;color:#51c488;z-index:2;transition:all .4s ease}.home__section2-gallery-item.active .home__section2-gallery-number{top:35%;font-size:30px;font-weight:600;background:linear-gradient(160deg,#78ffb5 50%,#51c488 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home__section2-gallery-info{position:absolute;top:41%;left:50%;transform:translate(-50%);width:90%;text-align:center;z-index:2;opacity:0;transition:opacity .4s ease}.home__section2-gallery-item.active .home__section2-gallery-info{opacity:1}.home__section2-gallery-title{color:#fff;font-size:28px;font-weight:500;margin-bottom:12px}.home__section2-gallery-desc{color:#ffffffd9;font-size:20px;font-weight:400;line-height:1.6;word-break:keep-all}.home__section2-dots{display:flex;gap:10px;margin-top:32px}.home__section2-dot{width:12px;height:12px;border-radius:50%;background-color:#ddd;cursor:pointer;transition:background-color .3s ease}.home__section2-dot.active{background-color:#767676}.home__section--3{height:800px;background-color:#fff}.home__section3-wrapper{display:flex;justify-content:center;align-items:center;gap:min(250px,calc(100% - 796px));height:100%}.home__section3-text{text-align:left;flex-shrink:0;width:400px}.home__section3-title{font-size:40px;font-weight:500;text-align:left;line-height:1.4;margin:0 0 24px;color:#1f1f1f}.home__section3-highlight{color:#51c488;font-size:44px}.home__section3-desc{font-size:18px;font-weight:400;text-align:left;line-height:1.7;color:#767676;margin:0 0 24px;max-width:400px;word-break:keep-all}.home__section3-btn{width:98px;height:42px;background:#fff;color:#1f1f1f;font-size:14px;font-weight:500;border:1px solid #e5e5ec;border-radius:8px;cursor:pointer;transition:all .3s ease}.home__section3-btn:hover{background:#767676;color:#fff}.home__section3-icons{display:grid;grid-template-columns:repeat(3,120px);grid-template-rows:repeat(3,120px);gap:18px}.home__section3-icon-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;background:#fafafa;border:none;border-radius:12px}.home__section3-icon-btn img{width:50px;height:50px;margin-bottom:10px}.home__section3-icon-btn span{font-size:14px;font-weight:500;color:#1f1f1f}.home__section--4{height:auto;min-height:900px;background-color:#fff}.home__section4-wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:150px 0 100px}.home__section4-text{margin-bottom:100px;margin-left:100px}.home__section4-title{font-size:40px;font-weight:500;text-align:left;line-height:1.4;margin:0 0 20px;color:#1f1f1f}.home__section4-highlight{color:#51c488;font-size:44px}.home__section4-desc{font-size:18px;font-weight:400;text-align:left;line-height:1.7;color:#767676;margin:0;word-break:keep-all}.home__section4-gallery{display:flex;justify-content:center;gap:clamp(10px,calc((100% - 1200px) / 3),40px);width:calc(100% + 200px);margin-left:-100px;margin-right:-100px;height:530px}.home__section4-gallery-item{position:relative;flex:none;width:300px;height:350px;border-radius:40px;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.home__section4-gallery-item:before{content:"";position:absolute;inset:0;z-index:1}.home__section4-gallery-item--bottom{transform:translateY(80px)}.home__section4-gallery-item--bottom:before{background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 80%)}.home__section4-gallery-item--top:before{background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,transparent 80%)}.home__section4-gallery-content{position:absolute;z-index:2;padding:30px}.home__section4-gallery-item--bottom .home__section4-gallery-content{bottom:0;left:0;right:0}.home__section4-gallery-item--top .home__section4-gallery-content{top:0;left:0;right:0}.home__section4-gallery-title{color:#fff;font-size:20px;font-weight:600;margin-bottom:10px}.home__section4-gallery-desc{color:#ffffffd9;font-size:14px;line-height:1.5;word-break:keep-all}.home__section--5{height:auto;min-height:900px;background-color:#fff;padding:100px 0}.home__section5-wrapper{display:flex;flex-direction:column;align-items:flex-start}.home__section5-header{margin-bottom:60px;margin-left:100px}.home__section5-title{font-size:40px;font-weight:700;color:#111;margin-bottom:16px}.home__section5-desc{font-size:16px;color:#666;line-height:1.6;word-break:keep-all}.home__section5-slider{position:relative;width:100vw;margin-left:calc(-50vw + 50%);display:flex;flex-direction:column;align-items:center;padding:40px 0 60px;overflow:hidden}.home__section5-cards-wrapper{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.home__section5-cards{position:relative;display:flex;align-items:center;justify-content:center;height:440px;width:800px}.home__section5-card{position:absolute;left:50%;top:50%;width:300px;height:300px;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .4s ease,width .4s ease,height .4s ease,opacity .4s ease,box-shadow .4s ease;background-color:#333;will-change:transform,width,height}.home__section5-card.active{width:450px;height:450px;cursor:default;background-color:#fff;border-radius:20px;box-shadow:0 10px 40px #0003}.home__section5-card-image-wrapper{width:100%;height:100%;overflow:hidden;border-radius:16px;background-color:#555}.home__section5-card.active .home__section5-card-image-wrapper{height:50%;border-radius:20px 20px 0 0}.home__section5-card-image{width:100%;height:100%;background-color:#555;background-size:cover;background-position:center;filter:brightness(.6)}.home__section5-card.active .home__section5-card-image{filter:brightness(1)}.home__section5-card-image.mosaic{filter:brightness(.6) blur(10px);transform:scale(1.1)}.home__section5-card.active .home__section5-card-image.mosaic{filter:blur(10px);transform:scale(1.1)}.home__section5-card-info{position:absolute;bottom:0;left:0;right:0;padding:16px;background-color:transparent}.home__section5-card.active .home__section5-card-info{position:static;background-color:#fff;height:auto;min-height:50%;padding:20px;box-sizing:border-box;width:450px}.home__section5-card-header{display:flex;align-items:center;justify-content:space-between}.home__section5-card-name{color:#fff;font-size:20px;font-weight:600;margin:0}.home__section5-card.active .home__section5-card-name{color:#111;font-size:24px;font-weight:700}.home__section5-card-eng{color:#999;font-size:14px}.home__section5-card.active .home__section5-card-eng{color:#666;font-size:16px}.home__section5-card-details{margin-top:24px}.home__section5-card-desc{font-size:16px;font-weight:400;color:#555;line-height:1.6;word-break:keep-all}.home__section5-arrow{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;background-color:#fff;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s ease}.home__section5-arrow:hover{background-color:#f5f5f5;box-shadow:0 4px 12px #0000001a}.home__section5-arrow--prev{left:calc(50% - 320px)}.home__section5-arrow--next{right:calc(50% - 320px)}.home__section5-info-panel{display:flex;align-items:flex-start;justify-content:center;gap:40px;margin-top:40px;max-width:600px}.home__section5-info-content{flex:1}.home__section5-info-desc{font-size:15px;color:#555;line-height:1.8;text-align:center;word-break:keep-all}.home__section5-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:16px;color:#666}.home__section5-toggle input{display:none}.home__section5-toggle-slider{position:relative;width:60px;height:30px;background:#fff;border:2px solid transparent;border-radius:15px;background-image:linear-gradient(#fff,#fff),linear-gradient(90deg,#51c488,#78ffb5);background-origin:border-box;background-clip:padding-box,border-box;transition:all .3s ease}.home__section5-toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:22px;height:22px;background:linear-gradient(90deg,#51c488,#78ffb5);border-radius:50%;transition:transform .3s ease}.home__section5-toggle input:checked+.home__section5-toggle-slider{border:2px solid transparent;background-image:linear-gradient(90deg,#51c488,#78ffb5),linear-gradient(90deg,#51c488,#78ffb5);background-origin:border-box;background-clip:padding-box,border-box}.home__section5-toggle input:checked+.home__section5-toggle-slider:before{transform:translate(30px);background:#fff}.home__section--6{height:200px;background-color:#3d4a6b;position:relative;margin-bottom:100px}.home__section6-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}.home__section6-wrapper{display:flex;align-items:center;height:100%;position:relative;z-index:1}.home__section6-text{text-align:left;z-index:2}.home__section6-title{font-size:32px;font-weight:500;color:#fff;margin:0 0 18px}.home__section6-title-br{display:none}.home__section6-desc{font-size:20px;font-weight:400;color:#fffc;margin:0;word-break:keep-all}.home__section6-pest{position:absolute;right:0;top:50%;transform:translateY(-50%);height:420px;z-index:3}.home__section--7{height:auto;min-height:700px;background-color:#fff;padding:100px 0}.home__section7-wrapper{display:flex;justify-content:space-between;align-items:center;gap:clamp(20px,5vw,80px)}.home__section7-left{flex:1;max-width:none}.home__section7-subtitle{font-size:20px;font-weight:400;color:#767676;margin:0 0 16px;letter-spacing:1px}.home__section7-title{font-size:60px;font-weight:700;color:#1f1f1f;margin:0;line-height:1.2}.home__section7-highlight{color:#51c488}.home__section7-title2{font-size:58px;font-weight:500;color:#9cd9ba;margin:8px 0 32px}.home__section7-desc{font-size:18px;font-weight:400;color:#767676;line-height:1.8;margin:0 0 40px;word-break:keep-all}.home__section7-contact{display:flex;flex-direction:column;gap:20px}.home__section7-contact-item{display:flex;align-items:center;gap:16px}.home__section7-contact-item img{width:65px;height:65px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.home__section7-contact-info{display:flex;flex-direction:column;gap:4px}.home__section7-contact-label{font-size:18px;color:#767676}.home__section7-contact-value{font-size:24px;font-weight:500;color:#767676}.home__section7-right{flex:1;width:auto;margin-left:0;margin-right:0}.home__section7-form{display:flex;flex-direction:column;background:#fff;border-radius:24px;padding:40px;box-shadow:0 4px 40px #00000014}.home__section7-form-row{display:flex;gap:20px;margin-bottom:32px}.home__section7-form-group{flex:1}.home__section7-form-group--full{margin-bottom:32px}.home__section7-form-group--full:last-of-type{margin-bottom:0}.home__section7-form-group label{display:block;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;color:#767676;margin-bottom:6px}.home__section7-form-group input,.home__section7-form-group textarea{width:100%;padding:14px 16px;border:none;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;color:#1f1f1f;background-color:#f8f8f8;border-radius:10px;transition:border-color .3s ease;word-break:keep-all}.home__section7-form-group input::placeholder,.home__section7-form-group textarea::placeholder{color:#bcbcbc}.home__section7-form-group input:focus,.home__section7-form-group textarea:focus{outline:none}.home__section7-form-group textarea{display:block;resize:none;min-height:70px;background-color:#f8f8f8;border-radius:15px}.home__field-bottom{display:flex;align-items:center;margin-top:4px}.home__field-bottom .home__field-error{margin-top:0}.home__field-bottom .home__char-count{margin-top:0;margin-left:auto;flex-shrink:0}.home__field-hint{margin-top:6px;font-size:12px;color:#999}.home__field-error{margin-top:6px;font-size:12px;color:#e53935}.home__input--error{border:1px solid #e53935!important;outline-color:#e53935!important}.home__char-count{display:block;text-align:right;font-size:12px;color:#bcbcbc;margin-top:4px}.home__char-count--warn{color:#e53e3e}.home__section7-file-input{position:relative}.home__section7-file-input input[type=file]{position:absolute;opacity:0;width:0;height:0}.home__section7-form-group .home__section7-file-label{display:inline-flex;align-items:center;gap:10px;padding:14px 16px;cursor:pointer;color:#767676;background-color:#f8f8f8;border-radius:15px;width:100%;box-sizing:border-box}.home__section7-file-label-icon{display:block;width:20px;height:20px;min-width:20px;flex-shrink:0;filter:brightness(0) saturate(100%) invert(81%) sepia(0%) saturate(0%) hue-rotate(166deg) brightness(91%) contrast(87%)}.home__section7-file-name{font-size:15px;color:#bcbcbc;line-height:20px;word-break:break-all}.home__section7-file-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}.home__section7-file-item{display:flex;align-items:center;gap:6px;padding:6px 10px;background-color:#f8f9fa;border-radius:4px;font-size:13px}.home__section7-file-icon{width:20px;height:20px;flex-shrink:0;filter:brightness(0) saturate(100%) invert(81%) sepia(0%) saturate(0%) hue-rotate(166deg) brightness(91%) contrast(87%)}.home__section7-file-name--selected{font-size:13px;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home__section7-file-remove{margin-left:auto;background:none;border:none;color:#999;cursor:pointer;font-size:16px;line-height:1;padding:0 2px;flex-shrink:0}.home__section7-file-remove:hover{color:#e53935}.home__privacy-agree{margin-bottom:40px}.home__privacy-agree__label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#1f1f1f}.home__privacy-agree__label input[type=checkbox]{appearance:none;-webkit-appearance:none;box-sizing:border-box;width:18px;height:18px;flex-shrink:0;border:2px solid #1f1f1f;border-radius:3px;background:#fff;cursor:pointer;position:relative;transition:background .15s}.home__privacy-agree__label input[type=checkbox]:checked{background:#1f1f1f}.home__privacy-agree__label input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:translate(-50%,-60%) rotate(45deg)}.home__privacy-agree__text{display:flex;align-items:center;font-size:14px;color:#1f1f1f;line-height:1}.home__privacy-agree__required{color:#1f1f1f;font-size:14px;margin-left:6px}.home__privacy-view{background:none;border:none;padding:0;margin-left:14px;font-size:12px;color:#1f1f1f;text-decoration:underline;cursor:pointer;vertical-align:middle}.home__section7-submit{position:relative;display:flex;align-items:center;align-self:flex-end;width:170px;height:70px;background:linear-gradient(90deg,#51c488,#78ffb5);color:#fff;font-size:18px;font-weight:600;padding:8px 10px;border:none;border-radius:50px;cursor:pointer;margin-top:40px;overflow:hidden;transition:color .4s ease;box-shadow:none;outline:none}.home__section7-submit:before{content:"";position:absolute;inset:0;border-radius:50px;padding:4px;background:linear-gradient(90deg,#51c488,#78ffb5);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.home__section7-submit:hover{background:#fff;box-shadow:inset 0 4px 12px #0000001a;color:#51c488}.home__section7-submit:hover:before{opacity:1}.home__section7-submit-icon{position:absolute;left:10px;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#fff;border-radius:50%;transition:left .4s ease,background .4s ease}.home__section7-submit:hover .home__section7-submit-icon{left:calc(100% - 60px);background:linear-gradient(90deg,#51c488,#78ffb5)}.home__section7-submit-icon img{width:20px;height:20px;transition:filter .4s ease}.home__section7-submit:hover .home__section7-submit-icon img{filter:brightness(0) invert(1)}.home__section7-submit-text{position:absolute;right:30px;transition:all .4s ease}.home__section7-submit:hover .home__section7-submit-text{right:calc(100% - 95px)}.home__content{width:100%;max-width:1920px;padding:0 clamp(20px,15vw,300px)}.home__section--7 .home__content{padding:0 clamp(20px,15vw,200px)}@media(max-width:1400px){.home__section4-text,.home__section5-header{margin-left:60px}.home__section6-title-br{display:block}.home__section7-subtitle{font-size:18px}.home__section7-title{font-size:52px}.home__section7-title2{font-size:48px}.home__section7-desc{font-size:16px}.home__section7-contact-item img{width:58px;height:58px}.home__section7-contact-label{font-size:16px}.home__section7-contact-value{font-size:22px}}@media(max-width:1200px){.home__section4-text{margin-left:40px}.home__section4-wrapper{padding:100px 0}.home__section4-gallery{gap:10px;width:calc(100% + 80px);margin-left:-40px;margin-right:-40px;height:410px}.home__section4-gallery-item{width:210px;height:260px;border-radius:26px}.home__section4-gallery-item--bottom{transform:translateY(60px)}.home__section4-gallery-content{padding:24px}.home__section4-gallery-title{font-size:17px;margin-bottom:6px}.home__section4-gallery-desc{font-size:13px}.home__section5-header{margin-left:40px}.home__section5-cards{width:700px}.home__section5-arrow--prev{left:calc(50% - 280px)}.home__section5-arrow--next{right:calc(50% - 280px)}.home__section6-pest{height:380px}.home__section7-subtitle{font-size:18px}.home__section7-title{font-size:46px}.home__section7-title2{font-size:40px}.home__section7-desc{font-size:15px}.home__section7-contact-item img{width:55px;height:55px}.home__section7-contact-label{font-size:15px}.home__section7-contact-value{font-size:20px}.home__section7-form{padding:35px}}@media(max-width:1024px){.home__section1-title{font-size:40px}.home__section1-subtitle{font-size:16px}.home__section--1{height:600px}.home__section--2{height:auto;min-height:800px}.home__section2-title{font-size:32px}.home__section2-highlight{font-size:36px}.home__section2-gallery{height:350px}.home__section2-gallery-number{font-size:22px}.home__section2-gallery-item.active .home__section2-gallery-number{font-size:26px}.home__section2-gallery-title{font-size:20px}.home__section2-gallery-desc{font-size:16px}.home__section--3{height:auto;min-height:700px}.home__section3-wrapper{gap:clamp(20px,calc(100% - 658px),60px)}.home__section3-text{width:350px}.home__section3-icons{flex-shrink:0}.home__section3-title{font-size:32px}.home__section3-highlight{font-size:36px}.home__section3-desc{font-size:16px}.home__section3-icons{grid-template-columns:repeat(3,100px);grid-template-rows:repeat(3,100px);gap:14px}.home__section3-icon-btn img{width:40px;height:40px}.home__section--4{min-height:auto}.home__section4-wrapper{padding:80px 0}.home__section4-text{margin-left:20px;margin-bottom:60px}.home__section4-title{font-size:32px}.home__section4-highlight{font-size:36px}.home__section4-desc{font-size:16px}.home__section4-gallery{display:grid;grid-template-columns:300px 300px;grid-template-rows:auto auto;gap:20px;height:auto;width:100%;margin-left:0;margin-right:0;justify-content:center}.home__section4-gallery-item{flex:none;width:300px;height:350px;border-radius:20px}.home__section4-gallery-content,.home__section4-gallery-item--top .home__section4-gallery-content{inset:auto 0 0;padding:20px;text-align:left}.home__section4-gallery-item--bottom{transform:translateY(40px)}.home__section4-gallery-item--top{transform:none}.home__section4-gallery-item--top:before{background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 80%)}.home__section4-gallery-title{font-size:17px;margin-bottom:4px}.home__section--5{min-height:850px;height:auto}.home__section5-header{margin-left:20px}.home__section5-cards{width:600px}.home__section5-card{width:250px;height:250px}.home__section5-card.active{width:380px;height:430px}.home__section5-card.active .home__section5-card-info{width:380px}.home__section5-arrow--prev{left:calc(50% - 240px)}.home__section5-arrow--next{right:calc(50% - 240px)}.home__section5-toggle{flex-shrink:0;font-size:13px;gap:5px}.home__section5-toggle-slider{width:50px;height:25px;border-radius:13px}.home__section5-toggle-slider:before{width:18px;height:18px;top:50%;left:2px;transform:translateY(-50%)}.home__section5-toggle input:checked+.home__section5-toggle-slider:before{transform:translate(25px,-50%)}.home__section5-card-name{font-size:18px}.home__section5-card.active .home__section5-card-name{font-size:22px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home__section5-card-eng{font-size:13px}.home__section5-card.active .home__section5-card-eng,.home__section5-card-desc{font-size:14px}.home__section--6{height:140px}.home__section6-title{font-size:24px;margin:0 0 10px}.home__section6-title-br{display:block}.home__section6-desc{font-size:16px}.home__section6-pest{height:260px;right:-40px}.home__section--7{min-height:auto;padding:0 0 80px}.home__section7-wrapper{flex-direction:column;gap:40px}.home__section7-left{max-width:100%;text-align:left}.home__section7-contact{flex-direction:row;align-items:center;gap:40px}.home__section7-title{font-size:40px}.home__section7-title2{font-size:32px}.home__section7-desc{font-size:14px}.home__section7-right{max-width:100%;width:100%;margin-right:0}.home__section7-form{padding:30px}}@media(max-width:768px){.home__section--1 .home__content,.home__section--3 .home__content,.home__section--4 .home__content,.home__section--5 .home__content,.home__section--7 .home__content{padding-left:24px;padding-right:24px}.home__section1-title{font-size:24px}.home__section1-subtitle{font-size:14px}.home__section1-info{font-size:14px;padding:10px 16px}.home__section1-btn{font-size:16px;padding:14px 28px}.home__section--1{height:500px}.home__section--2{height:auto;min-height:600px}.home__section2-wrapper{padding:60px 0}.home__section2-title{font-size:26px}.home__section2-highlight{font-size:28px}.home__section2-desc{font-size:14px;margin-bottom:32px}.home__section2-desc-detail{display:none}.home__section2-gallery{flex-direction:column;height:auto;gap:12px}.home__section2-gallery-item{height:220px;flex:none;cursor:default}.home__section2-gallery-item:after{background:#0006}.home__section2-gallery-number{top:30%;left:50%;transform:translate(-50%,-50%);font-size:24px;background:linear-gradient(160deg,#78ffb5 50%,#51c488 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.home__section2-gallery-item.active .home__section2-gallery-number{top:30%;font-size:24px}.home__section2-gallery-info{top:42%;bottom:auto;left:50%;transform:translate(-50%);width:90%;text-align:center;opacity:1}.home__section2-gallery-item.active .home__section2-gallery-info{opacity:1}.home__section2-gallery-title{font-size:18px;margin-bottom:8px}.home__section2-gallery-desc{font-size:13px}.home__section2-gallery-item.active{flex:none;height:220px}.home__section2-dots{display:none}.home__section--3{height:auto;min-height:550px}.home__section3-wrapper{flex-direction:column;align-items:flex-start;gap:40px;padding:60px 0}.home__section3-text{text-align:left}.home__section3-title{font-size:26px;text-align:left}.home__section3-highlight{font-size:28px}.home__section3-desc{font-size:14px;text-align:left;max-width:100%}.home__section3-desc-detail,.home__section3-desc br{display:none}.home__section3-icons{grid-template-columns:repeat(3,105px);grid-template-rows:repeat(3,105px);gap:16px;align-self:center}.home__section3-icon-btn{padding:12px}.home__section3-icon-btn img{width:46px;height:46px;margin-bottom:8px}.home__section3-icon-btn span{font-size:13px}.home__section--4{min-height:auto}.home__section4-wrapper{padding:60px 0;align-items:flex-start}.home__section4-text{text-align:left;margin-left:0;margin-bottom:40px}.home__section4-title{font-size:26px;text-align:left}.home__section4-highlight{font-size:28px}.home__section4-desc{font-size:14px;text-align:left}.home__section4-gallery{display:grid;grid-template-columns:200px 200px;grid-template-rows:auto auto;gap:10px;height:auto;width:100%;margin-left:0;margin-right:0;justify-content:center}.home__section4-gallery-item{flex:none;width:200px;height:200px;border-radius:12px}.home__section4-gallery-item--bottom,.home__section4-gallery-item--top{transform:none}.home__section4-gallery-item--bottom:before,.home__section4-gallery-item--top:before{background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 50%)}.home__section4-gallery-content,.home__section4-gallery-item--top .home__section4-gallery-content{inset:auto 0 0;padding:16px;text-align:left}.home__section4-gallery-title{font-size:15px;margin-bottom:0}.home__section4-gallery-desc{display:none}.home__section--5{min-height:650px;height:auto;padding:60px 0}.home__section5-header{margin-left:0;margin-bottom:0;text-align:left;width:100%}.home__section5-title{font-size:28px}.home__section5-desc{font-size:14px}.home__section5-cards{width:100%;height:400px}.home__section5-card{width:270px;height:270px}.home__section5-card.active{width:340px;height:380px}.home__section5-card.active .home__section5-card-info{width:340px}.home__section5-card.active .home__section5-card-image-wrapper{height:45%}.home__section5-card-name{font-size:16px}.home__section5-card.active .home__section5-card-name{font-size:20px}.home__section5-card-eng{font-size:12px}.home__section5-card.active .home__section5-card-eng{font-size:13px}.home__section5-card-desc{font-size:13px;line-height:1.5}.home__section5-card-details{margin-top:12px}.home__section5-card-header{flex-wrap:nowrap;gap:8px}.home__section5-card.active .home__section5-card-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home__section5-toggle{font-size:13px;gap:6px;flex-shrink:0}.home__section5-toggle-slider{width:48px;height:24px;border-width:2px;border-radius:12px}.home__section5-toggle-slider:before{width:16px;height:16px;top:10.5px;left:2px;transform:translateY(-50%)}.home__section5-toggle input:checked+.home__section5-toggle-slider{border-width:2px}.home__section5-toggle input:checked+.home__section5-toggle-slider:before{transform:translate(24px,-50%)}.home__section5-arrow{display:none}.home__section--6{height:100px}.home__section6-title{font-size:18px}.home__section6-title-br{display:block}.home__section6-desc{font-size:12px}.home__section6-wrapper{position:static}.home__section6-pest{height:180px;right:20px}.home__section--7{min-height:auto;padding:0 0 60px}.home__section7-subtitle{font-size:16px}.home__section7-title{font-size:32px}.home__section7-title2{font-size:26px}.home__section7-desc{font-size:14px}.home__section7-desc br:not(.home__section7-desc-br){display:none}.home__section7-desc-detail{display:none}.home__section7-contact{flex-direction:row;align-items:center;justify-content:center;gap:40px}.home__section7-contact-item img{width:50px;height:50px}.home__section7-contact-label{font-size:14px}.home__section7-contact-value{font-size:18px}.home__section7-form{padding:24px}.home__section7-form-row{flex-direction:column;gap:0;margin-bottom:0}.home__section7-form-group,.home__section7-form-group--full{margin-bottom:20px}.home__section7-submit{width:170px}}@media(max-width:480px){.home__section--7 .home__content{padding-left:16px;padding-right:16px}.home__section1-title{font-size:22px;margin-bottom:40px}.home__section1-subtitle{font-size:13px}.home__section1-btn{font-size:14px;padding:12px 24px}.home__section--1{height:450px}.home__section2-title{font-size:22px}.home__section2-highlight{font-size:24px}.home__section2-gallery-item,.home__section2-gallery-item.active{height:180px}.home__section2-gallery-number,.home__section2-gallery-item.active .home__section2-gallery-number{top:28%;font-size:20px}.home__section2-gallery-info{top:40%;width:95%}.home__section2-gallery-title{font-size:15px;margin-bottom:6px}.home__section2-gallery-desc{font-size:12px;line-height:1.4}.home__section3-title{font-size:22px}.home__section3-highlight{font-size:24px}.home__section4-title{font-size:22px}.home__section4-highlight{font-size:24px}.home__section3-icons{grid-template-columns:repeat(3,110px);grid-template-rows:repeat(3,110px);gap:10px}.home__section3-icon-btn img{width:50px;height:50px}.home__section3-icon-btn span{font-size:14px}.home__section4-gallery{grid-template-columns:160px 160px}.home__section4-gallery-item{width:160px;height:160px}.home__section4-gallery-title{font-size:14px}.home__section4-gallery-content{padding:14px}.home__section5-card{width:250px;height:250px}.home__section5-card.active{width:300px;height:360px}.home__section5-card.active .home__section5-card-info{width:300px;padding:16px}.home__section5-cards{height:380px}.home__section5-card.active .home__section5-card-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home__section5-toggle{font-size:12px;gap:5px}.home__section5-toggle-slider{width:44px;height:22px;border-width:2px;border-radius:11px}.home__section5-toggle-slider:before{width:14px;height:14px;top:2px;left:2px;transform:none}.home__section5-toggle input:checked+.home__section5-toggle-slider{border-width:2px}.home__section5-toggle input:checked+.home__section5-toggle-slider:before{transform:translate(20px)}.home__section--6{height:80px}.home__section6-title{font-size:14px;margin:0}.home__section6-desc{display:none}.home__section6-pest{height:140px;right:30px}.home__section7-subtitle{font-size:14px}.home__section7-title{font-size:26px}.home__section7-title2{font-size:22px}.home__section7-desc{font-size:12px}.home__section7-contact-item img{width:40px;height:40px}.home__section7-contact-label{font-size:12px}.home__section7-contact-value{font-size:16px}.home__section7-form{padding:20px}.home__section7-submit{width:160px;height:60px;font-size:16px}.home__section7-submit-icon{width:44px;height:44px}.home__section7-submit:hover .home__section7-submit-icon{left:calc(100% - 52px)}}@media(max-width:370px){.home__section6-pest{height:90px}}@media(max-width:320px){.home__section--6{display:none}}@media(min-width:1025px){.home__section6-pest{right:clamp(-90px,calc(15vw - 240px),0px)}}@media(min-width:1025px){.fade-up{opacity:0;transform:translateY(50px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--fade-delay, 0s)}.fade-up[data-visible]{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.15s}.fade-up-delay-2{transition-delay:.3s}.home__section2-gallery-item.fade-up{transition:opacity .7s ease var(--fade-delay, 0s),transform .7s ease var(--fade-delay, 0s),flex .4s ease 0s}.home__section4-gallery-item--bottom.fade-up{transform:translateY(130px)}.home__section4-gallery-item--bottom.fade-up[data-visible]{transform:translateY(80px)}.home__section6-bg.fade-up,.home__section6-bg.fade-up[data-visible]{transform:none}.home__section6-pest.fade-up{opacity:0;transform:translateY(calc(-50% + 50px))}.home__section6-pest.fade-up[data-visible]{opacity:1;transform:translateY(-50%)}}@media(min-width:1025px)and (max-width:1200px){.home__section4-gallery-item--bottom.fade-up{transform:translateY(110px)}.home__section4-gallery-item--bottom.fade-up[data-visible]{transform:translateY(60px)}}@media(min-width:1025px)and (min-height:800px){.home__section--1{height:100vh}.home__section--2,.home__section--3{height:100vh;overflow:hidden}.home__section--4,.home__section--5{height:100vh;min-height:unset;overflow:hidden}.home__section--7{min-height:100vh}}@media(min-width:1025px)and (max-height:900px){.home__section--7{padding:60px 0}.home__section7-form{padding:28px}.home__section7-form-row,.home__section7-form-group--full{margin-bottom:32px}}
