@charset "utf-8";
/**
 * ATOM ENGINE Cascading Style Sheets
 * File Name : popup.css
 * Description : 팝업 스타일 시트
 * Author : 김재겸(ATOM ENGINE)
 * Email : atomengine@naver.com
 * Date : 2009.11.23
 * Update : 2010.05.15
 * Copyright(c) 2009 ATOM ENGINE. All Rights Reserved.
 */
/* 팝업 */
.popup_wrap { background-image:url("/admode/module/popup/images/popup_left_bg.gif"); background-repeat:repeat-y; }

/* popup_header */
.popup_header { overflow:hidden; width:100%; height:26px; margin:0 auto; text-align:left; }
.popup_head_left { float:left; position:relative; top:-26px; width:6px; height:26px; background-image:url("/admode/module/popup/images/popup_top_left.gif"); background-repeat:no-repeat; }
.popup_head_center { clear:both; position:relative; top:0; width:100%; height:26px; background-image:url("/admode/module/popup/images/popup_top_bg.gif"); background-repeat:repeat-x; cursor:move; }
.popup_head_right { float:right; position:relative; top:-26px; width:6px; height:26px; background-image:url("/admode/module/popup/images/popup_top_right.gif"); background-repeat:no-repeat; }
.popup_head_center .title { float:left; padding:7px 0 0 7px; font:11px 돋움; color:#8b8e96; font-weight:bold; }
.popup_head_center .close { float:right; padding:7px 5px 0 0;}
/* //popup_header */

/* popup_content_wrap */
.popup_content_wrap { overflow:hidden; margin:0 0 0 1px; background-color:#ffffff; background-image:url("/admode/module/popup/images/popup_right_bg.gif"); background-repeat:repeat-y; background-position:right top; }

.popup_content_body { width:100%; margin:0 auto; text-align:left; }
.popup_content_foot { clear:both; height:20px; text-align:right; }
/* //popup_content_wrap */

/* popup_footer */
.popup_footer { overflow:hidden; position:relative; width:100%; height:7px; margin:0 auto; font-size:0; text-align:center; }
.popup_foot_left { position:absolute; top:0; left:0; width:6px; height:7px; background-image:url("/admode/module/popup/images/popup_bottom_left.gif"); background-repeat:no-repeat; background-position:left top; }
.popup_foot_center { clear:both; position:relative; top:0; width:100%; height:7px; background-image:url("/admode/module/popup/images/popup_bottom_bg.gif"); background-repeat:repeat-x; background-position:left top; }
.popup_foot_right { position:absolute; top:0; right:0; width:6px; height:7px; background-image:url("/admode/module/popup/images/popup_bottom_right.gif"); background-repeat:no-repeat; background-position:right top; }
/* //popup_footer */


/* 팝업 */

.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}