@charset "utf-8";
/* SIR 지운아빠 */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);/* 나눔명조 */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400');
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);/* 나눔스퀘어 */

/* 본고딕 웹폰트 가져오기 */ 
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */ 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 100; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 300; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), 
      url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype'); 
} 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 400; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype'); 
 } 
@font-face { 
  font-family: 'Noto Sans KR'; 
  font-style: normal; 
  font-weight: 500; 
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), 
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype'); 
 } 




/* 초기화 */
html {overflow-y:scroll; overflow-x:hidden}
body {margin:0;padding:0;font-size:1.20em; letter-spacing:-0.7px; font-family: 'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; font-weight:300}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ol, ul, li, dd, dl, dt{list-style:none; padding:0; margin:0;}
dt{}
dd{}
.cf:after{display:block; content:""; clear: both;}
.hide{display:none;}

#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button {cursor:pointer}

textarea, select {font-family:dotum;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all; font-size: 1.10em;line-height: 1.6em;color: #4e4e4e; letter-spacing:-.020em}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#3f3f3f;text-decoration:none}
a:hover, a:focus, a:active {color:#000;text-decoration:none;}

/* 팝업레이어 */
#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_sch {float:left;margin:0 0 0 20px;padding:0;border:1px solid #c3c6ca}
#hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#hd_sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}

/* 텍스트 크기 조절 */
#text_size {float:left;margin:0 0 0 10px;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}


/* 상단 레이아웃 */
#hd {
	z-index:10;
	position:fixed;
	width:100%;
	background:rgb(255,255,255,1);
	background:rgba(255,255,255,1); 
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	}
#hd::after {
  clear: both;
  content: "";
  display: block;
}
#hd.is-hidden {
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
		  background:rgb(0,6,39,0.95);
	      background:rgba(0,6,39,0.95); 
	      border-bottom:0px;	  
}

.hd_zindex {z-index:999 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd_wrapper {position:relative;margin:0 auto; /*width:1100px;*/ zoom:1; position:relative;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#hd_wrapper.container{padding-left:0; padding-right:0;}
#hd #hd_wrapper #logo { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); padding:22px 0 60px 15px; -webkit-transition: -webkit-transform .5s;	transition: -webkit-transform .5s;transition: transform .5s;	transition: transform .5s, -webkit-transform .5s; background:url(../img/common/logo.png) no-repeat 20px 20px; background-size:240px}
#hd.is-hidden #hd_wrapper #logo {  -webkit-transform: translateY(10%); -ms-transform: translateY(10%); transform: translateY(10%); -webkit-transition: -webkit-transform .5s;	transition: -webkit-transform .5s;transition: transform .5s;	transition: transform .5s, -webkit-transform .5s;background:url(../img/common/logo_w.png) no-repeat 15px 18px; background-size:180px}
@media (max-width: 992px) {
#hd {min-width:100%; background:#fff; /*background: rgb(0,6,39,0.90); background: rgba(0,6,39,0.90);*/ box-shadow: rgb(0,0,0,0.2) 1px 1px 2px 0px; box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;}
#hd_wrapper{width:100%;}
#hd #hd_wrapper #logo{ padding:60px 0 5px 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);background:url(../img/common/logo.png) no-repeat 15px 15px; background-size:140px}
#logo img {width: 100px;height: auto;padding: 10px 0;margin: 0 0 0 10px;}
#hd.is-hidden #hd_wrapper #logo {text-align:left; width:170px; padding:11px 0; padding-left:3px;  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
#hd #hd_wrapper #logo img {width: 90px;height: auto;padding: 10px 0;margin: 0 0 0 10px;}
#hd.is-hidden #hd_wrapper #logo{padding:60px 0 5px 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);background:url(../img/common/logo.png) no-repeat 15px 20px; background-size:140px}
}
	
/* 상단 로그인 및 회원가입*/
#topm{background:#fafafb; height:33px; border-bottom:1px solid #dadada; width:100%;}
#topm_in{margin:0 auto; width:1100px;}
#topm_in p{float:left; color:#555; font-size:1.0em; padding-top:7px; /*font-weight:bold;*/ opacity:0.7}
#topm_in p b{color:#b7d0fe;}
#tnb {float:right;margin:0;padding:0;list-style:none;zoom:1;}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left; line-height: 2.7em; padding:0 8px; border-right:1px solid #dadada}
#tnb a {display:block; color:#555; font-size:0.9em;  letter-spacing:0;}
#tnb a.home{ background:url(../img/common/home_icon3.png) no-repeat left center; padding-left:14px;}
#tnb a.admin{background:#333; color:#fff; margin-right:15px;}
#tnb a.admin:hover{color:#738a17;}
#tnb a:hover {color:#738a17;}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}

/*글로벌 메뉴*/
.fs {position:relative; /*margin-left:5px;*/}
.fs a:before{content:"";}
.fs dt{cursor:pointer; width:100%; /*font-size:1.05em;*/ line-height: 25px; text-align:center; border-radius:5px;
			  /*background:url(../img/common/btn_lnb_off.gif) #FBFBFB no-repeat 95% 50% /auto 65%;*/ z-index:1; font-weight: 600; color:#fff; padding:7px}
.fs dd{display:none; position:absolute; left:0; right:0; top:50px; z-index:100; width:100%; /*border:1px solid #ccc; border-top:1px dashed #999;*/ 
			  border-radius:10%; overflow:hidden; z-index:2000; left:0px; box-shadow: rgb(0,0,0,0.2) 1px 1px 2px 0px; box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;}
.fs dd a{display:block; width:100%; text-align:center; padding:0; margin:0; font-size:0.9em; line-height:1.5em; padding:5px 10px;
				/*border-top:1px dashed #999; */background:#FBFBFB; margin-top:-1px;}
.fs:hover dt{/*border:1px solid #999;*/}
.fs:hover dd{/*border:1px solid #999; border-top:1px dashed #999;*/}
.fs dd a:hover{background:#f1592a;color:#fff !important;}
@media (max-width: 992px) {
#topm{min-width:100%; height:25px;}
#topm_in{width:100%; text-align:center;}
#topm_in p{display:none;}
#tnb {/*float:inherit;*/}
#tnb a {font-size:0.9em; line-height:2.3em;}
}

/*상단버튼*/
#tnb_left {float:left;margin:0;padding:0;list-style:none;zoom:1;}
#tnb_left :after {display:block;visibility:hidden;clear:both;content:""}
#tnb_left li {float:left; line-height: 2.7em; padding:0 20px; background:#0b439f}
#tnb_left li:last-child{float:left; line-height: 2.7em; padding:0 8px; background:#29b2d9}
#tnb_left a {display:block; color:#fff; font-size:1.05em;  letter-spacing:0;}
#tnb_left a:hover {color:#cbf3ff;}
#tnb_left a:focus, #tnb_left a:hover, #tnb_left a:active {text-decoration:none}
@media (max-width: 992px) {
#tnb_left {float:left;margin:0;padding:0;list-style:none;zoom:1; width:100%}
#tnb_left li {float:left; line-height: 2.7em; padding:0 20px; background:#0b439f; width:50%}
#tnb_left a {font-size:0.9em; line-height:2.3em;}
}

/* 메인메뉴 */
#hd #hd_wrapper #gnb { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px);position:relative; top:15px; -webkit-transition: -webkit-transform .8s;	transition: -webkit-transform .8s;transition: transform .8s; transition: transform .8s, -webkit-transform .8s; display: flex; }
#hd.is-hidden #hd_wrapper #gnb {   -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px);position:relative; top:20px; -webkit-transition: -webkit-transform .8s;	transition: -webkit-transform .8s;transition: transform .8s; transition: transform .8s, -webkit-transform .8s;}
#hd #hd_wrapper #gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul {margin:0 auto !important;padding:0;zoom:1;}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left}
.gnb_1da {font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; color:#262626 !important; display:inline-block; padding:9px 35px 14px 35px; font-size:1.6em; letter-spacing:-.050em; line-height:1.5em;text-decoration:none; font-weight:500;}
.is-hidden .gnb_1da {font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; color:rgb(255,255,255,0.85) !important;color:rgba(255,255,255,0.85) !important; display:inline-block; padding:15px 35px 15px 35px; font-size:1.4em; letter-spacing:-.050em; line-height:1.5em;text-decoration:none; font-weight:500;}
@media (max-width: 1099px) {
.gnb_1da {font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; color:#fff !important; display:inline-block; padding:17px 35px 14px 35px; font-size:1.5em; letter-spacing:-.050em; line-height:2.40em;text-decoration:none; font-weight:500;}
}
.gnb_1da:focus, .gnb_1da:hover { text-decoration:none; color:#d92e83; }
.gnb_1dli{ position:relative;}
.gnb_1dli_air .gnb_1da {color:#93b71b;}
.gnb_1dli_on .gnb_1da {color:#93b71b; /*border-bottom:3px solid #33548b*/}

/* 2차메뉴*/
.gnb_2dul {display:none; position:absolute; top:50px; width:170px; /*border: 1px solid #1b418e;*/ font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif; box-shadow:1px 1px 0 rgb(0,0,0,0.2); box-shadow:1px 1px 0 rgba(0,0,0,0.2)}
/*.gnb_1dli:nth-child(4) ul.gnb_2dul {display:none; position:absolute; top:70px; width:150px; border: 1px solid #57585d; left:15px}*/

.gnb_2da {display:block;padding:10px 10px;text-align:left; text-decoration:none; font-size:1.15em; border-bottom:1px solid #ddd; background:#fff;}
.gnb_2da:last-child {display: block;padding: 10px 10px; text-align: left; text-decoration: none; font-size:1.05em; border-bottom: 0px; background: #fff;}

li.gnb_2dli {border-bottom: 1px solid #eaeaea;}
li.gnb_2dli:last-child {border-bottom:0px}
.gnb_1dli_air .gnb_2da { background:#fff;color:#6f6f6f;}
.gnb_1dli_on .gnb_2da { background:#fff;color:#6f6f6f;}
.gnb_2da:focus, .gnb_2da:hover {background:#1b418e;text-decoration:none; color:#fff;}
.gnb_1dli_over .gnb_2dul {display:block;left:0;background:#fff}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;background:#fff}


#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}
#navtoggle{display:none;}

.mobile_head{ background:#3177bc}
.mobile_head ul{ width:100% !important; text-indent:0 !important}
.mobile_head li{ display:inline-block !important; text-align:center; width:50% !important}
.mobile_head li:last-child{ display:inline-block !important; text-align:center; width:49% !important}
.mobile_head li a{  padding:10px 0 !important; color:#fff !important; font-size: 1.15em; border-right:1px solid #4787c6; display:block;}
.mobile_head li:last-child a{  padding:15px 0; color:#fff !important; font-size: 1.15em; border-right:0px}
.mobile_head li.fs {position:relative; /*margin-left:5px;*/}
.mobile_head li.fs a:before{content:"";}
.mobile_head li.fs dt{cursor:pointer; width:100%; font-size:1.15em; line-height: 32px; border-radius:5px; z-index:1; color: #fff; text-align: center !important;}
.mobile_head li.fs dd{display:none; position:absolute; left:0; right:0; top:40px; z-index:100; width:100%; /*border:1px solid #ccc; border-top:1px dashed #999;*/ 
			  border-radius:5px; overflow:hidden; z-index:2000; left:0px; box-shadow: rgb(0,0,0,0.2) 1px 1px 2px 0px; box-shadow: rgba(0,0,0,0.2) 1px 1px 2px 0px;}
.mobile_head li.fs dd a{display:block; width:100%; text-align:center; padding:0; margin:0; font-size:0.9em; line-height:1.5em; padding:5px 10px;
				/*border-top:1px dashed #999; */background:#FBFBFB; margin-top:-1px; color: #333 !important;}
.mobile_head li.fs:hover dt{/*border:1px solid #999;*/}
.mobile_head li.fs:hover dd{/*border:1px solid #999; border-top:1px dashed #999;*/}
.mobile_head li.fs dd a:hover{background:#f1592a;color:#fff !important;}


/*전체메뉴*/
.g_menu{position: relative;top: 25px;right: 50px;padding: 0;border-radius: 100%;width: 40px;height: 40px;background: #1370bf;}
.g_menu span{ display:block; width:27px; height:3px; border-radius:0px; margin-bottom:4px; background:#003698;}
@media (max-width: 992px) {
.g_menu{position:absolute; top:2px; right: 0px; display:none}
}


/*전체메뉴*/
.w_menu{position: relative; padding: 30px 15px 0 3px;}
.w_menu span{ display:block; width:27px; height:3px; border-radius:5px; margin-bottom:4px; background:#003698;}
@media (max-width: 992px) {
.w_menu{position:absolute; top:2px; right: 0px; display:none}
}


/*사이트맵*/
#sitemap{width:90%; margin:10px auto;}
#sitemap .stm_1dli:before{content:""; display:block; width:15px; height:2px; background:#436FC8; margin-bottom:10px;}
#sitemap .stm_1dli{display:inline-block; width:16%; vertical-align:top; margin:20px 0;}
/*#sitemap .stm_1dli:nth-child(2){ width:20%}*/
#sitemap .stm_1dli .stm_1da{display:block; font-size:1.2em; margin-bottom:5px; font-weight:500;}
#sitemap .stm_1dli .stm_1da:hover{color:#000;}

#sitemap .stm_2dli .stm_2da:before{content:"-"; display:inline-block; margin-right:3px;}
#sitemap .stm_2dli .stm_2da{display:block; width:90%; line-height:1.8em; font-size: 1.10em;}

@media (max-width: 992px) {
#sitemap .stm_1dli{width:48%;}
}


@media (max-width: 992px) {
#gnb{ display:none;}

/* 모바일 카테고리 왼쪽메뉴 */
#hd .nav_open{ position:absolute; top:20px; right:15px; display:block ;}
#hd .nav_open span{ display:block; width:22px; height:3px; border-radius:5px; margin-bottom:4px; background:#000; /*background:#fff;*/}
#hd.is-hidden .nav_open{ position:absolute; top:30px; right:15px; display:block ;}
#hd.is-hidden .nav_open span{ display:block; width:22px; height:3px; border-radius:5px; margin-bottom:4px; background:#fff;}/* 스크롤시 바색상변환*/
#hd .sch{top:40px; right:15px;}

#mask {position: absolute; z-index:1000; top:0; left:0; background:#000; display:none;}
#hd .nav_close img {height:30px;}
#hd .nav_close {padding:10px 0 0; position:absolute; z-index:1001; right:10px}
#navtoggle { display:block; position:fixed; z-index:1000; top:0; left:0; overflow:auto; background:#fff; width:0; display:none; /*max-width:250px;*/} /* width:46.87%  display:none*/
#navtoggle ul li {padding:0 0; clear:both; width:100%;}

#navtoggle #left_menu{width:100%; position:relative; height:100%; text-align:left; top:0; z-index:1000; text-indent:5%;}
#navtoggle img{ height:45px; vertical-align:middle}
#navtoggle .close{top:0px; right:0;}
#navtoggle .close img{height:33px; position:absolute; top:15px; right:0px;}

#navtoggle .title{color:#fff; line-height:40px; font-size:1.25em; padding:10px 0 5px; font-weight:bold; letter-spacing:-.050em; background: #171b28;}
#navtoggle .title img{height:13px; margin-top:-2px;}

/*1차메뉴*/
#navtoggle li.mgnb_1dli a.mgnb_1da{background:#FFFFFF; display:block; border-bottom:1px solid #CCC; font-size:1.2em; line-height:3em; background:url(../img/common/arrow_bg.png) no-repeat right; background-size:30px; cursor:pointer; padding:0 0 0 10px; letter-spacing: -.07em;font-weight: 600; color:#444}
#navtoggle li.mgnb_1dli a.selected{background:url(../img/mobile/arrow_bg_on.png) no-repeat 225px 15px #3d3d3d; color:#FFF; font-weight:600;}			  
/*2차메뉴*/
#navtoggle li.mgnb_2dli a.mgnb_2da{background:#f4f4f4; display:block; border-bottom:1px dotted #d7d7d7; font-size:1em; line-height:2.5em; text-indent:10%;}
#navtoggle ul.mgnb_2dul{ display:none;}
}

	
/* 모바일 2차메뉴 */	
.snb_area{position:relative;padding:0; /*height:45px;*/}
.snb_area a { overflow: hidden; display: block; padding:0; width: 100%; height: 42px; border: 1px solid #b7b7b8; background: #fff; color: #333; text-decoration:none; text-indent:10px;	font-weight:500; font-size:1.10em; letter-spacing:-.035em; line-height:42px;}
.snb_area a span {float:right; display:block; margin:0 0 0; width:37px; height:42px; background:url('../img/sub/btn_lnb_off.png') no-repeat;}
.btn_img.on {background:url('../img/sub/btn_lnb_on.png') no-repeat; }
.snb_box { width:100%; padding:0; position:relative; top:-1px; z-index:2;}
.snb_box ul {position:absolute;  border:1px solid #b7b7b8; z-index:1; padding:0; margin:0; width:100%}
.snb_box ul li { height:35px; background:#fff; line-height:35px; color:#6c6b6b;}
.snb_box ul li:nth-child(2n) {background:#f7f6f6;}
.snb_box ul li a {display:inline-block; padding-left:3%; width:97%; color:#6c6b6b; text-decoration:none; font-weight:bold; font-size:1.00m; letter-spacing:-.095em}



/* 중간 레이아웃 */
#wrapper {z-index:5;margin:0 auto;width:100%; zoom:1; /*border-bottom: 1px solid #dadada; padding-top:78px*/ position:relative; padding:0}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#aside {width:210px;background:#fff; position: relative;top: -50px;}

#container_index {position:relative;width:100%;height:auto !important;font-size:1em;zoom:1}
#container {
	width:1100px; 
	margin:0 auto;
	height:auto !important;
	/*background:#fff;*/
	font-size:1em;
	zoom:1; 
	position:relative; 
	padding:40px 0; 
}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#left{ position:relative; top:0px; left:0; width:200px; /*border-right:1px solid #ddd;*/}
#scont_wrap{ position:relative;margin-left:0px; padding-bottom:50px; /*border-left:1px solid #ddd;*/min-height:500px;}
#scont{ padding:0;}
@media (max-width: 1099px) {
#container{width:100%;}
}
@media (max-width: 992px) {
#container{width:100%;}
#left{width:100%; position:inherit;}
#scont_wrap{margin-left:0; padding-bottom:0; min-height:400px; width:100%;}
#scont{padding:10px; width:100%;}
}


/*서브-내용부분*/
#sub_title{ margin-bottom:20px; text-align:left; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.p_info ul{ padding:0; margin:0; text-align:right; float:right; font-family: 'Nanum Gothic', sans-serif,"돋움", "굴림", tahoma, sans-serif; letter-spacing: -.050em;}
.p_info ul:after{ display:block; content:""; clear:both;}
.p_info li{ font-size:0.95em; color:#8d8d8d; float:left; line-height:15px; font-family: 'Nanum Gothic', sans-serif,"돋움", "굴림", tahoma, sans-serif; letter-spacing: -.050em;}
.p_info li.bar{ font-size:0.80em; color:#c8c8c8; float:left; line-height:15px; font-family: 'Nanum Gothic', sans-serif,"돋움", "굴림", tahoma, sans-serif; letter-spacing: -.050em;}
.p_info li a{ font-size:0.95em; color:#8d8d8d; float:left;}
.p_info li.pt{ font-size:1em; color:#3095da; font-weight:600; letter-spacing: -.050em; }
.container_title { font-size:2.7em; color:#302828; letter-spacing: -.080em; font-weight:600; margin-top: 0px; text-align: center; font-family: 'NanumSquare', sans-serif,"돋움", "굴림", tahoma, sans-serif;/*background: url(../img/main/con_title01.gif) no-repeat center top;*/}
.bounceIn{width:100px; border-bottom:1px solid #64605c; margin:12px auto}
.ctxt{font-size: 0.43em;font-weight: 400;line-height: 2.8em;color: #8e8984;}
@media (max-width: 992px) {
#sub_title{/*display:none;*/ margin:80px 0 0; text-align:left; font-family:'Noto Sans KR', sans-serif,"돋움", "굴림", tahoma, sans-serif;}
.container_title {font-size:1.33em; color:#404040;  letter-spacing:-1.5px; font-weight:500; background:none; text-align: center; margin-top: 90px;}
.bounceIn{width:80px; border-bottom:1px solid #64605c; margin:8px auto}
}



/* 하단 레이아웃 */
#f_con{display:none;width:100%; background:#191816 url(../img/main/cus_bg2.jpg) no-repeat center top; text-align:center; padding:12px 0}
#f_con h2{color:#fff; font-size:1.4em; line-height:1.6em;}
#f_con p{color:#e7e8f1; padding-top:5px; line-height:1.5em; font-size:1.05em;}
#f_con .call img{width:30px; height:auto;}
#f_con h3{font-size:2.1em; font-weight:normal; margin:10px 0; font-family: Tahoma, Geneva, sans-serif; color:#fff4c6;}
#f_con .fax{font-size:1em; color:#fff; letter-spacing:0.5px;}
@media (max-width: 767px) {
#f_con{background-size:cover; min-width:100%; height:auto;}
#f_con img{width:30px; height:auto;}
#f_con h2{font-size:1.25em; line-height:1.5em;}
#f_con p{font-size:0.9em;}
#f_con h3{font-size:1.7em; margin:6px 0; }
#f_con .fax{font-size:1em; letter-spacing:0.2px;}
#f_con .fax img{display:none;}
}




#wrapper .bottom_bar{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 117px;
	overflow: hidden;
	background: url('../img/common/bottom_bar.png') no-repeat center top;
    background-size: auto auto;
	background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 100;
}

/* 하단 레이아웃 */
#ft{ /*background:#2e3740*/}
#ft .ft_area{ width:1100px; margin:0px auto}
#ft .ft_area p.ct{ font-size:1.12em; color:#212121; /*color:rgb(255,255,255,0.6); color:rgba(255,255,255,0.6);*/line-height: 1.7em; font-weight:400;}
#ft .ft_area p.ct span{ font-size:1.0em; font-weight:500; color:#333; font-family: 'Titillium Web', Arial, sans-serif; letter-spacing:.050em}
#ft .ft_area p.fmenu{ font-size:1.00em; font-weight:500; color:#333)}
#ft .ft_area p.fmenu span{ font-size:0.80em;color:#333; font-weight:300;}
.flogo{ margin: 40px 20px 40px 0; background:url(../img/common/f_logo_bar.png) repeat-y right}
.flogo img{ width:180px; height:auto;}
.copy{ background:#1d2633; border-top:1px solid #353d4a; padding:20px 10px 30px; color:rgba(255,255,255,0.7); text-align:center; font-size:1.05em; font-family: 'Titillium Web', Arial, sans-serif;}
.ft_certi{ text-align:right}
#ft_copy{ margin:0px auto; padding:40px 0; color:rgba(255,255,255,0.5); }

.f_cu{padding-top:40px; padding-bottom:20px;}
.f_cu p{font-size:1.38em; font-weight:500;  letter-spacing:-1.2px;}
.f_cu p span{font-size:0.79em; color:#999; font-family:Tahoma, Geneva, sans-serif; letter-spacing:0.3px;}
.f_cu h2{padding:6px 0 6px 0;color:#36C; font-size:2.1em; font-family:Tahoma, Geneva, sans-serif; font-weight:800;}
.f_cu h2 span {font-size:0.9em}
.f_cu h2 span.small {font-size:0.55em; font-weight:900; color:#36C; letter-spacing:-1px}
.f_cu .time{font-size:1.04em; line-height:1.5em;}
.f_cu .fa-headphones-alt{font-size:1.7em; margin-right:3px;}


@media (max-width: 1099px) {
#ft .ft_area{ width:100%; margin:0px auto}
#ft .ft_certi img{ width:100%}
#wrapper .bottom_bar{display:none;}
}
@media (max-width: 992px) {
.f_cu{padding:15px 0; text-align:center; border-bottom:1px dashed #ddd; margin-bottom:15px;}
.f_cu p{font-size:1.15em;}
.f_cu h2{font-size:1.5em;}
.f_cu .time{font-size:1.0em; }
	
#ft .ft_area{ width:100%; margin:0px auto}
#ft .ft_certi img{ width:auto}
#ft .ft_area p.ct{ padding-bottom:5px;}
.flogo img{ width:150px; height:auto; padding:20px 0 10px 0;}
.flogo{ display:none; margin: 10px 0; background:none; text-align:center}
#ft_copy{ margin:0px auto; padding:0; text-align:center; color:#9a9a9a; }
#ft_copy p.co{font-size:0.8em; margin-bottom:15px; margin-top:5px;}
#ft_copy strong{font-weight:normal;}
.copy{ background:#211d19; border-top:1px solid #353d4a; padding:20px 10px 30px;color:#333; text-align:center; font-size:0.95em}
.ft_certi{ text-align:center; padding: 0 0 20px;}
}
.ft_circle{border:1px solid #e6e6e6; border-radius:29px; width:58px; height:58px; text-align:center; padding:10px 0 0}
.ft_circle02{border:1px solid #e6e6e6; border-radius:29px; width:58px; height:58px; text-align:center; padding:15px 0 0}
.ft_banner_t{font-size: 1.1em;position: absolute;top: 15px;margin-left: 70px;}

/*하단sns*/
.b_sns{ border-left:1px solid #434b53; padding:0 0 0 80px}
.b_sns p{ font-size:1.1em; font-weight:500; letter-spacing:0; color:#333;}
.b_sns p span{ font-size:0.80em; color:#333; color:#333; font-weight:300; padding:0 0 0 10px}

.foot_menu{width:100%; background:#666; border-bottom:1px solid #666; border-top:1px solid #666;}
.foot_menu ul.in{ width:100%;text-align:center;}
.foot_menu li{display:inline-block; padding:12px 0; margin-right:25px;}
.foot_menu li:last-child{margin-right:0;}
.foot_menu li a{ font-size:1.1em; color:#fff;}
.foot_menu li a:hover{ font-weight:bold;}
@media (max-width: 992px) {
.foot_menu li{padding:5px 0; margin-right:15px;}
.foot_menu li:nth-child(4){display:none;}
.foot_menu li a{ font-size:0.95em;}
}


@media (max-width: 1099px) {
#foot_menu .foot_menu_in{width:100%; margin:0 auto; position:relative;}
}
@media (max-width: 992px) {
.b_sns{ border-left:0px solid #434b53; padding:0; text-align:center}
}
@media (max-width: 767px) {
#foot_menu{min-width:100%; height:auto; padding:0 0 10px}
#foot_menu .foot_menu_in{width:100%;}
#foot_menu.col-xs-12.col-md-12{padding-right:0; padding-left:15px;}
}
#footer{width:100%; background:#fff; clear:both; min-width:1100px;}
#footer_in{width:1100px; margin:0 auto;}
address{float:left; display:inline-block; margin-bottom:20px; }
address strong{font-weight:normal;f}
address h1{font-size:15px; line-height:2.2em; padding-top:25px; font-weight:600; color:#333;}
address p{overflow:hidden; font-size:12px;color:#212121; letter-spacing:-0.2px; line-height:1.4em;}
address span{display:inline-block; float:left; margin-right:14px; color:#212121}
address p.co{font-family:Tahoma, Geneva, sans-serif; font-size:1.0em; letter-spacing:0.5px; line-height:2.5em; }
address .fa{color:#fff;}
@media (max-width: 1099px) {
#footer_in{width:100%; margin:0 auto;}
}
@media (max-width: 767px) {
#footer{min-width:100%;}
#footer_in{width:100%;}
address p.co{font-family:Tahoma, Geneva, sans-serif; font-size:0.8em; letter-spacing:0.5px; line-height:2.5em; letter-spacing:-.050em}
}

/* 하단 아이콘 */
.ft_circle {
    border: 1px solid rgb(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.2);
    border-radius: 29px;
    width: 58px;
    height: 58px;
    text-align: center;
    padding: 10px 0 0;
}
.ft_banner_t {
    font-size: 0.9em;
    position: absolute;
    top: 15px;
    margin-left: 70px;
	color:#fff;
}

/* 하단 sns */
a.icon_round{ background:url(../img/common/icon_sns_facebook.png) no-repeat center 50%; border:1px solid #60676e;background-size: 8px; width: 50px; height: 50px; border-radius:100%; display: inline-block;}
a:hover.icon_round{ background:url(../img/common/icon_sns_facebook.png) no-repeat center 50% #56697c; border:0px solid #60676e;background-size: 8px; width: 50px; height: 50px; border-radius:100%; display: inline-block;}
a.icon_round02{ background:url(../img/common/icon_sns_instagram.png) no-repeat center 50%; border:1px solid #60676e;background-size: 20px; width: 50px; height: 50px; border-radius:100%; display: inline-block;}
a:hover.icon_round02{ background:url(../img/common/icon_sns_instagram.png) no-repeat center 50% #56697c; border:0px solid #60676e;background-size: 20px; width: 50px; height: 50px; border-radius:100%; display: inline-block;}
a.icon_round03{ background:url(../img/common/icon_sns_kakao.png) no-repeat center 50%; border:1px solid #60676e;background-size: 25px; width: 50px; height: 50px; border-radius:100%;; display: inline-block;}
a:hover.icon_round03{ background:url(../img/common/icon_sns_kakao.png) no-repeat center 50% #56697c; border:0px solid #60676e;background-size: 25px; width: 50px; height: 50px; border-radius:100%;; display: inline-block;}
a.icon_round04{ background:url(../img/common/icon_sns_naver.png) no-repeat center 50% #4fa42b; border:0px solid #60676e; width: 200px; height: 50px; border-radius:30px;; display: inline-block;}
a:hover.icon_round04{ background:url(../img/common/icon_sns_naver.png) no-repeat center 50% #4fa42b; border:0px solid #60676e; width: 200px; height: 50px; border-radius:30px;; display: inline-block;}
/* 하단 sns */


/* 우측고정배너 */
.r_banner{
	position:fixed;
	top:82px;
	right:0;
	z-index: 1000;	
}
@media (max-width: 767px) {
.r_banner{
	display:none;
	position:fixed;
	top:9.4%;
	right:0;
	z-index: 10;	
}
}
.rbox {
    width: 80px;
    height: 80px;
    margin: auto;
    cursor: pointer;
	background:#1e243d;
}

.rbox .fill {
    width: 80px;
    height: 80px;
    position: relative;
    background: #91bb3f;
    opacity: 1.0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	text-align:center;
	padding:10px;
}
.rbox:nth-child(2) .fill {background: #5788e9;}
.rbox:nth-child(3) .fill {background: #113275;}
.rbox:nth-child(4) .fill {background: #1e243d;}

.rbox .fill span{ color:#fff; font-size:0.95em; font-weight:500}
.rbox .fill img{ width:32px; margin-bottom:10px}
.translateX:hover .fill {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}
.to-100-0-0 {
    -webkit-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
}
/* 우측고정배너 */


/*브라우저 상하단이동버튼*/
#gobtn{position:fixed; display:block; right:10px; bottom:10px; display:none; z-index:9999;}
.goHd, .goFt{width:30px; height:30px; background:rgba(255, 255, 255, 0.6); z-index:9999; text-indent:-9999px; border:1px solid #858585; position:relative;
	  transition:all 0.5s; box-shadow:0px 0px 3px RGBA(0, 0, 0, 0.3); border-radius:2px; display:block; margin-bottom:3px;}
.goHd span{position:absolute; top:60%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(45deg);}
.goFt span{position:absolute; top:40%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(-135deg);}
.goHd:hover, .goFt:hover{background:#333; border:1px solid #333}
.goHd:hover span, .goFt:hover span{border-left:2px solid #FFF; border-top:2px solid #FFF;}

/*브라우저 상하단이동버튼*/
#gobtn{position:fixed; display:block; right:10px; bottom:10px; display:none; z-index:9999;}
.goHd, .goFt{width:30px; height:30px; background:rgba(255, 255, 255, 0.6); z-index:9999; text-indent:-9999px; border:1px solid #858585; position:relative;
	  transition:all 0.5s; box-shadow:0px 0px 3px RGBA(0, 0, 0, 0.3); border-radius:2px; display:block; margin-bottom:3px;}
.goHd span{position:absolute; top:60%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(45deg);}
.goFt span{position:absolute; top:40%; left:9px; display:block; width:10px; height:10px; border-left:2px solid #666; border-top:2px solid #666; border-radius:2px;
    transform:translateY(-50%) rotate(-135deg);}
.goHd:hover, .goFt:hover{background:#333; border:1px solid #333}
.goHd:hover span, .goFt:hover span{border-left:2px solid #FFF; border-top:2px solid #FFF;}




/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#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}
/* 본문 바로가기 */
#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}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#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:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* 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:#332323;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:5px;border:0px 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 #4b545e;background:#4b545e;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: 2px solid #1e2e42;border-bottom: 1px solid #dddddf;background: #f6f9fd;color: #383838;font-size: 1.1em;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}

/* 검색결과 색상 */
.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_page, .pg_current {display:inline-block; height:25px;color:#000;letter-spacing:0;line-height:2.2em;vertical-align:middle; padding: 4px 12px;border-radius: 3px;}
.pg a:focus, .pg a:hover {text-decoration:none}
/*.pg_page {background:#e4eaec;text-decoration:none}*/
.pg_page {
	display: inline-block;
    padding: 4px 10px;
    margin-right: 2px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #f8f8f8;
    /*box-shadow: inset 0px 1px 0px rgba(0,0,0, .8), 0px 1px 3px rgba(0,0,0, .1);*/
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    /*text-shadow: 0px 1px 0px rgba(0,0,0, 1);*/
	line-height: 1.5em;
}
.pg a:focus, .pg a:hover {
	background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.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}*/
.pg_current {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(0,0,0, .8);
    color: #f0f0f0;
	line-height:1.8em;
	padding: 4px 12px;
	margin-right: 2px;
	height:25px;
	font-size: 1.0em;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
	line-height: 1.5em;
}


/* 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}

/*메일인증*/
.rg_em{margin-top:5px}
.rg_em caption{padding:0;font-size:0;line-height:0;overflow:hidden}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:43px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}
