@charset "utf-8";

/* 내용관리 */
#ctt {margin:20px 0 30px;padding:20px;border:1px solid #e9e9e9;}
.ctt_admin {text-align:right}
/*#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}*/
#ctt header h1 {font-size:3em;}

#ctt_con {padding:10px 0;line-height:2em; font-size: 1.333em}
#ctt_con h2, h3, h4 {font-size: 1.5em}
.ctt_img {text-align:center}

.hide {display: none}


/* onmouse_img */
.tablayer {width:900px;height:560px; padding:0px 0 0;text-align:center;}
						.tablayer img {width:100%;}
						.tablayer .tabimages {box-sizing:border-box;padding: 0; margin:0;}
						.tablayer .tabmenu {width:100%; text-align:left; padding:10px 0 0 0;}
						.tablayer .tabmenu ul {padding:0; margin:0;}
						.tablayer .tabmenu li {float:left; list-style:none; width:120px;height:110px; padding:0; margin:0 3px 12px; text-align:center; font-size:13px; color:#333333; font-family:"notokr-Medium"; font-weight:bold; cursor:pointer; border:1px solid #ffffff;}
						.tablayer .tabmenu .bordercolor {border:1px solid #0f6ed9; color:#0f6ed9;}
						.tablayer .tabmenu .nonpadding {margin-right:0;}


/* tab css 영역 */	
ul.tabs {
    margin-top: -35px;
    padding: 0;
    float: left;
    list-style: none;
    height: 46px;
    border-bottom: 0px solid #e1e0e0;
    border-left: 1px solid #e1e0e0;
    width: 100%;
    font-family:"NotoKrR',sans-serif;";
    font-size:13px;
	 letter-spacing:-1px;
}
ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:109px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e1e0e0;
    border-left: none;
    font-weight: bold;
    background: #f2f2f2;
	 color:#474646;
    overflow: hidden;
    position: relative;
}
ul.tabs li.active {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	 color:#0950a8;
	border-top: 3px solid #0950a8;
}
.tab_container {
    border-top: 1px solid #e1e0e0;
    clear: both;
    float: left;
    width: 1100px;
    background: #FFFFFF;
}
.tab_content {
    padding: 20px 0 100px 0;
    font-size: 12px;
    display: none;
	height: auto;
}
.tab_container .tab_content ul {
    width:1100px;
    margin-top:20px;
    padding:0px;
}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}
#ctt_con #tab_box {
    width: 1100px;
    margin: 0 auto;
}
.tab_con{ padding-top: 30px;}
/* tab css 영역 */		






/* 게시판 공통 */
	table{border:0;border-collapse:collapse;border-spacing:0;font-size:inherit;}
table.list_board{
	width:100%;
	border-bottom: 1px solid #d5d5d5;
	font-family: 'notokr-medium', 'Nanum Gothic', sans-serif;
}
table.list_board th{
	height:33px;
	font-size:15px;
	color:#222222;
	text-align:center;
	background-color:#e2eaee ;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	font-weight:bold;
	font-family: 'notokr-regular', 'Nanum Gothic', sans-serif;
}
table.list_board th_left{
	height:33px;
	font-size:15px;
	color:#222222;
	text-align:center;
	background-color:#e5e5e5 ;
	border-left: 1px solid #d2d2d2;
	font-family: 'notokr-regular', 'Nanum Gothic', sans-serif;
}
table.list_board td{
	height:32px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:3px 3px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	font-family: 'notokr-regular', 'Nanum Gothic', sans-serif;
}
table.list_board td.td_left{
	height:32px;
	font-size:15px;
	font-weight:NORMAL;
	text-align:center;
	padding:3px 3px 3px 10px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	font-family: 'notokr-regular', 'Nanum Gothic', sans-serif;
	
}	
table.list_board td.td_left_line{
	height:32px;
	font-size:15px;
	text-align:left;
	line-height: 25px;
	padding:10px 3px 10px 10px;
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-top: 2px solid #45597e;
	font-family: 'notokr-regular', 'Nanum Gothic', sans-serif;
	
}	