@charset "utf-8";
/* -------------------- CSS Document -------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}

.body_main {
	background:#FFFFFF;
	font-size: 11px;
	font-family: "Verdana", "Tahoma", "Arial";
	line-height:160%;
	color: #42423d;
	text-align: left;
	background-image: url('/Common/Image/t_back01.jpg');
	background-repeat:repeat-x;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}

.body_sub {
	background:#FFFFFF;
	font-size: 11px;
	font-family: "Verdana", "Tahoma", "Arial";
	line-height:160%;
	color: #42423d;
	text-align: left;
	background-image: url('/Common/Image/t_back03.jpg');
	background-repeat:repeat-x;
	background-position: left top;
	position: absolute;
	left: 0px;
	top: 0px;
}

h2 {font-size:16px}


/* -------------------- GNB -------------------- */
#gnb {height:47px;  font-size: 13px; color: #FFFFFF; font-weight:bold; padding-left:10px;}
#gnb .logo {width:166px;}
#gnb .menus {
	width:600px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#gnb .gnbwrap {width:966px;}
/*.arrow {background:url(/Common/Image/renew/bg_arrow.gif) no-repeat center right; padding:0 12px 0 0;}
*/
.arrow {padding:0  ;}
/* -------------------- Horizontal Navigaion Styles -------------------- */		
#menu {
	display: block;
	clear: both;
	/*	color: #FFF; */
	color: #000055;
	font-size: 15px;
	margin: 0;
	padding: 0;
	float:right;
	letter-spacing: -0.9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu ul {
	margin: 0;
	padding: 0;
/*	text-align: center; */
	vertical-align: middle;
	color:black;
	font-weight: 550; 
	letter-spacing: -0.95px;
	}
#menu ul li {
	display: block;
	float: left;
	font-size: 16px;
	list-style-type: none;
	margin: 0; padding: 0;
	border-right: 0 solid #2167b8;
/*	vertical-align: middle; */
	}
#menu ul li.first {
	border: none;
}

#menu ul li a {
	display: block;
	/* color: #F0FFF0; margin: 0; padding: 13px 11px 15px 11px;*/
	color : #555555;
	 margin: 0; 
	/* padding: 5px 15px 10px 5px; */
	padding: 5px 5px 2px 5px; */
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
}
/* This handles the hover state for the top-level LI and A items */
#menu ul li a:hover,
#menu li:hover,

/* on_mouse....*/
#menu li.sfhover {
	color: #6060f1;
	text-decoration: none;
/*	filter:alpha(opacity=10);
	opacity:0.1; 
	background-color : Transparent ;*/
	background-image: url(bg_menu.jpg);
	text-align:center;
	margin-bottom: 0;
	}
/* This hides the nested UL before you hover */
#menu li ul {
	position: absolute;
	width: auto; 
	left: -999em;
	font-size:12px;
	text-align:left;
/*	background-color:#ff00ff;*/

}
/* This shows the nested UL when you hover */
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 10;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	display: block;
	margin: 0; padding: 0;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: #4a94e9; 
	width: 80px; 
	display: block;
	padding: 0; margin: 0;
	height: 25px; line-height: 20px;
	text-align: center;
	vertical-align: middle;
/*	border-bottom: 1px solid #2775cf;*/
}
/* This is the style for the links withing the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
/*	background: transparent;
	width: 1px; */
	display: block;
	margin: 0; padding: 0 ;
	height: 25px; line-height: 20px;
	border: none;
/*	color: #FFF;*/
	color : black; /*#888888;*/
	letter-spacing: -0.9px;
	font-size : 12px;
	font-weight: bold; 
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, #menu li.sfhover ul li a:hover {
	margin: 0;
	padding: 0 0px;
	height: 20px;
	line-height: 20px;
	/*	color: #FFF;  background: #3084e5;*/
	color : #0066ff ;
	letter-spacing: -0.9px;
	font-size : 12px;
	font-weight: bold;
}
#menu table{
	padding: 0px;
	marging:0;
}

/* -------------------- Main -------------------- */
.mainwrap {margin-left:30px;}
.mainImg { background:url(/Common/Image/renew/bg_main.gif) repeat-x; height:316px;}
.why {height:120px; padding:20px 0 0 200px; background:url(/Common/Image/renew/bg_why.gif) no-repeat;}
#quick { background:url(/Common/Image/renew/bg_quick.gif) no-repeat; height:82px; padding:20px 0 0 40px;}
#quick ul {list-style:none;}
#quick li {display: inline; margin:0 63px 0 0;}

/* -------------------- Footer -------------------- */
#footer {border-top:1px solid #ededed; padding:10px 0 10px 30px}
#footer ul {list-style:none;}
#footer li {display: inline; padding:0 20px 0 0;}


/* -------------------- Log In -------------------- */
.LogIn {margin:8px 5px; text-align:right}
.LogIn ul {list-style:none;}
.LogIn li {display:inline; margin: 0 3px 0 0; vertical-align:middle;}
.LogIn .loginbox { width:5px; font-size:10px;}
.LogIn .id { width:10px; text-align:left; background:url(/Common/Image/renew/bg_id.gif) no-repeat 3px 5px; background-color:Lime; }
.LogIn .pw { background:url(/Common/Image/renew/bg_pw.gif) no-repeat 3px 5px;}


/* -------------------- Button -------------------- */
.btnBlue {
	font-size: 12px;
	color: #FFF;
	font-family: "Tahoma";
	background: url(/Common/Image/renew/bg_blue.gif) repeat-x;
	border: 0;
	height: 22px;
	padding: 0 5px;
	cursor: pointer;
}

.btnGreen {
	font-size: 12px;
	color: #FFF;
	font-family: "Tahoma";
	background: url(/Common/Image/renew/bg_green.gif) repeat-x;
	border: 0;
	height: 22px;
	padding: 0 5px;
	cursor: pointer;
}

.btn_login {
	font-size: 12px;
	font-weight:bold;
	color: #004696;
/*	font-family: "Tahoma"; 
	background: url(/Common/Image/renew/bg_blue.gif) ;*/
	border: 0;
	height: 40px;
	padding: 0 2px ;
	cursor: pointer;
}
/* -------------------- Test -------------------- */
a.ovalbutton{
background: transparent url(/Common/Image/renew/btn_blue_left.gif) no-repeat top left;
display: block;
float: left;
font: normal 10px Tahoma; /* Change 13px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 23px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
color: #FFF; /*button text color*/
}

a.ovalbutton span{
background: transparent url(/Common/Image/renew/btn_blue_right.gif) no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover { /* Hover state CSS */
background-position: -23px left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: -23px right;
color: #FFF;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
display:inline;

}
/* -------------------- /Test -------------------- */


/* -------------------- Float, Align -------------------- */
.floatLeft {float: left;}
.floatRight {float: right;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCenter {text-align:center;}
.clear {clear: both;}

.leftpadding {padding: 0 0 0 15px;}
.w100 {width:100%}

/* -------------------- Margin -------------------- */
.marginTop10 {margin-top: 10px}
.marginTop20 {margin-top: 20px}
.marginTop30 {margin-top: 30px}


/* -------------------- Font -------------------- */
.f08 {font-size:8px}
.f09 {font-size:9px}
.f10 {font-size:10px}
.f11 {font-size:11px}
.f12 {font-size:12px}
.f13 {font-size:13px}
.f14 {font-size:14px}
.strong {font-weight: bold;}
.tahoma {font-family:tahoma;}


a, a:visited {color:#136ad1;  text-decoration:none;}
a:hover {color:#136ad1; text-decoration:underline;}

.gray, .gray a, .gray a:visited {color:#42423d;  text-decoration:none;}
.gray a:hover {color:#42423d; text-decoration:underline;}

.gray3, .gray3 a, .gray3 a:visited {color:#333;  text-decoration:none;}
.gray3 a:hover {color:#333; text-decoration:underline;}

.gray6, .gray6 a, .gray6 a:visited {color:#666;  text-decoration:none;}
.gray6 a:hover {color:#666; text-decoration:underline;}

.gray9, .gray9 a, .gray9 a:visited {color:#999;  text-decoration:none;}
.gray9 a:hover {color:#999; text-decoration:underline;}

.blue, .blue a, .blue a:visited {color:#136ad1;  text-decoration:none;}
.blue a:hover {color:#136ad1; text-decoration:underline;}

.green, .green a, .green a:visited {color:#6a9f0c;  text-decoration:none;}
.green a:hover {color:#6a9f0c; text-decoration:underline;}

.sky, .sky a, .sky a:visited {color:#65a1e8;  text-decoration:none;}
.sky a:hover {color:#65a1e8; text-decoration:underline;}


/* -------------------- Form -------------------- */
textarea, select { font-family: "Verdana"; font-size:12px; color:#666;}
.inputBox {font-family: "Verdana"; font-size:13px; color:#666; border:1px solid #bcbcbc; padding:2px;}

.inputBox2 {font-family: "Verdana"; font-size:11px; color:#666; border:0 ; padding:2px; background-color:#f0f0f0; }

/* -------------------- Layer -------------------- */
.pop_iframe {
	border:3px solid #1b71d8;
}

.pop_bg {
	background:#FFF;
	margin:0;
	/*border:3px solid #1b71d8;*/
}

.pop_page {
	padding:20px 15px;
}

.pop_title {
	color:#136ad1;
	font-size: 13px;
	font-family: verdana, tahoma;	
	font-weight:bold;
	padding:0 0 10px 0;	
}

.pop_content {
    background:#dcecff;
	border:1px solid #cde1fa;
	padding:15px 20px;
	text-align:justify;
}


/* -------------------- content -------------------- */
#content {
	padding: 30px 30px 0 30px;
}

#content h2 {
	color: #444444;
}

.Tb_list {
	margin-bottom: 1.5em;
	width:100%;
}

.Tb_list th {
	text-align:center;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
	background-color: #EDEDED;
}

.Tb_list td {
	padding: 0.5em;
	border-bottom:#DDDDDD 1px solid;
	border-right:#DDDDDD 1px solid;
}

.Tb_list .no_bo {
	border-right:0;
}

.Tb_Read {
	margin-bottom: 1.5em;
	width:100%;
}

.Tb_Read th {
	text-align:left;
	font-weight: bold;
	padding: 0.5em 10px 0.5em 20px;
	color: #444;
	background-color: #EDEDED;
}

.Tb_Read td {
	padding: 0.5em;
	border-bottom:#DDDDDD 1px solid;
}

.Tb_search  {
	border:#DDDDDD 0px solid;
}
.Tb_search th {
	text-align:right;
	font-weight: bold;
	color: #444;
	background-color: #EDEDED;
	padding-right : 10px;
}	
.Tb_search td {
	padding: 0.1em;
	border-bottom:#DDDDDD 0px solid;
	font-weight: bold;
}
.Tb_search .none {
	border-bottom:#ffffff 1px solid;
}

.Tb_list_tiny {
	margin-bottom: 1.5em;
	width:100%;
}
.Tb_list_tiny {
	margin-bottom: 1.5em;
	width:100%;
}

.Tb_list_tiny th {
	text-align:center;
	font-weight: bold;
	padding: 0.2em;
	color: #444;
	line-height: 120%;
	background-color: #EDEDED;
}

.Tb_list_tiny td {
	padding: 0.9em;
	border-bottom:#DDDDDD 1px solid;
	border-right:#DDDDDD 1px solid;
		line-height: 120%;
}

.Tb_list_tiny_skel td{
	padding : 0; margin:0;
	border-bottom: none;
	border-right:none;
	line-height: 120%;
	color :#909090;
}

.Tb_list_tiny .no_bo {
	border-right:0;
}

.Tb_left_menu {
	margin-bottom: 5px;
	width:100%;
}
.Tb_left_menu td {
	padding: 0.3em;
	font-size: 12px;
	text-align:center;
/*	border-bottom:#DDDDDD 1px solid;*/
}

.num_Center {
	text-align:center;
	font-size:11px;
}

.num_Left {
	font-size:11px;
}

.first_line {
	border-top:#DDDDDD 1px solid;
}

.Read_ti  {
	vertical-align:middle;
	padding-left:15px;
}

.Read_ti_right {
	text-align : right;
	padding-right:5px;
}

.Btn_Left {
	text-align:left;
	padding:0 2px;
}

.Btn_Right {
	text-align:right;
	padding:0 2px;
}

.Btn_Center {
	text-align:center;
	
}

.Btn_submit {
	background: #D5BF36 url(../Image/btn_bg.jpg) repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	border:0;
	height: 25px;
	padding:0 3px;
}

.Btn_submit02 {
	background: #D5BF36 url(../Image/btn_bg02.jpg) repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	border:0;
	height:25px;
	vertical-align:middle;
	padding:2px 8px 2px 8px;
}

.Btn_S_submit {
	background: url(../Image/btn_s_bg.jpg) repeat-x;
	font-size: 11px;
	color: #FFFFFF;
	border:0;
	padding:1px 10px;
}

.Btn_S_list {
	border:0;	
	text-align:center;
}

.Btn_S_list a {
	padding:0 10px;
	font-size: 11px;
	color: #FFFFFF;
	background: url(../Image/btn_s_bg.gif) repeat-x top left;
	text-decoration:none;
	text-align:center;
	height:19px;
}

.Btn_S_list a:link {
	color: #FFFFFF;
}

.Btn_S_list a:visited {
	color: #FFFFFF;
}

.Btn_S_list a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:url(../Image/btn_s_bg.gif) left -20px;
	height:19px;
}

.line_box {
	width:100%;
	margin-top: 0.5em;
	padding: 28px 0;
	border-top:#CACACA 1px dotted;
}

.line_box_10 {
	margin-top: 0.5em;
	padding: 10px 0;
	border-top:#CACACA 1px dotted;
}

.intro_box {
	padding-bottom: 30px;
}

.product_Name {
	padding-left: 10px;
	font-size : 15px;
	font-style : bold;
}

.box_right {
	text-align: right;
}
