@charset "utf-8";

/* ==============================================================
 *
 *   기본태그 초기화
 *
 * ============================================================== */
body {
	margin:0; padding:0; background-color:#fefefe;
	font-size:.875em; font-family:"맑은 고딕", "Malgun Gothic", "나눔고딕", "NanumGothic", "돋움", "Dotum", "굴림", "Gulim",  "Tahoma", "sans-serif";
}

h1 { margin:0.67em 0; font-size:2em; letter-spacing:-2px; }
h2 { margin:0.83em 0; font-size:1.5em; letter-spacing:-1px;  }
h3 {  margin:1em 0; font-size:1.17em; letter-spacing:-1px;  }
h4 { margin:1.33em 0; }

form, fieldset { margin:0; padding:0; border:0; }
input, select, textarea, button {  margin:0; font-family:inherit; font-size: inherit; }

ul, dl { margin:0; padding:0; }
li { list-style:none; padding:3px 0; }
dt {  margin-top:15px; font-weight:bold; }
dd { margin:0; }

table   { margin:0; padding:0; border-collapse:collapse; border-spacing:0;}
table, caption { font-size: inherit; font-family: inherit; }
tr, td { padding:0; }

img { vertical-align:middle; border:0; }

a:link, a:visited { color:#2e7da4; text-decoration:none; }
a:hover { color:#00BFFF;}

blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}



/* ==============================================================
 *
 *   Layout
 *
 * ============================================================== */
#headerWrap {
    width:100%; min-width:960px; margin:0; padding:0;
    background-color:#f3f3f3; border-bottom:1px solid #aaa;
	background: -webkit-linear-gradient(top,#fff,#f1f1f1);
	background: -moz-linear-gradient(top,#fff,#f1f1f1);
	background: -o-linear-gradient(top,#fff,#f1f1f1);
	background: -ms-linear-gradient(top,#fff,#f1f1f1);
	background: linear-gradient(top,#fff,#f1f1f1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
#header { position:relative; width:90%; min-width:960px; max-width:1200px; min-height:100px; margin:0 auto; padding:1px; }

#mainWrap { clear:both; position:relative; width:100%; min-width:960px; }
#main 	  { overflow:hidden; width:90%; min-width:960px; max-width:1200px; margin:0 auto; }/* 960~1200 */

#sidebar { float:left; width:210px; padding-bottom:20px; margin:30px 20px 20px 0; font-size:12px; }
#historyPath {
	overflow:hidden; min-width:700px; max-width:1200px; height:15px;
	margin:0; padding:5px 10px 0 0;
}
#content {
	overflow:hidden; position: relative; min-width:700px; max-width:1200px;
	margin-bottom:25px; padding:10px 10px 30px; line-height:150%;
}

#footerWrap { width:100%; min-width:960px; padding-bottom:30px; background-color:#333; border-top:1px solid #f1f1f1; }
#footer { position:relative; overflow:hidden; width:90%; min-width:960px; max-width:1200px; margin:0 auto; }


/* ==============================================================
 *
 *   header
 *
 * ============================================================== */
/* 유틸메뉴 */
#utilmenu   { width:100%; height:23px; padding-right:10px; text-align:right;  }
#utilmenu li  { display:inline; }
#utilmenu a { padding:5px 6px; text-decoration:none; font-size:12px; color:#999; }
#utilmenu a:hover { color:#333; }
#utilmenu a strong { color:#555; }

/* 로고 */
#logo { position:relative; width:500px; height:50px; line-height:55px; margin:0; padding:0 0 0 20px; text-align:left; }
#logo a:link, h1#logo a:visited { font-size:32px;  color:#555; text-decoration:none; }
#logo a:hover { color:#888;  }

/* 검색 */
#search{ float:right; height:26px; margin-bottom:5px; margin-left:5px; border:none; line-height:26px;  text-align:right; }
#search #sch_stx { padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#search #sch_submit { padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}


/* ==============================================================
 *
 *   sidebar
 *
 * ============================================================== */
/* 아웃로그인 */
#outLogin   { margin-bottom:10px;}


/* sidebar sideArticle */
.sideArticle {
    margin-bottom:20px; padding:1px 1px 7px 1px;
}
.sideArticle h1, .sideArticle h2, .sideArticle h3 {
    overflow:hidden; margin:0 0 7px 0; padding:6px 5px 5px 10px;
    border-bottom:1px solid #ddd; color:#555; font-size:1em;
}

/* 연락처 */
.contactArticle {
	width:190px; margin:0 auto;
	font-size:12px; line-height:160%; color:#555;
}
.contactArticle strong { color:#666; }



/* ==============================================================
 *
 *   content
 *
 * ============================================================== */
/* 경로 */
#historyPath {
    color:#CABFAC; font-size:11px; font-family:"돋움","Dotum"; text-align:right; letter-spacing:-1px;
}
#historyPath a:link, #historyPath a:visited {  color:#777;  text-decoration:none; }
#historyPath a:hover { color:#999;}
#historyPath img { vertical-align:middle; }

/* 글자 제한 */
#historyPath a, #historyPath span {
	display:inline-block; zoom:1; *display:inline; _display:inline; padding:0 3px;
	max-width:170px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
	color:#aaa; vertical-align:middle;
}

/* 페이지 제목 */
#pageTitle {
	/*
	min-width:710px; max-width:950px;
	margin:10px 0 0 240px; padding:0 0 10px 10px;
	 */
	overflow:hidden; min-width:700px; max-width:1200px; padding:0 0 10px 10px;
    border-bottom:1px solid #aaa;
    font-weight:bold; /*font-size:2em;*/ color:#333; letter-spacing:-2px;
	font-family:"맑은 고딕", "Malgun Gothic", "나눔고딕", "NanumGothic", "돋움", "Dotum", "굴림", "Gulim",  "Tahoma", "sans-serif";
}
/*
#content #pageTitle {
	margin-left:0;
}
*/



/* ==============================================================
 *
 *   footer
 *
 * ============================================================== */
/* 하단메뉴 */
#footMenu {
    position:relative; height:27px; padding-top:3px;
    color:#999;
}
#footMenu ul {  list-style:none; margin:0 15px; padding:0; text-align:right; }
#footMenu li { display:inline; padding:0 7px 0; border-left:1px solid #555; }
#footMenu li.first { border:0; padding-left:0; }
#footMenu li a:link, #footMenu li a:visited {  color:#aaa; text-decoration:none; font-size:11px; }
#footMenu li a:hover { color:#f1f1f1; }

/* 하단로고 */
#footLogo   {
    position:absolute; left:0; top:50px; width:220px; height:100px; line-height:100px;
    font-size:24px; font-weight:bold; color:#808080; text-align:center;
}

/* 하단정보 */
 #footInfo  {
     margin-left:270px; min-width:740px; max-width:980px; padding-top:25px; padding-bottom:25px;
     line-height:150%; color:#aaa;
}
#footInfo a { color:#999; }
#footInfo a:hover { color:#666; }

#footInfo #popular, #footInfo #visit { border-bottom-color:#555; } 
#footInfo #popular  h2, #footInfo #visit h2 { padding: 0 45px 0; font-size:14px;  }

#siteInfo { padding-top:15px; padding-bottom:15px; line-height:150%; color:#999; text-align:center; }




/* ==============================================================
 *
 *   Navigation
 *
 * ============================================================== */

 /* 글로벌메뉴
----------------------------------------------------------------- */
#globalmenu { min-width:960px; background-color:#222; color:#ddd;  }
/* 1차메뉴  */
#globalmenu #primary {
	position:relative; z-index:100;
	list-style:none; margin:0; padding:0;
	width:90%; min-width:960px; max-width:1200px; margin:0 auto;
}
#globalmenu #primary > li { float:left; position:relative; padding:0; line-height:0;	}
#globalmenu #primary > li > a {
	float:left; display:block;
	height:25px; padding:10px 30px;
	font:bold 1em/25px "Malgun Gothic", "맑은 고딕", "돋움", Dotum, Tahoma, Arial, Helvetica;
	color:#e5e5e5; text-decoration:none; text-shadow:0 1px 0 #000;
}
#globalmenu #primary > li:hover > a { color:#FFA500; }
#globalmenu #primary > li > a.active:link,
#globalmenu #primary > li > a.active:visited,
#globalmenu #primary > li > a.active:hover { color:#FAAC58; font-weight:bold; }

/* 2차, 3차 메뉴 */
#globalmenu #primary ul {	
	display:none; z-index:99;	
	list-style:none; margin:0; padding:0;
	background:#333;
	background:-moz-linear-gradient(#333, #111);
	background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #333));
	background:-webkit-linear-gradient(#333, #111);
	background:-o-linear-gradient(#333, #111);
	background:-ms-linear-gradient(#333, #111);
	background:linear-gradient(#333, #111);
	-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;
}
#globalmenu #primary li:hover > ul { display:block; }

#globalmenu #primary ul li {
	float:none; position:relative; display:block;
	margin:0; padding:0;
}
#globalmenu #primary ul a {
	float:none; display:block; overflow: hidden;
	width:130px;  padding:5px 10px;
	font:normal .875em/25px "Malgun Gothic", "맑은 고딕", "돋움", Dotum, Tahoma, Arial, Helvetica;
	text-shadow:0 1px 0 #000; text-decoration:none; text-transform:none;
	white-space:nowrap; text-overflow:ellipsis;
}
#globalmenu #primary ul a:hover {
	background:#ffd65e;
	background:-moz-linear-gradient(#ffe69c, #ffd65e);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffe69c), to(#d48700));
	background:-webkit-linear-gradient(#ffe69c, #ffd65e);
	background:-o-linear-gradient(#ffe69c, #ffd65e);
	background:-ms-linear-gradient(#ffe69c, #ffd65e);
	background:linear-gradient(#ffe69c, #ffd65e);
	color:#fafafa;
}
#globalmenu #primary ul li.first > a:after {
	content:'';
	position:absolute; left:47px; top:-6px;
	width:0; height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:8px solid #333;
}
#globalmenu #primary ul li.first a:hover:after { border-bottom-color:#ffe69c; }
#globalmenu #primary:after {
	clear:both; visibility:hidden; display:block;
	height:0; font-size:0; content:" ";
}
* html #globalmenu #primary { zoom:1; } /* IE6 */
*:first-child+html #globalmenu #primary { zoom:1; } /* IE7 */

/* 링크 스타일 */
#globalmenu #primary ul li a:link,
#globalmenu #primary ul li a:visited { color:#f3f3f3; }
#globalmenu #primary ul li a:hover { color:#111; text-shadow:none;}
#globalmenu #primary ul li a.active:link,
#globalmenu #primary ul li a.active:visited,
#globalmenu #primary ul li a.active:hover { color:#DF3A01; font-weight:bold; }

/* secondary */
#globalmenu ul.secondary {
	position:absolute; top:45px; left:0; /* top은 글로벌메뉴 높이만큼 지정 */	
}
#globalmenu ul.secondary li.last > a {
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}

/* tertiary */
#globalmenu ul.tertiary {
	position:absolute; top:0; left:150px;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
#globalmenu #primary ul.tertiary li.first > a:after {
	content:'';
	position:absolute; left:-10px; top:13px;
	width:0; height:0;
	border-color:transparent #3f3f3f transparent transparent;
	border-width:5px; border-style:solid;
}
#globalmenu #primary ul.tertiary li.first > a:hover:after { border-right-color:#ffe69c; }



/* 로컬메뉴
----------------------------------------------------------------- */
#localmenuWrap {  margin-bottom:10px; }
#localmenu {
	margin-bottom:30px; padding:1px;
}
#localmenu h2 {
    position:relative; height:50px; line-height:50px; margin:0; padding:0;
	background-color:#515151; border-bottom:1px solid #666;
	-webkit-border-top-left-radius:7px; -webkit-border-top-right-radius:7px; -moz-border-radius-topleft: 7px;
	-moz-border-radius-topright:7px; border-top-left-radius:7px; border-top-right-radius: 7px;
    text-align:center; font-size:1.25em; font-weight:bold; color:#fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7); letter-spacing:-1px;
}
#localmenu h2 a:link, #localmenu h2 a:visited {	color:#fff; text-decoration:none; }
#localmenu h2 a:hover  { color:#FEF4C4; }
#localmenu .adminBtn { position:absolute; right:7px; top:18px; z-index:10; line-height:15px;  }
#localmenu ul { list-style:none; margin:0 auto; padding:0; }
#localmenu li { border-bottom:1px dotted #ddd; color:#666;}
#localmenu li a:link,
#localmenu li a:visited {
    display:block; margin:0 auto; padding:7px 0 6px 15px;
    color:#666;  text-decoration:none;
}
#localmenu li a:hover { background-color:#FFF8DC; color:#333; }
#localmenu li a.active:link,
#localmenu li a.active:visited,
#localmenu li a.active:hover {
    display:block; margin:0 auto; padding:7px 0 6px 15px;
    background-color:#FFA500;
    font-weight:bold; color:#fff; text-decoration:none; text-shadow:0 0 0.2em #963;
}

/* 로컬 페이지메뉴 */
#localmenu ul.pagemenu { display:none; background-color:#eee; }
#localmenu ul.pagemenu a.active:link,
#localmenu ul.pagemenu a.active:visited,
#localmenu ul.pagemenu a.active:hover {
    background-color:#ddd; font-weight:bold; color:#333; text-decoration:none; text-shadow:none;
}


/* ==============================================================
 *
 *   Elements
 *
 * ============================================================== */
/* hnBtn */
.hnBtn, .hnBtn:link, .hnBtn:visited {
	display:inline-block; margin:1px 0; padding:6px 10px; vertical-align:middle; border:1px solid #cfcfcf;
	background-color:#f7f7f7;
	background:-moz-linear-gradient(center top, #fefefe 0%, #f1f1f1 100% );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #f1f1f1) );
	background:-webkit-linear-gradient(top, #fefefe 0%,#f1f1f1 100%);
	background:-ms-linear-gradient(top, #fefefe 0%,#f1f1f1 100%);
	background:linear-gradient(to bottom, #fefefe 0%,#f1f1f1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f1f1f1', GradientType=0);
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	font-weight:normal; font-size:1em; color:#777;  text-decoration:none;
}
.hnBtn:hover {
	border-color:#aaa;
	background-color:#eee;
	background:-moz-linear-gradient(center top, #f1f1f1 0%, #eee 100% );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(1, #eee) );
	background:-webkit-linear-gradient(top, #f1f1f1 0%,#eee 100%);
	background:-ms-linear-gradient(top, #f1f1f1 0%,#eee 100%);
	background:linear-gradient(to bottom, #f1f1f1 0%,#eee 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#eee', GradientType=0);
	color:#333;
}
.hnBtn:active {
	border-color:#999;
	background-color:#ccc;
	background:-moz-linear-gradient(center top, #bbb 0%, #ddd 100% );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(1, #ddd) );
	background:-webkit-linear-gradient(top, #bbb 0%,#ddd 100%);
	background:-ms-linear-gradient(top, #bbb 0%,#ddd 100%);
	background:linear-gradient(to bottom, #bbb 0%,#ddd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbb', endColorstr='#ddd', GradientType=0);
	color:#111;
}
.hnBtn.small, .hnBtn.small:link, .hnBtn.small:visited { padding:2px 7px; font-weight:normal; font-size:.875em;  }
.hnBtn.large, .hnBtn.large:link, .hnBtn.large:visited {
	padding:11px 17px;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
	font-weight:bold; letter-spacing:-1px;
}
.hnBtn.strong {
	background-color:#3498db; border:1px solid #387b8f;
	background:-moz-linear-gradient(center top, #3498db 0%, #4a93a8 100% );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3498db), color-stop(1, #4a93a8) );
	background:-webkit-linear-gradient(top, #3498db 0%,#4a93a8 100%);
	background:-ms-linear-gradient(top, #3498db 0%,#4a93a8 100%);
	background:linear-gradient(to bottom, #3498db 0%,#4a93a8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#4a93a8', GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	font-weight:bold; color: #ffffff;
}
.hnBtn.strong:hover {
	background-color:#3cb0fd;
	background:-moz-linear-gradient(center top, #3cb0fd 0%, #3498db 100% );
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3cb0fd), color-stop(1, #3498db) );
	background:-webkit-linear-gradient(top, #3cb0fd 0%,#3498db 100%);
	background:-ms-linear-gradient(top, #3cb0fd 0%,#3498db 100%);
	background:linear-gradient(to bottom, #3cb0fd 0%,#3498db 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db', GradientType=0);
	color: #ffffff;
}
.hnBtn.admin {
  border-color:#0489B1;
  background-color: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2980b9');
  -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
  color: #ffffff; text-shadow:none;
}
.hnBtn.admin:hover {
  border-color:#58ACFA;
  background-color: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db');
  color: #ffffff;
}
input[type=submit].hnBtnSubmit {
	display:inline-block; padding:6px 11px; vertical-align:middle; border:1px solid #f79621;
	background-color:#ffa84c;
	background:-moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
	background:-webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
	background:-ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%);
	background:linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	font-weight:bold; font-size:1em; color:#fff; text-decoration:none;
	cursor:pointer;
}
input[type=submit].hnBtnSubmit:hover {
	background-color:#f9c667;
	background:-moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621));
	background:-webkit-linear-gradient(top, #f9c667 0%,#f79621 100%);
	background:-ms-linear-gradient(top, #f9c667 0%,#f79621 100%);
	background:linear-gradient(to bottom, #f9c667 0%,#f79621 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c667', endColorstr='#f79621', GradientType=0);
	color:#fff;
}



/* SNS버튼 */
#snsBtnWrap { margin:20px auto 10px; padding:10px; text-align:right; }
.snsBtn, .snsBtn:link, .snsBtn:visited {
	display:inline-block; height:20px; line-height:20px;
	margin:1px 0; padding:4px 0 2px 30px; vertical-align:middle;
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font-weight:bold; font-size:12px; color:#fff; text-decoration:none;
}
.snsBtn.facebook {
	background:#3e68bb url('../images/icon/sns_btn_facebook.gif') no-repeat 0 center;
}
.snsBtn.twitter {
	background:#4fb9ea url('../images/icon/sns_btn_twitter.gif') no-repeat 0 center;
}
.snsBtn span { padding-right:10px; }

/* toTop */
#toTop {
    display:block; position:fixed; bottom:30px; right:20px;
	width:50px; height:50px; line-height:50px;
    border:3px solid #f5f5f5; background: #ddd url(../images/to_top.gif) no-repeat center center;
    color:#f5f5f5; text-align:center; text-decoration:none;
	font-weight:bold; /*font-size:20px;*/ cursor:pointer;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	-o-transition:.3s; -ms-transition:.3s; -moz-transition:.3s; -webkit-transition:.3s; transition:.3s;
	-moz-box-shadow:0 0 1px #909090; -webkit-box-shadow:0 0 1px #909090; box-shadow:0 0 1px #909090;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#909090')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#909090');
}
#toTop:hover { background-color:#363636; }
#toTop span { display:none; }
#bottomDummy { position:fixed; bottom:0; right:15px; }


/* new text icon */
.newIcon { position:relative; padding:0 3px; background-color:#ff7500; font-size:6px; font-family:'Utsaah'; color:white;  }
.newIcon:after {
	position:absolute; right:100%; top:50%; border:solid transparent;
	content:" "; height:0; width:0;	margin-top:-4px;
	pointer-events:none; border-color:rgba(255, 117, 0, 0); border-right-color:#ff7500; border-width:3px;
}


/* 아이콘 */
.iconPrev  { background:url(../images/icon/btn_icon_prev.gif) no-repeat left center; padding-left:11px; }
.iconNext  { background:url(../images/icon/btn_icon_next.gif) no-repeat right center; padding-right:11px; }
.iconPoint { background:url(../images/icon/btn_icon_point.gif) no-repeat 0 center; padding-left:9px; }
.iconList { background:url(../images/icon/btn_icon_list.gif) no-repeat 0 center; padding-left:11px; }


/* clear */
.hnClear { display:bock; clear:both; height:0; line-height:0; font-size:0; visibility:hidden; }

/* hideText */
.hideText { overflow:hidden; margin:0; padding:0; text-indent:100%; white-space:nowrap; font-size:0; }



/* Pure CSS Frameworks
-------------------------------------------------------------- */
.pure-g [class *="pure-u"] {  font-family:"맑은 고딕", "Malgun Gothic", "나눔고딕", "NanumGothic", "돋움", "Dotum", "굴림", "Gulim",  "Tahoma", "sans-serif"; }

/* Pure Grid Next Unit */
.pure-u-1-2-next,
.pure-u-1-3-next,
.pure-u-2-3-next {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.pure-u-1-2-next { width:48%; *width:47.969%; margin-left:2%; }
.pure-u-1-3-next { width:31.3333%; *width:31.3023%; margin-left:2%; }
.pure-u-2-3-next { width:64.6667%; *width:64.6357%; margin-left:2%; }


/* pure Button */
.pure-button {
	margin:0; padding:.7em 1.5em; line-height:1em;
	background-color: #f1f1f1;
	vertical-align:middle;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.pure-button-green,
.pure-button-red,
.pure-button-orange,
.pure-button-sky {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.pure-button-green { background: rgb(28, 184, 65); }
.pure-button-red { background: rgb(202, 60, 60); }
.pure-button-orange {  background: rgb(223, 117, 20); }
.pure-button-sky { background: rgb(66, 184, 221); }
.pure-button-small { font-size: 85%; padding: .5em 1em;}


/* ==================================================================================
 *
 *  그누보드5 기본스타일
 * 
 ================================================================================== */
/* SIR 지운아빠 */
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 화면낭독기 사용자용 */
#hd_login_msg,  #hd_login_msg a {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 텍스트 크기 조절 */
#text_size {float:right; margin:0 0 5px 0;letter-spacing:-3px}
#text_size button {margin:0;padding:1px 2px;border:1px solid #c3c6ca;background:transparent;vertical-align:middle;cursor:pointer}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}

#ft_catch {position:relative;margin:0 auto;padding:20px 0 0;width:970px;text-align:center}

#ft_company {text-align:center}

#ft_copy {background:#414141}
#ft_copy div {position:relative;margin:0 auto;padding:10px 0;width:970px;color:#fff}
#ft_copy a {display:inline-block;margin:0 10px 0 0;color:inherit}
#ft_copy #ft_totop {position:absolute;top:10px;right:0}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg,  #hd_login_msg a {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {width:100px;height:41px;border:1px solid #e9e9e9}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {margin:0 0 0 25px;padding:0 5px;width:70px;height:41px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#ff3061;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border:1px solid #e9e9e9}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #555;border-radius:1em;background:#454545;color:#999;font-size:1em;text-decoration:none;text-align:center}
