@charset "utf-8";
/* CSS Document */
/* CSS reset */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	overflow-x:hidden;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS reset */

body {
	width:100%;
	height:100%;
	
}

/* -- course -- */
/*텝메뉴*/
ul.tabs-nav {
	float:left;
	position:fixed;
	top:0;
	right:0;
	width:200px;
}
ul.tabs-nav li {
	height:55px;
	border:3px solid #f8f8f8;
	cursor:pointer
}
ul.tabs-nav li.nth2 {
	border-top:none;
	border-bottom:none;
}
ul.tabs-nav li:hover {
	background-color:#f8f8f8;
}
ul.tabs-nav li a:hover {
	color:#333;
}
ul.tabs-nav li a {
	display:block;
	padding-top:20px;
	width:200px;
	height:30px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	color:#888888;
}
ul.tabs-nav li.active {
	background-color:#f8f8f8;
}
ul.tabs-nav li.active a {
	font-weight:bold;
	color:#333;
}
div.sub2 > div.tab_content {
	width:1060px;
}
div.tab_content {
	display:none;
	position:relative;
	top:0;
	left:0;
	width:1042px;
}
div.tabs-content div:first-child {
  display:block;
}
div.tab_content p {
	margin:30px 0;
	font-size:16px;
	line-height:34px;
}
h2.join_tit {
	margin-top:70px;
	margin-left:15px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	color:#333333;
}

table.tbl_02 { 
	width:100%;
	height:353px;
	border-top:3px solid #182b4c;
}
table.tbl_02 thead th {
	padding:10px;
	border:1px solid #ccc;
	background-color:#eee;
	font-size:14px;
	font-weight:bold;
	color:#444;
	vertical-align: middle;
}
table.tbl_02 tbody td {
	padding:20px;
	border:1px solid #ccc;
	font-size:14px;
	color:#666;
	text-align: center;
	vertical-align: middle;
}
table.tbl_02 tbody td:first-child {
	background-color:#eee;
}
table.tbl_02 tbody tr.tr_last {
	background-color:#eee;
}

