@charset "utf-8";

/*-------------------------------------------------
popup Style Sheet
Version : 1.0
Author : myeong-hee park
Create date : 2012. 07. 10.
Last update : 2012. 07. 10.
-------------------------------------------------*/
@import url(../../css/ips/general.css);
@import url(../../css/common/xeicon.css);
@import url(../../css/ips/bbs.css);
@import url(../../css/ips/content.css);
@import url(../../css/common/jquery.mCustomScrollbar.css);

#popup_wrap,
#print_wrap	{
	position: relative;
	width: 95%;
	margin: 30px auto;  
	}
#print_wrap {
    margin: 0 auto;
	}	
.h1_title {
	margin-bottom: 20px;
	color: #252525;
	font-size: 1.429em;
	}
#popup_body {
	border: solid 1px #dddedf;
	color: #707070;
	background: #fff;
	overflow: hidden;
	}	
#content {
	margin: 30px 29px;
	overflow: hidden;
	}

/* 기본속성 */
.txt_tmargin	{
	margin-top: 15px;
	}
.txt_bmargin	{
	margin-bottom: 15px;
	}
		
.h2_title {
	margin: 25px 0 8px;
	padding-left: 20px;
	background: url(../../images/ips/popup/hicon01.gif) no-repeat 0 4px;
	font-size: 1.2em;
	letter-spacing: -0.1em;
	}	
.h3_title_t,	
.h3_title	{
	margin: 20px 0 5px 8px;
	padding-left: 22px;
	background: url(../../images/ips/popup/hicon02.gif) no-repeat 0 2px;
	font-size: 1em;
	}	
.h3_title_t	{
	margin-top: 0;
	}	
.h4_title {
	padding-left: 22px;
	background: url(../../images/popup/hicon03.gif) no-repeat 0 2px;
	}	
			
.list_style	{
	margin-left: 22px;
	}
.list_style li,
p.list_style	{
	margin-bottom: 1px;
	padding-left: 7px;
	background: url(../../images/ips/popup/arrow.gif) no-repeat 0 7px;
	}	
.list_style_none li	{
	background: none;
	}

/* 우편번호 STYLE
----------------------------------------------- */
.search_area	{
	margin-bottom: 10px;
	padding: 10px 25px;
	border: solid 1px #cccccc;
	background: #f0f0f0;
	text-align: center;
	}
.search_area select	{
	height: 23px;
	margin-right: -5px;
	}
.search_area input	{
	margin: 0 3px 0 5px;
	}	
.search_area input,
.search_area button  {
	vertical-align: bottom;
	}
.post_code_ex	{
	clear: both;
	padding-top: 5px;	
	}
.result	{
	padding-top: 30px;
	}
.imgPool_type {
	margin: 20px 0 20px -20px;
	padding-top: 20px;
	}	
.imgPool_type > li {
	float: left;
	margin: 0 0 20px 20px;
	}
.imgPool_type .thumb {
	width: 98px;
	height: 98px;
	}	
.search_form {
	text-align: center;
	}	
.search_form label {
	color: #2f3743;
	}
.search_form input[type="text"]{
	width: 50%;
	padding: 3px 5px;
	border-radius: 2px;
	}	
.search_form .input_smallBlack {
	border-radius: 3px;
	border-bottom-width: 3px;
	}
.btn-area_center{
	text-align: center;
}	

/* 팝업 타이틀 바 */
.popup_title{padding:10px 10px 7px;background:#f9f9f9;border-bottom:1px solid #ccc;margin-bottom:10px;}
.popup_title strong{font-size:16px;}

/* 팝업  h1 */
h1{margin:20px 0 30px 0;}

/* 빈공백 */
.empty_space{display:inline-block;width:50px;}

/* 한페이지 크기에 맞추기 위해 폰트크기 크게 */
.one_page{font-size:16px;padding:30px;}

/*팝업창 검색*/
.multi_searchForm select{height:27px;padding:1px 5px}
.multi_searchForm input{height:23px;padding:1px 5px}
.multi_searchForm .input_black{top:34px;right:100px}

@media print{
	.popup_title{display:none;}
	.page_break {page-break-after: always;}

}