/* ÆË¾÷(°ø¿ë) */
.homepage_popup * {padding: 0; margin: 0; box-sizing: border-box;}
.homepage_popup {width:auto; overflow:hidden; position:absolute; top:0px; left:0px; z-index:9999; font-size:0;}
.homepage_popup .popup_cont {width:100%; font-size:0; background-color: #ffffff}
.homepage_popup .popup_cont * {font-size:14px;}
.homepage_popup .popup_cont img {width:100%; max-width:100%;}
.homepage_popup .popup_bottom {background:#444; color:#fff; width:100%; height:40px; line-height:40px; font-size:14px;  padding-left:20px;}
.homepage_popup .popup_bottom * {display:inline-block; vertical-align:middle; cursor:pointer;}
.homepage_popup .popup_bottom input[type='checkbox'] {margin-right:5px; width:14px; height:14px;}
.homepage_popup .popup_bottom .btn {width:60px; height:40px; background:transparent; float:right; color:#fff; font-weight:bold; background:#333; border-left:1px solid #999;}