/* CSS Document */

/* BIZTALK S */
#HeaderBizTalkContainer {
	width :100%;
	height:110px;
	overflow:hidden;
	background-color:#8bd2d6;
}

.HeaderBizTalkContents {
	width :1200px;
	height:100%;
	margin:0 auto;
	background:url("/Images/Common/TopBannerBg.gif") 0 0 no-repeat;
}

.TopBannerSearchCa {
	position:absolute;
	margin-top :8px;
	margin-left:575px;
	-webkit-margin-before:8px;
	-webkit-margin-start :575px;
}

.TopBannerSearchForm {
	position:absolute;
	width :490px;
	height:46px;
	border:1px solid #164a79;
	background-color:#ffffff;
	margin-top :42px;
	margin-left:500px;
	-webkit-margin-before:42px;
	-webkit-margin-start :500px;
	padding:5px;
}

.TopBannerSearchForm div.TopBannerSearchImg {
	float:left; 
	margin-top :3px;
	margin-left:9px; 
	-webkit-margin-before:3px;
	-webkit-margin-start :9px;
}

.TopBannerSearchForm div.TopBannerSearchText {
	float:left; 
	width:436px;
	height:35px;
}

.TopBannerSearchForm #biztalk_search_str {
	width:100%; 
	height:35px !important;
	font-family:"MalgunGothic", "맑은 고딕";
	font-size:12pt;
	font-weight:bold;
	color:#164a79;
	padding:8px;
}

.TopBannerSearchForm div.TopBannerSearchBtn {
	float:right; 
}

.TopBannerSummary {
	position:absolute;
	margin-top :90px;
	margin-left:440px;
	font-family:"MalgunGothic", "맑은 고딕";
	font-weight:bold;
	font-size:9pt;
	color:#164a79;
	letter-spacing:-1px;
}
/* BIZTALK E */

/* 로고, 로그인, 빠른링크 S */
#HeaderContents {
    width                   : 100%;
    min-width               : 1200px;
}

.HeaderQuickLinkContents {
    width                   : 100%;
    min-width               : 1200px;
    background              : #f1ebe7;
    padding                 : 8px 0;
}

.HeaderQuickLinkContents .HeaderQuickLink {
    width                   : 1200px;
    margin                  : 0 auto;
}

.HeaderQuickLinkContents .HeaderQuickLink ul {
    float                   : right;
}

.HeaderQuickLinkContents .HeaderQuickLink li {
    float                   : left;
	vertical-align          : middle;
    margin-left             : 20px;
    -webkit-margin-left     : 20px;
}

.HeaderQuickLinkContents .HeaderQuickLink li:first-child {
    margin-left             : 0;
    -webkit-margin-left     : 0;
}

.HeaderQuickLinkContents .HeaderQuickLink li a {
	color:#000000;
	font-weight:bold;
	font-size:11pt;
	font-family:"MalgunGothic", "맑은 고딕";
	text-decoration:none;
}

.HeaderContents {
	width                   : 1200px;
	height                  : 120px;
	margin                  : 0 auto;
	overflow                : hidden;
}

.HeaderContents .HeaderCollect {
    margin-top              : 10px;
    -webkit-margin-before   : 10px;
}

.HeaderContents .HeaderCollect1 {
	float                   : left;
}

.HeaderContents .HeaderCollect2 {
	float                   : right;
	margin-top              : 30px;
	-webkit-margin-before   : 30px;
}

.HeaderContents .HeaderLogo {
	height                  : 60px;
    cursor                  : pointer;
	margin-top              : 10px;
	-webkit-margin-before   : 10px;
}

.HeaderContents .HeaderLogin {
	float                   : left;
}

.HeaderContents .HeaderLogin input {
	width                   : 150px;
	height                  : 24px;
	border                  : 1px solid #b2b2b2;
	vertical-align          : middle;
	padding                 : 0 5px;
	-webkit-padding-before  : 0;
	-webkit-padding-end     : 5px;
	-webkit-padding-after   : 0;
	-webkit-padding-start   : 5px;
}

.HeaderLogin .HeaderLoginButton {
	width                   : 65px;
	height                  : 24px;
	background              : #5d544d;
	display                 : inline-block;
	font-weight             : bold;
	font-size               : 11pt;
	font-family             : "MalgunGothic", "맑은 고딕";
	color                   : #ffffff;
	vertical-align          : middle;
	text-align              : center;
	line-height             : 24px;
    cursor                  : pointer;
}

.HeaderLogin .HeaderLogoutButton {
	width                   : 70px;
	height                  : 20px;
	background              : #e81414;
	display                 : inline-block;
	font-weight             : bold;
	font-size               : 10pt;
	font-family             : "MalgunGothic", "맑은 고딕";
	color                   : #ffffff;
	vertical-align          : middle;
	text-align              : center;
    cursor                  : pointer;
}

.HeaderContents .HeaderLoginSummary {
	float                   : left;
    line-height             : 24px;
}

.HeaderContents .HeaderJoinLink {
	float                   : left;
	color                   : #5d544d;
	font-weight             : bold;
	font-size               : 11pt;
	font-family             : "MalgunGothic", "맑은 고딕";
	margin-left             : 30px;
	-webkit-margin-start    : 30px;
}

.HeaderContents .HeaderJoinLink a {
	color                   : #5d544d;
	font-weight             : bold;
	font-size               : 11pt;
	font-family             : "MalgunGothic", "맑은 고딕";
	text-decoration         : none; 
}
/* 로고, 로그인, 빠른링크 E */