
a {
    color: #000;
    text-decoration: none;
}

body {
	background-color:#3c3936;
	color: #000;
	margin:0;
	padding:0;
	font-size:12px;
	font-family: '돋움',dotum,Helvetica,sans-serif
}

img{border:0px;}

table {	border-collapse: collapse;	}
textarea {
	font-size:12px;
	padding:10px;
	border:1px solid #c6c6c6;
}
/*
input[type="checkbox"]:checked {
	background: url("/images/etc/icon_select01.jpg") 0 0px no-repeat;
}
input[type="checkbox"]:not(:checked) {
	background: url("/images/etc/icon_select01.jpg") 0 0px no-repeat;
}
*/

#wrap {
	background-image:url('/images/background/bg_main.jpg');
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position:center top;
}

#top {
	height:120px;
}

#mainPattern {
	background-image: url("/images/background/bg_ptn.png");
    background-repeat: repeat;
    height: 184px;
    margin-top: 416px;
    position: absolute;
    width: 100%;
}

#contents {
	width:858px;
	border:3px solid black;
	background-color: #fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding:48px;
}

#popupBackground {
	display:none;
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

#popup {
	border:3px solid black;
	background-color: #fff;
	padding:48px;
	position: fixed;
}

#mainController {
    bottom: 29px;
    position: absolute;
    right: 382px;
}

#mainBtn01 {
	height:86px;
	background-image: url('/images/background/bg_btn.jpg');
	background-repeat:repeat-x;
	margin-bottom:75px;
}

#mainRelations {
	height:40px;
	background-color:white;
}

#mainRelations > img {
    vertical-align: middle;
	margin-right:10px;
}

#mainRelations > a {
	margin-left:25px;
}

#mainRelations a > img {
    vertical-align: middle;
}

#footer {
	margin-top:76px;
}

#copyright {
	margin-top:20px;
	margin-bottom:20px;
}

#homeContent > img {
	position:absolute;
}

#registerFormTable input[type='text'], input[type='password'] {
	height:36px;
}

#topContent a > img {
	vertical-align:bottom;
}

.ta_l {	text-align:left;	}
.ta_c {	text-align:center;	}
.ta_r {	text-align:right;	}

.pa_10 { padding:10px;	}
.pl_10 { padding-left:10px;	}
.pr_10 { padding-right:10px;	}
.pt_10 { padding-top:10px;	}
.pb_10 { padding-bottom:10px;	}

.ma_10 { margin:10px;	}
.ml_10 { margin-left:10px;	}
.mr_10 { margin-right:10px;	}
.mt_10 { margin-top:10px;	}
.mb_10 { margin-bottom:10px;	}

.b {font-weight:bold;}

.cOrange {	color:#ff7e00;	}
.cWhite {	color:#ff7e00;	}

.txt_ul {	text-decoration:underline;	}

.contents {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.center {
	text-align:center;
}

.lectureImage {
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
}

.logo {
	position:relative;
	top:40px;
	left:52px;
}

.menuTitle {
	float:right;
	position:relative;
	top:60px;
	right:21px;
}

.formTable td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.box {
	border:1px solid #c6c6c6;
	line-height:38px;
	height:38px;
	vertical-align:center;
}

.box select {
	padding-right:10px;
	width:100%;
	border:0px;
}

.box input[type='text'], input[type='password'] {
	margin-left:0px;
	margin-right:0px;
	border:0px;
}

.detailTable th {
	padding-top: 24px;
	line-height: 40px;
}
.detailTable td {
	margin-left:10px;
	padding-left: 10px;
	padding-top: 24px;
	line-height: 40px;
}

.bo_ul {
	border-bottom:1px solid #c6c6c6;
}

.dualLine {
	background-image: url("/images/etc/line_2color.jpg");
    background-repeat: repeat-x;
	background-position:bottom;
}

.resultTable {
	border-bottom:2px solid #282624;
}
.resultTable td {
	margin-left:10px;
	padding-left: 10px;
	line-height: 38px;
}

.lectureList {}

.lectureList thead th {	border-bottom: 2px solid #282624;	}
.lectureList tr {
	line-height: 38px;
	border-bottom: 1px solid #c6c6c6;
}
.lectureList tr:last-child {
	line-height: 38px;
	border-bottom: 0px;
}
.lectureList td {
	padding-top: 0px;
	padding-bottom: 0px;
}

.lectureList .total {
	background-color:#fbe6ea;
}