.site-footer{margin-top:0;}

.estimate__wr{background:var(--color-neutral-1);color:var(--color-neutral-9);}
.estimate__wr .shell{display:flex;gap:0;}
.estimate__wr .side{position:sticky;padding-top: 60px;top: 0;width:240px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - var(--site-header-height) - 40px);overflow-y:auto;padding-right:40px;scrollbar-width:none;-ms-overflow-style:none;}
.estimate__wr .side::-webkit-scrollbar{display:none;}
.estimate__wr .sidet{display:none;}
.estimate__wr .nv{display:block;width:100%;text-align:left;background:transparent;font-size:16px;font-weight:400;line-height:1.4;color:var(--color-neutral-5);padding:10px 16px;border:none;border-radius:5px;cursor:pointer;}
.estimate__wr .nv:hover{background:var(--color-bg-2);color:var(--color-neutral-9);}
.estimate__wr .nv.on{background:var(--color-bg-2);color:var(--color-neutral-9);font-weight:500;}
.estimate__wr .nv.done{color:var(--color-neutral-9);display: flex;align-items: center;justify-content: space-between;}
.estimate__wr .nv.done::after{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--color-neutral-9);margin-left:8px;vertical-align:middle;}

.estimate-main{flex:1;width: 100%;padding-top: 60px;padding-left: 90px;padding-bottom: 200px;border-left: 1px solid var(--color-neutral-2);}
.estimate__wr .hd{margin-bottom:20px;}
.estimate__wr .hd h1{font-family:var(--font-point);font-weight:500;font-size:40px;line-height:1.4;color:var(--color-neutral-9);margin-bottom: 20px;}
.estimate__wr .hd .sl{font-size:20px;line-height:1.4;color:var(--color-neutral-9);}

.estimate__wr .gate{margin:0 0 24px;border:1px solid var(--color-neutral-3);border-radius:10px;padding:30px;background:var(--color-bg-2);}
.estimate__wr .gate .gt{font-family:var(--font-point);font-size:20px;font-weight:500;line-height:1.4;color:var(--color-neutral-9);}
.estimate__wr .gate .gd{font-size:14px;color:var(--color-neutral-6);margin-top:10px;line-height:1.6;}
.estimate__wr .gate .gd b{color:var(--color-neutral-9);font-weight:600;}
.estimate__wr .gate .gf{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;}
.estimate__wr .gate .gf .full{grid-column:1/-1;}
.estimate__wr .gate .fld label{display:block;font-size:14px;font-weight:500;color:var(--color-neutral-9);margin-bottom:8px;line-height:1.4;}
.estimate__wr .gate .fld label .rq{color:var(--color-neutral-4);font-weight:400;margin-left:2px;}
.estimate__wr .gate .fld input{width:100%;height:54px;border:1px solid var(--color-neutral-3);border-radius:5px;padding:0 16px;font-family:inherit;font-size:16px;background:var(--color-neutral-1);color:var(--color-neutral-9);}
.estimate__wr .gate .fld input:focus{outline:none;border-color:var(--color-neutral-5);}
.estimate__wr .gate .fld input::placeholder{color:var(--color-neutral-4);}
.estimate__wr .gbtns{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap;}
.estimate__wr .gbtns .btn{flex:1;min-width:170px;}
.estimate__wr .gbtns .btn:disabled{background:var(--color-neutral-3);color:var(--color-neutral-5);cursor:not-allowed;}
.estimate__wr .gskip{flex:1;min-width:170px;border:1px solid var(--color-neutral-3);background:var(--color-neutral-1);color:var(--color-neutral-6);border-radius:5px;padding:12px 16px;font-size:14px;font-family:inherit;font-weight:500;cursor:pointer;}
.estimate__wr .gskip:hover{border-color:var(--color-neutral-5);color:var(--color-neutral-9);}
.estimate__wr .fmsg{display:none;align-items:flex-start;gap:8px;font-size:14px;color:var(--color-neutral-6);line-height:1.5;margin-top:16px;}
.estimate__wr .fmsg.show{display:flex;}
.estimate__wr .fmsg svg{flex-shrink:0;margin-top:2px;color:var(--color-neutral-4);}
.estimate__wr .gdone{display:none;margin:0 0 24px;border:1px solid var(--color-neutral-3);border-radius:10px;padding:20px 24px;background:var(--color-neutral-1);align-items:center;gap:16px;justify-content:space-between;}
.estimate__wr .gdone.show{display:flex;}
.estimate__wr .gdone .gi{font-size:14px;color:var(--color-neutral-6);line-height:1.6;min-width:0;}
.estimate__wr .gdone .gi b{color:var(--color-neutral-9);font-weight:600;}
.estimate__wr .gdone .ge{flex-shrink:0;font-size:14px;color:var(--color-neutral-9);border:1px solid var(--color-neutral-3);background:var(--color-neutral-1);border-radius:5px;padding:8px 14px;cursor:pointer;font-family:inherit;white-space:nowrap;}
.estimate__wr .gdone .ge:hover{border-color:var(--color-neutral-5);}
.estimate__wr .lockwrap.off{opacity:.4;pointer-events:none;filter:grayscale(.4);}
.estimate__wr .bar.is-gate{display:none;}

.estimate__wr .notice{background:var(--color-bg-2);border-radius:5px;padding:30px 20px;margin-bottom:60px;}
.estimate__wr .notice ul{display:flex;flex-direction:column;gap:10px;}
.estimate__wr .notice li{font-size:14px;line-height:1.4;color:var(--color-neutral-9);padding-left:18px;position:relative;}
.estimate__wr .notice li::before{content:"";position:absolute;left:7px;top:8px;width:3px;height:3px;border-radius:50%;background:var(--color-neutral-9);}
.estimate__wr .notice li b,
.estimate__wr .hl,
.estimate__wr .notice li .hl2{font-weight:700;color:var(--color-neutral-9);}

.estimate__wr section{padding:60px 0;border-top:1px solid var(--color-neutral-3);scroll-margin-top:calc(var(--site-header-height) + 24px);}
.estimate__wr section:first-of-type{}

.estimate__wr .lb{font-family:var(--font-point);font-weight:500;font-size:32px;line-height:1.4;color:var(--color-neutral-9);margin-bottom: 10px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.estimate__wr .lb .lt{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;}
.estimate__wr .lb .req{font-size:16px;font-weight:400;color:var(--color-neutral-4);margin:0;}
.estimate__wr .lb .mul{font-size:14px;font-weight:400;color:var(--color-neutral-4);margin:0;}
.estimate__wr .csum{font-size:14px;font-weight:500;color:var(--color-neutral-6);white-space:nowrap;margin-left:auto;}
.estimate__wr .sb{font-size:14px;line-height:1.4;color:var(--color-neutral-9);margin:0 0 24px;padding:0;}
.estimate__wr .sb p{margin:0;}
.estimate__wr .sb p + p{margin-top:4px;}
.estimate__wr .tier{font-family:var(--font-point);font-weight:500;font-size:16px;color:var(--color-neutral-6);margin:40px 0 10px;}
.estimate__wr .tier span{color:var(--color-neutral-4);}

.estimate__wr .g2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:12px;}
.estimate__wr .g3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:12px;}
.estimate__wr .st{margin-bottom:12px;}

.estimate__wr .c{border:1px solid var(--color-neutral-3);border-radius:10px;padding:30px;cursor:pointer;background:var(--color-neutral-1);position:relative;transition:border-color .15s ease,background .15s ease;user-select:none;}
.estimate__wr .c:hover{border-color:var(--color-neutral-5);}
.estimate__wr .c.on{border:1.5px solid var(--color-neutral-9);background:var(--color-neutral-1);box-shadow:none;}
.estimate__wr .c .nm{font-size:16px;font-weight:500;line-height:1.4;color:var(--color-neutral-9);}
.estimate__wr .c .nm:has(.bg),
.estimate__wr .c .nm:has(.bgq){display:flex;align-items:center;gap:6px;width:100%;min-width:0;}
.estimate__wr .c.on .nm{color:var(--color-neutral-9);}
.estimate__wr .c .mt{font-size:14px;line-height:1.4;color:var(--color-neutral-4);margin-top:10px;}
.estimate__wr .c.ct{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px;}
.estimate__wr .c.ct .nm{margin-top:0;}
.estimate__wr #home .c.ct{min-height:200px;padding:40px 20px 30px;}
.estimate__wr #home .c.ct .nm{margin-top:15px;}
.estimate__wr #sec4 .c.ct,
.estimate__wr #bal .c.ct{min-height:72px;padding:24px 16px;}
.estimate__wr #sec4 .c.ct .nm,
.estimate__wr #bal .c.ct .nm{margin-top:0;font-size:16px;font-weight:500;}
.estimate__wr .c .ico{display:block;width:75px;height:75px;object-fit:contain;}
.estimate__wr .i{position:absolute;top:14px;right:14px;width:16px;height:16px;color:var(--color-neutral-4);cursor:pointer;line-height:0;display:inline-flex;align-items:center;justify-content:center;}
.estimate__wr .i svg{display:block;width:16px;height:16px;}

.estimate__wr .c.dis{background:var(--color-neutral-2);cursor:not-allowed;border-style:dashed;box-shadow:none;}
.estimate__wr .c.dis .nm{color:var(--color-neutral-4);text-decoration:line-through;}
.estimate__wr .c.dis .nm .bg,
.estimate__wr .c.dis .nm .bgq{text-decoration:none;}
.estimate__wr .c.dis .mt{color:var(--color-neutral-4);}
.estimate__wr .c.lock{background:var(--color-bg-2);border-style:dashed;box-shadow:none;}
.estimate__wr .c.lock .nm{color:var(--color-neutral-4);}
.estimate__wr .c.lock .mt{color:var(--color-neutral-4);}
.estimate__wr .c .lockbadge{display:none;}
.estimate__wr .c.lock .lockbadge{display:inline-block;}
.estimate__wr .c.rec{border:1px dashed var(--color-neutral-3);background:var(--color-neutral-1);}
.estimate__wr .c.on.rec{border-style:solid;border-color:var(--color-neutral-9);border-width:1.5px;}
.estimate__wr .c.none .nm{color:var(--color-neutral-6);}
.estimate__wr .c.none.on{border-color:var(--color-neutral-9);background:var(--color-neutral-1);box-shadow:none;}
.estimate__wr .c.none.on .nm{color:var(--color-neutral-9);}

.estimate__wr .bg{display:inline-block;font-size:12px;font-weight:500;padding:2px 6px;border-radius:2px;background:var(--color-neutral-2);color:var(--color-neutral-4);margin-left:4px;border:1px solid var(--color-neutral-3);line-height:1.4;flex-shrink:0;white-space:nowrap;}
.estimate__wr .bgq{display:inline-block;font-size:12px;font-weight:500;padding:2px 6px;border-radius:2px;background:var(--color-neutral-9);color:var(--color-neutral-1);margin-left:4px;border:none;line-height:1.4;flex-shrink:0;white-space:nowrap;}
.estimate__wr .c .nm > .bg,
.estimate__wr .c .nm > .bgq{margin-left:auto;}
.estimate__wr .c .nm > .bg + .bg,
.estimate__wr .c .nm > .bg + .bgq,
.estimate__wr .c .nm > .bgq + .bg,
.estimate__wr .c .nm > .bgq + .bgq{margin-left:0;}
.estimate__wr .c.on .bgq{background:var(--color-neutral-9);color:var(--color-neutral-1);}

.estimate__wr .talk{border:none;border-radius:10px;padding:30px 40px;background:var(--color-neutral-7);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:24px;}
.estimate__wr .talk .tx{min-width:0;flex:1;}
.estimate__wr .talk .nm{font-size:16px;font-weight:500;color:var(--color-neutral-1);line-height:1.4;}
.estimate__wr .talk .mt{font-size:14px;color:var(--color-neutral-3);margin-top:8px;line-height:1.4;}
.estimate__wr .talk .go{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap: 7px;width:auto;background:var(--color-neutral-1);color:var(--color-neutral-9);border-radius:5px;padding:8px 12px 8px 14px;font-family:var(--font-point);font-weight:600;font-size:14px;line-height:1.4;margin-top:0;white-space:nowrap;}
.estimate__wr .talk .go svg{width: 13px;height: 13px;}

.estimate__wr .exp{display:none !important;}

body.estimate-info-open{overflow:hidden;}

.estimate-info-modal{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;}
.estimate-info-modal[hidden]{display:none !important;}
.estimate-info-modal__backdrop{position:absolute;inset:0;background:rgba(23,23,23,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease;}
.estimate-info-modal.is-ready .estimate-info-modal__backdrop{opacity:1;}
.estimate-info-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,560px);max-height:min(78vh,640px);background:var(--color-neutral-1);border:1px solid var(--color-neutral-3);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.12);opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease;}
.estimate-info-modal.is-ready .estimate-info-modal__dialog{opacity:1;transform:translateY(0);}
.estimate-info-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 0;flex-shrink:0;}
.estimate-info-modal__title{margin:0;font-family:var(--font-point);font-size:20px;font-weight:500;line-height:1.4;color:var(--color-neutral-9);min-width:0;}
.estimate-info-modal__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:-2px -2px 0 0;border:none;border-radius:5px;background:transparent;color:var(--color-neutral-4);cursor:pointer;padding:0;transition:color .2s ease,background .2s ease;}
.estimate-info-modal__close:hover{color:var(--color-neutral-9);background:var(--color-bg-2);}
.estimate-info-modal__close:focus-visible{outline:2px solid var(--color-neutral-9);outline-offset:2px;}
.estimate-info-modal__body{overflow-y:auto;padding:16px 24px 24px;font-size:14px;line-height:1.6;color:var(--color-neutral-6);}
.estimate-info-modal__body b{color:var(--color-neutral-9);font-weight:600;}
.estimate__wr .hint{font-size:14px;color:var(--color-neutral-9);line-height:1.6;background:var(--color-neutral-2);border-radius:10px;padding:16px;margin:12px 0;display:none;}
.estimate__wr .hint.show{display:flex;gap:12px;align-items:flex-start;}
.estimate__wr .hint.alert{background:var(--color-neutral-2);}
.estimate__wr .hint > svg{transform: translateY(3px);}
.estimate__wr .lockmsg{display:none;font-size:14px;color:var(--color-neutral-6);line-height:1.6;background:var(--color-bg-2);border:1px solid var(--color-neutral-3);border-radius:10px;padding:16px 20px;margin:0 0 16px;}
.estimate__wr .lockmsg.show{display:block;}
.estimate__wr .lockmsg b{color:var(--color-neutral-9);font-weight:600;}
.estimate__wr .secoff{opacity:.4;pointer-events:none;filter:grayscale(.4);}

.estimate__wr .qty{display:none;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch;margin: 20px 0;padding:40px;background:var(--color-bg-2);border-radius:10px;}
.estimate__wr .qty.is-on{display:grid;}
.estimate__wr .qi{display:none;flex-direction:column;gap:7px;align-items:stretch;min-width:0;}
.estimate__wr .qi.is-on{display:flex;}
.estimate__wr .qi-lab{font-size:14px;font-weight:500;color:var(--color-neutral-9);line-height:1.6;}
.estimate__wr .qi-note{font-weight:400;color:var(--color-neutral-4);}
.estimate__wr .qi-field{position:relative;display:flex;align-items:center;}
.estimate__wr .qi-field input{width:100%;height:54px;padding:0 48px 0 16px;border:none;border-radius:5px;font-family:inherit;font-size:16px;text-align:right;background:var(--color-neutral-1);color:var(--color-neutral-9);}
.estimate__wr .qi-field #entryQty{padding-right:120px;}
.estimate__wr .qi-field #jaQty{padding-right:105px;}
.estimate__wr .qi-field #drawerQty{padding-right:95px;}
.estimate__wr .qi-field .u{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:16px;font-weight:400;color:var(--color-neutral-4);pointer-events:none;line-height:1;}
.estimate__wr .qty > .qi > input{width:100%;height:54px;padding:0 16px;border:none;border-radius:5px;font-family:inherit;font-size:16px;text-align:right;background:var(--color-neutral-1);color:var(--color-neutral-9);}
.estimate__wr .qty > .qi > span:not(.u){font-size:14px;font-weight:500;color:var(--color-neutral-9);line-height:1.6;}
.estimate__wr .qty > .qi > .u{color:var(--color-neutral-4);font-weight:400;}

.estimate__wr .py-box{background:var(--color-bg-2);border-radius:10px;padding:40px;margin-top:8px;}
.estimate__wr .py-top{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px;}
.estimate__wr .pyv{font-size:20px;font-weight:600;line-height:1.4;color:var(--color-neutral-9);margin:0;}
.estimate__wr .pyf{font-size:14px;font-weight:400;line-height:1.4;color:var(--color-neutral-4);text-align:right;margin:0;flex-shrink:1;}
.estimate__wr .sld{-webkit-appearance:none;appearance:none;width:100%;height:16px;margin:0 0 8px;background:transparent;cursor:pointer;}
.estimate__wr .sld:focus{outline:none;}
.estimate__wr .sld::-webkit-slider-runnable-track{height:6px;background:linear-gradient(to right,var(--color-neutral-9) 0%,var(--color-neutral-9) var(--py-pct,24.4%),#fff var(--py-pct,24.4%),#fff 100%);border-radius:999px;}
.estimate__wr .sld::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-5px;border-radius:50%;background:var(--color-neutral-9);border:none;box-shadow:none;}
.estimate__wr .sld::-moz-range-track{height:6px;background:#fff;border-radius:999px;}
.estimate__wr .sld::-moz-range-progress{height:6px;background:var(--color-neutral-9);border-radius:999px;}
.estimate__wr .sld::-moz-range-thumb{width:16px;height:16px;border:none;border-radius:50%;background:var(--color-neutral-9);}
.estimate__wr .sldv{display:flex;justify-content:space-between;font-size:12px;line-height:1.4;color:var(--color-neutral-4);}

.estimate__wr .brk{margin:40px 0 0;border:1px solid var(--color-neutral-3);border-radius:10px;padding:24px 30px;}
.estimate__wr .brk .bt{font-family:var(--font-point);font-size:20px;font-weight:500;margin-bottom:16px;color:var(--color-neutral-9);}
.estimate__wr .brk .row{display:flex;justify-content:space-between;gap:12px;font-size:14px;color:var(--color-neutral-6);padding:8px 0;border-bottom:1px dashed var(--color-neutral-2);}
.estimate__wr .brk .row:last-child{border-bottom:none;}
.estimate__wr .brk .row b{color:var(--color-neutral-9);font-weight:500;white-space:nowrap;}
.estimate__wr .brk .em{font-size:14px;color:var(--color-neutral-4);}

.estimate__wr .simcta{display:none;margin:16px 0 0;border:none;border-radius:10px;padding:30px 40px;background:var(--color-neutral-7);cursor:pointer;align-items:center;justify-content:space-between;gap:24px;}
.estimate__wr .simcta.show{display:flex;display: none !important;}
.estimate__wr .simcta .tx{min-width:0;flex:1;}
.estimate__wr .simcta .t{font-size:16px;font-weight:500;color:var(--color-neutral-1);line-height:1.4;}
.estimate__wr .simcta .d{font-size:14px;color:var(--color-neutral-3);margin-top:8px;line-height:1.4;}
.estimate__wr .simcta .g{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;width:auto;background:var(--color-neutral-1);color:var(--color-neutral-9);border-radius:5px;padding:8px 12px 8px 14px;font-family:var(--font-point);font-weight:600;font-size:14px;line-height:1.4;margin-top:0;white-space:nowrap;}
.estimate__wr .simcta .g svg{width:13px;height:13px;}

.estimate__wr .bar{position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--color-neutral-1);border-top:1px solid var(--color-neutral-2);padding:16px var(--size-wrap-padding);box-shadow:0 -2px 12px rgba(0,0,0,.04);}
.estimate__wr .bar .in{max-width:1700px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:14px;}
.estimate__wr .bar .k{font-size:14px;color:var(--color-neutral-4);}
.estimate__wr .bar .v{font-size:24px;font-weight:600;letter-spacing:-.3px;color:var(--color-neutral-9);font-family:var(--font-point);}
.estimate__wr .bar .v small{font-size:14px;font-weight:400;color:var(--color-neutral-4);font-family:inherit;}
.estimate__wr .btn{background:var(--color-neutral-9);color:var(--color-neutral-1);border:none;border-radius:5px;padding:12px 16px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;}
.estimate__wr .rs{font-size:14px;color:var(--color-neutral-6);border:1px solid var(--color-neutral-3);background:var(--color-neutral-1);border-radius:5px;padding:12px 16px;cursor:pointer;white-space:nowrap;font-family:inherit;}

.estimate__wr .pywarn{display:none;margin:16px 0 2px;background:#fcf0e0;border:1px solid #e6c99a;border-left:4px solid #b06a1a;border-radius:10px;padding:16px 18px;}
.estimate__wr .pywarn.show{display:block;}
.estimate__wr .pywarn .pt{font-size:16px;font-weight:700;color:#b06a1a;letter-spacing:-.3px;display:flex;align-items:center;gap:6px;}
.estimate__wr .pywarn .pd{font-size:14px;color:var(--color-neutral-6);line-height:1.75;margin-top:8px;}
.estimate__wr .pywarn ul{margin:10px 0 0;padding:0;list-style:none;}
.estimate__wr .pywarn li{font-size:13px;color:var(--color-neutral-6);line-height:1.7;padding:7px 0 7px 13px;border-top:1px solid #eddabd;position:relative;}
.estimate__wr .pywarn li::before{content:"";position:absolute;left:2px;top:15px;width:4px;height:4px;border-radius:50%;background:#b06a1a;}
.estimate__wr .pywarn li b{color:var(--color-neutral-9);font-weight:600;}
.estimate__wr .pywarn .pf{font-size:13px;color:#b06a1a;font-weight:600;margin-top:11px;padding-top:10px;border-top:1px dashed #e0c398;}
.estimate__wr .warn{margin:24px 0 0;background:#fcf0e0;border:1px solid #eddabd;border-radius:10px;padding:20px 24px;}
.estimate__wr .warn .wt{font-size:14px;font-weight:600;color:#b06a1a;margin-bottom:8px;}
.estimate__wr .warn p{font-size:14px;color:var(--color-neutral-6);margin:0;line-height:1.6;}
.estimate__wr .warn svg{transform: translateY(3px);}
.estimate__wr .lit{display:block;width:100%;max-width:260px;margin:8px 0 4px;border-radius:6px;background:var(--color-neutral-1);border:1px solid var(--color-neutral-3);}

@media all and (max-width:1440px) {
    .estimate-main{padding-left: 40px;}
    .estimate__wr .hd h1{font-size:32px;}
    .estimate__wr .hd .sl{font-size:16px;}
    .estimate__wr .lb{font-size:28px;}
    .estimate__wr .side{width:200px;padding-right:24px;}
    .estimate__wr .nv{font-size: 14px;}
    .estimate__wr .qty{grid-template-columns:1fr 1fr;padding:24px;}
}

@media all and (max-width:1023px) {
    .estimate-main{border-left: none;padding-left: 0;padding-top: 50px;padding-bottom: 100px;}
    .estimate__wr .shell{flex-direction:column;}
    .estimate__wr .side{display:none;}
    .estimate__wr .g3{grid-template-columns:repeat(2,minmax(0,1fr));}
    .estimate__wr #home .c.ct{min-height:140px;}
}

@media all and (max-width:767px) {
  .estimate__wr .hd h1{font-size:24px;margin-bottom:12px;}
  .estimate__wr .hd .sl{font-size:14px;}
  .estimate__wr .notice{margin-bottom: 40px;padding:20px 16px;}
  .estimate__wr .notice li{font-size: 12px;padding-left: 10px;}
  .estimate__wr .notice li::before{left: 0;width: 2px;height: 2px;}
  .estimate__wr section{padding: 40px 0;}
  .estimate__wr .tier{margin: 30px 0 10px;}
  .estimate__wr .lb{font-size:22px;}
  .estimate__wr .lb .req{font-size:13px;}
  .estimate__wr .sb{font-size: 13px;}
  .estimate__wr .g2,
  .estimate__wr .g3{grid-template-columns:1fr;gap:12px;}
  .estimate__wr .c{padding:20px;}
  .estimate__wr .c.ct{padding: 20px;align-items: flex-start;}
  .estimate__wr .c .ico{width: 60px;height: 60px;}
  .estimate__wr #home .c.ct .nm{font-size: 14px;margin-top: 10px;}
  .estimate__wr #home .c.ct{min-height:120px;padding:24px 16px;align-items: center;}
  .estimate__wr #sec4 .c.ct,
  .estimate__wr #bal .c.ct{min-height:64px;padding:20px;}
  .estimate__wr #sec4 .c.ct .nm,
  .estimate__wr #bal .c.ct .nm{font-size: 14px;}
  .estimate__wr .c .nm{font-size: 14px;}
  .estimate__wr .c .nm > .bg,
  .estimate__wr .c .nm > .bgq{margin-left: 0;font-size: 10px;}
  .estimate__wr .c .mt{font-size: 13px;margin-top: 5px;}
  .estimate-info-modal{padding:16px;}
  .estimate-info-modal__head{padding:20px 20px 0;}
  .estimate-info-modal__title{font-size:18px;}
  .estimate-info-modal__body{padding:12px 20px 20px;font-size:13px;}
  .estimate-info-modal__dialog{max-height:min(82vh,640px);}
  .estimate__wr .qty{grid-template-columns:1fr;padding:20px;margin: 15px 0;}
  .estimate__wr .qty.is-on{display:grid;}
  .estimate__wr .qi-lab{font-size: 13px;}
  .estimate__wr .qi-field input{height: 44px;}
  .estimate__wr .qi-field .u{font-size: 13px;}
  .estimate__wr .qi-field #entryQty{padding-right: 105px;}
  .estimate__wr .qty > .qi > span:not(.u){font-size: 13px;}
  .estimate__wr .py-box{padding:24px 20px;}
  .estimate__wr .py-top{flex-wrap:wrap;margin-bottom:16px;gap: 8px;}
  .estimate__wr .pyv{font-size: 18px;}
  .estimate__wr .pyf{text-align:left;width:100%;font-size: 12px;}
  .estimate__wr .gate{padding:20px;}
  .estimate__wr .gate .gt{font-size:18px;}
  .estimate__wr .gate .gd{font-size:13px;}
  .estimate__wr .gate .gf{grid-template-columns:1fr;gap:12px;margin-top:20px;}
  .estimate__wr .gate .fld input{height:44px;font-size:14px;}
  .estimate__wr .gbtns{flex-direction:column;gap:8px;margin-top:16px;}
  .estimate__wr .gbtns .btn,
  .estimate__wr .gskip{width:100%;min-width:0;padding: 12px 16px;}
  .estimate__wr .gdone{flex-direction:column;align-items:stretch;padding:16px 20px;}
  .estimate__wr .gdone .ge{width:100%;text-align:center;}
  .estimate__wr .talk{flex-direction:column;padding: 20px;gap: 16px;}
  .estimate__wr .talk .nm{font-size: 14px;}
  .estimate__wr .talk .mt{font-size: 13px;}
  .estimate__wr .talk .go{width:100%;justify-content:center;font-size: 12px;}
  .estimate__wr .talk .go svg{width: 11px;height: 11px;}
  .estimate__wr .simcta{flex-direction:column;align-items:stretch;padding: 20px;}
  .estimate__wr .simcta .t{font-size: 14px;}
  .estimate__wr .simcta .d{font-size: 13px;}
  .estimate__wr .simcta .g{width:100%;justify-content:center;font-size: 12px;}
  .estimate__wr .simcta .g svg{width: 11px;height: 11px;}
  
  .estimate__wr .hint{font-size: 12px;}
  .estimate__wr .hint.show{gap: 6px;}
  .estimate__wr .hint > svg{width: 14px;height: 14px;}
  
  .estimate__wr .brk{padding: 20px;margin: 20px 0 0;}
  .estimate__wr .brk .bt{font-size: 18px;margin-bottom: 7px;}
  .estimate__wr .brk .em{font-size: 13px;}
  .estimate__wr .brk .row{font-size: 12px;}
  .estimate__wr .warn{padding: 20px;}
  .estimate__wr .warn p{font-size: 13px;}
  .estimate__wr .bar .k{font-size: 12px;}
  .estimate__wr .bar .in{flex-wrap:wrap;}
  .estimate__wr .bar .v{font-size:18px;margin-top: 3px;}
  .estimate__wr .bar .in{gap:8px;}
  .estimate__wr .rs,
  .estimate__wr .btn{padding: 8px 15px;}
}
