@charset "euc-kr";
/* CSS Document */

/* ±âº» ½ºÅ¸ÀÏ */
html, body {
		margin:0px;
		padding:0px;
		font-size:12px;
		font-family:'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
		line-height:16px;
		color:#404040;
		vertical-align: top;
}

html {overflow-y:scroll;}

ul, ol, li, dl, dt, dd, form, fieldset, p {
		list-style:none;
		font-size:12px;
		font-family:'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
		line-height:16px;
		color:#404040;
		font-weight:normal;
		vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	list-style:none;
	font-size:12px;
	font-family:'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
	line-height:16px;
	color:#404040;
	font-weight: bold;
	vertical-align: top;
}

div, ul, li, p, tr, td {
		font-size:12px;
		font-family:'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
		line-height:16px;
		color:#404040;
		vertical-align: top;
}

ul, li {list-style:none;}

hr {position:absolute; left:0; top:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; width:0px; height:0px;}

sup {line-height:12px;}

* {
 padding: 0;
 margin: 0;
}



/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
	-ms-interpolation-mode: bicubic;
}


/* ¸µÅ© ½ºÅ¸ÀÏ */
a,a:active,a:visited {
	color: #0b66b6;
	text-decoration:none;
}

a:hover {
	color: #0b66b6;
	text-decoration:underline;
}

/* ÀÌ¹ÌÁö °ü·Ã */
img {border:none; vertical-align:top;}



/* Å×ÀÌºí ½ºÅ¸ÀÏ */
table { border-collapse:collapse; border-spacing:0;}
caption {display:none;}


/* »óÇÏ */
.vat {vertical-align:top;}
.vam {vertical-align:middle;}
.vab {vertical-align:bottom;}


/* ÁÂ¿ì */
.tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}

.inline {display:inline;}
.clear {clear:both;}



/* ÆûÅÂ±× ½ºÅ¸ÀÏ */
fieldset, form, label, legend {margin:0; padding:0; border:0;}

legend {display: none;}

input.input_text {font-size:12px; color:#666; vertical-align:middle; padding-top:3px; padding-left:5px; height:14px; font-family:'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei'; border:1px solid #bfbfbf;}
input.input_text2 {font-size:12px; color:#666; vertical-align:middle; padding-top:4px; padding-left:5px; height:16px; font-family:'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei'; border:1px solid #bfbfbf;}
input.input_radio {vertical-align:middle; margin:-1px 0 0 0;}
input.input_checkbox {vertical-align:middle; margin:-1px 0 0 0; *margin:0 0 0 -3px; border:none;}
input.input_k {ime-mode:active;} /* ÇÑ±Û */
input.input_e {ime-mode:inactive;} /* ¿µ¹® */
input.button {padding: 0; border: 0 !important;}

textarea {
		font-size:1em; 
		font-family:'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
		color: #666; line-height:16px;
		border:1px solid #ccc;
		overflow-y:scroll;
}

select {
		border:1px solid #d1d1d1;
		color:#666;
		font-family:'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
		height:20px;
		vertical-align:middle;
}


/* ½ºÅ©·Ñ ½ºÅ¸ÀÏ */
.basic_scroll {overflow-y:scroll;
z-index:1;
font-family:µ¸¿ò,±¼¸²,Verdana;
font-size:12px;
color:#666;
border:1px solid #dfdfdf;
background:#f9f9f9;
line-height:15px;
padding:5px 2px 5px 5px;
overflow-X:hidden;
}

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before,.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}

a.button, a.button:link, a.button:visited, a.button:active {
	height: 24px;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	zoom:1;
	padding:10px 25px 0 25px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 6px -1px #555;
	-moz-box-shadow: 0px 1px 6px -1px #555;
	box-shadow: 0px 1px 6px -1px #555;
}
a.button:hover {
	text-decoration:none;
}
a.button-blue {
	text-shadow: 0px -1px 0px #000000;
	background: url(http://www.cisco.com/web/thehumannetwork/builtfor/img/buttons/button-blue-bg.png) repeat-x 0px -10px;
}
a.button-green {
	text-shadow: 0px -1px 0px #517e0f;
	background: url(http://www.cisco.com/web/thehumannetwork/builtfor/img/buttons/button-green-bg.png) repeat-x 0px -10px;
}
a.button-orange {
	text-shadow: 0px -1px 0px #a36000;
	background: url(img/buttons/button-orange-bg.png) repeat-x 0px -10px;
}
a.button-white,
a.button-white:link,
a.button-white:visited,
a.button-white:active {
	color: #303030;
}
a.button-white {
	background: url(http://www.cisco.com/web/thehumannetwork/builtfor/img/buttons/button-white-bg.png) repeat-x 0px -10px;
}
a.button-blue:hover, a.button-green:hover {
	background-position:0px -70px;
}
a.button-white:hover, a.button-white:hover {
	background-position:0px -70px;
}
a.button span {
	cursor:pointer;
	font-weight:bold;
}


/* Layout */
#wrap {position:relative; width:940px; margin:0 auto;}
#tlogo {padding:30px 0 12px 0; width:940px; text-align:left;}
#contents {width:940px; padding:0 0 20px 0;}


/***** BEGIN HERO *****/
.brand-landing-hero {
	width: 940px;
	height: 334px;
	position: relative;
	margin: 0 auto 20px;
}

.brand-landing-hero .brand-landing-background {
	position:absolute;
	z-index: -1000;
	top:0px;
	left:0px;
	width:940px;
	height:334px;
	z-index:0;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
.main-hero-content,
.secondary-hero-content {
	position: absolute;
	
}
.main-hero-content {
	display: none;
	color: #fff;
    font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
    font-size: 15px;
	top: 35px;
	left: 27px;
	width: 670px;
}
.main-hero-content h1 {
    font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
    font-size: 39px;
    line-height: 40px;
	letter-spacing:-2px;
    width: 600px;
	color:#FFF;
}
.main-hero-content h2 {
    font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
    font-size: 16px;
    line-height: 27px;
	letter-spacing:-1px;
    width: 600px;
	color:#FFF;
}
.main-hero-content p {
	line-height: 17px;
	font-size: 12px;
	width: 455px;
	margin-top: 16px;
	color:#FFF;
}
.main-hero-content em {
	font-style: normal;
	color: #f78f21;
}
.main-hero-content h1 em {
    font-size: 39px;
}
.secondary-hero-content {
	position: absolute;
	right: 20px;
	width: 190px;
	top: 35px; 
}
.secondary-hero-content h2 {
	color: #fff;
    font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    width: 200px;
}
.secondary-hero-content p {
	font-weight: normal;
	margin-top:15px;
	line-height: 16px;
	font-size: 12px;
	width: 200px;
}
div.brand-landing-hero .button-1 {
	position: relative;
	font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
	font-weight: normal;
	font-size: 13px;
	margin-top: 30px;
}
.brand-landing-hero a.button-2 {
	position: relative;
	font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
	font-weight: normal;
	width: 140px;
	margin-top: 20px;
}
/***** END HERO *****/


/*START cisco header */
#cisco_header{
	width:100%;
	background: transparent url("http://www.cisco.com/web/fw/i/mb-hotspot.jpg");
	background-repeat: repeat-x;
	margin-bottom:20px;
}
#cisco_header #cisco_header_content{
	width: 960px;
	margin: auto;
	position: relative;
	height:70px;
	display:block;
}

#cisco_header #cisco_header_logo{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	background-repeat: no-repeat;
	background-position: -4px -1650px;
	height: 100%;
	width:90px;
	background-image: url("http://www.cisco.com/web/fw/i/mb-sprite.png");
}
#cisco_header #cisco_header_human_network{
	display: block;
	position: absolute;
	top: 0;
	left: 90px;
	font-size: 0;
	background-repeat: no-repeat;
	background-image: url("http://www.cisco.com/web/ANZ/netsol/cloud/img/human_network.png");
	height:100%;
	width:80px;
}
#cisco_header li{
	display:inline;
	float:right;
	margin-top:30px;
	margin-right:10px;
	
}

#cisco_header a, #cisco_header li{
		color:white; 
}

/* END Cisco Header */


/* Contents */
.brand-landing-cta {
	overflow:hidden;
	margin: 0 auto;
	width: 940px;
	color: #646464;
}

.brand-landing-cta h2 {
	font-weight: bold;
    font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
	font-size: 15px;
	margin-bottom: 10px;
}

.light-cta-col1 {
	position:relative;
	float:left;
}

.light-cta-col2 {
	position:relative;
	float:left;
}

.light-cta-col3 {
	position:relative;
	float:left;
}

.brand-landing-cta-4col {
	width: 888px;
	height: 188px;
	padding: 20px 25px 30px;
	margin: 0 auto 10px;
}

.medium-cta-col {
	font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
	color: #000;
	float:left;
	position:relative;
	width: 220px;
	overflow:hidden;
	margin-right: 20px;
	border-bottom: 1px solid #e5e5e5;
	-moz-border-radius: 0 0 6px 6px; /* FF1+ */
	-webkit-border-radius: 0 0 6px 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 0 0 6px 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}

.medium-cta-col4 {
	width:220px;
	height:243px;
	float:left;
	position:relative;
	margin-right: 0;
	background: url('img/banner4.jpg') left center no-repeat;
	border-bottom: 1px solid #e5e5e5;
	-moz-border-radius: 0 0 6px 6px; /* FF1+ */
	-webkit-border-radius: 0 0 6px 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 0 0 6px 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}

.cta-link {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.cta-vid-thumb {
	position:absolute;
	width: 194px;
	height: 70px;
}

.cta-text-content {
	padding: 0 30px 0 205px ;
}

.cta-text-content p {
	/*width: 190px; */
	margin: 0 0 30px;
	font-size:11px;
}

.cta-link li a {
	background: url(img/arrow.png) left center no-repeat;
	line-height:13px;
	padding: 0 0 0 20px;
	font-size:11px;
}

.medium-cta-col .thumbnail {
	position: relative;
	display: block;
	width: 220px;
	height: 99px;
	overflow: hidden;
	-moz-border-radius: 6px 6px 0 0; /* FF1+ */
	-webkit-border-radius: 6px 6px 0 0; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 6px 6px 0 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}

.med-cta-text-content {
	position: relative;
	padding:10px;
	height: 121px;
	font-size: 11px;
	background: #f1f1f1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 65%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(65%,#f1f1f1), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#f1f1f1 65%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#f1f1f1 65%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#f1f1f1 65%,#dddddd 100%); /* IE10+ */
	-pie-background: linear-gradient(top, #f1f1f1 0%,#f1f1f1 65%,#dddddd 100%); /* W3C */
	background: linear-gradient(top, #f1f1f1 0%,#f1f1f1 65%,#dddddd 100%); /* W3C */
	border: 1px solid #dcdcdc;
	border-top: 2px solid #dcdcdc;
	border-bottom: 1px solid #b4b4b4;
	-moz-border-radius: 0 0 6px 6px; /* FF1+ */
	-webkit-border-radius: 0 0 6px 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 0 0 6px 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
.med-cta-text-content p {
	font-size:11px;
	margin-bottom: 30px;
	line-height: 14px;
}
.med-cta-text-content h2 {
	color:#004d86;
}

a.med-cta-link {
	position: absolute;
	bottom: 12px;
	background: url(img/arrow.png) left center no-repeat;
	padding: 0 0 0 10px;
}

.social-icon {
	display: inline-block;
	text-indent: -9999px;
	overflow:hidden;	
	width: 17px;
	height: 16px;	
}

.t1m-lb-content * {
	font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
}
.t1m-lb-content h2 {
    color: #336666;
    font-size: 19px;
    margin: 0 60px 10px 0;
    text-align: left;
    font-weight: bold;
    font-family: 'Dotum','µ¸¿ò','gulim','±¼¸²','Arial','Verdana','SimSun','simHei';
}
.t1m-lb-content .lb-close {
    font-size: small;
    position: absolute;
    right: 17px;
    top: 7px;
    z-index: 10000;
    width:17px;
    height:17px;
}
.t1m-lb-content .lb-close a {
    display:block;
    color: #666666;
    outline: medium none;
    text-decoration: none;
    text-indent:-1000px;
    background:url(http://www.cisco.com/web/thehumannetwork/builtfor/img/button-close.png) no-repeat top left;
    overflow:hidden;
    width:17px;
    height:17px;    
}
.t1m-lb-content .lb-close a:hover {
	text-decoration:underline;
}
.t1m-lb-content .flash-alt {
	padding-top:0px;
	text-align:center;

}

/* footer */
#home-footer {width:940px; line-height:13px; border-top: #EAEAEA 1px solid; padding:10px 0 0 0;}
#footer-nav {width:940px; height:25px; padding:0; overflow:hidden; float:left; position:relative; }
#footer-nav li {float:left; display:block; border-left:1px solid #b4b4b4; padding:0 7px; position:relative; left:-2px; line-height:18px;}
#footer-nav li a{color:#007fc5; font-size:11px;}
#footer-nav li a:hover{color:#007fc5; text-decoration:underline;}



#sub1 {position:absolute; width:940px; height:720px; left:50%; margin-left:-470px; top:0; z-index:2000;}

#sub2 {position:absolute; width:940px; height:720px; left:50%; margin-left:-470px; top:0; z-index:2000;}
#sub2 .top {width:940px; height:39px;}
#sub2 .con {
	width:890px;
	height:681px;
	background:url(img/sub2_bg.jpg) no-repeat top left;
	padding:20px 25px 0 25px;
}
#sub2 .con .s1 {width:430px; float:left;}
#sub2 .con .s1 .stitle {width:420px; background-color:#1b3f98; color:#FFF; font-weight:bold; text-align:left; padding:3px 0 1px 10px; margin-bottom:10px;}
#sub2 .con .s1 .tab {margin-bottom:20px;}
#sub2 .con .s1 .tab .tit {
	border-bottom:1px solid #6f83b5;
	text-align:left;
	padding-bottom:2px;
}
#sub2 .con .s1 .tab .img {padding-top:10px;}
#sub2 .con .s1 .tab .img .stext {font-size:11px; padding-top:4px;}
#sub2 .con .s2 {width:430px; float:right;}
#sub2 .con .s2 .stitle {width:420px; background-color:#1b3f98; color:#FFF; font-weight:bold; text-align:left; padding:3px 0 1px 10px; margin-bottom:10px;}
#sub2 .con .s2 .tab {margin-bottom:20px;}
#sub2 .con .s2 .tab .tit {
	border-bottom:1px solid #6f83b5;
	text-align:left;
	padding-bottom:2px;
}
#sub2 .con .s2 .tab .img {padding-top:10px;}
#sub2 .con .s2 .tab .img .stext {font-size:11px; padding-top:4px;}

#sub3 {position:absolute; width:940px; height:334px; left:50%; margin-left:-470px; top:0; z-index:2000;}
#sub3 .top {width:940px; height:39px;}
#sub3 .con {
	width:890px;
	height:275px;
	background:url(img/sub2_bg.jpg) no-repeat bottom left;
	padding:20px 25px 0 25px;
}
.cnews {background:url(img/round_dot.gif) left no-repeat; padding:5px 10px 0 10px; text-align:left; height:23px;}
.cnews a{color:#606060;}
.cnews a:hover{color:#606060; text-decoration:underline;}






















