/* 게시판 table style 시작 */ /*   
NHN WebStandard Team (http://html.nhndesign.com/)   
author : Roh, Chan Hyun 080210
*/
.boardtype1 {
	width: 100%;
	border-bottom: 1px solid #999;
	color: #666;
	font-size: 12px;
	table-layout: fixed;
	border-collapse: collapse;
}

.boardtype1 caption {
	display: none;
}

.boardtype1 thead th {
	line-height: 18px;
	padding: 5px 0 4px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #B2B2B2;
	background-color: #F1F1F4;
	font-weight: bold;
	color: #333;
	vertical-align: top;
}

.boardtype1 tbody td {
	padding: 8px 0 5px;
	text-align: center;
	border-bottom: solid 1px #D2D2D2;
}

/*.boardtype1 tbody td{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}*/
.boardtype1 tbody td.frm {
	padding: 0;
	text-align: center;
}

.boardtype1 tbody td.frm input {
	margin: 0;
}

.boardtype1 tbody td.num,.boardtype1 tbody td.date,.boardtype1 tbody td.hit
	{
	font: normal 12px tahoma;
	padding: 0;
}

.boardtype1 tbody td.title {
	text-align: left;
}

.boardtype1 tbody td.title .pic,.boardtype1 tbody td.title .new {
	margin: 0 0 2px;
	vertical-align: middle;
}

.boardtype1 tbody tr.reply td.title a {
	padding-left: 12px;
	background: url(ic_reply.gif) 0 1px no-repeat;
}

.boardtype1 tbody tr.reply td a.comment {
	background: none;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}

/* 게시판 table style 끝 */ /* paging style 시작 */ /*
NHN WebStandard Team (http://html.nhndesign.com/)
author : Jeong, Chan Myeong 080515
*/ /* Paginate */
.paginate {
	padding: 15px 0;
	text-align: center;
}

.paginate * {
	margin: 0;
	padding: 0;
}

.paginate a,.paginate strong {
	_position: relative;
	display: inline-block;
	margin-right: -6px;
	padding: 3px 10px 2px 11px;
	color: #333;
	text-decoration: none !important;
	line-height: normal;
	font: bold 11px Tahoma, Serif;
	background: #fff
		url(http://static.naver.com/common/paginate/line_pg4.gif) no-repeat 0
		5px;
}

.paginate strong {
	color: #ff1315 !important;
}

.paginate a:hover,.paginate a:active,.paginate a:focus {
	background-color: #f7f7f7;
}

.paginate a.pre,.paginate a.pre_end,.paginate a.next,.paginate a.next_end
	{
	font: 11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;
}

.paginate a.pre {
	padding: 4px 10px 2px 17px;
	background: url(http://static.naver.com/common/paginate/bu_pg4_l1.gif)
		no-repeat right 4px !important;
}

.paginate a.pre_end {
	padding: 4px 10px 2px 16px;
	background: url(http://static.naver.com/common/paginate/bu_pg4_l2.gif)
		no-repeat right 4px !important;
}

.paginate a.next {
	padding: 4px 18px 2px 11px;
	background: url(http://static.naver.com/common/paginate/bu_pg4_r1.gif)
		no-repeat left 4px !important;
}

.paginate a.next_end {
	padding: 4px 16px 2px 9px;
	background: url(http://static.naver.com/common/paginate/bu_pg4_r2.gif)
		no-repeat left 4px !important;
}

/* paging style 끝 */ /* tab navi 시작 */ /*기본: 하위박스_탭간격있음*/ /*
.box div,ul,li {margin:0; padding:0; font-size:12px; font-family:"돋움", Dotum;}
.box ul,ol {list-style:none;}
.box {float:left; }
*/
.tab_box1 {
	position: relative;
	z-index: 100;
	float: left;
	width: 600px;
}

.tab_box1 li {
	float: left;
	margin-right: 3px;
	border: 1px solid #D4D4D4;
	border-bottom: none;
}

.tab_box1 li a {
	display: block;
	padding: 8px 19px 6px 19px;
	color: #666666;
	text-decoration: none;
}

.tab_box1 li a:hover {
	color: #333333;
	background: #F4F4F4;
}

.tab_box1 li.on {
	background: #F4F4F4;
}

.tab_box1 li.on a {
	color: #333333;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}

.cont {
	float: left;
	width: 710px;
	margin-top: -1px;
	color: #666666;
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
}

.cont p {
	padding: 10px;
}

/* tab navi 끝 */ /*1.기본_간격있음*/
.tab_2 {
	width: 100%;
	background: url(/tpl/images/nhn/bg_tab.gif) repeat-x left bottom;
	overflow: hidden;
	margin: 10px 0
}

.tab_2 li {
	float: left;
	_display: inline;
	margin-right: 3px;
	border: 1px solid #D4D4D4;
	color: #333;
}

.tab_2 li a {
	_float: left;
	display: block;
	height: 20px;
	padding: 9px 18px 0 19px;
	color: #666;
	text-decoration: none;
}

.tab_2 li a:hover {
	color: #333;
	background: #F4F4F4;
}

.tab_2 li.selected {
	border-bottom: 1px solid #F4F4F4;
	background: #F4F4F4;
}

.tab_2 li.selected a {
	color: #333;
	font-weight: bold;
	letter-spacing: -1px;
}

/* form 시작 */ /*
NHN WebStandard Team (http://html.nhndesign.com/)
author : Jeong, Chan Myeong 070919
*/
.none_css {
	display: none;
}

.wrap {
	margin: 0 auto;
	text-align: left;
	width: 700px;
}

.information {
	margin-top: 10px;
	text-align: left;
}

.information a {
	color: #1F6701;
	text-decoration: underline;
}

.reference {
	margin-top: 30px;
	margin-bottom: 2px;
}

.reference em {
	font-style: normal;
	color: #FE632B;
}

.reference em img {
	vertical-align: middle;
}

.member_join {
	margin: auto;
	border-top: 2px solid #D7D7D7;
	text-align: left;
}

.member_join fieldset {
	border: 0;
}

.member_join legend {
	display: none;
}

.member_join table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

.member_join tr {
	background:
		url("http://html.nhndesign.com/guidelines/uio/img/bg_dt.gif") repeat-y
		;
}

.member_join tr.last_child th,.member_join tr.last_child td {
	border-bottom: 2px solid #D7D7D7;
}

.member_join th {
	width: 126px;
	padding: 14px 0 14px 16px;
	/*background:#F5F5F5 url("http://html.nhndesign.com/guidelines/uio/img/bg_under_line_dotted.gif") repeat-x left top;*/
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.member_join th label * {
	vertical-align: middle;
}

.member_join th em {
	padding-right: 8px;
	font-style: normal;
}

.member_join td {
	/*background:url("http://html.nhndesign.com/guidelines/uio/img/bg_under_line_dotted.gif") repeat-x left top;*/
	color: #666;
}

.member_join td p {
	margin-left: 15px;
}

.member_join td p.description {
	margin-top: 6px;
}

.member_join td p.reference {
	margin-top: 21px;
}

.member_join td p * {
	vertical-align: middle;
}

.member_join tr.first_child th {
	background-image: none;
}

.member_join tr.first_child td {
	background: none;
}

.member_join dl {
	clear: both;
	margin: 0
}

.member_join dt.first_child {
	float: left;
	width: 80px;
	margin-top: 0;
}

.member_join dd.first_child {
	float: left;
	margin-left: 0;
	margin-top: 0
}

.member_join dt {
	float: left;
	width: 80px;
	margin-top: 5px;
}

.member_join dd {
	float: left;
	margin-left: 0;
	margin-top: 5px
}

.text_field {
	height: 15px;
	padding-top: 1px;
	border: 1px solid #b6ad9b;
}  /* standards mode 와 height 차이 */
.checkbox_area {
	color: #000;
}

.pwd_question {
	width: 355px;
}

.pwd_answerer {
	width: 246px;
}

.caution_msg {
	margin-top: 2px;
	line-height: 16px;
	color: #fe612c;
}

.my_email {
	width: 100px;
	border: 1px solid #b6ad9b;
}

.email_company {
	width: 109px;
	border: 1px solid #b6ad9b;
}

.mail_check {
	margin-top: 6px;
}

.tel,.md5pwd {
	width: 66px;
	border: 1px solid #b6ad9b;
}

.contoll_box {
	padding: 20px 0;
	text-align: center;
}

.contoll_box a {
	margin-left: 2px;
}

/* form 끝 */
table.view_type1 {
	width: 100%;
	border-bottom: 1px solid #DDDEE2;
	table-layout: fixed;
	font: 12px Dotum;
}

table.view_type1 caption {
	display: none;
}

table.view_type1 th {
	padding: 8px 0 5px 20px;
	border-top: 1px solid #DDDEE2;
	background: #F1F1F3;
	color: #666;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.view_type1 td {
	padding: 8px 5px 5px 12px;
	border-top: 1px solid #DDDEE2;
	line-height: 16px;
	vertical-align: top;
}

.view_box2 {
	padding: 2px;
	margin-bottom: 12px;
	border: 2px solid #cccccc;
}

.view_box2 .view_box_guide {
	position: relative;
	width: 100%;
}

.view_box2 .view_box_tl {
	position: absolute;
	top: -4px;
	left: -4px;
	display: block;
	width: 9px;
	height: 9px;
	background: url(/tpl/images/nhn/bg_rndbox_2.gif) no-repeat;
	font-size: 0
}

.view_box2 .view_box_tr {
	position: absolute;
	top: -4px;
	left: -5px;
	margin-left: 100%;
	display: block;
	width: 9px;
	height: 9px;
	background: url(/tpl/images/nhn/bg_rndbox_2.gif) right top no-repeat;
	font-size: 0
}

.view_box2 .view_box_bl {
	position: absolute;
	top: -5px;
	left: -4px;
	display: block;
	width: 9px;
	height: 9px;
	background: url(/tpl/images/nhn/bg_rndbox_2.gif) left bottom no-repeat;
	font-size: 0
}

.view_box2 .view_box_br {
	position: absolute;
	top: -5px;
	left: -5px;
	margin-left: 100%;
	display: block;
	width: 9px;
	height: 9px;
	background: url(/tpl/images/nhn/img/bg_rndbox_2.gif) right bottom
		no-repeat;
	font-size: 0
}

.view_box2 .view_contents {
	padding: 10px 10px 19px 24px;
	border: 1px solid #ededed
}

.txt_list { /*width:500px;*/
	padding: 10px 20px;
	list-style: none; /*border:1px solid #C2C2C2;*/
}

.txt_list li {
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	background: url(/tpl/images/nhn/bu_list1.gif) no-repeat 0 5px;
	font: normal 12px/ 1.5 돋움, Dotum;
	font-weight: bold;
	vertical-align: top;
}

/*.txt_list li a {color:#2D2C2D; text-decoration:none;}*/
	/*.txt_list li a:hover {text-decoration:underline;}*/
.txt_list_num {
	width: 100%;
	padding: 20px;
	list-style: none;
	border: 1px solid #C2C2C2;
}

.txt_list_num li {
	margin-bottom: 5px;
	padding-left: 100px;
	font: normal 12px/ 1.5 돋움, Dotum;
	vertical-align: top;
}

.txt_list_num li span {
	display: block;
	float: left;
	width: 100px;
	margin-left: -100px;
	_margin-right: -3px;
	color: #1882BD;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

* html .txt_list_num li span {
	margin-left: -15px;
}

.txt_list_num li a {
	color: #2D2C2D;
	text-decoration: none;
}

.txt_list_num li a:hover {
	text-decoration: underline;
}

.bbs_property {
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #DCDCDC;
	font: 11px Tahoma;
}

.bbs_property caption {
	display: none;
}

.bbs_property th {
	padding: 7px 0 4px 0;
	background-color: #F5F7F9;
	border-top: 2px solid #DCDCDC;
	font: 12px dotum;
	font-weight: bold;
	color: #666666;
}

.bbs_property td {
	padding: 6px 0 4px 0;
	border-top: 1px solid #E5E5E5;
	color: #4C4C4C;
}
