/**!
 * doyo size guide plus v0.1.0 (build b955a6e)
 * Built: 2026-06-27 00:51:47
 * (c) 2026 doyobest.com
 */
.dialog-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;width:100vw;height:100vh;overscroll-behavior:contain}.dialog-container>.dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;background-color:#000000a6;width:100vw;height:100vh}.dialog-container.pc,.dialog-container.mobile.mobile-center{display:grid;grid-template-areas:". . ." ". dialog ." ". . .";z-index:99999}.dialog-container.pc{grid-template-columns:1fr auto 1fr}.dialog-container.mobile.mobile-center{grid-template-columns:1fr 90vw 1fr}:is(.dialog-container.pc,.dialog-container.mobile.mobile-center)>.dialog{grid-area:dialog;z-index:200;border-radius:16px;background-color:#fff;height:fit-content}.dialog-container.mobile:not(.mobile-center)>.dialog{position:fixed;right:0;bottom:0;left:0;z-index:200;border-top-right-radius:16px;border-top-left-radius:16px;background-color:#fff;width:100vw;height:fit-content}.dialog>.dialog-hd{display:flex;justify-content:space-between;align-items:center;padding:0 16px;height:48px}.dialog>.dialog-hd.title-center{display:grid;grid-template-columns:16px 1fr 16px;align-items:center}.dialog>.dialog-hd.title-center>:first-child{grid-column:2;text-align:center}.dialog>.dialog-hd.title-center>.icn-close{grid-column:3}.dialog-container>.dialog>.dialog-bd{display:flex;flex-direction:column;height:fit-content;max-height:80vh;overflow-y:auto}.dialog-container.mobile>.dialog>.dialog-bd:not(.no-padding){padding:0 32px 28px}.dialog-container.mobile>.dialog>.dialog-bd.no-padding{padding:0}.dialog-container.pc>.dialog>.dialog-bd:not(.no-padding){padding:0 40px 28px}.dialog-container.pc>.dialog>.dialog-bd.no-padding{padding:0}.icn{display:inline-flex}.icn.icn-close{cursor:pointer;width:16px;height:16px}.doyo-size-guide-plus{display:none}.size-guide-dialog.pc>.dialog{min-width:300px;max-width:800px}.size-guide-title{font-weight:600;font-size:18px;line-height:1.4}.size-guide-loading{display:flex;justify-content:center;align-items:center;min-height:120px}.size-guide-spinner{animation:size-guide-spin .7s linear infinite;border:3px solid #e0e0e0;border-top-color:#f3021e;border-radius:50%;width:32px;height:32px}@keyframes size-guide-spin{to{transform:rotate(360deg)}}.size-guide-content[data-v-c6977ce8]{display:flex;flex-direction:column;padding:12px;height:100%;overflow-y:auto}
