@charset "utf-8";

@import url('notosanskr.css');

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}


@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}



@font-face {
  font-family: 'S-CoreDream';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}


 
/* 초기화 */
html {overflow-y:scroll;  scroll-behavior: smooth;}
body {margin:0;padding:0;font-size: 20px;line-height: 1.5;font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  width:100%;height:100%;font-weight:300;background:#FFF;color: #000;}

#loading {position:fixed;left:0;top:0;width:100%;height:100%;  background: rgb(86, 146, 72,0.95);color:#000;z-index:9999;
  animation: fadeInAnimation ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: ease-in-out;}
#loading .text {position:absolute;left:0;top:50%;width:100%;text-align:center;}
#loading .text img {height:50px;width:auto;margin-bottom:10px;}

  
/* -------------- loader5 -------------- */

 .loader5{
	position: relative;	
	width: 90px;
	height: 3px;  
  background: rgb(86, 146, 72,0.95);
	margin:10px auto;
  }
  
  .loader5:after{
	content: "";
	color: #fff;
	font-weight: 200;
	font-size: 0px;
	position: absolute;
	width: 100%;
	height: 3px;
	line-height: 3px;
	left: 0;
	top: 0;
  }
  
  .loader5:before{
	content: "";
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	top: 0px;
	height: 3px;
	width: 0px;
	z-index: 0;
	-webkit-transform-origin:  100% 0%;
		transform-origin:  100% 0% ;
	-webkit-animation: loader5 2s ease-in-out infinite;
		animation: loader5 2s ease-in-out infinite;
  }
  
  @-webkit-keyframes loader5{
	  0%{width: 0px; left: 0px}
	  20%{width: 50%; left: 0px}
	  50%{width: 70%; right: 0px}
	  80%{width: 100%; right: 0px}
	  100%{width: 100%; right: 0px}
  }
  
  @keyframes loader5{
	  0%{width: 0px; left: 0px}
	  20%{width: 50%; left: 0px}
	  50%{width: 70%; right: 0px}
	  80%{width: 100%; right: 0px}
	  100%{width: 100%; right: 0px}
  }


.fadeOutDown {
  animation: fadeInAnimation ease 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: ease-in-out;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
 }
 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
 }
}


.fadeOut {
  animation: fadeInAnimation2 ease 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: ease-in-out;
}
@keyframes fadeInAnimation2 {
  0% {
    opacity: 0;
 }
 100% {
    opacity: 1;
 }
}


html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;
  font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased;}



h1, h2, h3, h4, h5, h6 {font-family: 'S-CoreDream';line-height:1.5;word-break:keep-all}

h1 {font-size:50px;}
h2 {font-size:40px;}
h3 {font-size:30px;}
h4 {font-size:24px;}
h5 {font-size:18px;}
h6 {font-size:16px;} 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

#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-family:Pretendard, sans-serif;font-size:1em}
button {cursor:pointer}

textarea, select {font-family:Pretendard, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#000;}
a,div,p,span,input,button,select,ul,li,textarea,article,section {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img {max-width:100%;}
h5.sub_title {border-bottom:2px solid #000;padding-bottom:5px;}

ul {margin:0;padding:0;}
li {list-style:none;margin:0;padding:0;}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1200px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #ddd;background:#fff;display:inline-block;*display:inline;box-shadow:10px 10px 10px rgba(60,60,60,0.7);}
.hd_pops_con {display:inline-block;*display:inline;background:#fff;text-align:left;}
.hd_pops_footer {padding:0;background:#ffff;color:#fff;text-align:right;border-top:1px solid #ddd;}
.hd_pops_footer button {float:left;height:40px;border:0;background:#fff;color:#666;font-size:11pt;padding:0;margin:0;line-height:40px; box-sizing: content-box; -webkit-box-sizing: content-box; -moz-box-sizing: content-box;}

.hd_pops_reject {width:79.5%;border-right:1px solid #ddd !important;}
.hd_pops_close {float:right;width:calc(20% - 2px);padding:0 !important;margin:0 !important;line-height:40px !important;border:1px solid #fff !important;border-bottom:0 !important;}



/* 상단 레이아웃 */
#hd {position:fixed;left:0;top:0;width:100%;display:inline-block;*display:inline;z-index:9999;text-align:center;margin-top:30px;padding: 20px 0;}
.sticky {margin-top: 0 !important; position: fixed !important;top: 0 !important;left: 0 !important;background-color:rgba(27,48,24,0.9);padding: 10px 0;}


.hd_zindex {z-index:10 !important}

#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;width:100%;padding:0 70px;text-align:center;background:transparent;z-index:9;display:inline-block;*display:inline;margin:0 auto;}

#logo {position:relative;float:left;display:inline-block;*display:inline;z-index:999;text-align:left;line-height:30px;}
#logo a {height:45px;line-height:45px;text-align:left;}
#logo img {height:35px;width:auto;vertical-align:middle;}

/* 텍스트 크기 조절 */
#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}

/* 상단 회원가입 등 링크 */
#tnb_wrap {position:relative;float:left;width:100%;border-bottom:1px solid #ddd;display:inline-block;*display:inline;padding:0;height:37px;}
#tnb_wrap ul {padding:0;margin:0;}
#tnb_wrap ul li {padding:0;margin:0;list-style:none;}
#tnb_wrap ul li a {position:relative;float:left;height:37px;line-height:37px;font-size:12px;padding:0 10px;}

#link li.on a {background:#5d5d5d;color:#fff;}
#link li:last-child {border-right:1px solid #ddd;}

#tnb {float:right;margin:0;padding:0;list-style:none;zoom:1;display:inline-block;*display:inline;}
#tnb li {float:left;margin:0 0 0 10px}
#tnb a {display:inline-block;padding:0 10px;height:28px;color:#777;}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}
#tnb img {margin-right:3px}


/* 텍스트 크기 조절 */

#size_tool {position:relative;float:left;display:inline-block;*display:inline;line-height:40px;}
#size_tool span {font-size:9.5pt;letter-spacing:-0.03em;color:#545454;}
#size_tool button {width:23px;height:23px;border-radius:50%;text-align:center;color:#fff;margin-left:3px;padding-top:5px;border:1px solid #898989;}
#size_tool button i {font-weight:lighter;}
#size_tool button.plus {background:url('../img/icon_plus.png') #898989 center no-repeat;}
#size_tool button.minus {background:url('../img/icon_minus.png') #898989 center no-repeat;}
#size_tool button.reset {background:url('../img/icon_stop.png') #c4c4c4 center no-repeat;border:1px solid #c4c4c4;}



/* 메인메뉴 */
#gnb {position:relative;float:right;text-align:right;margin:0;display:inline-block;*display:inline;}

.btn_adm {float:right;border:1px solid rgba(255,255,255,0.5);color:#fff !important;display: inline-block;line-height: 45px;
  background:url('../img/icon_lock.svg') no-repeat left 20px center;background-size:12px auto;
  font-size: 16px;padding: 0 20px 0 50px;text-align: center;cursor: pointer;transition: .6s background-color, .6s color, .6s border-color;background-color: transparent;}
.btn_adm:hover {background:url('../img/icon_lock.svg') rgb(86, 146, 72) no-repeat left 20px center;background-size:12px auto;border:1px solid #569248;color:#fff;}

.btn_download {background:none;padding-left:20px;margin-right:10px;}
.btn_download:hover {background:rgb(86, 146, 72);background-size:12px auto;border:1px solid #569248;color:#fff;}


#gnb .gnb_wrap {position:relative;display:inline-block;*display:inline;float:right;margin-right:80px;}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:16px;padding:0;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}

#gnb .gnb_1dli {position:relative;float:left;line-height:45px;padding:0px;}
.gnb_1dli .bg {position:absolute;top:100;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('./images/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}

.gnb_1da {display:block;padding:0 40px;color:#fff !important;text-decoration:none;text-align:center;font-size:18px;height:45px;line-height:45px;}
.gnb_1da:hover {opacity:0.8;}

.gnb_1dli.gnb_al_li_plus:last-child .gnb_1da {padding-right:0;}
.gnb_2dli:first-child {border:0}

#gnb .gnb_1dli:last-child .gnb_1da {padding-right:0;}

.gnb_2dul {position:absolute;left:50% !important;margin-left:-80px !important;width:160px;top:90px;opacity:0;border-top:2px solid #000;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;}

.gnb_2dul .gnb_2dul_box {padding:0; background:#fff;-webkit-box-shadow:0px 0px 5px rgba(97, 97, 97, 0.2);-moz-box-shadow:0px 0px 5px rgba(97, 97, 97, 0.2);box-shadow:0px 0px 5px rgba(97, 97, 97, 0.2)}

.gnb_2da {display:block;padding:0 10px;line-height:42px;color:#fff;text-align:left;text-decoration:none;text-align:center;}
a.gnb_2da:hover {color:#000;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}
.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {opacity:1;top:100px;}

.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#000;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}


#iconWrap-m {display:none;}
#iconWrap {position:relative;width:170px;float:right;font-size:1.3em;color:#606060;text-align:center;margin:0; margin-top:37px; display:inline-block;*display:inline;}
#iconWrap a {color:#606060;}
#iconWrap i {opacity:0.7;
margin:0 15px;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;color:#6e6e6e;}

#iconWrap i.indexlink {color:#fff;}

#iconWrap i:hover {opacity:1;cursor:pointer;}


.lang {position:relative;width:40px;float:right;display:inline-block;*display:inline;padding:0;border-left:1px solid #ddd;}
.lang li {width:100%;float:left;text-align:center;display:inline-block;*display:inline;padding:5px 10px;margin:0;line-height:15px;font-size:10pt;}
.lang li:hover {cursor:pointer;}
.lang li.on {background:#8751bb;color:#fff;}


.visible-xs {display:none;}





@media all and (max-width:1166px) {
#gnb {width:calc(100% - 155px);}
.gnb_1da {padding:0 20px;}

}


@media all and (max-width:1060px) {
  .gnb_1da {padding:0 15px;}
}
  


@media all and (max-width:1004px) {
  .gnb_1da {padding:0 10px;}
}
  

@media all and (max-width:991px) {	
body {width:100%;overflow:hidden;font-size:14px;}

#hd {margin-top:0;padding:0;}
#hd_wrapper {padding:0;}

h1 {font-size:30px;}
h2 {font-size:24px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:10px;} 
  

#size_tool  {float:right;padding-right:10px}

#iconWrap-m {position:absolute;left:20px;top:18px;z-index:9999 !important;display:block;}
#iconWrap {position:absolute;float:none;font-size:1.5em;color:#606060;right:5px;top:15px;line-height:0;padding:5px 0px;text-align:right;display:inline-block;*display:inline;margin:0;}

#nav-toggle{position:relative;float:left;cursor: pointer;width:20px;height:20px;}
#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{cursor: pointer;border-radius:1px;height:2px;width:20px;background:#fff;position:absolute;top:6px;display:block;content: '';}
#nav-toggle span:before{top: -6px;}#nav-toggle span:after{bottom: -6px;}
#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after{transition:all 500ms ease-in-out;-webkit-transition:all 500ms ease-in-out;}
#nav-toggle.active span{background-color: transparent;}

#nav-toggle.active span:before,
#nav-toggle.active span:after{top:0;background:#fff;}

#nav-toggle.active span:before{transform: rotate(45deg);-webkit-transform: rotate(45deg);}
#nav-toggle.active span:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}



#logo {position:relative;width:100%;display:inline-block;*display:inline;text-align:center;margin:0;padding:0;left:0;top:0;height:45px;}
#logo a {height:45px;line-height:45px;}
#logo img {max-height:20px;width:auto;}

.hidden-xs {display:none !important;}
.visible-xs {display:block !important;}

#gnb {display:none;}
.lang {border-left:0;}
}






/* 전체 검색 */

#searchbox {width:100%;height:90px;position:absolute;z-index:999;display:none;text-align:center;background:rgba(0,0,0,0.3);padding:20px;top:100px;-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-ms-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;}

#searchbox #hd_sch {width:100%;display:inline-block;*display:inline;margin:0 auto;}
#searchbox #hd_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#searchbox #hd_sch #sch_stx {padding-left:5px;width:250px;height:40px;border:0;background:none;line-height:1.9em !important;line-height:1.6em;border-bottom:3px solid #fff;color:#fff;font-size:13pt;}
#searchbox #hd_sch #sch_submit {padding:0 5px;height:42px;border:0;background:none;color:#fff;cursor:pointer}
#searchbox #hd_sch #sch_submit::before {position:relative;float:left;font-family: 'FontAwesome';content: "\f002";width:50px;height:50px;}


/* 중간 레이아웃 */

/*서브타이틀*/
.subtitle {display:none;}
#subtitle_text {height:195px;line-height:195px;color:#fff;text-align:right;font-weight:100;font-size:14pt;letter-spacing:2pt;display:none;}

@media all and (max-width:991px) {
.subtitle {background-position:right top;background-size:auto 100px;}
}

#wrapper {position:relative;float:left;width:100%;text-align:center;display:inline-block;*display:inline;}

#wrap {position:relative;width:100%;max-width:1600px;margin:140px auto;padding:0 70px;display:inline-block;*display:inline;}
#aside {position:relative;float:left;width:250px;}

#aside #leftbtn {width:90%;padding:0;margin:10px auto;display:inline-block;*display:inline-block;}
#aside #leftbtn li {list-style:none;float:left;width:100%;height:60px;text-align:left;font-size:1em;color:#9b9b9b;padding:0px 0px 0px 65px;line-height:60px;font-weight:400;}
#aside #leftbtn li:hover {color:#000;}

#aside #leftbtn a:first-child li {background:url('../img/icon_calendar.png') left center no-repeat;}
#aside #leftbtn a:nth-child(2) li {background:url('../img/icon_location.png') left center no-repeat;}

#container {position:relative;width:100%;min-height:500px;height:auto;text-align:left;padding:0;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

#container_title {position:relative;width:100%;max-width:1600px;padding:0;margin:50px auto;text-align:center;}
#container_title:after {position:relative;width:100%;clear:both;content:"";display:block;}
#container_title h2 {margin-bottom:10px;color:#000;font-weight:600;}
#container_title h1 {position:relative;color:#000;display:inline-block;*display:inline;width:auto;}
.page-desc {position:relative;float:left;width:100%;max-width:700px;margin:0 auto 60px auto;font-size: 30px;font-weight:300;line-height: 1.3333333333;text-align:left;}



.container {position:relative;width:100%;max-width:1280px;margin:0 auto;text-align:left;}

#navi {position:absolute;right:10px;top:-10px;color:#7e7e7e;font-size:9pt;font-weight:300;letter-spacing:0.05em;}
#navi img {margin:5px;}


@media all and (max-width:1210px) {
  #wrap {padding:0 10px;}
}


@media all and (max-width:991px) {  
#aside {display:none;}
#subtitle_text {height:100px;line-height:100px;font-size:11pt;letter-spacing:1pt;text-align:center;}
#wrap {margin:50px auto;padding:0;}

#navi {display:none;}

#container {position:relative;width:100%;float:left;padding:0 20px;min-height:0px;border:0;border-radius:0;}
.border-box {border-radius:10px;}

.page-desc {font-size: 18px;margin-bottom:50px;}



}





/* 하단 레이아웃 */
#ft {position:relative;margin-top:50px;width:100%;padding:60px 0px;color:rgba(0,0,0,0.5);display:inline-block;*display:inline;text-align:center;font-size:14px;}
#ft_wrap {width:100%;max-width:1200px;margin:0 auto;display:inline-block;*display:inline;text-align:left;}
#ft_logo {position:relative;width:180px;text-align:center;padding:0;margin:0 auto 20px auto;}
#ft_logo img {height:23px;width:auto;}

#ft_company {position:relative;float:left;width:100%;text-align:center;line-height:150%;display:inline-block;*display:inline;}
#ft_wrap .copy {position:relative;float:left;width:100%;text-align:center;}

#ft_link {position:relative;width:100%;float:left;margin:20px auto;display:inline-block;*display:inline;}
#ft_link a {position:relative;display:inline-block;margin:0 10px 0 0;color:inherit;color:rgba(0,0,0,0.5);padding-right:13px;text-decoration:underline;}
#ft_link a:after {position:absolute;content:"";width:1px;height:14px;background:#aaa;top:3px;right:0;}
#ft_link a:last-child:after {display:none;}
#ft_link #ft_totop {position:absolute;top:10px;right:0;z-index:9999;}


@media all and (max-width:991px) {
	

.container {padding:0 10px;}	

#ft {padding:30px 15px 20px 15px;}
#ft_logo {width:100%;}
#ft_logo img {width:70px;height:auto;margin:0 auto;}
#ft_company {width:100%;padding:10px;font-size:10pt;margin:0;font-size:9pt;}

#ft_link a {font-size:8pt;margin:0 5px 0 0;padding-right:10px;}

#ft a {color:#676767;}
#ft_wrap .copy {font-size:8pt;letter-spacing:-0.5pt;}
}



.totop {opacity:0;position:fixed;z-index:9;bottom:0px;
  right:10px;padding:0;background:url('../img/icon_arrow_up.svg') no-repeat center center;background-size:20px auto;
  color:#fff;width:50px;height:50px;text-align:center;
  -webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.totop i {font-size:2.5em;color:#000;}

.totopshow {position:fixed;opacity:1;display:block;bottom:20px;}
.totopshow:hover {cursor:pointer !important;opacity:0.8;}

@media all and (max-width:991px) {
  .totop {width:40px;height:40px;line-height:46px;}
  .totopshow {bottom:0px;}
  
}


/* 게시물 선택복사 선택이동 */
#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%}


/* 버튼 */
.btn {display: inline-block;color: #000;line-height: 20px;font-size: 16px;padding: 6px 16px;text-align: center;cursor: pointer;transition: .6s background-color, .6s color, .6s border-color;background-color: transparent;border: 1px solid rgba(0,0,0,0.4);}
.btn:hover {background:#000;border:1px solid #000;color:#fff;}

.btn.btn-lg {padding: 14px 80px;}
.btn.btn-md {padding: 8px 60px;}

@media all and (max-width:991px) {
  .btn {font-size:12px;}
  .btn.btn-lg {padding: 9px 60px;}
  .btn.btn-md {padding: 4px 40px;}
  
}




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 !important;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 !important;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {position:relative;width:150px;padding:0px;height:60px;border:0;background:#000;color:#fff;letter-spacing:0;cursor:pointer;}
fieldset .btn_submit {padding:10px;height:24px;line-height:1em;}

.btn_search {width:30px;height:30px;background:url('../img/icon_search.png') no-repeat center center;background-size:20px auto;border:0px;opacity:0.5}
.btn_search:hover {opacity:1;cursor:pointer;}

a.btn_cancel {width:150px;display:inline-block;padding:0px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;line-height:60px;}
button.btn_cancel {display:inline-block;padding:10px;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 10px;height:42px;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:10px 20px;border:1px solid rgba(0,0,0,0.1);background:#fff;color:#000;text-decoration:none;vertical-align:middle;font-weight:500;color:#666;}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:10px 15px;border:1px solid #000;background:#303030;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:10px 15px;border:1px solid #df1628;background:#ea2234;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;border-top:2px solid #000;}
.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-bottom:1px solid #666;color:rgba(0,0,0,0.8);text-align:center;font-weight:normal;}
.tbl_head01 thead a {color:rgba(0,0,0,0.8);font-weight:normal;}
.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:12px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-weight:500;}
.tbl_head01 td {padding:20px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;word-break:break-all}
.tbl_head01 tbody tr:last-child td {border-bottom:0;}




.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;background:#fff;}
.tbl_head02 thead th:last-child {border-right:0;}
.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 h4 {margin-bottom:10px;font-weight:600;background:url('../img/core/arrow.png') no-repeat left center;background-size:20px auto;padding-left:25px;color:#000;font-size:13pt;}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0;border-top:2px solid #000;}
.tbl_frm01 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #ddd;background:#f7f7f7;color:#222;font-size:10pt;text-align:center;letter-spacing:0.5pt;background:#fff;}
.tbl_frm01 thead th:last-child {border-right:0;}
.tbl_frm01 th {padding:10px;width:80px;border:1px solid #e9e9e9;border-left:0;text-align:left;font-weight:500;}
.tbl_frm01 tbody th {}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #ddd;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #ddd;background:#fff;color:#000;}
.tbl_frm01 textarea {padding:2px 2px 3px}

.frm_input {height:42px;padding:0 10px;}
.full_input {width:100%;}
select.frm_input {padding-right:0;}
.frm_input[type=file] {padding:0;}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 select{padding:5px 0;}
.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}

.frm_address {margin-top:5px;width:100%;}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #888
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #888;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #888;
  } 

  
/*기본 리스트*/
.list_01 li{border:1px solid #dbdbdb;background:#fff;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover{background:#f9f9f9}
.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
/*폼 리스트*/
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 {padding:0;margin:0;}
.form_01 ul {padding:0;margin:0;}
.form_01 li{margin:10px 0;list-style:none;padding:0;}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}
  
/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:#fff;}  /*background:url('../img/wrest.gif') #fff 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 0;border-top:3px solid #333;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;width:40px;height:40px;color:#1b1b1b;letter-spacing:0;vertical-align:middle;margin:0;line-height:40px;font-size:11pt;background:#fff;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {text-decoration:none;border:1px solid #ddd;}
.pg_page:hover {border:1px solid #1b1b1b;}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {font-weight:bold;border:1px solid #1b1b1b;color:#1b1b1b;}


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



@media all and (max-width:991px) {
.hidden-xs {display:none;}
}



#section {padding:30px 0 }
.section-pd {padding:60px 0 !important;}

.center {text-align:center;}
.gray {color:#666;}
.red {color:#f01f1f;}
.blue  {color:#000;}
b {font-weight:600;}

.lighter {font-weight:300}
.mg-auto {display:inline-block;*display:inline;margin:0 auto;}

.bg_pink {background:#f9f3f3;}
.bg_gray {background:#f7f7f7;}


.b500 {font-weight:500;}
.b600 {font-weight:600;}
.b700 {font-weight:700;}
.b800 {font-weight:800;}
.b900 {font-weight:900;}

.para {position:relative;margin:0 auto;word-break: keep-all;line-height:180%;font-size:12pt;}
/*
.bar {position:relative;width:65px;height:2px;background:#000;}
*/
.ul01 {position:relative;width:100%;max-width:1000px;padding:0;margin:80px auto 0px auto;display:inline-block;*display:inline;}
.ul01 li {position:relative;float:left;list-style: none;padding:0;margin:0 0 50px 0;min-height:250px;color:#5b5b5b;line-height:180%;}
.ul01 li img {margin-bottom:20px;}
.ul01 li.col-md-4 {width:33.3333%}
.ul01 li.col-md-6 {width:50%}

@media all and (max-width:991px) {
.para {font-size:10pt;}
.ul01 {margin:30px 0;}
.ul01 li {margin-bottom:20px;}
.section-pd {padding:50px 0 !important;}

}




.bg-circle {position:relative;width:100%;height:108px;background:url('../img/bg_circle.png') no-repeat center center;line-height:120px;}

.container img {max-width:100%;}

/* 서브페이지  최근글, 최근댓글 */
.tab_menu {position:relative;float:left;width:100%;padding:0;margin:0;border-bottom:1px solid #ddd;}
.tab_menu li {float:left;color:#777;width:50%;font-size:14px;padding:0;margin:0;text-align:center;height:45px;line-height:45px;cursor:pointer;}
.tab_menu li.active {color:#000;border-bottom:2px solid #000;}

.tab_content {position:relative;float:left;width:100%;padding:15px 0;}