/* @import url("http://fonts.googleapis.com/earlyaccess/malgunGothic.css"); */
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

/* reset & default */
body {
	margin: 0;
	padding: 0;
	font-size: .75em;
	color: #666;
	color: #000000;
	font-family: dotum, malgunGothic, arial;
}

body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, pre, form,
	fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

img, fieldset {
	border: none;
	padding: 0;
	margin: 0
}

img {
	vertical-align: top;
	border: none;
}

hr, button img {
	display: none
}

li {
	list-style: none
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	COLOR: #000;
	text-decoration: underline;
}

textarea {
	overflow: auto
}

legend {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
} /* For Screen Reader */
input, select {
	vertical-align: middle;
}

form* {
	margin: none;
	vertical-align: middle
}

em {
	font-style: normal;
}

caption {
	display: none;
}

input.radio {
	width: 13px;
	height: 13px;
	vertical-align: top;
}

input.checkbox {
	width: 13px;
	height: 13px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

div, p {
	display: block;
}

h1, h2, h3, h4, h5 {
	display: block;
}

iframe {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

.png24 {
	tmp: expression(setPNG24(this));
}

/* main */
body#main {
	background: url("../images/mainBg.jpg") repeat-x;
}

body#sub {
	background: url("../images/subBg.jpg") repeat-y;
}

.mainWrap {
	width: 960px;
	margin: 0 auto;
	height: 600px;
}

.mainImg {
	float: left;
	width: 575px;
	height: 500px;
	background: url("../images/mainImg.png") no-repeat;
	padding: 65px 0 0 25px;
}

.mainImg h2 {
	color: #0a82b7;
	font-size: 42px;
	line-height: 40px;
	font-family: arial;
}

.mainImg h2 span {
	color: #0a82b7;
	font-size: 17px;
	line-height: 21px;
	font-weight: 100;
	padding-top: 15px;
	display: block;
}

.contents {
	float: left;
	width: 360px;
}

.mainLogo {
	width: 960px;
	margin: 0 auto;
	height: 130px;
}

.mainLogo h1 {
	background: url("/images/mainLogo.png") 0px 65px no-repeat;
	width: 400px;
	height: 50px;
	padding-top: 100px;
}

.mainLogo h1 span {
	display: none;
}

.login {
	float: left;
	width: 280px;
	height: 165px;
	background: #e6e6e6;
	padding: 25px 40px 0px 40px;
}

.login p {
	font-size: 17px;
	font-family: arial;
	color: #333;
	height: 28px;
	font-weight: bold;
}

.login input {
	float: left;
	width: 203px;
	height: 36px;
	border: 1px #b0b0b0 solid;
	color: #333;
	font-size: 15px;
}

.login input.id {
	border-bottom: none;
	background-color: #fff;
}

.login input.pw {
	background-color: #fff;
}

.login img {
	float: right;
	margin-top: -37px;
}

.login p.saveId {
	float: left;
	width: 100%;
	padding-top: 10px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

.login p input {
	height: 17px;
	width: 17px;
	border: 1px #7b7b7b solid;
	margin-right: 7px;
}

.notice {
	float: left;
	padding: 30px 20px 30px 20px;
	width: 320px;
}

.notice p {
	font-family: nanumGothic;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	height: 30px;
}

.notice ul {
	
}

.notice ul li {
	color: #333;
	font-size: 13px;
	font-family: nanumGothic;
	height: 22px;
	width: 150px;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;
}

.notice ul li a:link {
	color: #333;
	text-decoration: none;
}

.notice ul li a:visited {
	color: #333;
	text-decoration: none;
}

.notice ul li a:hover {
	color: #3966c0;
	text-decoration: underline;
}

.icoArea {
	float: left;
	width: 360px;
}

.icoArea li {
	float: left;
	width: 180px;
}

.mainFooter {
	float: left;
	clear: both;
	padding-top: 30px;
	width: 100%;
	border-top: 1px #c8c8c8 solid;
}

.mainFooter p {
	display: block;
	width: 935px;
	margin: 0 auto;
	height: 60px;
	padding: 0 0 40px 25px;
	color: #888;
	font-size: 12px;
	font-family: nanumGothic;
	line-height: 20px;
}

/* subMain */
.subTop h1 {
	float: left;
	width: 220px;
	height: 52px;
	background: url("../images/slogo.jpg") 15px 11px no-repeat;
}

.subTop h1 span {
	display: hidden;
	font-size: 0;
}

.subTop {
	height: 67px;
	background: url("../images/menuBg.jpg");
	min-width: 1250px;
}

.topLogout {
	float: right;
	padding: 15px 20px 0 0;
	color: #adb8de;
	font-size: 11px;
	line-height: 26px;
	font-family: dotum;
}

.topLogout img {
	padding-left: 10px;
}

.lnbArea {
	float: left;
	width: 210px;
}

.contentsArea {
	position: relative;
	width: auto;
	margin-left: 211px;
	min-width: 1020px;
}

.topImg {
	background: url("../images/mainKV.jpg") no-repeat;
	height: 188px;
	background-color: #f0f0f0;
	border: 1px #e1e1e1 solid;
}

.gnb {
	float: left;
	height: 67px;
	position: absolute;
	margin-left: 210px;
}

.gnb li {
	float: left;
	padding: 25px 25px 0 25px;
	height: 41px;
	text-align: center;
	border-right: 1px #2d3f71 solid;
	border-left: 1px #546cab solid;
	font-family: malgunGothic;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	letter-spacing: -1px;
}

.gnb li a:link {
	color: #fff;
	text-decoration: none;
}

.gnb li a:visited {
	color: #fff;
	text-decoration: none;
}

.gnb li a:hover {
	color: #fff;
	text-decoration: none;
}

.gnb li.on {
	color: #fff;
	background: #142347;
}

.gnb li.on a:link {
	color: #fff;
	text-decoration: none;
}

.gnb li.on a:visited {
	color: #fff;
	text-decoration: none;
}

.gnb li.on a:hover {
	color: #fff;
	text-decoration: none;
}

.contList {
	
	padding: 20px 20px 0 20px;
}

.contLeft {
	float: left;
	width: 49.5%;
}

.contRight {
	float: right;
	width: 49.5%;
}

/* 2depth ���� */
.lnb {
	width: 210px;
}

.lnb li {
	float: left;
	width: 190px;
	font-size: 14px;
	color: #333;
	font-family: malgunGothic;
	font-weight: bold;
	line-height: 36px;
	padding-left: 20px;
	background: url("../images/lnbBg.jpg") no-repeat;
}

.lnb li a:link {
	color: #333;
	text-decoration: none;
}

.lnb li a:visited {
	color: #333;
	text-decoration: none;
}

.lnb li a:hover {
	color: #333;
	text-decoration: none;
}

.lnb li ul {
	color: #333;
	border-bottom: 1px #fff solid;
	border-top: 1px #c3c3c4 solid;
	margin-left: -50px;
	padding-left: 50px;
}

.lnb li ul li {
	padding-left: 17px;
	width: 173px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	background-image: url("../images/icoList.jpg");
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.lnb li ul li a {
	color: #333;
	text-decoration: none;
}

.lnb li ul li a:link {
	color: #333;
	text-decoration: none;
}

.lnb li ul li a:visited {
	color: #333;
	text-decoration: none;
}

.lnb li ul li a:hover {
	color: #333;
	text-decoration: none;
}

.lnb li ul li ul {
	color: #333;
}

.lnb li ul li ul li {
	margin-left: -50px;
	padding-left: 55px;
	border-top: 1px #fff solid;
	border-bottom: 1px #c3c3c4 solid;
	width: 168px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: #333;
	background-image: url("../images/icoList3.jpg");
	background-repeat: no-repeat;
	background-position: 40px 7px;
}

.lnb li ul li ul li a {
	color: #333;
	text-decoration: none;
}

.lnb li ul li ul li a:link {
	color: #333;
	text-decoration: none;
}

.lnb li ul li ul li a:visited {
	color: #333;
	text-decoration: none;
}

.lnb li ul li ul li a:hover {
	color: #333;
	text-decoration: none;
}

.lnb li ul li ul li.on {
	background-color: #fff;
	color: #2954c1;
	font-weight: bold;
}

.lnb li ul li ul li.on a {
	color: #2954c1;
	text-decoration: none;
}

.icoHidden {
	position: absolute;
	margin: 20px 0 0 210px;
}

/* sub */
.subImg {
	width: 100%;
	height: 235px;
	background-color: #e4e8f3;
	background-image: url("../images/subImg.jpg");
	background-repeat: no-repeat;
	text-align: right;
}

.subImg h2 {
	padding: 70px 70px 0 0;
	color: #3157ba;
	font-size: 32px;
	line-height: 38px;
	font-family: arial;
}

.subImg h2 strong {
	font-size: 44px;
}

.subImg h2 span {
	font-size: 15px;
	font-weight: 100;
}

.subTitle {
	float: left;
	width: 100%;
	padding: 15px 0 10px 20px;
	background: url("../images/icoDot.png") 5px 20px no-repeat;
	font-size: 14px;
	font-family: malgunGothic;
	font-weight: bold;
}

.subTitle em {
	color: #0a82b7;
}

.subTitle2 {
	padding: 0 0 10px 20px;
	background: url("../images/icoDot.png") 7px 6px no-repeat;
	font-size: 16px;
	font-family: malgunGothic;
	font-weight: bold;
}

.breadcrumb {
	float: right;
	text-align: right;
	padding: 0 20px 0 0;
	font-size: 11px;
	color: #666;
}

.breadcrumb em {
	color: #333;
	font-weight: bold;
}

.btnSetArea {
	float: left;
	width: 100%;
}

.btnLeft {
	float: left;
	width: 50%;
	padding: 0 0 5px 0;
}

.btnLeft img {
	padding: 0 5px 0 0;
}

.btnRight {
	float: left;
	text-align: right;
	width: 50%;
	padding: 0 0 5px 0;
}

.btnRight img {
	padding: 0 5px 0 0;
}

.btnTotalRight {
	float: left;
	text-align: right;
	width: 100%;
	padding: 0 0 5px 0;
}

.btnTotalRight img {
	padding: 0 5px 0 0;
}

.tableList {
	width: 100%;
	border-top: 1px #c4c4c4 solid;
	border-left: 1px #c4c4c4 solid;
	font-size: 12px;
	font-family: dotum;
}

.tableList th {
	height: 25px;
	text-align: center;
	color: #333;
	background-color: #f0f0f0;
	line-height: 25px;
	border-bottom: 1px #c4c4c4 solid;
	border-right: 1px #c4c4c4 solid;
	font-size: 12px;
	background: url("../images/thBg.jpg");
}

.tableList td {
	text-align: center;
	padding: 5px;
	line-height: 18px;
	color: #000;
	border-bottom: 1px #c4c4c4 solid;
	border-right: 1px #c4c4c4 solid;
	font-size: 12px;
}

.tableList td.left {
	text-align: left;
}

.tableList td.right {
	text-align: right;
}

.tableList td.date {
	font-size: 11px;
	color: #777;
}

.tableList td.price {
	font-weight: bold;
	color: #333;
	text-align: right;
}

.tableList td.point {
	text-align: left;
	background-color: #ffe1ad;
}

.tableList td.pointRight {
	text-align: right;
	background-color: #ffe1ad;
}

.tableList td.pointCenter {
	text-align: center;
	background-color: #ffe1ad;
}

.tableList td a {
	color: #333;
}

.searchTable {
	width: 100%;
	border-top: 1px #c5c5ca solid;
	border-left: 1px #c5c5ca solid;
	font-size: 12px;
	font-family: dotum;
	margin-bottom: 20px;
}

.searchTable th {
	background: #e2e3e7;
	font-weight: bold;
	color: #333;
	border-bottom: 1px #c5c5ca solid;
	border-right: 1px #c5c5ca solid;
}

.searchTable td {
	background: #f3f3f4;
	padding: 5px;
	border-bottom: 1px #c5c5ca solid;
	border-right: 1px #c5c5ca solid;
}

.searchTable td input {
	height: 26px;
	border: 1px #878787 solid;
}