@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}.Clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#LinksWrapper {
	height: 71px;
	width: 100%;
	background-image: url(../images/BG_Links.gif);
	background-repeat: repeat-x;
}
#LinksHolder {
	height: 71px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#LinksHolder ul li {
	margin-left: 10px;
	font-family: 'Nanum Gothic', nanumgothic, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, sans-serif;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
#LinksHolder ul li a {
	color: #000;
	text-decoration: none;
	background-image: url(../images/Links_Hover.png);
	background-position: 0px 0px;
	display: block;
	line-height: 71px;
	padding-left: 30px;
	padding-right: 30px;
}
#LinksHolder ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/Links_Hover.png);
	background-position: 0px 71px;
}
#LinksHolder .bnhlogo {
	float: left;
	margin-top: 5px;
}
#LinksHolder .hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/Links_Hover.png);
	background-position: 0px 71px;
}
.BlueLine {
	background-color: #217ab9;
	height: 6px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#HomeHeaderWrapper, #OtherHeaderWrapper {
	height: 427px;
	width: 100%;
	/* background-image: url(../images/BG_HomepageHeader.jpg); */
	background-repeat: repeat-x;
}
#OtherHeaderWrapper {
	height: 198px;
	/* background-image: url(../images/BG_OtherpagesHeader.jpg); */
}
#HomeHeaderHolder, #OtherHeaderHolder {
	height: 427px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	/* background-image: url(../images/BG_HomepageStars.jpg); */
	background-repeat: no-repeat;
	position: relative;
}
#OtherHeaderHolder {
	height: 198px;
	/* background-image: url(../images/BG_OtherpagesStars.jpg); */
}
#Logo, #LogoOtherPages {
	/* background-image: url(../images/AboutUs_head.png?fhdksfhdjsk); */
	background-repeat: no-repeat;
	height: 167px;
	width: 840px;
	position: absolute;
	left: 0px;
	top: 40px;
	text-indent: -6000px;
}
#LogoOtherPages {
	top: 26px;
}
#TextUnderLogo {
	position: absolute;
	top: 190px;
	width: 550px;
	left: 0px;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica,Sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
#TextUnderLogo p {
	margin-bottom: 25px;
}
#TextUnderLogo img {
	margin-top: 20px;
}
#iPhone {
	height: 355px;
	width: 238px;
	position: absolute;
	background-image: url(../images/iPhone.png);
	background-repeat: no-repeat;
	right: 0px;
	top: -54px;
	padding-left: 24px;
	padding-right: 25px;
	padding-top: 88px;
	padding-bottom: 119px;
}
#DownloadHomePage, #DownloadOtherPages {
	height: 55px;
	width: 296px;
	position: absolute;
	top: 420px;
	text-indent: -6000px;
	display: block;
}
#DownloadOtherPages {
	top: 192px;
	right: 0px;
}
#DownloadHomePage a, #DownloadOtherPages a {
	background-image: url(../images/BG_Download.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	line-height: 55px;
}
#DownloadHomePage a:hover, #DownloadOtherPages a:hover {
	background-position: 0px -55px;
	display: block;
	line-height: 55px;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#MainPartWrapper {
	width: 100%;
	background-color: #FFF;
	background-image: url(../images/BG_MainTop.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#MainPartHolder {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#MainPartHolder h1 {
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, Sans-serif;
	font-size: 24px;
	color: #000;
	text-shadow: 1px 2px 0 #FFF;
	margin-bottom: 30px;
	padding-left: 10px;
}
.Shadow {
	background-image: url(../images/BG_Shadow.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 940px;
}
.ThreeImagesHolder {
	height: 300px;
	width: 940px;
	margin-top: 28px;
}
.ImageHolderLight, .ImageHolderLightLast {
	float: left;
	height: 271px;
	width: 276px;
	background-image: url(../images/BG_ImageFrame.png);
	background-repeat: no-repeat;
	margin-right: 17px;
	display: inline;
	padding-top: 29px;
	padding-left: 13px;
	padding-right: 13px;
	position: relative;
}
.ImageHolderLightLast {
	margin-right: 0px;
}
.Number {
	height: 30px;
	width: 30px;
	position: absolute;
	left: 11px;
	top: 231px;
}
.PictureName {
	position: absolute;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, Sans-serif;;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	left: 52px;
	top: 237px;
}
.Dots {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C1C1C1;
	height: 1px;
	width: 100%;
	padding-bottom: 28px;
	margin-top: 28px;
}
#ContentWrapper, #PortfolioWrapper {
	background-image: url(../images/BG_Content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
#PortfolioWrapper {
	background-image: url(../images/BG_Portfolio.gif);
	background-color: #212327;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#ContentsHolder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 20px;
}
#ContentHolder {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 20px;
}
#ContentHolder h2 {
	font-family: 'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica,Sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}
#ContentHolder h3 {
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica,Sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0d4eb0;
	margin-bottom: 42px;
	margin-top: 20px;
}
#ContentHolder p {
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica,Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #616161;
	margin-bottom: 24px;
	line-height: 1.3em;
}
#ContentHolder .LeftColumn {
	float: left;
	width: 550px;
}
#partner-logo {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	padding-top: 20px;
}
#partner-logo  img {
	padding: 3px;
	vertical-align: middle;
}
.LeftColumn img {
	float: left;
	background-color: #EEE;
	border: 1px solid #999;
	padding: 4px;
	margin-right: 12px;
	margin-bottom: 6px;
}
#FooterWrapper {
	width: 100%;
	background-color: #131416;
	background-image: url(../images/BG_Footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 195px;
}
#FooterHolder {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#FooterLinks {
	text-align: center;
	padding-top: 36px;
}
#FooterLinks ul {
	margin-bottom: 23px;
}
#FooterLinks li {
	font-family: 'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica,Sans-serif;
	font-size: 15px;
	color: #FFF;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
#FooterLinks li a {
	color: #FFF;
	text-decoration: none;
}
#FooterHolder p {
	text-align: center;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica,Sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #989696;
	line-height: 17px;
}
#RecentClientsHolder {
	margin-top: 70px;
	text-align: center;
}
#RecentClientsHolder h2 {
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica,Sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #81c7f4;
}
#RecentClientsHolder ul {
	margin-top: 18px;
}
#RecentClientsHolder li {
	display: inline;
	height: 55px;
	width: 55px;
	margin-right: 10px;
	margin-left: 10px;
}
#PageTitle {
	position: absolute;
	left: 0px;
	top: 174px;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, Sans-serif;
	font-size: 27px;
	font-weight: normal;
	color: #FFF;
	padding-left: 10px;
}
#AboutUsWindow {
	height: 183px;
	width: 914px;
	background-image: url(../images/BG_AboutUsWindow.png);
	background-repeat: no-repeat;
	padding-top: 29px;
	padding-bottom: 90px;
	padding-left: 13px;
	padding-right: 13px;
	position: relative;
}
.AboutUsTitle {
	position: absolute;
	bottom: 50px;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica,Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	left: 20px;
}
.InfoBox {
	/*background-image: url(../images/BG_InfoBox.png);*/
	background-repeat: no-repeat;
	float: right;
	height: 189px;
	width: 355px;
	margin-top: 100px;
	position: relative;
	text-align: center;
	padding-top: 26px;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
.InfoBox h2 {
	text-shadow: 1px 2px 0 #FFF;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.InfoBox a {
	color: #2876C8;
}
.InfoBox a:hover {
	color: #5EC30D;
	text-decoration: none;
}
.InfoBox br {
	margin-bottom: 6px;
}
.TeamBox, .TeamBoxLastInRow {
	background-image: url(../images/BG_TeamBox.gif);
	background-repeat: no-repeat;
	height: 173px;
	width: 220px;
	margin-right: 20px;
	float: left;
	text-align: center;
	padding-top: 15px;
}
.TeamBoxLastInRow {
	margin-right: 0px;
}
.TeamBox a, .TeamBoxLastInRow a {
	font-size: 16px;
	font-weight: normal;
	color: #0D4EB6;
	text-decoration: none;
}
.TeamBox a:hover, .TeamBoxLastInRow a:hover {
	color: #5EC30D;
	text-decoration: none;
}
#ContactHolder {
	background-image: url(../images/BG_Contact.png);
	background-repeat: no-repeat;
	height: 612px;
	width: 940px;
	position: relative;
}
#GoogleMap {
	height: 439px;
	width: 573px;
	position: absolute;
	left: 18px;
	top: 18px;
	background-image: url(../images/BG_GoogleMap.gif);
	background-repeat: no-repeat;
	padding: 11px;
}
.GoogleMapBorder {
	border: 1px solid #000;
}
.Address {
	height: 43px;
	position: absolute;
	top: 506px;
	left: 28px;
}
.AddressInfo {
	float: left;
	height: 43px;
}
.Monitor {
	float: left;
	height: 43px;
	width: 48px;
}
.AddressInfo h2 {
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Sans-serif,'Arial Rounded MT Bold', Arial, sans-serif;
	font-size: 24px;
	color: #000;
	text-shadow: 1px 2px 0 #FFF;
	padding-left: 10px;
	margin-bottom: 4px;
}
.AddressInfo p {
	margin: 0px;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Sans-serif,Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.AddressInfo a {
	color: #0D4EB6;
	text-decoration: none;
}
.AddressInfo a:hover {
	color: #5EC30D;
}
#FormHolder {
	width: 230px;
	position: absolute;
	right: 40px;
	top: 18px;
}
#FormHolder h2 {
	width: 21px;
	font-family:  'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	display: inline;
}
#FormHolder h3 {
	font-family: 'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0d4eb0;
	margin-top: 20px;
	margin-bottom: 32px;
}
.FormFieldHolder, .FormFieldHolderTxt {
	font-family: 'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
}
.FormFieldHolderTxt {
	margin-bottom: 4px;
}
.FormFieldHolder input, .FormFieldHolder textarea {
	height: 18px;
	width: 216px;
	background-image: url(../images/BG_InputField.gif);
	background-repeat: repeat-x;
	border: 1px solid #c2c2c2;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
}
.FormFieldHolder textarea {
	height: 88px;
	background-image: url(../images/BG_TextField.gif);
	padding-bottom: 3px;
}
.FormFieldHolderBttn {
	width: 230px;
	margin-top: 28px;
	text-align: right;
}
.WorkProcess {
	height: 302px;
	width: 940px;
	background-image: url(../images/BG_WorkProcess.png);
	background-repeat: no-repeat;
	margin-bottom: 24px;
}
.WorkProcessBox, .WorkProcessBoxMiddle  {
	float: left;
	height: 208px;
	width: 246px;
	padding: 33px;
}
.WorkProcessBoxMiddle  {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #c1c1c1;
	border-left-color: #c1c1c1;
	margin-bottom: 20px;
}
.NumberWork {
	height: 30px;
	width: 30px;
	float: left;
}
.WorkProcessTitle {
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	font-family: 'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, sans-serif;
	color: #1961bd;
	font-size: 16px;
	font-weight: normal;
	float: left;
	margin-bottom: 30px;
	text-shadow: 1px 2px 0 #FFF;
}
.WorkProcessBox p, .WorkProcessBoxMiddle p {
	margin-bottom: 12px;
	line-height: 1.3em;
	font-family: 'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #616161;
	font-size: 13px;
}
.LearnMoreBttn {
	height: 25px;
	width: 86px;
	float: right;
}
#ContentHolder ul {
	padding-top: 40px;
}
#ContentHolder ul li {
	border: 1px solid #FFF;
	width: 214px;
	height: 163px;
	float: left;
	margin-right: 25px;
}
#ContentHolder ul li img {
	border: 5px solid #84A0BC;
}
#ContentHolder h4 {
	font-family: 'Nanum Gothic', sans-serif, '나눔고딕', '돋움', Dotum, arial, 'Apple SD Gothic Neo',Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	text-shadow: -1px -2px 0 #000;
	padding-top: 40px;
}
