@charset "utf-8";
/**
 * ATOM ENGINE Cascading Style Sheets
 * File Name : popup.css
 * Description : 팝업 스타일 시트
 * Copyright(c) 2009 ATOM ENGINE. All Rights Reserved.
 */
/* 팝업 */



.popup_wrap {box-shadow: 1px 0 1px 1px rgba(0,0,0,0.2);}
.popup_wrap input[type="checkbox"] { height:15px; width:15px;   -webkit-appearance:checkbox; }
.popup_header { background:#f9f9f9; padding:10px 0; text-align:center; cursor:move;}

/* popup_content_wrap */
.popup_content_wrap { overflow:hidden; background:#fff;  }
.popup_content_body { width:100%; margin:0 auto; text-align:left; overflow:hidden;}
.popup_content_foot { clear:both; text-align:center; color:#555;  padding:10px 0; border-top:solid 1px #dedede;}
.popup_content_foot a { color:#555; font-weight:bold; font-family:verdana;}
.popup_content_foot a:hover { color:#d00000; }
.popup_content_foot .line {color:#dedede; padding:0 10px;}
/* //popup_content_wrap */



/* 팝업 */

.popup {position:relative;overflow:hidden;}
.popup .img{position:relative}
.popup .img li{position:absolute; width:100%;}
.popup .img li img {width:100%;}
.popup .menu{position:absolute;bottom:10px; left:25px;font-size:0;}
.popup .menu li{display:inline;cursor:pointer;margin-right:3px}
.popup .auto{position:absolute;bottom:10px;left:10px;cursor:pointer}

/* @media all and (max-width:740px) {
	.popup_box {display:none;}

} */

#popup input[type="text"] { display:none;}


