<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#modal { display:none; position:fixed; top:0; left:0; right:0; width:100%; height:100%; background:url(../../images/bg_modal.png); z-index:999; max-width: none;}
#modal &gt; div { overflow:hidden; position:absolute; left:50%; margin-top:20px; border:2px solid #343434; border-radius:6px; background:#efefef; box-sizing:border-box; }
#modal &gt; div.partnerModal li input[type="text"], #modal &gt; div.partnerModal li input[type="tel"], #modal &gt; div.partnerModal li input[type="password"] { height:32px; padding:0 5px; }
#modal h1, #modal h2 { margin:0; padding:0; }
#modal &gt; div &gt; h1 { line-height:36px; font-size:16px; padding:0 10px; background:#fff; }
#modal &gt; div &gt; h1 button { float:right; width:16px; height:16px; padding:0; margin:10px 0; border:none; background-color:transparent; }
#modal div.btnArea button { width:100%; height:42px; border:none; background:#343434; font-size:15px; font-weight:800; color:#fff; }
#modal &gt; div.partnerModal { width:300px; }
#modal &gt; div.partnerModal ul, #modal &gt; div.partnerModal li { overflow:hidden; margin:0; padding:0; list-style:none; }
#modal &gt; div.partnerModal li { padding:5px 10px; border-bottom:1px solid #ccc; }
#modal &gt; div.partnerModal li h1, #modal &gt; div.partnerModal li h2 { font-size:14px; color:#666;  }
#modal &gt; div.partnerModal li h1 { display:inline-block; width:60px; }
#modal &gt; div.partnerModal li h2 { line-height:26px; margin-top:3px; }
#modal &gt; div.partnerModal li input[type="text"] { width:188px; }
#modal &gt; div.partnerModal li input[type="tel"] { width:49px; }
#modal &gt; div.partnerModal li textarea { width:278px; height:120px; }</pre></body></html>