/* 전체 CSS정의 */

body{
	padding:0;
	margin:0 auto;
	color:#333;
	font-size:12px;
	font-family:"나눔고딕", "NanumGothic", "맑은 고딕", "MalgunGothic", Gulim, Arial, Apple Gothic;
	line-height:18px;
	background:#fff;
}

table{
	padding:0;
	color:#333;
	font-size:12px;
	font-family:"나눔고딕", "NanumGothic", "맑은 고딕", "MalgunGothic", Gulim, Arial, Apple Gothic;
	line-height:18px;
}

/* Default */
img {border:0; vertical-align:middle;}
form {margin:0;padding:0;}
form legend {position:absolute; overflow:hidden; height:0; width:0; font-size:0; visibility:hidden;line-height:0;}
form fieldset {border:0;}
inputbox {border : 1px #e7e7e7; padding : 2px; font-family : "dotum"; font-size : 12px; color : #666666; } 

a {text-decoration:none;}
a:link, a:visited {color:#666666;}
a:hover, a:active {color:#666666;}


/* 메인 */
.contents_bg {background:url(/partner/asset/images/contents_bg.gif) repeat-x; }
.input_bg {background:url(/partner/asset/images/input_bg.gif) repeat-x; }
.inputbox {font-family : "dotum"; font-size : 12px; width : 100px; height : 16px;  border:0;} 

.member_txt {color:#000; border-top:1px solid #4c515d; font-family:"Dotum"; font-size:11px; padding-top:8px;}
.member_txt a {color:#000;}
.member_txt a:link, a:visited {color:#000;}
.member_txt a:hover, a:active {color:#000;}

.join_txt {color:#2EB8FF; font-weight:bold;}
.join_txt a {color:#2EB8FF;}

.name_txt {color:#6dcff6; font-weight:bold;}
.name_txt a {color:#6dcff6;}

.notice_txt {color:#fff;}
.date {text-align:right; color:#8C8F96;}
.notice_line {border-bottom:1px solid #4c515d;}

.site_bg {background:url(/partner/asset/images/site_bg.gif) repeat-x;}


/* 서브 */
.cbg_top {background:url(/partner/asset/images/sub_con_bg1.gif) repeat-x; }
.cbg_middle {background:url(/partner/asset/images/sub_con_bg2.gif) repeat-y; padding:20px;}
.cbg_bottom {background:url(/partner/asset/images/sub_con_bg3.gif) repeat-x; }
.location {font-weight:bold;}
.line {border-bottom:1px solid #ddd;}
h1 {font-size: 20px;font-weight: bold;line-height:40px;color:#000}

table.path{border:1px solid #DDDDDD;border-collapse:collapse;}

.mgt30{margin-top:30px}
.mgt20{margin-top:20px}
.mgt10{margin-top:10px}
.pd5{padding:5px}


/* 공통 */
.footer {margin-top:30px; border-top:1px #e5e5e5 solid;background: #fff; }

input.ed{	
    font-size:9pt;
	font-family:"돋움";
	border:1px solid #cfcfcf; 
	background-color:#ffffff; 
	color:#565656;
	height:22px;
	line-height:22px;
	padding:0 0 0 3px; 
}

/* Menu */
.login_link a {color:#a6bec1;font-size: 14px;margin:0 0 0 25px;height:35px;line-height:35px;}
.menu {
	height: 40px;
	margin:0 0 0 0;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 80px;
}

/* Links */

.menu li a {
	display: block;
	padding: 0;
	margin: 0 0 0 42px;
	line-height: 28px;
	text-decoration: none;

	font-size: 18px;
	font-weight: 500; 
	letter-spacing:-0.05em;
	color: #fff;
}

.menu li:first-child a { border-left: none;margin: 0 0 0 0px;}
.menu li:last-child a{ border-left: none; }

.menu li:hover > a { color: #ffea00; }

/* Sub Menu */

.menu ul {
	position: absolute;
	top: 80px;
	left: 0;
	opacity: 0;	
	background: #00444e;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 30px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 150px;
	padding-left: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;

	border: none;
	border-bottom: 5px solid #00444e;
}

.menu ul li:last-child a { border: none; }
