
/** 인트로 슬라이드 수정 **/
.flex-caption span.intro-title {font-size: 30px;font-weight: normal;}
.flex-caption span:first-child{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;
    width:200px;
}
/** 모서리 각지게 **/
.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 {
    border:none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */


}

/*navi position change*/
ul.nav
{
    padding:20px;
}

/** 메뉴 폰트 설정 **/
.navbar-inverse .navbar-nav > li > a {color: #333;font-weight:700;font-size:14px;}
/** 메뉴구분선 삭제 **/
.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 #7C5852;border-radius: 3px;}
/** 하단 카피라이트 영역 설정 **/
.footer_copy>.col-lg-12{background:#fff;padding:25px 5px;margin-top:15px;color:#333;}

/**페이지 타이틀**/
.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 img{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;}

/*cur page history*/
.breadcrumb
{
    float:right;
}

/*main page sub navi*/
.light-navi
{
padding: 15px 15px 25px;
}

.light-navi:hover:nth-child(1),
.light-navi:hover:nth-child(2),
.light-navi:hover:nth-child(3),
.light-navi:hover:nth-child(4)
{
background:#2e2e2e;
color:#FFF;
cursor: pointer;
}


/*main page board part*/
.intro-board-widget-layout .intro-boardbox:nth-child(1),
.intro-board-widget-layout .intro-boardbox:nth-child(2)
{
    width:50%;
}

@media all and (max-width:770px) and (min-width:320px)
{
  .intro-board-widget-layout .intro-boardbox:nth-child(1),
  .intro-board-widget-layout .intro-boardbox:nth-child(2)
  {
    width:100%;
  } 
}