* {
	margin:0;
	padding:0;
	border:0;
	/* background-color:transparent; */
	font-size:100%;
}
textarea {
	overflow:auto;
}
ol, ul {
	list-style:none;
}
table.default {
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
}
table input.ed {
	vertical-align:middle;
}
/*
label, select, input, textarea, button {
	vertical-align:middle;
}
*/
select {
	border:1px solid #dddad5;
	background-color:#fff;
}

body {
	/*font:75%/1.5 Dotum, 돋움, Tohoma;*/
	font-family: 'NanumGothic';
	font:75%/1.5 gDotum, 돋움, Tohoma;
	scrollbar-3dlight-color:#cdcdcd;
	scrollbar-arrow-color:#a5a5a5;
	scrollbar-track-color:#fff;
	scrollbar-darkshadow-color:#cdcdcd;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
}
img {
	border:0;
	/*
	vertical-align:top;
	-ms-interpolation-mode: bicubic;
	*/
}
hr {
	display:none;
}
input.text, input.password {
	border:1px solid #a6aeb1;
	background-color:#fff;
}
label, input.button, button {
	cursor:pointer;
}

/* ===== gn4 base ==== */
form { margin:0px; }

/* img {border:0px;} */
a:link, 
a:visited, 
a:active { 
	text-decoration:none;
	color:#666;
}
a:hover,
a:focus { 
	text-decoration:underline;
}
a.menu:link, 
a.menu:visited, 
a.menu:active { 
	text-decoration:none;
	color:#454545; 
}
a.menu:hover,
a.menu:focus {
	text-decoration:none;
}

.lh { line-height: 150%; }
.jt { text-align:justify; }

.ct { font-family: Verdana, 굴림; color:#222222; } 

.ed { border:1px solid #CCCCCC; } 
.tx { border:1px solid #CCCCCC; } 

.small { font-size:8pt; font-family:돋움; }
.cloudy, a.cloudy {color:#888888;} /* 흐림 */

.has-input {
	padding-bottom:4px;
	padding-top:3px;
	vertical-align:middle;
}

input.search-text {
	margin-left:15px;
}
input.search-btn {
	
}
input.ed {
	height:20px;
	border:1px solid #9A9A9A;
	border-right:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	padding:3px 2px 0 2px;
}
input.ed.main{
	width:100px;
	padding:0 !important;
	background:#fff;
}
input.ed.main2{
	width:80px;
	padding:0 !important;
	background:#fff;
}
input.ed_password {
	height:18px;
	border:1px solid #9A9A9A;
	border-right:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	padding:3px 2px 0 2px;
	font:10px Tahoma;
}
textarea.tx {
	border:1px solid #9A9A9A;
	border-right:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	padding:2px;
}


/*----------- policy -----------*/
.policy-title {
	font-size:16px;
	margin-top:20px;
}
.policy-tit-lv2 {
	margin-left:5px;
	color:#555;
	font-size:12px;
	margin-top:10px;
	text-decoration:underline;
}
.policy-list-lv01 {
	margin-top:3px;
	margin-left:10px;
	text-indent:-15px;
	padding-left:15px;
}
.policy-list-lv01 li {
	color:#666;
}
.policy-list-lv02 {
	color:#555;
	text-indent:-12px;
	padding-left:12px;
}
.custom-page {
	margin:0 10px;
}


/* 근조 띠 */
.dk-line {
	display:none;
	width:960px;
	position:relative;
	overflow:visible;
	font-size:0;
	line-height:0;
}
.dk-line .dk {
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	font-size:100%;
	line-height:auto;
}
.dk-line .dk.left {
	left:0;
}
.dk-line .dk.right {
	right:0;
}




/* btn */
a.basic-btn:link,
a.basic-btn:visited,
a.basic-btn:hover,
a.basic-btn:focus {
	text-decoration:none;
}
a.basic-btn {
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	zoom:1;
	background:url("/gn/images/btn_left.gif") no-repeat 0 0;
}
a.basic-btn span {
	color:#666;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding:0 8px;
	font-size:12px;
	font-weight:bold;
	height:25px;
	letter-spacing:-1px;
	line-height:26px;
	background:url("/gn/images/btn_right.gif") no-repeat 100% 0;
}
a.basic-btn:link span,
a.basic-btn:visited span {
	color:#666;
	text-decoration:none;
}
a.basic-btn:hover span,
a.basic-btn:focus span {
	color:#222;
	text-decoration:none;
}
a.basic-btn,
a.basic-btn span {
	_display:inline;
}
a.basic-btn.plus span em {
	font-style:normal;
	cursor:pointer;
	text-decoration:none;
	padding-left:9px !important;
	background:url("/gn/images/bul_plus.gif") no-repeat 0 50%;
}

a.basic-btn.small {
	background:url("/gn/images/btn_s_left.gif") no-repeat 0 0;
}
a.basic-btn.small span {
	padding:0 6px;
	font-size:11px;
	font-weight:normal;
	height:18px;
	line-height:20px;
	background:url("/gn/images/btn_s_right.gif") no-repeat 100% 0;
}
a.basic-btn.big {
	background:url("/gn/images/big_btn_left.gif") no-repeat 0 0;
}
a.basic-btn.big span {
	font-size:12px;
	font-weight:bold;
	height:50px;
	width:40px;
	line-height:52px;
	background:url("/gn/images/big_btn_right.gif") no-repeat 100% 0;
}