@charset "utf-8";

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

@import url('//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css');

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Nanum Gothic', 'Dotum', sans-serif, cursive;
	font-size: 13px;
	line-height: 18px;
	min-width: 360px;
}
input {
	margin: 0px;
	padding: 8px;
	font-size: 13px;
	vertical-align: middle;
	font-family: "Nanum Gothic";
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
}
a {
	outline: 0;
}
.code_popup {
	padding: 0;
	position: relative;
}
.code_popup .title {
	position: fixed;
	padding: 15px;
	height: 90px;
	background: #3384d0;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 10;
	color: #fff;
}
.code_popup .title p {
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}
.code_popup h2 {
	font-size: 18px;
	line-height: 25px;
	height: 30px;
	color: #fff;
}
.code_popup .con{
	position: relative;
	margin-top: 90px;
	z-index: 1;
}
.btn_search {
	font-weight: 700;
	background: #f4f4f4 url(/nc_module/images/board/basic01/icon_zoom2.png) no-repeat 50% 50%;
	padding: 8px;
	border: none;
	cursor: pointer;
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 2px;
}
/*BOARD_LIST*/
.popup_table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #3384d0;
	border-width: 2px 0 0 0
}
.popup_table tr {
	text-align: center;
}

.popup_table thead th, .popup_table tbody th {
	padding: 8px;
	color: #000;
	font-weight: 700;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dadada;
	font-size: 14px;
}
.popup_table tbody td {
	padding: 8px;
	color: #575757;
	border: 1px solid #dadada;
	border-width: 0 0 1px 0;
	font-size: 13px;
}
.popup_table tbody td a {
	color: #575757;
}
.popup_table tr.right  td{
	text-align: right;
}
.popup_table tr.right  td.center{
	text-align: center;
}