@charset "utf-8";
/* CSS Document */

body{color:#5e5e5e; font-family: "굴림",Gulim, "돋움",Dotum, AppleGothic,Sans-serif;font-size:12px;}

/* Link Style */
	a		 {text-decoration:none;color:#7a7a7a;}
	/*a:visited{color:#7a7a7a}*/
	a:hover	 {color:#005cb2;}
	a:focus	 {color:#005cb2;}

a {
	border:none;
	outline:none;
}

/**공통으로 사용되는 스타일*******************************************************/

/**select 스타일 **********************************/
/**select_large**/
select {
	outline: none;
}
select option {
	color: #5e5e5e;
	font-size:11px;
	font-family: "돋움",Dotum;
}

div.select01{
	position: relative;
}
select.select{
		position:relative;
		z-index:10;
		line-height:20px;
		padding-top:1px;
}
#select_large {
		width:127px !important;
}
span#select_large{
	position:absolute;
	float:left;
	left:0;
	line-height:20px;
	text-indent:5px;
	padding-top:1px;
	background:url(../images/common/bg_select_large.gif) no-repeat 0 0;
	cursor:default;
	z-index:1;
	width:127px;
}
.select option {
	color: #5e5e5e;
	font-size:11px;
	font-family: "돋움",Dotum;
}

/**select_small**/
#select_small {
	width:70px !important;
}
span#select_small{
	position:absolute;
	float:left;
	left:0;
	line-height:20px;
	text-indent:5px;
	background:url(../images/common/bg_select_small.gif) no-repeat 0 0;
	cursor:default;
	z-index:1;
	width:70px;
	padding-top:1px;
}

/**select_date**/
#select_date {
		width:53px !important;
}
span#select_date {
	position:absolute;
	float:left;
	left:0;
	line-height:20px;
	text-indent:5px;
	background:url(../images/common/bg_selet_date.gif) no-repeat 0 0;
	cursor:default;
	z-index:1;
	width:53px;
	padding-top:1px;
}


/**input 스타일****************************************/
/**form 스타일**/
form {
	border: 0 none;
	background: none;
	margin: 0;
	padding: 0;
}
legend {
	display: none;
}
/**input01**/
input {
	height: 18px;
	padding-left: 5px;
	outline: none;
	border: 1px solid #d9d6cf;
	font: 12px '돋움' Dotum;
	line-height: 18px;
}
.input01 {
	width: 320px;
}
.input02 {
	width: 260px;
}
.input04 {
	width: 320px; /*팝업위해 새로지정*/
}
.input05 {
	height: 18px;
	width: 150px;
}
.input06 {
	width: 60px;
	height: 18px;
}
.input07 {
	width: 250px;
	height: 18px;
}
.input08 {
	width: 490px;
	height: 18px;
}
.input09 {
	width: 380px;
	height: 18px;
}

/**input checkbox**/
input[type=checkbox] {
	margin: 0 5px 3px 0;
	vertical-align: middle;
	border: 0 none;
}
input[type=radio] {
	margin: 0 5px 3px 0;
	vertical-align: middle;
	border: 0 none;
}

/**textarea 스타일**/
textarea {
	padding: 5px;
	border: 1px solid #d9d6cf;
	outline: none;
}

/** float left **************/
.floatContents {
	zoom: 1;
}
.floatContents:after {
	content: "";
	clear: both;
	display: block;
}
/*.floatContents > * {
	float: left;
}*/
/** float left **************/

/**tab을 위한 감추기**/
#content02,
#content03,
#content04,
#content05,
#content06,
#content07,
#content08,
#kContent01,
#kContent02,
#kContent03,
#kContent04,
#kContent05
{
	display: none;
}



/**paging스타일****************************************/
div.paging {
	width: 600px;	
	margin:0 auto;
	margin-top:20px;
	margin-bottom: 100px;
	overflow: visible;
	text-align:	center;
}
div.paging a:hover
div.paging ul:after {
	content: "";
	clear: both;
	display: block;
}
div.paging ul {
    float: right;
    position: relative;
    left: -50%;
}
div.paging ul li {
	float: left;
    position: relative;
    left: 50%;
	font-size: 11px;
}
div.paging ul:after {
	content: "";
	clear: both;
	display: block;
}
div.paging ul li a {
	padding:0 12px; 
	background:url(../images/common/bg_line01.gif) right 0 no-repeat;
}
div.paging ul li.li_last02 a {
	background: none;
}
div.paging ul li a.paging_prev,
div.paging ul li a.paging_next,
div.paging ul li a.firstPage,
div.paging ul li a.lastPage {
	position: relative;
	top: -2px;
	display:block;
/*	width:20px;
	height:2px;
	overflow:hidden;*/
	padding:0;
	/*padding-top:11px;*/
	/*font-size:0px; text-indent:-9000px;*/
}
div.paging ul li a.firstPage,
div.paging ul li a.paging_next {
	margin-right: 5px;
}
/*div.paging ul li a.paging_prev {
	background:url(../images/common/btn_prev.gif) left 0 no-repeat;
}
div.paging ul li a.paging_next {
	background:url(../images/common/btn_next.gif) right 0 no-repeat;
}
div.paging ul li a.clearbg { 
	background:none;
}*/
div.paging ul li a em.currPage {
	color:#005cb2; 
	font-weight:bold;
}
a.btnDetail {
	display:block; 
	margin:8px 0 40px 0;
	text-align:right; 
}

/**테이블 스타일***********************************/
/**tableStyle01**/
.borderTop {
	width: 683px;
	height: 2px;
	background: url(../images/common/bg_tableTop.gif) no-repeat;
}
.tableStyle01 {
	width:683px;
	border-collapse:collapse;
}
.tableStyle01 tr .textLeft a:hover {
	color: #005cb2;
	text-decoration: underline;
}
.tableStyle01 tr th {
	height: 33px;
	background-color: #ebebeb;
	border: #b2b2b2 1px solid;
	border-top: #7f7f7f 2px solid;
	text-align:center;
	font-weight: bold;
}
.tableStyle01 thead tr th {
	border-top: none;
}
.tableStyle01 tr td {
	height:33px;
	border: #d9d6cf 1px solid;
	text-align:center;
	font-size: 11px;
	color: #909090;
}
.tableStyle01 tr.tr_report01 td {
	border-bottom:  #7f7f7f 2px solid;
}
.tableStyle01 tr .leftNone {
	border-left: none;
}
.tableStyle01 tr .rightNone {
	border-right: none;
}
.tableStyle01 tr .textLeft {
	text-align:left;
	padding-left: 10px;
	font-size: 12px;
}
.tableStyle01 tr .textLeft a {
	color: #5e5e5e;
}
.tableStyle01 .span_report01 img {
	margin-left: 5px;
	position: relative;
	top: 2px;
}

/**tableStyle02**/
.tableStyle02 tr.tr_report02 th,
.tableStyle02 tr.tr_report02 td {
	height: 30px;
	border-top: #bbbbbb 2px solid;
	border-bottom: #cecece 1px solid;
}
.tableStyle02 tr.tr_report03 th,
.tableStyle02 tr.tr_report03 td {
	height: 30px;
	border-bottom:#bbbbbb 2px solid;
}
.tableStyle02 th {
	text-align: center;
	font-weight: bold;
	background-color: #efefef;
}
.tableStyle02 th.beforeReport span {
	background: url(../images/common/icon_before.png) no-repeat left 3px;
	padding-left: 12px;
}
.tableStyle02 th.nextReport span {
	background: url(../images/common/icon_next.png) no-repeat left 3px;
	padding-left: 12px;
}

.tableStyle02 td {
	padding-left: 10px;
}
.tableStyle02 td a {
	margin-right: 7px;
}
.tableStyle02 td img {
	position: relative;
	top: 1px;
}
.tableStyle02 td a:hover {
	color: #7ba109;
	text-decoration: underline;
}

/**tableStyle03(popupTable)**/
.tableStyle03 tr th,
.tableStyle03 tr td {
	height: 35px;
}
.tableStyle03 tr.forBorder01 th,
.tableStyle03 tr.forBorder01 td {
	border-top: 2px #7f7f7f solid;
}
.tableStyle03 tr th {
	padding-left: 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #7f7f7f;
	font-size: 12px;
}
.tableStyle03 tr td {
	padding-left: 10px;
	border-bottom: 1px solid #d9d6cf;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #b2b2b2;
}
.tableStyle03 tr.forBorder02 th,
.tableStyle03 tr.forBorder02 td {
	border-bottom: 1px #7f7f7f solid;
}
.tableStyle03 td.forHeigth01 {
	height: 250px;
}

/**tableStyle04**/
.borderTop {
	width: 683px;
	height: 2px;
	background: url(../images/common/bg_tableTop.gif) no-repeat;
}
.tableStyle04 {
	width:683px;
	border-collapse:collapse;
	margin-bottom: 30px;
	border-top: none;
	border-bottom: 2px solid #7f7f7f;
}
.tableStyle04 tr th,
.tableStyle04 tr td {
	height: 33px;
	padding-left: 10px;
}
.tableStyle04 tr th {
	text-align: left;
	background-color: #f5f5f5;
	border: #b2b2b2 1px solid;
	font-weight: bold;
	color: #5e5e5e;
}
.tableStyle04 tr.forBorder03 th,
.tableStyle04 tr.forBorder03 td {
	border-top: none;
}
.tableStyle04 tr td {
	border: #d9d6cf 1px solid;
}
.tableStyle04 tr .leftNone {
	border-left: none;
}
.tableStyle04 tr .rightNone {
	border-right: none;
}

.tableStyle04 td.forBorder04 {
	border-left: none;
	border-right: none;
}
/**tableStyle05**/
.borderTop02 {
	width: 770px;
	height: 2px;
	background: url(../images/member/bg_memberTable_top.gif) no-repeat;
}
.tableStyle05 {
	width: 770px;
	border-collapse:collapse;
}
.tableStyle05 tr th,
.tableStyle05 tr td {
	height: 33px;
}
.tableStyle05 tr th {
	background-color: #eaf6db;
	border-bottom: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	text-indent: 20px;
	font: 12px '돋움' Dotum;
	color: #3c3c3c;
}
.tableStyle05 tr td {
	border-bottom: 1px solid #d9d6cf;
}
.tableStyle05 tr th.certain {
	background: url(../images/common/icon_certain.png) no-repeat 10px 12px;
	background-color: #eaf6db;
}
.tableStyle05 tr th.forAlign {
	padding-top: 9px;
	vertical-align: top;
}
.tableStyle05 ul li {
	float: left;
	margin-right: 5px;
}
.tableStyle05 ul li.li_forMargin1 {
	margin-left: 15px;
}
.tableStyle05 ul li.li_forMargin1 {
	.margin-left: 5px;
}
.tableStyle05 ul li.li_forMargin2 {
	position: relative;
	top: 4px;
}
.tableStyle05 td.td_forPadding {
	padding:8px 0;
}
.tableStyle05 ul.ul_first {
	margin-bottom: 5px;
}
.tableStyle05 tr.forBorder05 th,
.tableStyle05 tr.forBorder05 td {
	border-bottom: 2px solid #7f7f7f;
}
.tableStyle05 #email_notOk {
	margin-left: 20px;
}
.tableStyle05 ul li a {
	position: relative;
	top: 1px;
}
.tableStyle05 tr td span {
	font: 11px '돋움' Dotum;
	color: #909090;
}
.tableStyle05 ul li.forAlign02 {
	padding-top: 6px;
}
.tableStyle05 .forPosition {
	position: relative;
}
.tableStyle05 .forPosition a {
	position: absolute;
	left: 162px;
	top: 1px;
}
.tableStyle05 .forPosition span {
	position: absolute;
	left: 228px;
	top: 4px;
}
/**width 683px table(cafe)**/
.borderTop03 {
	width: 683px;
	height: 2px;
	background: url(../images/cafe/bg_cafeTable_top.gif) no-repeat;
}
.forWidth {
	width: 683px;
}
.forWidth tr td textarea {
	width: 505px;
	height: 220px;
	margin: 5px 0;
	overflow-y: scroll;
	font: 12px/1.6 '돋움' Dotum;
}
.forWidth td ul li {
	float: left;
	margin-bottom: 5px;
}
.forWidth tr td span.file {
	font: 12px/1.6 '돋움' Dotum;
	color: #353535;
}
.forWidth tr.forBorder05 td {
	padding: 10px 0;
}

/**박스 스타일**************************************/
/**요약내용보기 박스***********/
.summaryTop {
	height: 3px;
	background: url(../images/report/bg_textBox_top.gif) no-repeat top left;
}
.summaryBox {
	width: 651px;
	padding: 15px 15px 5px 15px; 
	border-left: #e4e4e4 1px solid;
	border-right: #e4e4e4 1px solid;
	background-color: #f9f9f9;
}
.summaryBottom {
	height: 3px;
	background: url(../images/report/bg_textBox_bottom.gif) no-repeat bottom center;
}
.summaryBox p {
	margin-bottom: 15px;
	padding-left: 18px;
	line-height: 17px;
}
.summaryBox p.p_report02 {
	margin-bottom: 15px;
	background: url(../images/common/icon_bullet02.gif) no-repeat left 3px;
}
.p_report03 {
	background: url(../images/common/icon_bullet03.gif) no-repeat 8px 5px;
}
.p_report04 {
	background: url(../images/common/icon_bullet04.gif) no-repeat 7px 6px;
	display: 
}

/**지도 박스스타일***********/
.boxStyle1 {
}
.boxStyle1 .boxTop {
	width: 683px;
	height: 3px;
	background: url(../images/forum/bg_box1_top.gif) no-repeat; 
}
.boxStyle1 .boxMid {
	background: url(../images/forum/bg_box1_repeat.gif) repeat-y;
}
.boxStyle1 .boxBott {
	width: 683px;
	height: 3px;
	background: url(../images/forum/bg_box1_bott.gif) no-repeat;
}
.boxMid {
	padding-bottom: 30px;
}
.boxMid p {
	padding: 20px 0 25px 40px;
	font: 12px/1.8 '돋움' Dotum;
}



/**레이어팝업 관련****************/
/**목차요약보기 팝업******************************/
#popupWrapper {
	position: absolute;
	top: 295px;
	left: 50%;
}
.popupContent {
	position: absolute;
	left: -150px;
	width: 588px;
	height: 670px;
	z-index: 100;
}
.popupContent #popContents {
	border-bottom: 2px solid #cecece;
}
.popupContent #pop_title {
	width: 558px;
	height: 25px;
	padding: 11px 0 0 30px;
	background: url(../images/popup/bg_pop1_top.png) no-repeat;
}
.popupContent .efs_bottom {
	width: 588px;
	height: 37px;
	background: url(../images/popup/bg_pop1_bottom.png) no-repeat left bottom;
}
.popupContent #popWrap {
	width: 558px;
	min-height: 300px;
	padding: 10px 20px;
	background: url(../images/popup/bg_pop1_repeat.png) repeat-y;
}
.popupContent .pop_location {
	position: relative;
	min-height: 18px;
	padding-right: 10px;
	margin-bottom: 5px;
	text-align: right;
	
}
.popupContent .pop_location span {
	padding-right: 10px;
	background: url(../images/popup/bullet_gray.gif) no-repeat right bottom;
	color: #909090;
	font-size: 11px;
	font-family: "돋움",Dotum;
}
.popupContent .pop_location span.pop_spanLast {
	padding-right: 0;
	color: #71b110;
	background: none;
}
.popupContent #popContents {
	width: 546px;
}

.popupContent .title {
	width: 538px;
	height: 22px;
	padding: 8px 0 0 8px;
	background: #f3f3f3;
	border: 1px solid eeeeee;
	color: #5e5e5e;
	font-size: 14px;
	font-family: "돋움",Dotum;
	font-weight: bold;
}
.popupContent .div_pop01 {
	margin: 5px 0;
	height: 460px;
	overflow-y: scroll;
}
.popupContent .div_pop01 p {
	padding-right: 35px;
	margin: 0 0 10px 30px;
	line-height: 20px;
	color: #5e5e5e;
	font-size: 12px;
}
.popupContent .div_pop01 .title02_con {
	margin: 25px 0 15px 10px;
	padding-left: 15px;
	background: url(../images/common/icon_green01.gif) no-repeat left center;
}
.popupContent .div_pop01 .title02_list {
	margin: 20px 0 10px 10px;
	padding-left: 15px;
	background: url(../images/common/icon_green01.gif) no-repeat left center;
}
.popupContent .div_pop01 p.p_pop01 {
	padding-left: 20px;
	margin-bottom: 10px;
	background: url(../images/common/icon_bullet02.gif) no-repeat left 5px;
}
.popupContent .div_pop01 p.p_pop02 {
	padding-left: 20px;
	background: url(../images/common/icon_bullet03.gif) no-repeat 8px 7px;
}
.popupContent .div_pop01 p.p_pop03 {
	padding-left: 20px;
	background: url(../images/common/icon_bullet04.gif) no-repeat 8px 7px;
}
.popupContent .div_pop02 p {
	color: #5e5e5e;
	margin-bottom: 10px;
	padding-left: 10px;
	font-family: 'dotum';
}
.popupContent .btnArea {
	margin: 7px 15px 15px 0;
	text-align: right;
}

/**report_pop2 인쇄미리보기 팝업****************************************************/
.pop02 .pop_location a img {
	position: absolute;
	left: 0;
}
.pop02 .forBtn {
	position: relative;
	height: 30px;
}
.pop02 .pop_titleArea {
	position: relative;
	width: 548px;
	height: 184px;
	background: url(../images/popup/bg_popTitle.gif) no-repeat;
}

.pop02 .pop_titleArea .bookImage {
	width: 130px;
	height: 162px;
	position: absolute;
	top: 10px;
	left: 15px;
	background: url(../images/report/bg_bookImage.png) no-repeat;
}
.pop02 .pop_titleArea .textArea {
	position: absolute;
	top: 25px;
	left: 160px;
}
.pop02 .pop_titleArea .heading {
	padding-left: 5px;
	margin-bottom: 13px;
	border-left: #71b110 2px solid;
	font-size: 12px;
	font-weight: bold;
	color: #5e5e5e;
}
.pop02  .div_pop03 {
	height: 290px;
	overflow-y: scroll; 
}
.pop02 ul.popList {
	height: 13px;
	margin-bottom: 5px;
	z-index: 1;
}
.pop02 ul.popList li {
	float: left;
	padding:0 12px;
	background: url(../images/common/bg_bullet_list.gif) no-repeat center right;
	font-size: 11px;
	font-family: "돋움",Dotum;
	color: #909090;
}
.pop02 ul.popList:after {
	content: "";
	clear: both;
	display: block;
}
.pop02 ul.popList li.li_report01 {
	padding-left: 0;
}
.pop02 ul.popList li.li_report02 {
	background: none;
}
.pop02 .popText {
	clear: both;
	font-size: 11px;
	font-family: "돋움",Dotum;
	color: #909090;
}

/**report_pop3 이메일전송 팝업*****************************************************/
.popup03 #pop_title {
	position: relative;
	width: 558px;
	height: 25px;
	padding: 11px 0 0 30px;
	background: url(../images/popup/bg_pop3_top.png) no-repeat;
}
.popup03 #pop_title span {
	position: absolute;
	right: 20px;
	top: 15px;
	 
}
.popup03 #popWrap {
	width: 548px;
	min-height: 300px;
	padding-left:22px;
	background: url(../images/popup/bg_pop3_repeat.png) repeat-y;
}
.popup03 .efs_bottom {
	width: 588px;
	height: 37px;
	background: url(../images/popup/bg_pop3_bottom.png) no-repeat left bottom;
}
.popup03 .tableStyle03 {
	widows: 545px;
}
.popup03 .tableStyle03 tr td p {
	padding-left: 15px;
	margin-top: 10px;
	color: #88b10a;
	background: url(../images/popup/icon_pop01.gif) no-repeat; 
}
.popup03 .tableStyle03 tr td #content {
	padding: 5px;	
	width: 345px;
	height: 190px;
}
.popup03 .tableStyle03 tr.forBorder02 td {
	font-size: 12px;
	font-weight: bold;
	color: #5e5e5e;
}
.btnArea_pop {
	position: relative;
	height: 27px;
	margin: 15px 0 30px;
}
.btnArea_Left {
	position: absolute;
	left: 0;
}
.btnArea_right {
	position: absolute;
	right: 0;
}
/**report_pop4 HRIRSS 팝업********************************************************/
#popup02 {
	position: absolute;
	left: -100px;
	width: 462px;
	z-index: 100;
}
#popup02 {
	width: 462px;
	overflow: hidden;
}
#popup02 #pop_title02 {
	position: relative;
	width: 462px;
	height: 36px;
	background: url(../images/popup/bg_pop2_top.png) no-repeat;
}
#popup02 #pop_title02 h2 {
	position: absolute;
	top: 13px;
	left: 30px;
}
#popup02 .btnClose {
	position: absolute;
	top: 14px;
	right: 17px;
}
#popup02 #popWrap02 {
	width: 422px;
	height: 200px;
	padding: 10px 20px;
	background: url(../images/popup/bg_pop2_repeat.png) repeat-y;
}
#popup02 .efs_bottom02 {
	width: 462px;
	height: 38px;
	background: url(../images/popup/bg_pop2_bottom.png) no-repeat left bottom;
}
#popup02 .innerBox {
	width: 423px;
	margin-top: 28px;
	padding: 33px 0;
	/*height: 94px;*/
	background: #f5f5f5;
	border: 1px solid #eeeee;
	text-align: center;
}
#popup02 .innerBox ul {
	width: 343px;
	margin: 0 auto;
}
#popup02 .innerBox li {
	float: left;
}
#popup02 .innerBox ul:after {
	content: "";
	clear: both;
	display: block;
}
#popup02 .innerBox li a {
	margin-left: 5px;
}
#popup02 .btnArea02 {
	margin-top: 30px;
	text-align: center;
}

/**member 팝업**/
#popWrapMember {
	position: absolute;
	top: 340px;
	left: 50%;
	z-index: 100;
}
#popup04 {
	position: absolute;
	left: -207px;
	width: 415px;
	margin: 0 auto;
}
.pop_title1 {
	position: relative;
	width: 415px;
	height: 36px;
	background: url(../images/popup/bg_top_popup04.png) no-repeat;
}
.pop_title1 h2 {
	position: absolute;
	left: 30px;
	top: 12px;
}
.pop_title1 .btnClose {
	position: absolute;
	top: 14px;
	right: 20px;
}
.popBox {
	padding: 28px 0 30px;
	background: url(../images/popup/bg_repeat_popup04.png) repeat-y;
}
.popBox .innerBox {
	width: 370px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
}
.popBox .innerBox p {
	padding: 40px 0;
	font: bold 12px '돋움' Dotum;
	color: #3c3c3c;
	text-align: center;
}
.popBox .btnArea02 {
	margin-top: 20px;
	text-align: center;
}
.popBottom {
	width: 415px;
	height: 11px;
	background: url(../images/popup/bg_bottom_popup04.png) no-repeat;
}
/**아이디중복확인 팝업**/
.popBox .innerBox p.forFont1 {
	font: 12px '돋움' Dotum;
}
.popBox .innerBox p.forFont1 span {
	font-weight: bold;
}

.popBox .innerBox2 p {
	padding: 10px 0;
}
.popBox .innerBox2 p.p01 {
	padding-top: 0;
	margin-bottom: 15px;
	font: 12px '돋움' Dotum;
}
.innerBox2 .inputArea {
	position: relative;
	width: 285px;
	text-align: center;
	margin-bottom: 15px;
}
.innerBox2 .inputArea input {
	width: 136px;
	height: 20px;
}
.innerBox2 .inputArea a {
	position: absolute;
	top: 2px;	
	left: 258px; 
}
/**우편번호검색 팝업**/
.popBox .postList {
	width: 370px;
	height: 165px;
	margin: 0 auto;
	margin-top: 8px;
	overflow-y: scroll;	
	border: 1px solid #eeeeee;
}
.popBox2 p {
	margin-left: 30px;
}
.popBox2 p.p02 {
	margin: 5px 0 15px 30px;
	font-size: 11px;
}
.popBox2 .innerBox .inputArea input {
	width: 220px;
	height: 20px;
}
.popBox2 .inputArea {
	position: relative;
	margin: 15px 0 15px 15px;
}
.popBox2 .inputArea input {
	width: 136px;
	height: 20px;
}
.popBox2 .inputArea a {
	position: absolute;
	top: 2px;	
	left: 295px; 
}
.postList {
	padding-top: 5px;
}
.postList li {
	margin: 0 0 15px 16px;
	color: #7c7c7c;
}
/**관심키워드팝업**/
#popupWrapper2 {
	position: absolute;
	top: 300px;
	left: 50%;
}
#popup05 {
	position: absolute;
	left: -80px;
	z-index: 100;
}
#popup05 .pop_title1 {
	width: 462px;
	background: url(../images/popup/bg_pop4_top.png) no-repeat;
}
#popup05 .popCon05 {
	padding: 20px 18px;
	background: url(../images/popup/bg_pop4_repeat.png) repeat-y;
}
#popup05 .innerBox03 {
	width: 423px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	background-color: #f5f5f5;
	border: 1px solid #eeeeee;
}
#popup05 .innerBox03 p {
	margin: 10px 0 0 40px;
	padding-left: 10px;
	background: url(../images/common/icon_certain.png) no-repeat left 3px;
	font: 12px/1.5 '돋움' Dotum;
	color: #909090;
}
#popup05 .innerBox03 p span {
	color: #88b10a;
}
#popup05 .inputArea {
	position: relative;
	height: 21px;
	width: 340px;
	margin-top: 20px;
	text-align: center;
}
#popup05 .inputArea .input02 {
	height: 19px;
}
#popup05 .inputArea a {
	position: absolute;
	top: 0;
	left: 310px;
}
#popup05 .popBottom {
	width: 462px;
	height: 25px;
	background: url(../images/popup/bg_pop4_bott.png) no-repeat;
}
#popup05 .line {
	position: relative;
	width: 426px;
	height: 15px;
	padding: 5px 0;
	background: url(../images/common/bg_dottedLine.gif) repeat-x bottom;
}
#popup05 .line .list1 {
	position: absolute;
	left: 45px;
	height: 15px;
}
#popup05 .line .list2 {
	position: absolute;
	left: 242px;
	height: 15px;
}
#popup05 .line .list1 a,
#popup05 .line .list2 a {
	position: relative;
	top: 1px;
	margin-right: 3px;
}
.btnCenter {
	margin-top: 20px;
	text-align: center;
}











