@charset "UTF-8";

body {
	background-color: #f1f2f4;
	}

.wrapper {}

.nav {}

/* ############################################################
** Edge
** ############################################################ */
* > .edge-top-left,
* > .edge-top-right,
* > .edge-bottom-right,
* > .edge-bottom-left {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(/shared/images/unitserver/assets/assets.png) no-repeat left top transparent;
	z-index: -1;
	}

* > .edge-top-mid,
* > .edge-bottom-mid {
	position: absolute;
	left: 10px;
	right: 10px;
	height: 10px;
	background: url(/shared/images/unitserver/assets/assets-repeat-x.png) repeat-x left top transparent;
	z-index: -1;
	}

* > .edge-mid-right,
* > .edge-mid-left {
	position: absolute;
	top: 10px;
	bottom: 10px;
	width: 10px;
	background: url(/shared/images/unitserver/assets/assets-repeat-y.png) repeat-y left top transparent;
	z-index: -1;
	}

* > .edge-top-left     {
	left: 0;
	top: 0;
	}
* > .edge-top-mid      { top: 0; }
* > .edge-top-right    { right: 0; top: 0; background-position: -30px top; }
* > .edge-mid-right    { right: 0; background-position: -30px top; }
* > .edge-bottom-right { right: 0; bottom: 0; background-position: -30px -30px; }
* > .edge-bottom-mid   { bottom: 0; background-position: left -30px; }
* > .edge-bottom-left  { left: 0; bottom: 0; background-position: left -30px; }
* > .edge-mid-left     { left: 0; }

.edge-left  {}
.edge-right {}
.edge-mid   {}

.edge-pointer {}

/* ############################################################
** Header
** ############################################################ */
#contentHeader {
	text-align: left;
	}

#contentHeader .wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 15px;
	}
#contentHeader > .wrapper {}

#logo {
	width: 282px;
	}

#contentNav {
	position: absolute;
	bottom: 0;
	right: 0;
	}
	#contentNav ul {
		padding: 0;
		margin: 0;
		}
	#contentNav > ul {}
		#contentNav ul li {
			display: inline;
			}
		#contentNav > ul > li {}
			#contentNav ul li a {
				display: block;
				float: left;
				height: 40px;
				margin-left: 10px;
				background: url(/shared/images/unitserver/assets/globalnav.png) no-repeat left top transparent;
				text-indent: -9999px;
				overflow: hidden;
				}
			#contentNav > ul > li > a {}

#contentNav #gn-inquiry a {
	width: 130px;
	background-position: -10px top;
	}
#contentNav #gn-inquiry a:hover { background-position: -10px -40px;}
#contentNav #gn-inquiry.active { background-position: -10px -80px;}

#contentNav #gn-user a {
	width: 220px;
	background-position: -150px top;
	}
#contentNav #gn-user a:hover { background-position: -150px -40px;}
#contentNav #gn-user.active { background-position: -150px -80px;}


/* ############################################################
** Contents
** ############################################################ */
#contents { text-align: left; }

#contents .wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	}
#contents > .wrapper {}

#primaryHeader {
	position: relative;
	width: 980px;
	margin-bottom: 16px;
	}

#contents .article {
	position: relative;
	margin-bottom: 16px;
	z-index: 1;
	}
#contents > .article {
	}
#primaryHeader + .article {
	}



/* ############################################################
** bottomInquiryArea
** ############################################################ */
#bottomInquiryArea {
	margin-top: 30px;
	margin-bottom: 30px;
	}

#bottomInquiryArea .wrapper {
	position: relative;
	width: 980px;
	height: 80px;
	margin: 0 auto;
	background: url(/shared/images/unitserver/assets/bottomInquiryArea-bg.png) no-repeat left top transparent;
	}

#bottomInquiryArea .wrapper .left,
#bottomInquiryArea .wrapper .right {
	position: absolute;
	top: 0;
	height: 80px;
	text-align: left;
	}

#bottomInquiryArea .wrapper .left { left: 160px; width: 450px; }

#bottomInquiryArea .wrapper .left a {
	position: relative;
	top: 5px;
	display: block;
	width: 150px;
	height: 50px;
	overflow: hidden;
	}

#bottomInquiryArea .wrapper .left a:hover {
	background: url(/shared/images/unitserver/assets/bottom-button-inq.png) no-repeat left -50px transparent;
	}

#bottomInquiryArea .wrapper .left a:hover img {
	visibility: hidden;
	}

#bottomInquiryArea .wrapper .left p {
	position: absolute;
	top: 20px;
	left: 170px;
	width: 270px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}



#bottomInquiryArea .wrapper .right { left: 620px; width: 360px; }

#bottomInquiryArea .wrapper .right .article {
	margin-top: 20px;
	padding: 0 10px 0 20px;
	border-left: 1px solid #ccc;
	}

#bottomInquiryArea .wrapper .right p {
	}

#bottomInquiryArea .wrapper .right p span {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	}

#inq-tel-num {
	margin-bottom: 2px;
	padding-left: 60px;
	background: url(/shared/images/unitserver/assets/inq-icon-tel.png) no-repeat left top transparent;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	}

/* ############################################################
** Footer
** ############################################################ */
#contentFooter { text-align: left; }

#contentFooter .wrapper {
	position: relative;
	width: 980px;
	height: 60px;
	margin: 0 auto;
	padding-top: 8px;
	border-top: 1px solid #ddd;
	}
#contentFooter > .wrapper {}

#contentFooter .wrapper .nav {
	width: 580px;
	}
#contentFooter > .wrapper > .nav {}

#contentFooter .wrapper .nav ul {
	text-align: left;
	}
#contentFooter > .wrapper > .nav > ul {}

#contentFooter .wrapper .nav ul li {
	display: inline;
	}
#contentFooter > .wrapper > .nav > ul > li {}

#contentFooter .wrapper .nav ul li a {
	margin-right: 20px;
	color: #555;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-indent: 10px;
	}
#contentFooter > .wrapper > .nav > ul > li > a {}



#atlinkLogoArea {
	position: absolute;
	right: 0;
	top: 10px;
	width: 380px;
	text-align: right;
	}

#atlinkLogoArea a {
	display: block;
	width: 68px;
	height: 20px;
	margin-left: auto;
	}

#atlinkLogoArea p {
	margin-top: 8px;
	color: #999;
	font-size: 11px;
	}

/* ############################################################
** Tracker
** ############################################################ */
#tracker {
	overflow: hidden;
	height: 1px;
	width: 100%;
	}
