/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 설정 */
* {font-family: 'Noto Sans KR','Malgun Gothic',sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans KR','Malgun Gothic',sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none;}


/* 메뉴 설정 시작 */
.navbar-inverse {
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    position: absolute;
    top: auto;
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
.topmarginLay_a{
/* 	height: 124px !important; */
}
@media screen and (max-width: 767px) {
	.topmarginLay_a{height: 64px !important;}
}

/* ----- 메뉴 상단 영역 설정 ----- */
.navbar-top{width: 100%; padding: 0; background: #414141;}
.navbar-top-wrap{width: 1170px; margin: 0 auto;}
.navbar-top-wrap ul{margin:0; padding: 0;}
.navbar-top-wrap ul li{float: left;}
.navbar-top-wrap .navbar-top-btn{margin: 0; padding: 12px 15px; display: inline-block; color: #c8c8c8; font-size: 12px; font-weight: 300; line-height: 1;}
.navbar-top-wrap ul li:last-child .navbar-top-btn{background: #2a2a2a; color: #fff;}
@media screen and (max-width: 991px) {
	.navbar-top-wrap{width: 100%;}
}
@media screen and (max-width: 767px) {
	.navbar-top{display: none;}
}

/* ----- 로고 설정 ----- */
.navbar-inverse .navbar-brand{
    color: #0f66c8;
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0;
    padding: 30px 15px;
    line-height: 1;
	text-align:center;
}
.navbar-inverse .navbar-brand small{
	display: block;
    font-size: 13px;
    margin-top: 5px;
    opacity: 0.5;
}
.navbar-inverse .navbar-brand img{
	width: 100%;
}
.navbar-inverse .navbar-brand:hover, 
.navbar-inverse .navbar-brand:focus{
	color: #0f66c8; 
	background-color: transparent;
}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand{margin: 32px 0 0;}
    .navbar-brand img{width: 180px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand{margin: 20px 0 0;}
    .navbar-top > div > a{margin: 5px 20px 0;}
}

/* ----- 메인 메뉴 설정 -----*/
.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.3px;
    padding: 40px 20px 20px;
    margin: 0 10px 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background: #fff;
	color: #0f66c8; 
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #0f66c8;
    border: none;
}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 22px 0px 18px 0px; padding: 12px 20px 12px 20px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 0; padding: 14px 20px 14px 20px;}
	.navbar-nav .open .dropdown-menu{padding: 0;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color: #333; border: none !important; margin: 0 0 0; background: #f7f7f7;}}

/* ----- 서브 메뉴 설정 -----*/
.dropdown-menu {
    background: #0f66c8;
    left: 0 !important;
    right: auto !important;
    padding: 20px 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.dropdown-menu > li > a {
    color: #fff;
    padding: 8px 30px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    line-height: 1;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background: rgba(0,0,0,0);
    color: #fff13e;
    font-weight: 400;
}

/* ----- 모바일 메뉴 설정 ----- */
.navbar-toggle{background: #d50d0d; border-radius: 0; border: none; margin: 15px 20px 15px; padding: 10px 10px;}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #fff; background: #d50d0d;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px;}
}
/* //메뉴 설정 끝 */


/* 푸터 영역 설정 시작 */
.footer_copy .text-center {
    background: #333;
    color: #777;
    font-size: 15px;
    text-align: left;
    padding: 60px 0;
}
.footer-top {width: 1170px; margin: 0 auto 10px; padding: 0 15px;}
.footer-top ul{margin: 0; padding: 0; display: inline-block; width: 100%;}
.footer-top ul li{float: left; display: inline-block;}
.footer-top ul li a{color: #666; font-size: 13px; margin-right: 30px;}
.footer-top ul li:last-child a:after{content: ""}
.footer-middle {
    max-width: 1170px;
    margin: 0 auto 20px;
    padding: 0 15px;
}
.footer-middle ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 2;
}
.footer-middle ul li{float: left; display: inline-block;}
.footer-middle ul li span:after {
    content: "|";
    color: #555;
    padding: 0 10px 0;
}
.footer-middle ul li:last-child span:after{content: "";}
.footer-bottom {max-width: 1170px; margin: 0 auto; padding: 0 15px;}
.footer-bottom p {
    margin: 0;
}
.footer-bottom + br {
    display: none;
}
.socialArea{display: none;}
@media screen and (max-width: 991px) {
	.footer-top{width: 100%;}
	.footer-middle{width: 100%;}
	.footer-bottom{width: 100%;}
}
/* //푸터 영역 설정 끝*/


/* 슬라이드 설정 시작 */
.carousel.slide{position: relative; height: 480px;}
.carousel-inner{height: 100%; border-bottom: 2px solid #f2f2f2;}
.carousel-inner > div:nth-child(1){height: 100%; background: url('/skin/img/slide/0409_slide1.jpg');}
.carousel-inner > div:nth-child(2){height: 100%; background: url('/skin/img/slide/slide02_030702.jpg');}
.carousel-inner > div:nth-child(3){height: 100%; background: url('/skin/img/slide/slide3.jpg');}
.carousel-inner > div:nth-child(4){height: 100%; background: url('/skin/img/slide/0409_slide4.jpg');}
.carousel-inner > div:nth-child(5){height: 100%; background: url('/skin/img/slide/slide02_030705.jpg');}
.carousel-inner > div:nth-child(6){height: 100%; background: url('/skin/img/slide/slide02_030706.jpg');}

.carousel-inner > div:nth-child(2) .slide-right-wrap,
.carousel-inner > div:nth-child(2) .slide-caption h5,
.carousel-inner > div:nth-child(3) .slide-right-wrap,
.carousel-inner > div:nth-child(3) .slide-caption h5,
.carousel-inner > div:nth-child(5) .slide-right-wrap,
.carousel-inner > div:nth-child(5) .slide-caption h5,
.carousel-inner > div:nth-child(6) .slide-right-wrap,
.carousel-inner > div:nth-child(6) .slide-caption h5{
	color:#222;
}

.carousel-inner > div > div{height: 100%;}
.carousel-indicators {
    bottom: 30px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    background: #ccc;
    border: none;
    margin: 0 2px;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0 2px;
    background: #0f66c8;
    border: none;
}
/* ----- 슬라이드 화살표 버튼 ----- */
.carousel-control{opacity: 1;display:none;}

/* .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{margin-top: -50px;}
.glyphicon-chevron-left:before{content: url(/skin/img/default/left-arrow.png);}
.glyphicon-chevron-right:before{content: url(/skin/img/default/right-arrow.png);}
.carousel-control:hover .glyphicon-chevron-left:before{content: url(/skin/img/default/left-arrow-hover.png);}
.carousel-control:hover .glyphicon-chevron-right:before{content: url(/skin/img/default/right-arrow-hover.png);} */

@media screen and (max-width: 1400px) {
	.carousel-control{display:none!important;}
}

/* ----- 슬라이드 텍스트 ----- */
.gu-slider{
	padding:0 15px;
}
.slide-box-left{height: 100%; width: 280px; float: left; position: relative;}
.slide-left-wrap{top: 50%; margin-top: -190px; position: absolute; width: 100%;  height: 380px;}
.slide-left-wrap h5{color: #c80e0e; font-size: 15px; font-weight: 400; font-family: "나눔고딕" !important; margin: 0 0 8px;}
.slide-left-wrap h3{color: #333; font-size: 21px; font-weight: 500; line-height: 1.3; margin: 0 0 15px;}
.slide-left-wrap p{font-size: 13px; color: #999;}
.slide-banner-top, .slide-banner-bottom{position: absolute; width: 100%; height: 180px;}
.slide-banner-top{top: 0; background: url('/skin/img/default/slide-banner-top.jpg'); padding: 28px 30px 30px;}
.slide-banner-bottom{bottom: 0; background: url('/skin/img/default/slide-banner-bottom.jpg'); padding: 30px 30px 30px;}
/* .slide-box-right{position: relative; float: right; height: 100%; width: 640px; margin: 0 250px 0 0;} */
.slide-box-right {
    position: relative;
    height: 100%;
}
.slide-right-wrap {
    color: #fff;
    top: 27%;
    bottom: auto;
    position: absolute;
    width: 100%;
}
.slide-caption h3 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.3px;
    color: #3b97ff;
}
.slide-caption h5 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    display: block;
    margin: 0 0 20px;
}
.slide-caption p {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    opacity: 0.85;
    letter-spacing: -0.5px;
}

/* ----- 슬라이드 퀵 메뉴 설정 ----- */
.carousel.slide #main_btn{position: absolute; z-index: 1000; bottom: 0; height: 100%; width: 20%; right: 0; background: rgba(0,0,0,0.6);}
#main_btn ul{margin: 0; padding: 0; height: 100%;}
#main_btn ul li{width: 100%; margin: 0; height: 20%; border-bottom: 1px solid rgba(255,255,255,0.2);}
#main_btn ul li:last-child{border-right: none;}
#main_btn ul li a{display: block; width: 100%; height: 100%; padding: 45px 30px 30px; color: #fff;}
#main_btn ul li a:hover, #main_btn ul li a:focus{background: #000;}
#main_btn ul li a h3{margin: -8px 10px 0 3px; float: left; display: inline-block;}
#main_btn ul li a h4{font-size: 19px; font-weight: 400; margin: 0;}
#main_btn ul li a p{font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5); margin: 0;}
/* ----- //슬라이드 퀵 메뉴 설정 ----- */

@media screen and (max-width: 991px) {
	#main_btn > ul{width: 100%}
}
@media screen and (max-width: 767px) {
	.gu-slider{display: none;}
}
/* //슬라이드 설정 끝 */


/* 메인 페이지 설정 시작 */
.container_contents {width: 100%; padding: 0; background: #fff;}

/* ----- main-html-area ----- */
.intro-html-layout{margin: 0 0 30px;}
.intro-html-layout > div{padding: 0;}
.mainPage {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (max-width: 991px) {
	.intro-html-layout > div > div:nth-child(2){width: 100%;}
}

/* ---------- 사업분야 박스 ---------- */
.main-con > div, .main-con .tab-wrap{padding: 0;}
.main-con .tab-wrap > div{padding: 0; width: 33.333333%;}
.main-con .tab-wrap .tab-con{z-index: 1; display: inline-block; position: absolute; left: 0; top: 50%; width: 100%; margin-top: -25px;}
.main-con .tab-wrap > a {width: 25%; float: left; padding: 0 15px 0;}
.main-con .tab-wrap > a .main-ani > div{position: absolute; z-index: 1; bottom: 1%; width: 100%; height: 50px; margin: 0 0 -3px 0; padding: 10px 30px 10px 30px; background-color: rgba(0, 0, 0, 0.7); font-size: 14px; color: #cecece;}
.main-con .tab-wrap > a .main-ani:hover > div{background: #000;}
.main-con .tab-wrap > a .main-ani > div h4{font-size: 17px; font-weight: 400; color: #fff; display: block; margin: 10px 0 20px;}
.main-con .tab-wrap > a .main-ani > div h4:after{content: url('/skin/img/default/main-plus-icon.png'); display: inline-block; float: right;}
.main-con .tab-wrap img{width: 100%;}
.main-con .tab-wrap [class*=ani]{overflow: hidden; padding: 0; width: 100%;}

@media screen and (max-width: 991px) {
    .main-con .tab-wrap > div{width: 100%; margin: 0 0 5px;}
    .main-con .tab-wrap > a{width: 100%; margin: 0 0 5px;}
}
/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */
.intro-board-widget-layout{width: 1170px; margin: 0 auto; padding: 10px 0 30px;
display:none;
}
.intro-boardbox {width: 50%;}
@media screen and (max-width: 991px) {
	.intro-board-widget-layout{width: 100%;}
	.intro-boardbox{width: 100%;}
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header{padding: 0 0 10px; margin: 20px 0 10px; border-bottom: 1px solid #6d6d6d;}
.intro-boardbox .page-header h4{margin: 0; color: #555; font-size: 17px; font-weight: 600; letter-spacing: -0.01em;}
.intro-boardbox .page-header h4 .btn{padding: 5px 0 0; margin: 0; line-height: 1;}
.intro-boardbox .page-header h4 .btn:hover, .intro-boardbox .page-header h4 .btn:active{box-shadow: 0 0 0 rgba(0,0,0,0) !important;}
.intro-boardbox .page-header h4 .btn .fa-plus:before{content: url('/skin/img/default/board-plus-icon.png');}

/* ---------- 게시판 리스트 설정 ---------- */
.intro-boardbox .front-panel > .panel{padding: 0; border: none; border-radius: 0px; background: transparent; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.intro-boardbox .panel-body{padding: 5px 0px 5px;}
.dh-front-list2-words{margin: 0 !important; padding: 0;}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{color: #666; font-weight: 400; font-size: 13px; padding: 8px 0;}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #303030;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 380px; white-space: nowrap;}
.list-row-subject:before{content: "∙"; color: #d50d0d; font-weight: bold; padding-right: 11px;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */
/* ----- 서브페이지 common 설정 ----- */
.sub-layout{width: 100%; padding: 0;}
#content {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    #content{width: 100%; padding: 0 15px 50px; border-left: none;}
}
@media screen and (max-width: 767px) {
    #content{width: 100%; padding: 0 10px 50px; border-left: none;}
}

/* ----- 서브페이지 상단 이미지 설정 ----- */
.visual_wrap {
    height: 240px;
    background: url(/skin/img/sub/sub-top.jpg);
}
.visual_box {
    max-width: 1170px;
    margin: 0 auto;
    padding: 55px 15px 0;
}
.visual_wrap h2 {
    margin: 0 10px 0 0;
    font-size: 44px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
}
.visual_wrap h4 {
    font-size: 15px;
    color: #fff;
    opacity: 0.75;
    display: inline-block;
    font-weight: 400;
}
.breadcrumb_wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.breadcrumb_wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.breadcrumb {
    background: transparent;
    right: 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    color: #fff;
    opacity: 0.75;
    padding: 15px 0 0;
    margin: 0;
}
.breadcrumb>li+li:before{padding: 0 3px;}
.breadcrumb > li.active{color: #eee;}

/* ----- 서브페이지 상단 메뉴 설정 ----- */
.top_menu_wrap {
    padding: 0;
    background: #0f66c8;
}
.top_menu {
    padding: 0 15px 0;
    margin: 0 auto;
    max-width: 1170px;
}
.top_menu > li{float: left;
	width:20%;
}
#pro .top_menu li{
	width:14.2857%;
}
.top_menu > li > a {
    display: inline-block;
    margin: 0 0 0;
    padding: 12px 0 12px;
	width:100%;
	text-align:center;
    color: #fff;
    opacity: 0.75;
    font-size: 18px;
    border-bottom: 1px solid transparent !important;
}
.top_menu > li.active > a {
    color: #0f66c8;
    opacity: 1;
    background: #fff;
}
.top_menu > li > a:hover,
.top_menu > li.active > a:hover {
    text-decoration: none;
}
.top_menu > li > a:hover {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .top_menu_wrap{display: none;}
	.top_menu{width: 100%;}
}

/* ----- content 설정 ----- */
.content_wrap > div{
	padding: 80px 0 80px;
}
.content-left{margin: 0 0 50px;}
.content_wrap h3 {
    font-size: 32px;
    font-weight: 400;
    border-bottom: 2px solid #166ac9;
    padding-bottom: 6px;
    display: inline-block;
    margin: 0 0 20px;
    line-height: 1;
}
.content_wrap h4 {
    font-size: 24px;
    font-weight: 500;
    color: #0f66c8;
    line-height: 25px;
    margin: 0 0 20px;
    letter-spacing: -0.3px;
}
.content_wrap h5{font-size: 15px; line-height: 1.8;}
.content_wrap p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #666;
    margin: 0 0 10px;
	letter-spacing: -0.3px;
}
.content_wrap hr{margin-top: 40px; margin-bottom: 40px; border: 0; border-top: 1px solid transparent;}
.title-line {
    background: #c80e0e;
    height: 1px;
    width: 20px;
    margin: 0 0 30px;
    display: none;
}

/* ---------- tab 메뉴 설정 ---------- */
.nav-tabs{border: 1px solid #dedede; background: #fff; margin: 30px 0 40px;}
.nav-tabs > li{margin: -1px 0 0;}
.nav-tabs > li > a{margin: 0 0 0; padding: 12px 50px 12px; line-height: 1; border-right: 1px solid #ddd; border-radius: 0; color: #555; font-size: 14px; font-weight: 500;}
.nav-tabs > li > a:hover{background: #f7f7f7; border: 1px solid #dedede; border-left: 1px solid transparent;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color: #d50d0d; background: #fff; border: none; border-top: 1px solid #d50d0d; border-right: 1px solid #dedede;}
.tab-content h4{font-size: 18px;}
.tab-content h5{font-size: 17px; margin: 0 0 10px;}

/* ---------- table 영역 설정 ---------- */

.content-right table {
    width: 100%;
    border-top: 2px solid #222;
    border-bottom: 1px solid #222;
	margin: 20px 0 0
}

.content-right table td,
.content-right table th {
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #666;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
}

.content-right table th {
    background: #f3f3f3;
    font-weight: 400;
    color: #222;
}

/* --------------- sub page - 회사소개 --------------- */
.content-right .table-history {
	margin: 0;
}
.content-right .table-history th {
    color: #0f66c8;
    font-size: 24px;
    background: #fff;
}
.content-right .table-history .month {
    color: #222;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
/* --------------- sub page - 사업분야 --------------- */
.table-equipment{margin: 0; border-top: 1px solid #555;}

/* --------------- sub page - 회원가입 --------------- */
.login-layout{width: 1170px; margin: 0 auto;}
.join-agree-layout .sub_top_wrap{margin-top: -40px; margin-bottom: 40px;}
@media screen and (max-width: 991px) {
	.login-layout{width: 100%;}
}

/* --------------- sub page - 로그인 --------------- */
.login-layout .panel{border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid transparent;}
.login-layout .panel-body h2{margin: 0; color: #454545; font-size: 20px; font-weight: 500; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p{font-size: 13px; color: #666;}
.login-layout .inner-box-form form label{font-size: 14px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background: #fff !important; border: 1px solid #d5d5d5;}
.login-layout .btn-warning{background-image: none; background-color: #414141; border: none; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); text-shadow: 0 0 0 rgba(0,0,0,0); color: #f5f5f5;}
.login-layout .btn-warning:focus, .login-layout .btn-warning:hover{background: #c80e0e;}
.login-layout form > div > p > a{display: inline-block; float: left; font-size: 12px; color: #777;}
.login-layout form > div > p > a:hover{color: #303030;}
.login-layout form > div > p > a:after{content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after{content: "";}
/* //서브 페이지 설정 끝 */


/* 게시판 설정 시작 */
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{max-width: 1170px; margin: 0 auto;}
.dh-board{padding: 80px 30px 20px;}
.img-bbs-default-index-layout .row:nth-child(2){padding: 75px 30px 0;}
.dh-view-box{padding: 70px 30px 40px;}
#mailForm{padding: 90px 30px 20px;}
@media screen and (max-width: 991px) {
	.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%;}
}

/* ----- 텍스트 게시판 설정 ----- */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 14px 10px; color: #555; font-size: 14px;}
.table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
.table > tbody > tr > td > strong > a{color: #555;}
.dh-board > .table-hover{border-top: 1px solid #d50d0d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.table > tbody > tr:hover > td > strong > a{color: #222;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

/* ----- 비디오 게시판 설정 ----- */
.vod-index-layout .dhb-txt-box{margin: 0px 5px 10px; width: 48%; float: left; border: 1px solid #d5d5d5; background-color: #fff;}
@media screen and (max-width: 767px) {.vod-index-layout .dhb-txt-box{width: 100%; margin: 10px 0 10px;}}
.vod-index-layout .dhb-txt-box > .dhb-txt-list{width: 100%; border-right: none;}
.vod-index-layout .dhb-txt-box > .col-md-4{display: none;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list > .row > div:nth-child(2) > a.btnRead{border-bottom: 0px solid transparent !important;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list h5 > a{color: #767676; font-weight: 400;}

/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #d50d0d;}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #d50d0d; border: 1px solid #d50d0d !important;}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box{margin-top: 40px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0;}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}

/* ----- tab 메뉴 설정 ----- */
.filter-items{padding: 0 0 0;}
.filter-items .filter-label{color: #333; font-size: 13px; background-color: #f7f7f7; border: none; margin: 0px 1px 5px; padding: 12px 28px 12px;}
.filter-items .filter-label:hover{color: #fff; background-color: #d50d0d;}
/* //게시판 설정 끝 */




/* 메인 페이지  */
.main-page{margin-top:180px;}

/* ===== main ===== */
.container_contents {
    background: #f4f4f4;
    width: 100%;
    margin: 0;
    padding: 0;
}
.container_contents .intro-html-layout {
    background: #fff;
    width: 100%;
    margin: 0;
}
.container_contents .intro-html-layout > .col-sm-12 {
/*     max-width: 1170px; */
    float: none;
    margin: 0 auto;
}


/* 메인페이지 상자 */
#carousel_inner {
    float: left;
    width: 630px;
    overflow: hidden;
    background: #F0F0F0;
}

#carousel_ul li img {
    width: 200px;
    height: 110px;
}

#carousel_ul {
    position: relative;
    left: -210px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 9999px;
    padding-bottom: 10px;
}

#carousel_ul li {
    float: left;
    width: 200px;
    padding: 0px;
    height: 110px;
    background: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#carousel_ul li img {
    margin-bottom: -4px;
    cursor: pointer;
    cursor: hand;
    border: 0px;
}

#left_scroll, #right_scroll {
    float: left;
    height: 130px;
    width: 35px;
    margin-top: 50px;
    margin-left: 20px;
}

#left_scroll img, #right_scroll img {
    border: 0;
 /* remove the default border of linked image */
/*styling*/
    cursor: pointer;
    cursor: hand;
}

#left_scroll img {
    width: 25px;
    height: 25px;
}

#right_scroll img {
    width: 25px;
    height: 25px;
}


.sectionTitle {
	font-size: 36px;
	letter-spacing: -0.03em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 400;
}

#section1 {
	padding-bottom: 90px;
}

#section1 .sectionTitle {
	margin-bottom: 50px;
}

.section1-item {
	position:relative;
    border: 1px solid #e0e0e0;
    text-align: center;
	transition:all 0.3s;
}

.section1-item img{
	max-height:40px;
}
.section1-item-header img{
	max-height:50px;
	margin-bottom:5px;
}
.section1-item-header {
    margin: 15px 0;
    line-height: 1.5;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.3px;
    display: block;
	min-height: 93px;
}

.section1-item-header span {
    display: block;
    margin-top: 5px;
	margin-bottom:15px;
    font-size: 12px;
    color: #888;
    letter-spacing: 0;
    line-height: 1;
}

.mainPage p {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.8;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
	#section1 .container > .row > .col-md-3:last-child {
		border-right: 0;
	}
}

.m-menu-title {
    font-size: 32px;
    color: #222;
    line-height: 1;
    margin: 0 0 40px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 2px solid #0f66c8;
    padding-bottom: 6px;
}

.btn-m {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	line-height:109px;
	opacity:0;
	text-align:center;
	font-weight:700;
    display: block;
    background: rgba(15, 102, 200,0.8);
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}

.section1-item:hover {
    border-color: #0f66c8;
}
.section1-item:hover .btn-m {
    opacity:1;
	color:#fff;
}

.section1-item .btn-m:hover {
    text-decoration:none;
}

.middle-con {
    margin-bottom: 60px;
    margin-top: 60px;
}
.middle-con2 {
    margin: 0 0 80px;
}
.m-menu-location {
    line-height: 1;
}
.location-list {
    padding: 20px 25px;
    margin: 0;
    background: #f3f3f3;
}
.location-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #222;
    letter-spacing: -0.3px;
}


/* ---------- sub - service center ---------- */

.form-horizontal {
    padding: 60px 0 80px;
}

.q_number {
    margin-bottom: 20px;
}

.q_number div h3 {
    margin: 0 0 15px !important;
    float: none !important;
    color: #222;
    display: block;
    font-size: 16px;
    letter-spacing: -0.3px;
}

.q_number div h3 i {
    display: none;
}

.q_number div h3:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #0f66c8;
}

.form-control {
    height: auto;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    border-radius: 0;
}

.q_number input, 
.q_number textarea,
.q_number select {
    margin: 0;
    border: 1px solid #e0e0e0;
}

.q_number textarea {
    height: 200px;
}

.q_number .radio {
    padding: 0;
}

.q_number .radio label {
    line-height: 1;
    margin-right: 15px;
}

.btn-wrap {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
	float:none !important;
}

.btn-wrap .btn-primary {
    float: none !important;
    border-radius: 0;
    background: #e0e0e0;
    color: #222;
    font-size: 16px;
    letter-spacing: -0.3px;
    border: none;
    padding: 15px 60px;
	transition: all 0.3s;
}

.btn-wrap .btn-primary i {
    display: none;
}

.btn-wrap .btn-primary:hover {
    background: #0f66c8;
    color: #fff;
}

/* 주요품목 박스링크들 */
.card {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	min-height: max-content;
}
.business-link-box:after{
	content:'';
	display:block;
	clear:both;
}
.business-link-box > div{
	margin-bottom:10px;
}
.business-link-box a {
    position: relative;
    display: block;
    color: #999;
    text-align: center;
}
.business-link-box a:hover{
	color:#333;
}
.business-link-box .card{
	border-width:2px;
	transition:all .4s ease;
}
.business-link-box .card {
    padding: 40px 20px;
}
.business-link-box a:hover .card{
	border-color:#325db3;
	box-shadow:5px 5px 5px rgba(0,0,0,0.05);
}

.business-link-box .fa {
    margin-bottom: 14px;
    font-size: 50px;
    color: #444;
}
.business-link-box a:hover .fa{
	color:#325db3;
}
.business-link-box .fa-arrow-right{
	margin-bottom:0;
	font-size:1em;
	color:inherit;
}


/* ------------------18.04.16------------------- */

@media(min-width:993px){
	.m-menu-wrap .col-md-2{
		width:14.2857%;
	}
	
}

