﻿/* CSS Document */
BODY
{
	/*margin:0px;
	scrollbar-face-color: #DCDCDC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #BBBBBB;
	scrollbar-darkshadow-color: #BBBBBB;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #626262;
	scrollbar-track-color: #EFEFEF;*/
	
	/* 2010년 1월 20일 edan 수정*/
	scrollbar-face-color: #EDF1F3;				/* 스크롤바에서 표면 색상 */
	scrollbar-highlight-color: #EDF1F3;		/* 표면 왼쪽부분 겉색상 */
	scrollbar-shadow-color: #EDF1F3;		/* 표면 오른쪽 부분 그림자 겉색상 */
	scrollbar-3dlight-color: #EDF1F3;			/* 표면 왼쪽 부분 입체감 색상 */
	scrollbar-arrow-color: #829BA7;			/* 스크롤바에서 조그만 삼각형있죠 그거 색상 */
	scrollbar-track-color: #FFFFFF;			/* 스크롤바가 밑에 레일 트렉 색상 */
	scrollbar-darkshadow-color: FFFFFF	/* 표면 밑부분 그림자 색상 */
}

body, div, td, li { 
	margin:0px; margin-top:0px;	 
	font-family: "Dotum", Arial; font-size: 12px; color: #656565; 
} 

p,ul,li,ol,form,h1,h2,h3,h4,h5,dl,dt,dd{margin:0; padding:0}

img { border:0px}

/**링크 부분 클릭후 점선 없애는 스타일**/
a { selector-dummy : expression(this.hideFocus=true);}
img { selector-dummy : expression(this.hideFocus=true);}
input { selector-dummy : expression(this.hideFocus=true);}

/**loc**/

.loc {
	font: dotum;
	color:#999999;
	font-size: 11px;
	padding-left:2px;	    
}

.loc_point {
	font: dotum;
	color:#454545;	
	font-size: 11px;
	padding-left:2px;	    
}

/**link**/
a {text-decoration: none; color: #656565;} 
A:link {color: #656565; text-decoration:none;} 
A:visited {color: #656565; text-decoration:none;} 
A:active {color: #656565; text-decoration:none;} 
A:hover {color: #333333; text-decoration:none;}

/*bg*/
.box_textarea
{
	background:url('../member/images/box_yak_bg.gif')no-repeat; width:500; height:150px;
}
.footer
{
	background:url('images/footer_bg.gif')no-repeat; width:726; height:80px;
}
/*space*/
.top1{height:15px;}

/*** FORM ***/
TEXTAREA
{
	border:1px solid #C4C4C4;
	font-family: Dotum, Arial;
	font-size:12px;
	color:#666666;
	scrollbar-face-color: #DCDCDC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #EBEBEB;
	scrollbar-darkshadow-color: #EBEBEB;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #B6B6B6;
	scrollbar-track-color: #EFEFEF;
	padding:10 10 10 20;
}	
	
.INPUT_main
{	
	font-family: Dotum, Arial;
	font-size:12px; color:#666666;
	height:19px;
	border:1px solid #E1E1E1;
	background-color:#F6F6F6;
}

/*list 검색 drop 메뉴박스*/

.select_drop {
	font-family: dotum, arial;
	color: #575757;
	border: 1px solid #cdcdcd;
	border-top-color: #cdcdcd;
	border-left-color: #cdcdcd;
    border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	vertical-align:middle;
}

/**font**/
.b { font-weight:bold; }
.cnt { text-align:center;}
.text { color: #333333;}
.id   { color: #D20A0A;}
.kongi {font-size:12px;color:#6B7E9A;height:20px; padding-left:5px;}
.info_s {font-size:11px;}
.info_p {font-size:11px; color: #F88E1B;}
.id_blue { color: #39659F;}
/*** LINK ***/

.list_kong 		{color:#6B7E9A; text-decoration:none;}
a.list_kong:link    	{color:#6B7E9A; text-decoration:none;}
a.list_kong:visited 	{color:#6B7E9A; text-decoration:none;}
a.list_kong:active  	{color:#005FB7; text-decoration:none;}
a.list_kong:hover   	{color:#005FB7; text-decoration:none;}

.log { color: #39659F; text-decoration:none;line-height: 14pt; font-weight:bold;} 
a.log:link { color: #39659F; text-decoration:none;} 
a.log:visited { color: #39659F; text-decoration:none;} 
a.log:active { color: #39659F; text-decoration:none;} 
a.log:hover { color: #39659F; text-decoration:underline;} 

.tag a.t1:link {padding-right: 5px; padding-left: 5px; font-weight: bold; padding-bottom: 2px; color: #5D7BB7; padding-top: 3px; font-family: dotum; background-color: #F5F5F7; text-decoration: none}
.tag a.t1:visited {padding-right: 5px; padding-left: 5px; font-weight: bold; padding-bottom: 2px; color: #5D7BB7; padding-top: 3px; font-family: dotum; background-color: #F5F5F7; text-decoration: none}
.tag a.t1:hover {padding-right: 5px; padding-left: 5px; font-weight: bold; padding-bottom: 2px; color: #5D7BB7; padding-top: 3px; font-family: dotum; background-color: #F5F5F7; text-decoration: underline}

/* bgcolor */
.top_bg {background-color:#DCEBFF;}
.wh {background-color:#FFFFFF;}
.black {background-color:#000000;}
.grey {background-color:#ebebeb;}
.blue {background-color:#005DB2; height:2px;}
.info_grey {background-color:#F8F8F8;}
.icon {background-color:#F1F1F1;}
.list {background-color:#FAFAFA;}
.line {background-color:#84ACE0;height:2px;}
.cal_box {background-color:#FAFAFA;}

/* space */
.h01{height:22px;}
.h03{height:30px;}

INPUT { border: expression( (this.type=='checkbox'||this.type=='radio'||this.type=='image')?'':'1px solid #CCCCCC' ); }

        
input {
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-top-width: 1px;
 font-family: Dotum, Arial;
 font-size:12px; color:#666666;
 height:19px;
 vertical-align:middle;
}

  
input.readonly {
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-top-width: 1px;
 font-family: Dotum, Arial;
 font-size:12px; color:#666666;
 background-color:#EBEBEB;
 height:19px;
}

.input_top
{
 vertical-align:top;
}

/* padding */

.pd01 { padding-left:20px; height:30px;}
.pd02 { padding-left:10px;}
.pd03  { padding-left:20px; height:50px;}
.pd04 { padding:5 0 5 5px;}
.pd05 { padding-left:20px; height:19px;}/* 수정*/
.pd06	 {padding:0 5 0 5;}																		/* 2010년 1월 20일 edan 추가*/

.bbs_ln01 { background-color: #DDDDDD; height:1px;}
.bbs_ln02 { background-color: #DDDDDD; height:2px;}
.bbs_ln03 { background-color: #EEEEEE; height:1px;}

.h12 { line-height:12pt;}/* 수정*/
.h14 { line-height:14pt;}
/*** table ***/

.table_line {background-color:#eaeaea;}
.table_line01{background-color:#cccccc;}
.table_font { color: #666666;}
.table_height { height:30px;}
.list_subject1 {
	font-family: dotum, Arial;
	color: #838383;
	text-align:center;
}
.list_subject2 { 
	position:relative;
	font-family: dotum, Arial;
	color: #575757;	
	padding-left:30px;
	}
	/*List Nav*/
.list_nav {
	font-family: dotum, Arial;
	color: #6d6d6d;
	text-align: center;
	vertical-align:middle;	
}
.list_title {
	font-family: dotum, Arial;
	color: #014597;
	font-size: 13px;
	padding-left:10px;
	font-weight:bold;
}

.table_title
	{font-family: dotum, Arial;
	color: #575757;
	text-align:center;

}

.view_subject1 {
	font-family: dotum, Arial;
	color: #656565;	
	background-color: #FFFFFF;
}

.view_subject2 {
	font-family: dotum, Arial;
	color: #575757;
	font-weight: bold;
	background-color: #FFFFFF;
}	
	.view_textarea {
	font-family: dotum, Arial;
	color: #838383;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.sunday {
	font-family: dotum, Arial;
	color: #B92B35;
	font-weight: bold;
	background-color: #FFFFFF;
}
/* 달력 */

.name {font-size:16px; color:#333333; height:20px; font-weight:bold; padding-left:5px}
.sub_p {font-size:12px; color: #90B347;}
.month1 {background-color:#FAFAFA;}
.month2 {background-color:#F7FAFF;}

/* 자랑스런 와이즈만 */

.ci_title
	{font-family: dotum, Arial;
	color: #005DB2;
	font-size:15px;
	font-weight:bold;
	height:25px;
}

.ci_sub
	{font-family: dotum, Arial;
	color: #333333;
	font-size:12px;
	font-weight:bold;
	height:25px;
}
.ci_name
	{font-family: dotum, Arial;
	color: #333333;
	font-size:12px;
	height:25px;
}
/* ci_num 29일 수정 */
.ci_num
	{font-family: dotum, Arial;
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:6px;
}
.ci_stitle /* 수정*/
	{font-family: dotum, Arial;
	color: #9D9D9D;
	font-size:11px;	
}
/* board list */ /* 수정*/
.board_list td {padding:10 10 10 10;}

/*29일 수정*/
.ci_title 		{color:#005DB2; text-decoration:none;}
a.ci_title:link    	{color:#005DB2; text-decoration:none;}
a.ci_title:visited 	{color:#005DB2; text-decoration:none;}
a.ci_title:active  	{color:#005DB2; text-decoration:none;}
a.ci_title:hover   	{color:#005DB2; text-decoration:underline;}

/*30일 수정 */
.top_name { color: #E07413;}

a {selector-dummy: expression(this.hideFocus=true);}

/*1/5일 수정 */

.date {font-size:11px; 
       color: #979797; 
	   background-color: #F9F9F9;}

.date_bg {background-color: #F9F9F9; padding-left:5px;}
	   
.ry_name {font-size:11px;}




/* 2010년 1월 20일 edan 추가*/

.member_name						{color:#ffffff;letter-spacing:-0.05em;}
.member_name_span				{font-weight:bold; color:#ffef99;}

.mycenter								{font-size:8pt; color:#ffffff; }
.mycenter	A							{text-decoration: none; color:#ffffff; padding:0 5 0 5;}
.mycenter	A:VISITED				{text-decoration: none; color:#ffffff;}
.mycenter	A:ACTIVE				{text-decoration: none; color:#ffffff;}
.mycenter	A:HOVER				{text-decoration: none; color:#ffef99;}


.notice									{color:#929292; }
.notice	A								{text-decoration: none; color:#929292;}
.notice	A:VISITED					{text-decoration: none; color:#929292;}
.notice	A:ACTIVE					{text-decoration: none; color:#929292;}
.notice	A:HOVER					{text-decoration: none; color:#6978B8;}

.center_list								{color:#A5A5A5; }
.center_list	A							{text-decoration: none; color:#A5A5A5;}
.center_list	A:VISITED				{text-decoration: none; color:#A5A5A5;}
.center_list	A:ACTIVE				{text-decoration: none; color:#A5A5A5;}
.center_list	A:HOVER				{text-decoration: none; color:#D48140; font-weight:bold;}

.location								{font-size:11px; color:#6F6F6F;letter-spacing:-0.05em;}
.location	A							{text-decoration: none; color:#6F6F6F;}
.location	A:VISITED				{text-decoration: none; color:#6F6F6F;}
.location	A:ACTIVE				{text-decoration: none; color:#6F6F6F;}
.location	A:HOVER				{text-decoration: none; color:#455EC9;}
.location	span						{font-weight:bold;}
.location	img						{vertical-align:middle;}

/* 2010년 2월 2일 edan 추가*/
.coupon_20100208					{color:#E7F1FA;letter-spacing:-0.02em;font-weight:bold;}

    
/* 2010년 3월 17일 edan 추가*/
.sitemap								{color:#858585; letter-spacing:-0.05em;}
.sitemap		A						{text-decoration: none; color:#858585;}
.sitemap 	A:VISITED			{text-decoration: none; color:#858585;}
.sitemap		A:ACTIVE			{text-decoration: none; color:#858585;}
.sitemap		A:HOVER			{text-decoration: none; color:#D4884C;}

.sitemap_s							{color:#B5B5B5; font-size:11px;  letter-spacing:-0.05em;}
.sitemap_s		A					{text-decoration: none; color:#B5B5B5;}
.sitemap_s 	A:VISITED		{text-decoration: none; color:#B5B5B5;}
.sitemap_s		A:ACTIVE		{text-decoration: none; color:#B5B5B5;}
.sitemap_s		A:HOVER		{text-decoration: none; color:#858585;}    