<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#popup_confirm {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #536376;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    display: none;
    padding: 14px 22px;
    position: relative;
    width: 600px;
    /* height:450px; */
    height:auto;
}

@media screen and (max-width: 480px){
	#popup_confirm {
		width: 80%;
		height:auto;
	}
}</pre></body></html>