﻿/*	Default.css
	작성자 : 이창훈
	수정자 : 조영관
*/

*
{
	font-size:12px;
	font-family:  "ＭＳ Ｐゴシック", "Shift-JIS", "Osaka", "Arial", "sans-serif";
	line-height: 1.5em;
}

img { border: medium none; } 
img.link { cursor: hand; }

a:hover, a:active, a:link, a:visited { text-decoration: none; }
a:link, a:visited { color: #555555; }
a:hover 
{
	color: Navy;
	text-decoration: underline;
}

body
{
	margin: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	color: #333333;
}

table
{
	border-width: 0px;
	border-collapse: collapse;
}

table.stTable{margin:0px; padding:0px;}
table.stTable p{margin:0px; padding:5px 0px;}
table.stTable
{
	width:100%;
	border-top:3px solid #ccc;
	border-bottom:3px solid #ccc;
	border-spacing:0;
	border-collapse:collapse;
}
table.stTable thead{
	border:0px solid #fff;
	background-color:#eee;
	text-align:center;
	color:#888888;
}
table.stTable th { padding:7px; }
table.stTable tbody td
{
	padding:5px 0px 5px 7px;
	border-top:1px solid #ccc;
	color:#555555;
}
table.stTable .tdgray
{
	padding:5px 10px;
	width:150px;
	border-right:1px solid #ccc;
	background-color:#eee;
	text-align:center;
	color:#222222;
}
table.stTable p { padding:5px; }

.board_List a:hover {	}
.board_Div
{
	word-wrap: break-word;
	word-break: break-all;
}

.ceo { line-height: 1.8em; }
.eng 
{
	background-repeat: no-repeat;
	background-image: "~/Images/005_Membership/images/loginbox_bg.gif";
}

.textBlue { color:blue; }
.textRed { color:red; }

.leftLine { border-left:1px solid #ccc; }

.subTable
{
	border:4px solid #bbb;
	border-spacing:0;
	border-collapse:collapse;
}

.subTable td { border:1px solid #eee;color:blue; }

.way_info
{
	font-size:15px;
}

.business
{
	font-size:24px;
	font-weight:600;
	padding-left:20px;
}

.nation
{
	font-size:16px;
	font-weight:600;
	color:red;
	vertical-align:bottom;
}

.buy_name
{
	font-size:18px;
	padding-left:15px;
}


/**********************************************************************************/

/********** ALL **********/
	.title
	{
		
	}
	.txtBox
	{
		line-height: 10px;
		padding: 4px 0 0 2px;
		border: solid 1px #D4D4D4;
	}
	.txtBoxBoard
	{
		line-height: 10px;
		padding: 4px 0 0 2px;
	}
	.fileUpload
	{
		line-height: 10px;
		padding: 4px 0 0 2px;
	}

/********** GoodsInfo **********/
	.goodsinfo_title
	{
		border-collapse:collapse;
		border-color:#cccccc;
	}
	.goodsinfo_title_line
	{
		background-color:#ccc;
	}

/********** Support_Down **********/
	.support_title
	{
		border-collapse:collapse;
		border-color:#cccccc;
	}
	.support_title_line
	{
		background-color:#ccc;
	}
	
/********** Introduce_Greetings **********/
	.intro_title
	{
		border-collapse:collapse;
		border-color:#cccccc;
	}
	.intro_title_line
	{
		background-color:#ccc;
	}

/********** Membership_Join.aspx **********/
	.join_table
	{
		border-top: solid 2px #CFCFCF;
		border-bottom: solid 2px #CFCFCF;
	}
	.join_title 
	{
		border-bottom: solid 1px #CFCFCF;
		width: 100px;
		background-color:#F1F1F1;
		font-size: 13px;
		color: #444444;
		text-align: center;
	}
	.join_content
	{
		border-bottom: solid 1px #CFCFCF;
	}
	.join_info 
	{
		font-size: 12px;
		color: #777777;
	}
	.join_inline
	{
		display: inline;
		padding-bottom:-10px;
	}
	.join_sub
	{
		text-align: center;
	}
	.join_question
	{
		font-size: 13px;
		color: Navy;
	}
	.star
	{
		color: Red;
	}
	.join_level
	{
		display: inline-block;
		text-align: right;
		
	}

/********** Membership_Search_Password.aspx **********/
	.pwTitle
	{
		font-size: 14px;
		padding: 15px 0 0 0;
	}
	.pwSearch
	{
		font-size: 14px;
		padding: 10px 0 0 30px;
	}
	.pwMail
	{
		font-size: 14px;
	}

/********** Error_Page.aspx **********/
	.errorPage
	{
		width: 600px;
		padding: 20px;
	}
	.errorTitle
	{
		font-size: 40px;
		font-weight: 600;
		border-bottom: solid 4px #CECECE;
	}
	.errorContent
	{
		font-size: 16px;
		font-weight: 600;
	}

/*

table,tr,td,th,input,div,form,select,option {
	border-collapse: collapse;
}

input.readonly {
	border-right: #bfcbff 1px solid;
	border-top: #bfcbff 1px solid;
	border-left: #bfcbff 1px solid;
	border-bottom: #bfcbff 1px solid;
	letter-spacing:normal;
	background-color: #f7f4f4;
}

span.link {
	text-decoration: none;
	cursor: hand;
}

underline {
	text-decoration: underline line-height :1.5;
}


table {
	white-space: nowrap;
	empty-cells: show;
	border-collapse: collapse;
}

textarea {
	border-right: #b9c4ff 1px solid;
	border-top: #b9c4ff 1px solid;
	border-left: #b9c4ff 1px solid;
	border-bottom: #b9c4ff 1px solid;
	color: #000000;
}

*/