.gallery-block{background:var(--color-paper);padding:32px 16px}.gallery-grid{position:relative;container-type:inline-size}.gallery-photo-area{gap:4px;display:grid}.gallery-col2_down .gallery-photo-area{grid-template-columns:1fr 1fr}.gallery-col3_down .gallery-photo-area,.gallery-sq_down .gallery-photo-area{grid-template-columns:1fr 1fr 1fr;gap:3px}.gallery-col2_side{overflow:hidden}.gallery-col2_side .gallery-photo-area{grid-template-columns:1fr 1fr 1fr;width:130%}.gallery-col3_side{overflow:hidden}.gallery-col3_side .gallery-photo-area{grid-template-columns:1fr 1fr 1fr 1fr;gap:3px;width:115%}.gallery-sq_side{overflow:hidden}.gallery-sq_side .gallery-photo-area{grid-template-columns:1fr 1fr 1fr 1fr;gap:3px;width:115%}.gallery-col{gap:inherit;flex-direction:column;display:flex}.gallery-col:nth-child(odd) .gallery-tile:nth-child(odd){aspect-ratio:3/4}.gallery-col:nth-child(odd) .gallery-tile:nth-child(2n),.gallery-col:nth-child(2n) .gallery-tile:nth-child(odd){aspect-ratio:4/3}.gallery-col:nth-child(2n) .gallery-tile:nth-child(2n){aspect-ratio:3/4}.gallery-sq_down .gallery-tile,.gallery-sq_side .gallery-tile{aspect-ratio:1!important}.gallery-col2_down .gallery-photo-area{--col-w:calc((100cqi - 4px) / 2);--gap:4px}.gallery-col3_down .gallery-photo-area{--col-w:calc((100cqi - 6px) / 3);--gap:3px}.gallery-col2_side .gallery-photo-area{--col-w:calc((130cqi - 8px) / 3);--gap:4px}.gallery-col3_side .gallery-photo-area{--col-w:calc((115cqi - 9px) / 4);--gap:3px}.gallery-col2_down .gallery-tile,.gallery-col3_down .gallery-tile,.gallery-col2_side .gallery-tile,.gallery-col3_side .gallery-tile{height:var(--col-w);aspect-ratio:auto!important}.gallery-col2_down .gallery-tile[data-orientation=portrait],.gallery-col3_down .gallery-tile[data-orientation=portrait],.gallery-col2_side .gallery-tile[data-orientation=portrait],.gallery-col3_side .gallery-tile[data-orientation=portrait]{height:calc(var(--col-w) * 2 + var(--gap))}.gallery-tile{background:var(--color-paper-2);border-radius:4px;overflow:hidden}.gallery-tile img{object-fit:cover;width:100%;height:100%;display:block}.gallery-col2_down.gallery-grid.is-truncated .gallery-photo-area,.gallery-col2_down .gallery-grid.is-truncated .gallery-photo-area{max-height:calc(300cqi + 8px);overflow:hidden;-webkit-mask-image:linear-gradient(#000 83.33%,#0000 100%);mask-image:linear-gradient(#000 83.33%,#0000 100%)}.gallery-col3_down.gallery-grid.is-truncated .gallery-photo-area,.gallery-col3_down .gallery-grid.is-truncated .gallery-photo-area,.gallery-sq_down.gallery-grid.is-truncated .gallery-photo-area,.gallery-sq_down .gallery-grid.is-truncated .gallery-photo-area{max-height:calc(133.333cqi + 1px);overflow:hidden;-webkit-mask-image:linear-gradient(#000 75%,#0000 100%);mask-image:linear-gradient(#000 75%,#0000 100%)}.gallery-more-button{color:var(--color-ink);letter-spacing:.02em;cursor:pointer;background:#d4a5a073;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;margin:16px auto 0;padding:10px 18px;font-family:inherit;font-size:12px;line-height:1;display:flex}.gallery-more-button svg{flex-shrink:0;display:block}.gallery-slide{position:relative}.gallery-slide-stage{aspect-ratio:3/4;background:var(--color-paper-2);touch-action:pan-y;border-radius:4px;width:100%;position:relative;overflow:hidden}.gallery-slide-photo{object-fit:cover;width:100%;height:100%;display:block}.gallery-slide-counter{z-index:2;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:999px;padding:4px 10px;font-size:10px;line-height:1;position:absolute;top:10px;right:10px}.gallery-slide-arrow{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;border:none;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-slide-arrow-l{left:10px}.gallery-slide-arrow-r{right:10px}.gallery-slide-dots{justify-content:center;gap:6px;margin-top:10px;display:flex}.gallery-slide-dots i{background:var(--color-ink-soft);opacity:.35;border-radius:999px;width:6px;height:6px;transition:opacity .2s;display:block}.gallery-slide-dots i.act{background:var(--color-accent);opacity:1}.gallery-slide-strip{scrollbar-width:none;gap:4px;margin-top:10px;display:flex;overflow-x:auto}.gallery-slide-strip::-webkit-scrollbar{display:none}.gallery-slide-strip button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:4px;flex:none;width:48px;height:48px;padding:0;overflow:hidden}.gallery-slide-strip button.act{border-color:var(--color-accent)}.gallery-slide-strip button img{object-fit:cover;width:100%;height:100%;display:block}.gallery-swipe-hint{z-index:2;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:7px 12px;font-size:10px;line-height:1;display:inline-flex;position:absolute;top:10px;right:10px}.gallery-swipe-hint:after{content:"";pointer-events:none;border:1.5px solid #fffffff2;border-radius:999px;animation:1.6s ease-in-out infinite galleryHintGlow;position:absolute;inset:0;box-shadow:0 0 8px #ffffffb3}@keyframes galleryHintGlow{0%,to{opacity:0}50%{opacity:1}}.ed-photo-upload{flex-direction:column;gap:12px;display:flex}.ed-photo-dropzone-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.ed-photo-dropzone{box-sizing:border-box;border:2px dashed var(--color-ed-border-strong,var(--color-ed-border));border-radius:var(--ed-input-radius);cursor:pointer;text-align:center;background:linear-gradient(#fff 0%,#f8f9fa 100%);flex-direction:column;grid-column:span 2;justify-content:center;align-items:center;gap:6px;height:200px;padding:12px;transition:border-color .15s ease-out,background .15s ease-out;display:flex}.ed-photo-dropzone:hover{border-color:var(--color-accent,#c8a8b0)}.ed-photo-dropzone[data-drag-active=true]{border-color:var(--color-accent,#c8a8b0);background:#d4a5a014}.ed-photo-dropzone[aria-disabled=true]{cursor:not-allowed;opacity:.6}.ed-photo-dropzone-cta{color:var(--color-ed-text-1,#3a3530);white-space:pre-line;font-size:11px;font-weight:500;line-height:1.3}.ed-photo-dropzone-hint{color:var(--color-ed-text-3,#6b5e4f);font-size:10px;line-height:1.3}.ed-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:8px;display:grid}.ed-photo-card{background:var(--color-ed-card);cursor:grab;border-radius:10px;transition:opacity .15s ease-out,outline-color .15s ease-out;position:relative;overflow:hidden}.ed-photo-card:active{cursor:grabbing}.ed-photo-card.is-dragging{opacity:.4}.ed-photo-card.is-drag-over,.ed-photo-card.is-selected{outline:2px solid var(--color-accent,#d4a5a0);outline-offset:-2px}.ed-photo-card img{width:100%;height:auto;display:block}.ed-photo-x{width:22px;height:22px;color:var(--color-ed-text-1);cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:12px;line-height:1;display:inline-flex;position:absolute;top:6px;right:6px}.ed-photo-actions{gap:4px;display:flex;position:absolute;bottom:6px;left:6px;right:6px}.ed-photo-actions button{color:var(--color-ed-text-1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#ffffffd9;border:1px solid #ffffff80;border-radius:6px;flex:1;padding:5px 0;font-family:inherit;font-size:10px}.gallery-thumb{aspect-ratio:9/16;background:var(--color-paper,#faf7f1);border-radius:6px;flex-direction:column;width:100%;padding:8px 0 0;display:flex;position:relative;overflow:hidden}.gallery-thumb-title{text-align:center;font-variant:small-caps;letter-spacing:.18em;color:var(--color-accent,#d4a5a0);flex-shrink:0;margin-bottom:6px;font-family:Cormorant Garamond,Noto Serif KR,Georgia,serif;font-size:9px}.gallery-thumb-photos{flex:1;align-content:start;gap:2px;padding:0 5px;display:grid}.gallery-thumb-col{flex-direction:column;gap:2px;display:flex}.gallery-thumb-tile{background:linear-gradient(135deg,#c8b49c,#a88e72);border-radius:1px}.gallery-thumb-photos--col2_down{grid-template-columns:1fr 1fr}.gallery-thumb-photos--col3_down,.gallery-thumb-photos--sq_down{grid-template-columns:1fr 1fr 1fr}.gallery-thumb-photos--col2_side{grid-template-columns:1fr 1fr 1fr;width:130%;padding-right:0}.gallery-thumb-photos--col3_side,.gallery-thumb-photos--sq_side{grid-template-columns:1fr 1fr 1fr 1fr;width:115%;padding-right:0}.gallery-thumb-photos .gallery-thumb-col:nth-child(odd) .gallery-thumb-tile:nth-child(odd){aspect-ratio:3/4}.gallery-thumb-photos .gallery-thumb-col:nth-child(odd) .gallery-thumb-tile:nth-child(2n),.gallery-thumb-photos .gallery-thumb-col:nth-child(2n) .gallery-thumb-tile:nth-child(odd){aspect-ratio:4/3}.gallery-thumb-photos .gallery-thumb-col:nth-child(2n) .gallery-thumb-tile:nth-child(2n){aspect-ratio:3/4}.gallery-thumb-photos--sq_down .gallery-thumb-tile,.gallery-thumb-photos--sq_side .gallery-thumb-tile{aspect-ratio:1!important}.gallery-thumb-hint{z-index:2;color:#fffffff2;pointer-events:none;filter:drop-shadow(0 1px 2px #0009)drop-shadow(0 3px 8px #00000073);display:inline-flex;position:absolute}.gallery-thumb-hint svg{width:20px;height:20px;display:block}.gallery-thumb-hint--right{animation:1.4s ease-in-out infinite galleryThumbHintRight;top:50%;right:6px}.gallery-thumb-hint--down{animation:1.4s ease-in-out infinite galleryThumbHintDown;bottom:6px;left:50%}@keyframes galleryThumbHintRight{0%,to{transform:translateY(-50%)translate(0)}50%{transform:translateY(-50%)translate(3px)}}@keyframes galleryThumbHintDown{0%,to{transform:translate(-50%)translateY(0)rotate(90deg)}50%{transform:translate(-50%)translateY(3px)rotate(90deg)}}.gallery-thumb>.gallery-thumb-slide{flex-direction:column;flex:1;justify-content:flex-start;gap:3px;padding:0 5px;display:flex}.gallery-thumb>.gallery-thumb-slide>.gallery-thumb-hero{aspect-ratio:3/4;background:linear-gradient(135deg,#c8b49c,#a88e72);border-radius:2px;flex:none}.gallery-thumb-strip{grid-template-columns:repeat(6,1fr);gap:1px;display:grid}.gallery-thumb-strip span{aspect-ratio:1;background:linear-gradient(135deg,#c8b49c,#a88e72);border-radius:1px}.gallery-thumb-strip span.act{box-shadow:0 0 0 1px var(--color-ink,#3a3530)}.gallery-crop-scrim{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3a35308c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gallery-crop-dialog{background:var(--color-ed-card,#fff);border-radius:12px;width:min(440px,92vw);padding:20px;position:relative;box-shadow:0 12px 32px #3a35302e}.gallery-crop-title{color:var(--color-ed-text-1);margin-bottom:12px;padding-right:28px;font-size:13px;font-weight:600}.gallery-crop-close{background:var(--color-ed-disabled-bg);width:28px;height:28px;color:var(--color-ed-text-2);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:12px;line-height:1;display:inline-flex;position:absolute;top:16px;right:16px}.gallery-crop-info{background:#f8f8f7;border-radius:10px;margin-bottom:12px;padding:12px 14px}.gallery-crop-info-header{color:var(--color-ed-text-1);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:600;display:flex}.gallery-crop-info-header:before{content:"ⓘ";color:var(--color-accent-2,var(--color-ed-text-2))}.gallery-crop-info ul{color:var(--color-ed-text-2);margin:0;padding-left:16px;font-size:11px;line-height:1.65;list-style:outside}.gallery-crop-info li{margin:2px 0}.gallery-crop-stage{background:var(--color-ed-text-1);border-radius:8px;height:320px;position:relative;overflow:hidden}.gallery-crop-zoom{align-items:center;gap:10px;margin-top:14px;padding:0 4px;display:flex}.gallery-crop-zoom .lbl{color:var(--color-ed-text-2);white-space:nowrap;font-size:11px}.gallery-crop-zoom input{flex:1}.gallery-crop-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:14px;display:grid}.gallery-crop-actions:has(button:nth-child(4)){grid-template-columns:1fr 1fr 1fr 1fr}.gallery-crop-actions button{color:var(--color-ed-text-1);border:1px solid var(--color-ed-border);cursor:pointer;background:#fff;border-radius:8px;padding:10px 0;font-family:inherit;font-size:11px;line-height:1}.gallery-crop-actions button.active{border:1.5px solid var(--color-ed-text-1);font-weight:600}.gallery-crop-foot{grid-template-columns:1fr 1fr;gap:6px;margin-top:8px;display:grid}.gallery-crop-foot button{cursor:pointer;border-radius:8px;padding:10px 0;font-family:inherit;font-size:11px;line-height:1}.gallery-crop-foot .cancel{color:var(--color-ed-text-2);border:1px solid var(--color-ed-border);background:#fff}.gallery-crop-foot .apply{background:var(--color-ed-text-1);color:#fff;border:1px solid var(--color-ed-text-1)}.gallery-lightbox{z-index:9999;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gallery-lightbox img{border-radius:.75rem;max-width:90vw;max-height:90vh;display:block}.gallery-lightbox-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:16px;line-height:1;display:inline-flex;position:absolute;top:16px;right:16px}.gallery-lightbox-counter{color:#fff;background:#0006;border-radius:999px;align-items:center;padding:4px 10px;font-size:13px;line-height:1;display:inline-flex;position:absolute;top:16px;left:16px}.gallery-lightbox-arrow{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox-arrow svg{display:block}.gallery-lightbox-arrow-l{left:16px}.gallery-lightbox-arrow-r{right:16px}button.gallery-tile{background:var(--color-paper-2);cursor:pointer;font:inherit;border:none;padding:0}
