@charset "utf-8";
/* @import "/common/css/ptg/reset.css"; */

a , img , input {
	margin: 0px;/*20091108_수정*/
	padding:0px;/*20091108_수정*/
}

img {
	border: none;
	max-width: 100%;
}

/********************************************* layout *********************************************/
#popup_wrapper {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#popup_wrapper #popup_header {
	position: relative;
	height: 50px;
	border-top: 5px solid #428bda;
}
#popup_wrapper #popup_header > h1 {
	display: inline-block;
	position: absolute;
	left: 20px;
	bottom: 0;
	color: #2a435f;
	font-size: 22px;
	font-weight: bold;
}
#popup_wrapper #popup_header .btn_close_popup {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url(/common/images/ptg/common/btn_close_popup.png) no-repeat;
}
#popup_wrapper #popup_body {
	padding: 15px 20px 20px;
}
h2.chapter_title,
.grp_title .chapter_title{ background-position: left 16px; }
.chapter_title{
	color: #333333;
    background: url(/images/pt/common/title_chapter_bl.gif) no-repeat left 2px;
    padding-left: 20px;
	margin-top: 12px;
	line-height: 40px;
	clear: both;
}

.sub_title {
	color: #555555;
	background: url(/common/images/ptg/helper/title_chapter2_bl.gif) no-repeat left 10px;
	padding-left: 14px;
	margin-left: 22px;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
}

/* 웹도우미 */
#help img {border: 1px solid #CCCCCC; margin: 2px;}
#help .imgbordernone {border: none;	margin: 2px;}
#help .img {text-align: center;	padding: 6px;}
#help .subContents {margin-bottom: 10px; margin-right: 10px; margin-left: 10px;}
#help .sub_title {margin-top: 16px;	margin-bottom: -4px; margin-left: 20px;}
#help .chapter_title {margin-left: 10px;}