/* 공통 무료구축 방법 레이어 팝업 */
.free-build-guide-modal{position:fixed;inset:0;z-index:65000;display:none;align-items:center;justify-content:center;padding:3vh 3vw}.free-build-guide-modal.open{display:flex}.free-build-guide-backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.72);cursor:pointer}.free-build-guide-dialog{position:relative;z-index:1;display:flex;flex-direction:column;width:min(1500px,94vw);height:94vh;max-height:94vh;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 30px 100px rgba(15,23,42,.42)}.free-build-guide-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:0 22px;border-bottom:1px solid #e2e8f0;background:#fff}.free-build-guide-head div{min-width:0}.free-build-guide-head span{display:block;color:#b42318;font-size:10px;font-weight:900;letter-spacing:.11em}.free-build-guide-head strong{display:block;margin-top:3px;color:#172033;font-size:20px}.free-build-guide-close{flex:0 0 auto;width:42px;height:42px;border:0;border-radius:10px;background:#f1f5f9;color:#334155;font-size:28px;line-height:1;cursor:pointer}.free-build-guide-frame{flex:1 1 auto;width:100%;min-height:0;border:0;background:#f5f7fb}.free-build-guide-modal-open{overflow:hidden!important}@media(max-width:700px){.free-build-guide-modal{padding:10px}.free-build-guide-dialog{width:100%;height:calc(100vh - 20px);max-height:calc(100vh - 20px);border-radius:13px}.free-build-guide-head{min-height:58px;padding:0 14px}.free-build-guide-head strong{font-size:17px}.free-build-guide-close{width:38px;height:38px}}
