@charset "utf-8";

html {
	height: 100%;
	margin: 0;
}

/* 기본 글꼴 맑은 고딕, 12px */
body {
	color: #333;
	display: block;
	font-family: 'Malgun Gothic', 'dotum', '돋움';
	font-size: 12px;
	margin: 0;
	height: 100%;
	text-align: left;
}

/* 페이지 너비를 최소 996px 로 고정 */
div#wrapper {
	display: block;
	min-width: 996px;
	width: 996px;
	margin: 0;
}

/* orbis optimus 로고 */
h1 {
	background-image: url('http://image.wizet.com/orb/orb_img/main/logo.gif');
	background-repeat: no-repeat;
	position: absolute;
	left: 9px;
	top: 41px;
	width: 160px;
	height: 35px;
	margin: 0;
	font-weight: 700;
	display: block;
}

h1 a {
	width: 100%;
	height: 100%;
	text-indent: -1000px;
	display: block;
}

/* 로그인 및 검색 */
div#topsearch {
	display: block;
	border-color: #888;
	color: #888;
	scrollbar-base-color: #888;
	font-family: '돋움';
	font-size: 11px;
	position: absolute;
	top: 7px;
	left: 0px;
	width: 975px;
	text-align: right;
}

div#topsearch p.orbisbtn {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 0px 0px 7px;
	text-align: right;
}

div#topsearch p.orbisbtn a {
	cursor: pointer;
}

div#topsearch form#unified-search-box {
	margin: 0;
	display: inline;
}

div#topsearch input.search {
	border: 1px solid #ddd;
	padding: 2px 3px 0px 3px;
	color: #999;
	font-family: 'Arial';
	font-size: 11px;
	width: 120px;
}

/* 상단 네비게이터 */
div#nav {
	background-image: url('http://image.wizet.com/orb/orb_img/main/gnb_bg.jpg');
	background-position: 171px 36px;
	background-repeat: no-repeat;
	display: block;
	width: 996px;
	height: 87px;
	margin: auto auto 14px;
}

div#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 228px;
	padding: 49px 0px 0px;
	display: block;
}

div#nav ul li {
	display: block;
	float: left;
	height: 22px;
}

div#nav ul li a {
	display: block;
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -1000px;
	margin-right: 50px;
}

div#nav ul li#m1 a {
	background-image: url('http://image.wizet.com/orb/orb_img/common/menu1.gif');
	width: 79px;
}

div#nav ul li#m2 a {
	background-image: url('http://image.wizet.com/orb/orb_img/common/menu2.gif');
	width: 79px;
}

div#nav ul li#m3 a {
	background-image: url('http://image.wizet.com/orb/orb_img/common/menu3.gif');
	width: 52px;
}

div#nav ul li#m4 a {
	background-image: url('http://image.wizet.com/orb/orb_img/common/menu4.gif');
	width: 92px;
}

div#nav ul li#m5 a {
	background-image: url('http://image.wizet.com/orb/orb_img/common/menu5.gif');
	width: 52px;
}

div#nav ul li#m6 a {
	background-image: url('http://image.wizet.com/orb/orb_img/common/menu6.gif');
	width: 53px;
}

div#nav ul li#m7 a {
	background-image: url('http://image.wizet.com/orb/orb_img/common/menu7.gif');
	width: 58px;
}

div#nav ul li#m8 a {
	background-image: url('http://image.wizet.com/orb/orb_img/common/menu8.gif');
	width: 27px;
}

div#nav ul li.selected a {
	background-position: 0px -20px;
}

div#nav ul a:hover {
	background-position: 0px -20px;
}

/* 하단에 저작권 표시 */
div#copyright {
	clear: both;
	display: block;
	border-top: #e6e6e4 1px solid;
	font-family: '돋움';
	font-size: 11px;
	letter-spacing: -1px;
	line-height: 18px;
	margin: 0px 0px 20px 185px;
	padding: 10px 0px 0px;
	text-align: center;
	width: 652px;
	color: #666;
}

div#copyright a {
	color: #666;
}

/* 좌측 div */
div#leftarea {
	display: block;
	position: absolute;
	left: 23px;
	top: 101px;
	width: 160px;
}

div#leftarea div#login {
	border-bottom: 1px solid #e7e7e7;
	display: block;
	margin: 0px 0px 5px;
}

div#leftarea div#login input.id {
	background-image: url('http://image.wizet.com/orb/orb_img/main/input_id.gif')
		;
	background-repeat: no-repeat;
}

div#leftarea div#login input#txtuserid {
	border: 1px solid #cfd0ca;
	font-family: 'Arial';
	color: #666;
	overflow: hidden;
	padding: 1px 3px;
	width: 80px;
}

div#leftarea div#login input.pw {
	background-image: url('http://image.wizet.com/orb/orb_img/main/input_pw.gif')
		;
	background-repeat: no-repeat;
}

div#leftarea div#login input#txtpass {
	border: 1px solid #cfd0ca;
	font-family: 'Arial';
	color: #666;
	overflow: hidden;
	padding: 1px 3px;
	width: 80px;
}

div#leftarea div#logon {
	display: block;
	margin: 0 0 5px;
}

div#leftarea div#logon td {
	font-family: 'Malgun Gothic', '돋움', 'dotum';
	font-size: 12px;
	color: #666;
}

div#leftarea div#logon div.bbox01 {
	border: 1px solid #cfd0ca;
	padding: 3px 4px;
	width: 89px;
}

div#leftarea div#logon div.bbox02 {
	border: 1px solid #cfd0ca;
	margin: 3px 0;
	padding: 3px 4px;
	color: #666;
}

div#leftarea div#logon div.bbox02 span.memo {
	background-image: url('http://image.wizet.com/orb/orb_img/main/bl01.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
	float: right;
	padding: 0 0 0 7px;
}

div#leftarea div#logon div.bbox02 span.memo a {
	color: #0163de;
}

div#leftarea div#logon div.bbox02 span.point {
	color: #815490;
}

div#leftarea div#logon div.directgo {
	clear: both;
	color: #815490;
	margin: 4px 0 6px;
	font-weight: 700;
	padding: 3px 0 0;
}

div#leftarea div#logon div.directgo span {
	float: right;
}

div#leftarea div#logon select#ddlmylink {
	width: 160px;
	overflow: hidden;
	margin: 0;
	color: #666;
}

div#leftarea div#logon p.modifyinfo {
	background-image: url('http://image.wizet.com/orb/orb_img/main/bl01.gif');
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin: 6px 0 5px;
	padding: 0 0 0 7px;
}

div#leftarea div#logon p.modifyinfo a {
	color: #0163de;
}

div#leftarea div.joinsearch {
	display: block;
	margin: 10px 0px;
	width: 160px;
}

div#leftarea div.joinsearch span.bar {
	background-image:
		url('http://image.wizet.com/orb/orb_img/main/login_bar.gif');
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px 6px 0px 0px;
	padding: 0px 11px 0px 2px;
}

div#leftarea div.joinsearch span.bar2 {
	background-image:
		url('http://image.wizet.com/orb/orb_img/main/login_bar.gif');
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0px 6px 0px 0px;
	padding: 0px 0px 0px 2px;
}

div#leftarea p {
	margin: 0px 0px 5px;
}

/* 내용 div */
div#contents {
	display: block;
	min-width: 653px;
	min-height: 630px;
	margin: 6px 0px 15px 194px;
	width: 779px;
}

div#contents div#ipsiinfo {
	display: block;
	float: left;
	margin: auto 9px auto auto;
	width: 385px;
}

div#contents div#ipsiinfo p.bn_383_50 {
	border: 1px solid #ddd;
	display: block;
	margin: 0px 0px 10px;
	width: 383px;
	height: 50px;
}

div#contents div#ipsiinfo div.mlist02 h3 {
	margin: 0px;
}

div#contents div#ipsiinfo div.mlist02 h3 span.more {
	display: block;
	margin: -24px 0px 0px;
	position: absolute;
	text-align: right;
	width: 385px;
}

div#contents div#ipsiinfo div.mlist02 ul {
	border-style: none solid solid;
	border-width: 1px;
	border-color: #e7e7e7;
	margin: 0;
	padding: 2px 0 3px;
	list-style-type: none;
}

div#contents div#ipsiinfo div.mlist02 ul li {
	display: block;
	line-height: 20px;
	padding: 0 0 0 9px;
}

div#contents #ipsiinfo .Bn_383_50 {
	border: 1px solid #DDDDDD;
	font-size: 0;
	height: 50px;
	margin: 0 0 10px;
	width: 383px;
}

/* 메인 페이지  추가분 begin*/
div#contents #mainbn {
	float: left;
	height: 310px;
	width: 385px;
}

div#contents #ipsiinfo .MbnL_383_98 {
	border: 1px solid #DDDDDD;
	font-size: 0;
	margin: 5px 0;
}

div#contents #mainbn .MBn_383_164 {
	border: 1px solid #DDDDDD;
	font-size: 0;
	margin: 0 0 5px;
}

div#contents #notice {
	float: left;
	margin-right: 9px;
	width: 385px;
}

.mlist02 h3 .more {
	display: block;
	margin: -24px 0 0;
	position: absolute;
	text-align: right;
	width: 385px;
}

div#contents #sponsor {
	float: left;
	width: 385px;
}

div#contents #mainbtmbn {
	clear: both;
	height: 100px;
	padding: 5px 0;
}

#mainbtmbn .MbnL_383_98 {
	border: 1px solid #DDDDDD;
	float: left;
	font-size: 0;
	margin: 0 9px 0 0;
}

#mainbtmbn .MbnR_383_98 {
	border: 1px solid #DDDDDD;
	float: left;
	font-size: 0;
	margin: 0;
}

div#contents #study {
	float: left;
	margin-right: 9px;
	width: 385px;
}

#study select {
	margin: -18px 0 0 44px;
	position: absolute;
}

div#contents #scrap {
	float: left;
	width: 385px;
}

#scrap select {
	margin: -18px 0 0 52px;
	position: absolute;
}

/* 메인페이지 end */ /*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */ /* 기타 기본값들 */
a:link,a:visited,a:active {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: underline;
}

a.menu:link,a.menu:visited,a.menu:active {
	text-decoration: none;
	color: #454545;
}

a.menu:hover {
	text-decoration: none;
}

.member {
	font-weight: bold;
	color: #888888;
}

.guest {
	font-weight: normal;
	color: #888888;
}

.lh {
	line-height: 150%;
}

.jt {
	text-align: justify;
}

.li {
	font-weight: bold;
	font-size: 18px;
	vertical-align: -4px;
	color: #66AEAD;
}

.ul {
	list-style-type: square;
	color: #66AEAD;
}

.ct {
	font-family: Verdana, 굴림;
	color: #222222;
}

.ed {
	border: 1px solid #CCCCCC;
}

.tx {
	border: 1px solid #CCCCCC;
}

.small {
	font-size: 8pt;
	font-family: 돋움;
}

.cloudy,a.cloudy {
	color: #888888;
}  /* 흐림 */
.tbl {
	border: solid 1px #AAA;
	border-collapse: collapse;
}

.tbl td {
	border: solid 1px #AAA;
}

.tbl_pad td {
	padding: 2px 10px;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;
}

.green {
	color: #0F0;
}

.pale {
	color: #AAA;
}

.interval {
	line-height: 1.6;
}

textarea.tx {
	border: 1px solid #9A9A9A;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px;
}

form {
	display: inline;
	border: 0;
}

img {
	border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: left;
}

/* 회색 상자 */
#maintitle {
	font-family: '맑은 고딕', '돋움', 'dotum', line-height :   160%;
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#maintitle h2 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.graybox {
	font-family: '맑은 고딕', '돋움', 'dotum', line-height :   160%;
	border: 1px solid #d4d4d4;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.graybox h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Mac 스타일 table */
table.mactable {
	font-family: '돋움', 'Verdana';
	color: #333;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #7f7f7f;
}

table.mactable tr.header {
	background: url(http://image.wizet.com/orb/orb_img/common/sprite.png) #d8d8da
		repeat-x 0px 0px;
}

table.mactable tr.header th {
	padding: 0 10px;
	font-size: 93%;
	line-height: 1.9;
}

table.mactable tr.header th.ordered {
	background: url(http://image.wizet.com/orb/orb_img/common/sprite.png)
		repeat-x 0px -100px;
}

table.mactable tr.even {
	background: #edf5ff;
}

table.mactable tr.even td.ordered {
	background: #dbeaff;
}

table.mactable tr.odd {
	background: #fff;
}

table.mactable tr.odd td.ordered {
	background: #edf5ff;
}

table.mactable th {
	BORDER-RIGHT: #cbcbcb 1px solid;
}

table.mactable td {
	padding: 5px 10px;
	BORDER-RIGHT: #cbcbcb 1px solid;
}

/* Mac 스타일 페이지네이션 */
div.macpagination {
	margin-top: 10px;
	text-align: center;
}

div.macpagination a.selected {
	color: #4d619b;
	font-weight: bold;
	text-decoration: underline;
}

div.macpagination a {
	color: #777777;
}
