/** 웹폰트 호출 **/
@import url(http://fonts.googleapis.com/css?family=Damion);
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
/** 인트로 슬라이드 수정 **/
.flex-caption>.intro-title:first-child{font-family: 'Damion', cursive, "NanumBarunGothic";}
.flex-caption span.intro-title {font-size: 30px;font-weight: normal;}
.flex-caption span:first-child{background:none;text-shadow: horizontal-offset vertical-offset blur color;text-shadow: 2px 4px 3px rgba(0,0,0,0.3);}
/** 슬라이드 테두리 설정 **/
.flexslider {border: 0px solid rgba(255, 255, 255, 1);border-radius: 0px;}
.flexslider {box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2)!important;}
/** 로고위치(상하) 조절 **/
.navbar-brand img {margin-top: -2px;}
/** 모서리 각지게 **/
.none-radius{border-radius: 0px !important;}
/** 최상단여백 크기 설정 **/
.topmarginLay_a{padding:55px;}
@media (max-width: 768px) {
.topmarginLay_a{padding:85px;}
}
@media (max-width: 768px) {
.topmarginLay_a{padding:85px;}
}
/** 각각의 페이지 타이틀 설정 **/
.panel-default >.vine-title-title{background-repeat: none;padding:30px 0;}
/** 타이틀백그라운드 이미지 **/
.custom-back1{border-bottom:1px solid #333;}
/**  **/
/*.custom-title{padding:25px 0;}*/
.navbar-inverse { background: #FFFFFF; border-bottom: 3px solid #0E4217; }
/** 메뉴 폰트 설정 **/
.navbar-inverse .navbar-nav > li > a {padding: 25px;color: #333;font-weight:700;font-size:15px;}
/** 메뉴구분선 삭제 **/
.navbar-inverse .divider-vertical {border-right-color: rgba(236, 205, 171, 1);border-left-color: rgba(195, 130, 16, 1);display:none;}
/** 서브메뉴 하단 보더처리 **/
.navbar-nav > li > .dropdown-menu {border-bottom: 5px solid #0E4217;border-radius: 3px;}
/** 하단 카피라이트 영역 설정 **/
.footer_copy>.col-lg-12{
  background: #FFFFFF;
  border-top: 3px solid #0E4217;
  padding: 25px 5px 0;
  margin-top: 15px;
  color: #0ecb7d;
}
/** body 배경 **/
body{background-image:url(/skin/img/ps_neutral.png);}
/**페이지 타이틀**/
.vs-title-box{background:#fff;border:1px solid #ddd;background-image:url(/skin/img/title-deco.png) no-repeat right bottom;margin:0 0 55px;}
.vs-title-img{}
.vs-title-img img{width:100%;}
.vs-title-txt{}
/*css3 애니메이션 입니다. 익스플로러 9 이하 버전에서는 작동하지 않습니다.*/
.navbar-brand>img {  animation-duration: 1s;  animation-name: slidedown;}
@keyframes slidedown {
  from {    margin-top: -200px;    width: 100%  }
  to {    margin-top: 0px;    width: 100%;  }
}
@-webkit-keyframes slidedown {
  from {    margin-top: -200px;    width: 100%  }
  to {    margin-top: 0px;    width: 100%;  }
}
/**ClearFix**/
.dh-board,.dh-view-box{clear:both;}
/**인트로 HTML 설정**/
.intro-html{margin:25px 0;}
.vs-intropanel{background:#fff;padding:10px;border:1px solid #ddd;min-height:250px;}
.vs-intropanel p{font-size:11px;}
.vs-intropanel a{color:#000;display:block;}

/*Vine*/

p.vBox{
   /*max-width:800px;*/
   margin:20px auto !important;
   padding:15px;
   font-size:14px;
   line-height:28px;
   font-weight:400;
   color:#999;
   background:#f8f8f8;
   border-top:3px solid #eee;
   border-bottom:3px solid #eee;
}

.vUnderline {    }
.vSubtitle{font-size:12px;padding:0 0 0 40px;}

.vborder#DDD{border:1px solid #ddd;}

.vboxH450{height:450px;}
.vbox1{background:#FFF; padding:15px; border:1px solid #ddd;margin:0 0 15px;}
.vbox2{background:#FFF;}

.thumbnail {margin:0 0 15px 0;}

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	color: #777777;
	vertical-align: baseline;
}
img, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	font-size: 15px;
}
p {
	line-height: 1.5;
	margin: 0 0 10px;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: middle!important;
}
.page-header {
	border-bottom: 1px solid #D9D9D9;
}
.dh-front-list2 h5,
.dh-front-list2 h5 a,
.dh-front-list2 h5 p,
.dh-front-list2 h5 span {
	font-size: 12px!important;
}
.dh-front-list2 h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.dh-view-box {
	margin-left: 15px;
	margin-right: 15px;
}
.dh-view-box > .row > .page-header {
	padding: 13px 5px;
}
.intro-widgetbox > .page-header {
	border: 1px solid #D9D9D9;
}
.btnEdit i,
.btnDelete i {
	color: #eee;
}
.intro-widgetbox > .page-header > h5 {
	padding: 10px 0px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open>a:focus,
.navbar-inverse .navbar-nav > .open>a:hover {	
	color: #000;
	background: #FFFFFF;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.navbar-inverse .navbar-nav > .open>a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color: #000;
}
/* end reset browser styles */

.img-center {
  margin: 0 auto;
}

.color-org {
  color: #FF5300;
}

.main-btn .section:hover {
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  background: #E7F5FE;
  -webkit-transition: border 0.5s, background 0.5s;
  transition: border 0.5s, background 0.5s;
}

.main-btn .section {
  border: 1px solid transparent;
  border-radius: 5px;
}

.main-btn img {
  margin: 10px auto;
}

.main-btn h2 {
  margin: 10px 0;
  font-size: 22px;
  font-weight: 700;
}

.content-title-box {
  margin-top: 20px;
}

.content-title-icon img {
  width: 40px;
  margin: 0 auto;
}

.content-title-txt {
  text-align: center;
}

.content-title-txt > div {
  opacity: 0.8;
  margin: 15px 0;
  min-width: 150px;
  padding: 7px 30px;
  display: inline-block;
  background: #FF5300;
  border: 1px solid #dcdcdc;
  -moz-box-shadow: 0px 5px 10px #C0C0C0;
  -webkit-box-shadow: 0px 5px 10px #C0C0C0;
  box-shadow: 0px 5px 10px #C0C0C0;
}

.content-title-txt h2 {
  color: #FFFFFF;
  font-weight: 700;
}

.path {
  color: #969696;
  font-size: 12px;
  text-align: center;
}

.path h4 {
  margin: 10px 0;
  display: none;
}

.path ol {
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
}

.path ol li {
  color: lightslategray;
  float: left;
  padding-right: 3px;
}

.content {
  padding: 30px;
  margin-top: 230px;
  border-radius: 15px;
  background: #FFFFFF;
  border: 1px dashed rgba(14, 66, 23, 0.3);
}

.content ol {
  background: linen;
  padding: 10px 30px;
}

.content ol li {
  margin-bottom: 10px;
}

.history-icon {
  width: 80px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  background: url('/skin/img/icon_calendar.png') no-repeat;
}

.history-conts h3 {
  color: #333333;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}

.history-conts ul {
  padding-left: 0;
  margin-bottom:20px;
}

.history-conts li {
  margin-bottom: 5px;
  list-style-type: none;
}

.table1 {
  margin-top: 10px;
}

.table1 th {
  width: 75px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  background: royalblue;
  border: 2px solid #FFFFFF;
}

.table1 td {
  background: lavender;
  border: 2px solid #FFFFFF;
}

.ideology img {
  margin: 0 auto;
}

.ideology-box {
  margin-bottom: 10px;
}

.ideology-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.ideology-box .col-md-3 {
  padding: 15px;
  border-radius: 10px;
  background: lightblue;
  border: 1px solid lightgray;
}

.ideology-box h3 {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.ideology-box p {
  padding: 10px 0;
}

.dh-front-gallery > div {
  margin-bottom: 25px;
}

.led_03 > div {
  margin-bottom: 30px;
}

.led_03 h3 {
  color: #333;
  font-size: 22px;
  margin-bottom: 10px;
}

.led_03 i {
  color: #333;
}

.led_06 h3 {
  color: #F17A00;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.led_06 ul {
  margin-bottom: 20px;
  list-style-type: disc;
}

#address {
margin: 0;
font-size: 12px;
line-height: 1.5em;
}

#address img {
  margin: 0 auto 15px;
}

#address span {
padding-right: 15px;
}

#copy {
font-size: 12px;
}