﻿@charset "utf-8";
/* 
	common.css
	rev081004
	Taegyu Yoo. (tgyou@jabber.or.kr)
 */

html,body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	background: url(../images/common/bg.gif) top repeat-x #000000;
}

body,input,select,textarea,legend,fieldset {
	font-size: 12px;
	font-family: Dotum, 돋움, Apple Gothic, Arial, Sans, Sans Serif, Sans-Serif;
	color: #666666;
}
textarea,
.scrollbar {
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #e9e9e9;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-arrow-color: #cfcfcf;
	scrollbar-track-color: #ffffff;
}
a {
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

fieldset, legend {
	padding: 0 0 30px 0;
	margin: 0;
	text-indent: 0;
	border: none;
	outline: none;
}
legend {
	#margin-left: -7px;
	padding-bottom: 13px;
}
fieldset div.body {
	line-height: 20px;
	margin: 0px 10px 0px 15px;
}
fieldset div.body img {
	vertical-align: middle;
	margin-bottom: 2px;
}

.nb,
.nb img,
.nb * img {
	border: none;
}

.vm {
	vertical-align: middle;
}

.costdesc {
	font-size: 12px !important;
	color: #8d8d8d !important;
	float: left !important;
	line-height: 20px;
}

.desc {
	font-size: 12px !important;
	color: #8d8d8d !important;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	letter-spacing: -4px;
	word-spacing: -4px;
	display: block;
	font-size: 1px;
}

.dl_nav {
	margin: 0px;
	padding: 0px;
	word-spacing: -4px;
}

.dl_nav dt,
.dl_nav dd {
	margin: 0px;
	padding: 0px;
	display: inline;
	word-spacing: -4px;
}

.dl_btn {
/*	word-spacing: -3px; */
}

.ol_list {
	margin: 0px;
	padding-left: 23px;
}

.ol_list ul {
	padding-left: 12px;
	margin-left: 0px;
}

.b {
	font-weight: bold;
}

.box_01 {
	line-height: 20px;
	background: url(../images/common/box_01_bg.gif) repeat-x top;
	padding: 13px 10px 13px 10px; 
	word-spacing: -2px;
}

.box_01 a {
	color: #666666;
}

.box_01 a:hover,
.box_01 a:active {
	text-decoration: underline !important;
}

.box_01 a:link,
.box_01 a:visited {
	text-decoration: none;
}

.box_02 {
	border: solid 1px #e7e7e7;
}

.box_02 .box_inner {
	border: solid 1px #f1f1f1;
	background-color: #f9f9f9;
	padding: 18px 5px 18px 5px;
}

.box_03 {
	background: url(../images/common/box_03_bg.gif) repeat-y;
	margin-bottom: 25px;
}

.box_03 .b_top {
	background: url(../images/common/box_03_top.gif) no-repeat;
	overflow: hidden;
	height: 10px;
	line-height: 1px;
}

.box_03 .b_bottom {
	background: url(../images/common/box_03_bottom.gif) no-repeat;
	overflow: hidden;
	height: 10px;
	line-height: 1px;
}

.box_03 .b_cont {
	padding: 25px 45px 10px 45px;
}

.box_04 {
	background: url(../images/common/box_04_bg.gif) repeat-y;
}

.box_04 .b_top {
	background: url(../images/common/box_04_top.gif) no-repeat;
	overflow: hidden;
	height: 5px;
	line-height: 1px;
}

.box_04 .b_bottom {
	background: url(../images/common/box_04_bottom.gif) no-repeat;
	overflow: hidden;
	height: 5px;
	line-height: 1px;
}

.box_04 .b_cont {
	padding: 25px 45px 25px 45px;
}

.agreement {
	border: solid 1px #cccccc;
	line-height: 18px;
	padding: 10px;
	height: 150px;
	overflow-y: scroll;
	margin-bottom: 13px;
}

.fstyle_01 {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #ff9900;
}

.fstyle_02,
a.fstyle_02 {
	color: #ff9900;
	font-weight: bold;
}

.fstyle_03,
a.fstyle_03 {
	color: #ff0000;
	font-weight: bold;
}

.fstyle_04,
a.fstyle_04 {
	color: #fe6900;
	font-weight: bold;
}

.fstyle_05,
a.fstyle_05 {
	color: #a2a2a2;
}

.fstyle_06,
a.fstyle_06 {
	color: #fe6900;
}

.fstyle_07 {
	font-size: 11px;
}

.fstyle_08,
a.fstyle_08 {
	color: #fe6900;
	font-family: Arial;
}

h4 {
	color: #ff9900;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 12px 0px;
}

p {
	margin: 0px 0px 12px 0px;
}

.wrap {
	white-space: normal;
}

.fancy_scrollbar {
	scrollbar-arrow-color: #cfcfcf;
	scrollbar-track-color: #fafafa;
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #e9e9e9;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
}

input.text,textarea {
	border: solid 1px #e1e1e1;
	background-color: #ffffff;
	padding: 3px 0px 0px 5px;
	min-height: 15px;
	color: #000000;
	vertical-align: middle;
}

input.text2 {
	border: solid 1px #cccccc;
	background-color: #ffffff;
	padding: 1px 0px 0px 5px;
	min-height: 15px;
	color: #000000;
	vertical-align: middle;
	height:20px;
	font-size:16px;
}

input.text3 {
	border: solid 1px #cccccc;
	background-color: #ffffff;

	min-height: 15px;
	color: #000000;
	vertical-align: middle;
	height:12px;
	font-size:11px;
}

select {
	vertical-align: middle;
}

label {
	cursor: pointer;
	margin-right: 8px;
}

form {
	margin: 0;
	padding: 0;
	outline: none;
	text-indent: 0;
}

/*
	Fixed Content Width
 */
 	#header,	
	#content,
	#footer {
		width: 920px;
		margin-left: auto;
		margin-right: auto;
	}
	#splash {
		top:200px;
		width: 920px;
		margin-left: auto;
		margin-right: auto;
	}

/*
	Header
 */
	#header {
		margin-top: 50px;
		margin-bottom: -60px;
		#margin-bottom: -80px;
	}
 
	h1 {
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
	}
	
	.popup {
		overflow: hidden;
	}
	
	.popup h2 {
		background: url(../images/common/bul_03.gif) no-repeat left center;
		color: #ffffff;
		font-size: 14px;
		padding-left: 10px;
		margin: 20px 10px 10px 12px;
		letter-spacing: -1px;
	}
	
	.popup .body {
		border-top: solid 2px #ff6600;
		background-color: #ffffff;
		position: fixed;
		bottom: 10px;
		left: 10px;
		right: 10px;
		_margin-left: 10px;
		_margin-right: 10px;
		top: 45px;
		padding: 28px 30px 30px 30px;
		line-height: 18px;		
	}
	.popup2 .body {
		border-top: solid 2px #ff6600;
		background-color: #ffffff;
		position: fixed;
		bottom: 10px;
		left: 10px;
		right: 10px;
		_margin-left: 10px;
		_margin-right: 10px;
		top: 45px;
		padding: 28px 30px 30px 30px;
		line-height: 18px;		
	}
	.popup .body.thin {
		padding: 14px 15px 15px 15px;
	}
/*
	GNB
 */
 
 	.gnb_1st dd {
		margin-right: -10px !important;
	}
	#gnb {
		text-align: right;
	}
	#gnb dl {
		display: inline;
		word-spacing: -4px;
	}
	
	#gnb dd {
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	#gnb dl.gnb_2nd {
		margin-left: 20px;
	}
	
	#gnb dl.gnb_top {
		position: relative;
		display: block; 
		top: -110px; 
		#top: -120px;
	}	
/*
	GNB_SEARCH
 */

	#gnb .gnb_search {
		display: inline;
		position: relative;
		top: -20px;
		#top: -19px;
		margin-left: 10px;
	}
	
	#gnb .gnb_search input.text {
		background: url(../images/common/top_bg_search_input.gif) top left no-repeat;
		width: 113px;
		height: 15px;
		border: none;
		padding: 5px 5px 0px 5px;
		margin: -2px 0px 0px 0px;
		color: #ffffff;
	}
	#gnb .gnb_search input.submit {
		position: relative;
		top: 5px;
		#top: 4px;
	}

/*
	Footer
 */
	#footer {
		margin-bottom: 30px;
	}






/*text */
img{border:0}
.red_01				{ color: #ed1c24; text-decoration: none; text-transform: none; font-style: normal }
.red_02				{font-family: Georgia; font-size: 27px; color: #ed1c24;}
.orange_01			{ color: #ff9900; text-decoration: none; text-transform: none; font-style: normal; font-size:12px; font-weight: bold;}
.orange_02			{ color: #f66500; text-decoration: none; text-transform: none; font-style: normal; font-size:12px;}
.orange_03			{font-family: Georgia; font-size: 20px; color: #f66500;}

table, tr, td {line-height:130%}

/* png */
.png24	{ tmp:expression(setPng24(this));}
.input_sl {border: solid 1px #e1e1e1; background-color: #ffffff; padding: 5px 0px 0px 5px; height:18px; color:#858585; min-height: 12px; vertical-align: middle;}
.input_tx {
			border: solid 1px #e1e1e1;
			background-color: #ffffff;
			padding: 5px 0px 0px 5px;
			height:80px;
			color:#858585;
			min-height: 12px;
			vertical-align: middle;
			scrollbar-arrow-color: #cfcfcf;
			scrollbar-track-color: #fafafa;
			scrollbar-face-color: #e9e9e9;
			scrollbar-highlight-color: #e9e9e9;
			scrollbar-3dlight-color: #ffffff;
			scrollbar-darkshadow-color: #ffffff;
			scrollbar-shadow-color: #e9e9e9;
}

.se	{ behavior: url('../include/selectBox.htc'); }

.m_text {line-height:150%}

a.mem:link		{ color: #0078ff; text-decoration: none; font-size:12px; }
a.mem:visited	{ color: #0078ff; text-decoration: none; font-size:12px; }
a.mem:active	{ color: #0078ff; text-decoration: none; font-size:12px; }
a.mem:hover	{ color: #0078ff; text-decoration: underline; font-size:12px; }

a.in:link		{ color: #616161; text-decoration: none; font-size:12px; }
a.in:visited	{ color: #616161; text-decoration: none; font-size:12px; }
a.in:active	{ color: #616161; text-decoration: none; font-size:12px; }
a.in:hover	{ color: #eb6a02; text-decoration: none; font-size:12px; }

/* Clear_Height */
.clear_05 {  line-height: 5px; height: 5px; clear: both;}
.clear_10 {  line-height: 10px; height: 10px; clear: both;}
.clear_15 {  line-height: 15px; height: 15px; clear: both;}
.clear_20 {  line-height: 20px; height: 20px; clear: both;}
.clear_25 {  line-height: 25px; height: 25px; clear: both;}
.clear_30 {  line-height: 30px; height: 30px; clear: both;}
.clear_35 {  line-height: 35px; height: 35px; clear: both;}
