﻿@charset "utf-8";
@import url(nav.css);
/* CSS Document */



/* Blanket Styles*/
body {
	background-color: #EBEBEB;
	margin: 0; padding: 0;
	font-size: 75%;
	color: #383838;
	font-family: 맑은고딕, Verdana, 돋움, Arial, Helvetica, sans-serif;
	}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
	}
 img {
	border-style: none;
	}

* { padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
 a:link, a:visited {
	color: #383838;
	text-decoration: none;
	}
a:hover, a:active {
	color: #585858;
	}

/* Conatiner */ 
#container {
	background-color: #fff;
	width: 945px;
	margin: 0 auto;
	overflow: hidden;
	}
/* Header */
#container h1 {
	width: 600px;
	height: 42px;
	margin: 28px 0 0 18px;
	float: left;
	font-family :Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	}
#buttons {
	margin: 42px 27px 0;
	float: right;
	}	
/* title */
#title
{
    width:918px;
    height:65px;
    margin: 5 11px;    
    clear: both;
	position:relative;
}
#title_sub
{
    width:918px;
    height:15px;
    margin: 5 5px 0px 5px;    
    clear: both;
}
x1
{
    width:250px;
    height:25px;
    text-align:right;       
}
/* Info */
#info {
	background-color: #f1f0e8;
	width: 918px;
	height: 35px;
	border:1px solid #EBEBEB;
	margin: 0 11px;
	clear: both;
	}	
#info p {
	width: 220px;
	color: #898888;
	padding: 5px 0 0 5px;
	}	
#supportlinks {
	float: right;
	width: 155px;
	padding: 21px 50px 0;
	}	
#info ul {
	list-style-image: url(/member/images/bullet.gif);
	}
#info li {
	line-height: 22px;
	}	
#info a:link, #info a:visited {
	color: #585858;
	text-decoration: none;
	}	
#info a:hover, #info a:active {
	color: #585858;
	background-color: #FFFFFF;
	}	
/* Main Content Area */
#content_main {
	width: 920px;
	padding: 0 15px 0 18px;
	margin: 20px 0;
	float: left;
	text-align: justify;
	}	
#content_main p {
	line-height: 23px;
	display: block;
	text-align: left;
	padding-bottom: 5px;
	}		
#nav_main {
	float: right;
	width: 150px;
	background: url(/member/images/r_bg.gif) repeat-y;
	height: 400px;
	padding: 0 0px 0 25px;
	margin: 32px 0;
	}	
#nav_main ul {
	list-style: none;
	}	
#nav_main ul li {
	line-height: 23px;
	}	
#nav_main a:link, #nav_main a:visited {
	color: #383838;
	text-decoration: none;
	}	
#nav_main  a:hover, #info a:active {
	color: #585858;
	}	
h1 {	
	width: 600px;
	height: 42px;
	margin: 28px 0 0 18px;
	float: left;
	font-family :Verdana, Arial, Georgia, "Times New Roman", Times, serif;
	font-size:36px;}	
h2 {
	font-family: 맑은고딕, 돋움, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 100;
	font-weight:bold;
	}	
h4 {
	letter-spacing: -1px;
	font-family: 맑은고딕, 돋움, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 100;
	font-weight:bold;
	}	
h3 {
	letter-spacing: -1px;
	color: #c44812;
	font-size: 120%;
	padding: 10px 0 10px 7px;
	font-family: 돋움, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}	
hr { 
	border: 0;
	color: #666;
	background: #666;
	height: 1px;
	margin: 15px 20px 15px 0 ;
	}
/*logout*/
#logout
{
    width:100px;
    height:30px;
    text-align:right;
    padding-top:45px;    
}
/* login */
#loginbox {width:900px;
	text-align:center;
	padding:20px;
	}
/* login box handling */
#loginbox1
{
    width:280px;
    text-align:left;
    height:70px;    
}
#loginbox2
{
    width:280px;
    text-align:left;
    height:70px;    
}
#loginbox3
{
    width:280px;
    text-align:right;
    height:35px;
    padding-right:30px;   
}
#loginbox_btn
{
    width:100px;
    text-align:left;    
    height:30px;    
    /*padding-top:25px;*/
    padding-bottom:35px;      
}
#loginbox_join
{
    width:300px;
    text-align:left;    
    height:30px;
    padding-left:30px;
    padding-top:10px;
    padding-bottom:15px;
}
/* Footer */
#footer {
	width: 900px;
	color: #555;
	font-size: 85%;
	text-align:center;
	margin: 20px auto;
	padding-bottom: 20px;
	}		
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #555;
	text-decoration: none;	}
	
#copyright {text-align:center;
	}
#nav_footer {
	float: right;
	list-style: none;
	}	
#nav_footer li {
	float: left;
	}
	/* Special Formatting */

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #666666;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
	}
blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
	}
.float-left  { float: left; padding-right: 5px;
    width:auto;
}

.bank {position:absolute;  padding-left: 5px;
    width:350px; right:-25px; top:50px; height:20px;
}

.float-right {  padding-left: 5px; width:300px; height:20px;}
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* Table Styling */

table {
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
	}
thead td {	
	border-top: 2px solid #333;
	}
thead th {	
	border-top: 
	2px solid #333;
	}
tbody td a {
  text-decoration: none;
  color: #363636;
  }
tbody td a:hover, tfoot td a:hover {
  background: #3d9fc9;
  color: #ffffff;
  }
tfoot td { 
	border-bottom: 1px solid #666; 
	padding-bottom: 3px;
	}
tfoot th { 
	border-bottom: 1px solid #666; 
	padding-bottom: 3px;
	}
th {
	background: #f9f9f9;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	font-weight:normal;
	text-align: left;
	border-bottom: 1px solid #f5f5f5;
	border-top: 2px solid #fff;
}

tr {height: 28px;
	}

td {
	padding-left: 10px;
	padding-right: 10px;
	color:#666;
	/* border: 1px solid #FFE1C3; */
	border-bottom: 1px solid #f5f5f5;
}

td.first,th.first {
	border-left: 0px;
}

/* form styling */

form {
	
	margin:0px -10px; 
	/*padding: 5px;*/
	/*border: 1px solid #EEEEEE; */
	/*background-color: #FAFAFA; */
}


label {
	/*display:block;*/
	font-weight:bold;
	margin:0px 0;
}

input {
	padding: 2px;
	border:1px solid #ddd;
	color:#777;
}

textarea {
	width:375px;
	padding:2px;
	font: normal 1em 맑은고딕, 돋움, Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	margin: 0; 
	background: #ddd url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}
/* BTN styling */

#gBtn8 {float:right; margin-top:10px; }
#gBtn8 a {display:block; background:url(/member/images/btn/btn_modify1.jpg) left 0; background-repeat:no-repeat; float:left; padding-left:20px; text-decoration:none; height:25px; width:106px;cursor:pointer; margin:0px; overflow:hidden; background-color:#f9f9f9}

#gBtn7 {float:right; padding-right:15px; margin-bottom:15px;}
#gBtn7 a {display:block; background:url(/member/images/gBtn2_bg.gif) left 0; float:left; font:12px 맑은고딕; color:#fff; padding-left:10px; text-decoration:none; height:27px; cursor:pointer; margin:4px; overflow:hidden}
#gBtn7 a:hover{background:url(/member/images/gBtn2_bg.gif) left -27px}
#gBtn7 a span{display:block; float:left; background:url(/member/images/gBtn2_bg.gif) right 0; line-height:240%; padding-right:10px; height:27px; overflow:hidden}
#gBtn7 a:hover span{background:url(/member/images/gBtn2_bg.gif) right -27px; color:#fff}

#gBtn6 {float:right; padding-right:-15px; margin-bottom:15px;}
#gBtn6 a {display:block; background:url(/member/images/gBtn2_bg.gif) left 0; background-repeat:no-repeat; float:left; font:12px 맑은고딕; color:#fff; padding-left:10px; text-decoration:none; height:27px; cursor:pointer; margin:4px; overflow:hidden; background-color:#f9f9f9}
#gBtn6 a:hover{background:url(/member/images/gBtn2_bg.gif) left -27px}
#gBtn6 a span{display:block; float:left; background:url(/member/images/gBtn2_bg.gif) right 0; line-height:240%; padding-right:10px; height:50px; overflow:hidden}
#gBtn6 a:hover span{background:url(/member/images/gBtn2_bg.gif) right -27px;}

#gBtn5 {float:right;  margin-left:15px;margin-bottom:40px;}
#gBtn5 a {display:block; background:url(/member/images/btn/btn_login.gif) left 0; background-repeat:no-repeat; float:left; padding-left:20px; text-decoration:none; height:57px; width:67px;cursor:pointer; margin:0px; overflow:hidden; background-color:#f9f9f9}

#gBtn4 {float:right; margin-top:10px; }
#gBtn4 a {display:block; background:url(/member/images/btn/btn_join.gif) left 0; background-repeat:no-repeat; float:left; padding-left:20px; text-decoration:none; height:25px; width:93px;cursor:pointer; margin:0px; overflow:hidden; background-color:#f9f9f9}

#gBtn3 {float:right; margin-top:10px; }
#gBtn3 a {display:block; background:url(/member/images/btn/btn_app.gif) left 0; background-repeat:no-repeat; float:left; padding-left:20px; text-decoration:none; height:25px; width:106px;cursor:pointer; margin:0px; overflow:hidden; background-color:#f9f9f9}

#billinks_btn {float:right; padding-right:5px; margin-bottom:3px}
#billinks_btn a {display:block; background:url(/member/images/gBtn7_bg.gif) left 0; float:left; font:12px 맑은고딕; color:#000; padding-left:10px; text-decoration:none; cursor:pointer; margin:3px; overflow:hidden
}
#billinks_btn a:hover{background:url(/member/images/btn/gBtn7_bg.gif) left -27px}
#billinks_btn a span{display:block; float:left; background:url(/member/images/gBtn7_bg.gif) right 0; line-height:240%; padding-right:5px; height:26px; overflow:hidden}
#billinks_btn a:hover span{background:url(/member/images/btn/gBtn7_bg.gif) right -27px; color:#000}

#billinks_btn_area {float:right;}
#billinks_btn_area a {display:block; margin:4px;}

#ad_info {
	width:440px;
	float:left;
	}

#mo_info {
	width:440px;float:
	right; padding-right:20px
	}
#checkbox {
    width:auto;
    float:left;
    padding: 0px;
    margin: 0px;
    width:400px;
}
.both {clear: both;}


.top_btn{	
	float: right;
	width: 300px;
	margin-top: -50px;
	text-align: right;
}

#bottom_content_wrapper {
	height: 150px;
	background-color: #f4f4f4;
	text-align: center;
}

#bottom_content {
	position: relative;
	top: 13px;
	width: 1000px;
	margin: 0 auto;
	padding-bottom:10px;
}

#copy_call {
	float: left;
	width: 150px;
	text-align: center;
	padding-top:20px;
}


#bottom_menu {
	float: left;
	width:750px;
	height: 30px;
	padding-left:20px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	text-align:left;
}
#bottom_menu select {
	margin-left:40px;
}

#copyright2 {
	float: left;
	height: 40px;
}