@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
	font-family : raleway_b;
	src: url('../sub/font/raleway_b.eot'); /* 저버전 익스플로러 폰트 적용*/
	src: url('../sub/font/raleway_b.eot') format('eot'), /* IE 9 폰트 적용 */
	url('../sub/font/raleway_b.woff') format('woff'); /* IE 9, 파이어폭스, 크롬 폰트 적용 */
}

@font-face {
	font-family : raleway_r;
	src: url('../sub/font/raleway_r.eot'); /* 저버전 익스플로러 폰트 적용*/
	src: url('../sub/font/raleway_r.eot') format('eot'), /* IE 9 폰트 적용 */
	url('../sub/font/raleway_r.woff') format('woff'); /* IE 9, 파이어폭스, 크롬 폰트 적용 */
}

#right_menu{
		position: fixed; right: -2500px; top: 0; z-index: 3000; float: none; margin: 0; width: 100%; height: 100%;
		background-color:#fafafa;; background-repeat:repeat;
	}
#right_menu #right_menu_list{margin-top:100px;}
#right_menu #right_menu_list li{color:#333;}
#right_menu #right_menu_list li a{color:#333;}
#right_menu_close{position:absolute; top:3px; right:20px; color:#fff; font-size:24px; font-weight:bold; cursor:pointer;}
#right_menu .r_btn1 {width:75px; margin-right:40px; margin-bottom:20px;}
#right_menu .r_btn2 {width:75px; margin-bottom:20px;}

nav {

  width: 100%;
 
}
.menu-item {
  width: 100%; 
  border-bottom:1px solid #e3e3e3;
  padding:5px 0 0 0;
}
.menu-item h4{
border:0px solid red;
margin:10px 0 0 20px;
font-family:'Nanum Gothic',sans-serif;
}

.menu-item h4 a {
  text-align:left;
  color: #333;
  display: block;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
  padding-bottom:10px;
}

.menu-item h4 a:hover {
  text-align:left;
  color: #038942;
  display: block;
  text-decoration: none;
  width: 100%;

}

/*ul Styles*/
.menu-item ul {
  font-size: 18px;
  line-height: 40px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
  
  
  
  /*Animation*/
  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}


.menu-item:hover ul {
  height: 340px;
  background-color:#333;
  border-top:1px solid #e3e3e3;
  margin-top:10px;
	padding-top:10px;
}

.menu-item:hover .rl {
  height: 340px;
  
}

.menu-item ul a {

  text-decoration: none;
  color: #fff;
  display: block;

}

/*li Styles*/
.menu-item li a{
  color: #fff;
  padding-left:20px;
  
}

.menu-item li a:hover {
 color:#038942;
 font-weight:bold;

}

.menu-item:hover h4 a{color:#038942;}


.select {
  background:red;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 325px;
  color: #cccccc;
  vertical-align: middle;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}
.select .placeholder {
  position: relative;
  display: block;
  background-color: #393d41;
  z-index: 1;
  padding: 7px 10px;
  cursor: pointer;
}
.select .placeholder:hover {
  background: #34383c;
}
.select .placeholder:after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: block;
}
.select.select--white .placeholder {
  background: #3c3c3c;
  color: #fff;
}
.select.select--white .placeholder:hover {
  background: #3c3c3c;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 3px 0 0 0;
  padding: 0;
  z-index: 100;
  border:1px solid #e3e3e3;
  border-top:0px;
}
.select ul li {
  display: block;
  text-align: left;
  padding: 0.8em 1em 0.8em 1em;
  color: #999;
  cursor: pointer;
}
.select ul li:hover {
  background: #028843;
  color: #fff;
}

html {overflow-y:scroll;}
body{font-family:'Nanum Gothic', Dotum,Arial,Helvetica,sans-serif;line-height:1.8; color:#555;font-size:13px;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary,time,mark,audio,video{margin:0; padding:0; outline:0; border:0;}:focus{outline:0;}
label, input, button, select, img {vertical-align:middle;}

ol, ul, li {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
caption, th, td {font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a {text-decoration:none; color:#555;}

.boardform input {height:26px;}
.boardform select.input {height:26px;}

/*파일취소*/
.bfFileCancel{cursor:pointer; background:url("../../../../img/board_eng_common/btn_file_canel.gif") no-repeat; display:inline-block; width:80px; 
height:30px; vertical-align:middle; margin-left:4px; float:right;}

.vt {vertical-align:top}
.vm {vertical-align:middle}
.vb {vertical-align:bottom}
.tl {text-align:left}
.tc {text-align:center}
.tr {text-align:right}

/*-------------변경구간--------------*/

/* Dufault - Button */
input, button { 
	vertical-align: middle; 
	font-family:'맑은 고딕', Dotum,Arial,Helvetica,sans-serif;line-height:1.2;
	padding: 0; 
	margin: 0; 
	border: 0; 
	word-break:break-all;
} 

 .btn01s          {cursor:pointer;display:inline-block;font-size:11px;padding:4px 8px 6px 8px;border:1px solid #000;background:#222222;color:#fff;text-decoration:none;vertical-align:top}
a.btn01s          {cursor:pointer;display:inline-block;font-size:11px;padding:4px 8px 6px 8px;border:1px solid #000;background:#222222;color:#fff;text-decoration:none;vertical-align:top}
button.btn01s     {cursor:pointer;display:inline-block;font-size:11px;padding:4px 8px 6px 8px;border:1px solid #000;background:#222222;color:#fff;text-decoration:none;vertical-align:top}

 .btn02s          {cursor:pointer;display:inline-block;font-size:11px;padding:4px 8px 6px 8px;border:1px solid #ccc;background:#fafafa;color:#666;text-decoration:none;vertical-align:top}
a.btn02s          {cursor:pointer;display:inline-block;font-size:11px;padding:4px 8px 6px 8px;border:1px solid #ccc;background:#fafafa;color:#666;text-decoration:none;vertical-align:top}
button.btn02s     {cursor:pointer;display:inline-block;font-size:11px;padding:4px 8px 6px 8px;border:1px solid #ccc;background:#fafafa;color:#666;text-decoration:none;vertical-align:top}

 .btn01m          {cursor:pointer;display:inline-block;font-size:13px;padding:7px;border:0;border:1px solid #000;background:#222;color:#fff;cursor:pointer;vertical-align:top}
a.btn01m          {cursor:pointer;display:inline-block;font-size:13px;padding:7px;border:0;border:1px solid #000;background:#222;color:#fff;cursor:pointer;vertical-align:top}
button.btn01m     {cursor:pointer;padding:0 7px;height:24px;line-height:1em;vertical-align:top}

 .btn02m          {cursor:pointer;display:inline-block;font-size:13px;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:top}
a.btn02m          {cursor:pointer;display:inline-block;font-size:13px;padding:8px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:top}
button.btn02m     {cursor:pointer;display:inline-block;font-size:14px;padding:6px 7px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:top}

 .btn01b          {cursor:pointer;display:inline-block;font-size:16px;padding:12px 20px;border:0;border:1px solid #000;background:#222;color:#fff;cursor:pointer}
a.btn01b          {cursor:pointer;display:inline-block;font-size:16px;padding:12px 20px 12px 20px;border:0;border:1px solid #000;background:#222;color:#fff;cursor:pointer}
button.btn01b     {cursor:pointer;padding:0 7px;height:24px;line-height:1em;vertical-align:top}

 .btn02b          {cursor:pointer;display:inline-block;font-size:16px;padding:12px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:top}
a.btn02b          {cursor:pointer;display:inline-block;font-size:16px;padding:12px 20px 12px 20px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:top}
button.btn02b     {cursor:pointer;padding:0 7px;height:24px;line-height:1em;vertical-align:top}

.admin_btn {position:fixed;background:#ff0000;text-align:center;color:#fff;padding:20px;bottom:0;right:0;cursor:pointer;}

.utilmenu           { font-size:14px; color:#111111; letter-spacing:0px; } 
.utilmenu a         { font-size:12px; color:#999999; }
.utilmenu a:hover   { font-size:12px; color:#111111; }
.utilmenu span      { font-size:12px; color:#999999; padding:0px 5px; } 

.headmenu           { font-size:16px; color:#333333; letter-spacing:0px; text-align:center; } 
.headmenu a         { font-size:16px; color:#333333; }
.headmenu a:hover   { font-size:16px; color:#ff0000; }
.headmenu span      { font-size:12px; color:#999999; padding:0px 10px; } 

.csmenu td        { font-size:12px; color:#999999; letter-spacing:0px; line-height:150%;vertical-align:top; } 
.csmenu a         { font-size:12px; color:#999999; }
.csmenu a:hover   { font-size:12px; color:#111111; }
.csmenu p.title   { font-size:12px; color:#111111; font-weight:bold; padding-bottom:10px; } 

.tailmenu           { font-size:12px; color:#999999; letter-spacing:0px; line-height:150%; } 
.tailmenu a         { font-size:12px; color:#999999; }
.tailmenu a:hover   { font-size:12px; color:#111111; }
.tailmenu span      { font-size: 8px; color:#dddddd; padding:0px 10px; } 

.frm_input  { border:1px solid #cccccc; height:23px; }
.frm_select { border:1px solid #cccccc; height:25px; line-height:23px; }
.required, textarea.required {background:#f7f7f7 !important;}
.basic_emp_write_required{width:50%;}



/* Sub */ 
.sub_title { margin-top:-5px; text-align:left; }
.sub_title p.subject {color:#111;font-size:32px;margin-bottom:10px;text-align:left; font-weight:bold;}
.sub_title p.content {color:#aaa;font-size:14px;margin-bottom:40px;text-align:left; }

.sub_content_etc { }
.sub_content_etc p.subject {color:#111;font-size:18px;margin-bottom:10px;font-weight:bold;}
.sub_content_etc p.content {color:#999;font-size:14px;margin-bottom:40px;line-height:150%;}

/* Table */ 
.tablelist    { width:100%; margin-bottom:20px; }
.tablelist th { font-size:12px; color:#111; padding:15px; text-align:center; border:1px solid #999999; background:#fcfcfc; } 
.tablelist td { font-size:12px; color:#666; padding:15px; text-align:center; border:1px solid #eeeeee; } 

/* Board */ 
.boardlist    { width:100%; margin-bottom:20px; }
.boardlist th { font-size:14.5px; color:#111; padding:15px 10px; text-align:center; border-top:1px solid #999; border-bottom:1px solid #dcdcdc; background:#fcfcfc; } 
.boardlist td { font-size:14px; color:#111; padding:12px 10px; text-align:center; border-top:1px solid #ececec; border-bottom:1px solid #ececec; } 
.boardlist td.subject { font-size:14px; color:#111; text-align:left; } 
.boardlist td.subject span { font-size:11px; color:#ff6600; font-family:tahoma; font-weight:normal; } 

.boardform    { width:100%; margin-bottom:0; border-top:1px solid #e6e6e6; }
.boardform th { font-size:14px; color:#424242; width:14%; padding:1% 2.5%; background-color:#f6f6f6; border-bottom:1px solid #e6e6e6; text-align:left; }
/* .boardform th { font-size:14px; color:#666; padding:10px 20px; background-color:#f6f6f6; border-bottom:1px solid #e6e6e6; text-align:left; } */
.boardform td { font-size:14px; color:#666; padding:12px 12px; background-color:#ffffff; border-bottom:1px solid #e6e6e6; text-align:left; line-height:150%; }
.boardform input   {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em;padding:0px 5px;}
.boardform select.input   {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em;padding:4px 5px;}
.boardform file.input     {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em;padding:4px 5px;}

.boardview_head    { width:100%; margin-bottom:20px; border-bottom:1px solid #ececec; }
.boardview_head th { font-size:20px; color:#424242; padding-bottom:10px; text-align:left; letter-spacing:-1.5px; font-weight:600; line-height:30px;}
.boardview_head td span.name  { font-size:14px; color:#555; letter-spacing:-0.5px; font-weight:500;}
.boardview_head td span.line  { font-size: 9px; color:#ccc; padding:0px 5px; }
.boardview_head td span.date  { font-size: 14px; color:#777777; font-family:tahoma}
.boardview_head td span.right  { font-size: 9px; color:#555; font-family:tahoma; text-align:right; }

.boardview_text    { width:100%; margin-bottom:20px; border-bottom:1px solid #ececec; }
.boardview_text td { font-size:15px; line-height:200%; letter-spacing:-1px;}

.boardbutton { width:100%; margin-bottom:20px; vertical-align:top; text-align:center; }
.boardbutton div.tl { text-align:left; float:left; }
.boardbutton div.tr { text-align:right; }
.boardsearch { margin-bottom:20px; /*background:#f9f9f9;*/ padding:10px; vertical-align:top; }
.boardsearch form   { vertical-align:top; text-align:center; margin:0 0 80px 0;}
.boardsearch input.text   { width:500px; height:40px; padding-left:8px; background:#fff; border:1px solid #ccc; 
vertical-align:middle; line-height:32px; margin:50px 5px 0 -1px; border-radius:2px; border-radius:5px; }
.boardsearch select { height:24px; border:1px solid #cccccc; vertical-align:middle; margin-right:-1px; font-size:12px;}
.boardsearch input.btn    { width: 120px; height:24px; }

/* 팝업 */
.popup_title   { padding:20px; font-size:18px; background:#161616; color:#fff; }
.popup_content { padding:20px; }

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0;z-index:99999999}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:0px 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}


/* 캡챠 자동등록(입력)방지 기본 */
/*#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:26px;left:101px;margin:0;padding:0;border:0;background:transparent;
vertical-align:middle;overflow:hidden;cursor:pointer; letter-spacing:-1px;}
#captcha #captcha_reload span {position:absolute;top:0;left:0; /* 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}*/


/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {font-size:14px; display:inline-block; cursor:pointer; margin:10px 0 0 0;
padding:0 12px 8px 12px;height:25px;color:#252525;letter-spacing:-0.5px;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none; color:#7ab065; border:1px solid #7ab065;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
.pg_page {background:#ffffff;text-decoration:none; border:1px solid #ededed; border-radius:5px;}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:10px 4px 0 0;background:#7ab065;color:#fff;font-weight:normal; border-radius:5px;}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}


span.Bold_subject {  margin-bottom:20px; font-size:19px; font-weight:bold; text-align:center; text-align:center; display:block; color:#363636; }


/* 화면낭독기 사용자용 */
#hd_login_msg {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}

/*게시물 이동, 복사*/
.tbl_head01 {margin:0 0 10px}
.tbl_head01 table{width:100%;}
.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}

/*에디터단축키 가림*/
.cke_sc{display:none;}