/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 설정 */
* {font-family: 'Malgun Gothic', 'dotum', sans-serif !important; letter-spacing: -0.5px;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Malgun Gothic', 'dotum', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none;}

a.disabled {
   pointer-events: none;
   cursor: default;
}

.navbar-inverse {
    background: #444;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    border-top: 2px solid #c9151e;
    top: auto;
    position: absolute;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
@media screen and (max-width: 767px) {
	.topmarginLay_a{height: 64px !important;}
}

/* ----- 메뉴 상단 영역 설정 ----- */
.navbar-top{
    display:none;
/*	width: 100%; 
	padding:  0; 
	background: #ffffff;
	border-bottom: 1px solid #ddd; */
}
/* .navbar-top-wrap{width: 1170px; margin: 0 auto;} */
.navbar-top-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 10px 15px;
    overflow: hidden;
}
.navbar-top-wrap ul{margin:0; padding: 0;}
.navbar-top-wrap ul li{float: left;}
.navbar-top-wrap a {
	margin: 3px;
    font-weight: bold;
	background: #fff !important;
    color: #ff5964 !important;
    border: 1px solid #ff5964;
	transition: all .4s ease;
}
.navbar-top-wrap a:hover {
	background: #ff5964 !important;
	color: #fff !important; 
}
@media screen and (max-width: 991px) {
	.navbar-top-wrap{width: 100%;}
}
@media screen and (max-width: 767px) {
	.navbar-top{display: none;}
	.navbar-header{background-color:black}
}

/* ----- 로고 설정 ----- */
.navbar-brand {
    margin: 0 !important;
    padding: 25px 0;
}
.navbar-inverse .navbar-brand{color: #333; font-size: 28px; font-weight: 400; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); letter-spacing: -1px;}
.navbar-brand img{width: 100%;margin-top:0;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #333; 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: #ddd;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    letter-spacing: -1px;
    padding: 40px 25px;
    margin: 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    /* background: #fff;*/
    background: black;
    color: #c9151e;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}
@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: #c9151e;
    left: 0 !important;
    right: auto !important;
    padding: 15px 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.dropdown-menu > li > a {
    color: #ffc4c4;
    padding: 6px 20px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    letter-spacing: -0.5px;
    line-height: 1;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: rgba(0,0,0,0);
    color: #ffffff;
    font-weight: 600;
}

/* ----- 모바일 메뉴 설정 ----- */
.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: #eeeeee; border-top: 1px solid #eeeeee; color: #ababab; font-size: 12px; text-align: left; padding: 30px 0 10px; margin: 0;} */
 .footer_copy .text-center{background: #262626; border-top: 1px solid #000; color: #ababab; font-size: 12px; text-align: left; padding: 30px 0 10px; margin: 0;}
 .footer_copy_wide {background: #323232; color: #ababab; font-size: 12px; text-align: left; padding: 10px 0; margin:0; margin-top:-28px;}
 .footer_copy_wide .container > a{   color: #fff;
    border: 1px solid;
    padding: 5px 15px;
    position: absolute;
    right: 15px;
    opacity: 0.4;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;}
.footer_copy_wide .container > a:hover{opacity: 0.8;}
.footer_copy_wide .container{position: relative;}
/* .footer-top {width: 100%; max-width: 1170px; margin: 0 auto; padding: 0 15px;} */
.footer-top ul{margin: 0; padding: 0; display: inline-block; width: 100%; margin-bottom: 0;}
.footer-top ul li{float: left;}
.footer-top ul li a{color: #f5f5f5; font-size: 13px; margin-right: 30px;}
.footer-top ul li:last-child a:after{content: ""}
.footer-middle {width: 100%; max-width: 1170px; margin: 0 auto 0; margin-top:20px;}
.footer-middle ul{margin: 0; padding: 0; display: inline-block; width: 100%; line-height: 1.6;}
.footer-middle ul li{float: left; color: #777; }
.footer-middle ul li span:after{content: "|"; color: #323232; padding: 0 6px 0;}
.footer-middle ul li:last-child span:after{content: "";}
.footer-middle p { color: #777; }

.contact_banner p {
    font-size: 16px !important;
    color: #ababab;
	word-break: keep-all;
}
.footer-middle h4 {
    color: #ababab;
    margin: 8px 0 5px;
	font-size: 18px !important;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-align: left;
}
.footer-middle h4 i {
    color: #c50911;
}
.footer-middle h3 {
    color: #f5f5f5;
    font-weight: 600;
    margin-top: 0;
    text-align: left;
    line-height: 1.2;
    display: block;
    float: left;
    width: calc(100% / 2.1);
    font-size: 22px;
    letter-spacing: -1px;
}
.footer-middle h3 span {
    color: #C50911;
    font-size: 32px;
}
@media screen and (max-width: 767px) {
	.footer-middle h3 { width: 100%; clear: both; }
	.contact_banner .pd-left {padding: 0;}
}
@media screen and (min-width: 768px) {
	.footer-middle h3 ~ .col-md-6 {
		width: calc(100% / 3.95)
	}
}
.footer-bottom p{display: inline-block; width: 100%; color: #777;}
.socialArea{display: none;}
.pd-none {padding: 0;}
.pd-left {padding:0 0 0 15px}
.margin-none{margin: 0;}
.pd-right {padding-right: 20px;}
	
@media screen and (max-width: 991px) {
	.footer-top{width: 100%;}
	.footer-middle{width: 100%;}
	.footer-bottom{width: 100%;}
}
/* //푸터 영역 설정 끝*/


/* 슬라이드 설정 시작 */
.carousel.slide{position: relative; height: 1000px;    background: #000;}
.carousel-inner{height: 100%; margin-top:-100px;}
.carousel-inner > div:nth-child(1){height: 100%; background: url('/skin/img/slide/slide.jpg');background-repeat: no-repeat;  background-size: cover; background-position: center; }
.carousel-inner > div:nth-child(2){height: 100%; background: url('/skin/img/slide/slide2.jpg');background-repeat: no-repeat;  background-size: cover; background-position: center; }
.carousel-inner > div:nth-child(3){height: 100%; background: url('/skin/img/slide/slide3.jpg');background-repeat: no-repeat;  background-size: cover; background-position: center; }
.carousel-inner > div > div{height: 100%;}
.gu-slider {
    padding: 0 15px;
}
/* ----- 슬라이드 화살표 버튼 ----- */
.carousel-control{opacity: 1;}
.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);}

/* ----- 슬라이드 텍스트 ----- */
.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 150px 0 0;} 
.slide-right-wrap {
    color: #fff;
    top: 50%;
    margin-top: -190px;
    position: absolute;
    width: 100%;
}
*/
.slide-caption {
/*	height: 100%;
	margin: 200px 0 0;
	text-align: center;
	color: #fff; */
	height: 100%;
	margin: 500px 0 0; 
	text-align: center;
	color: #fff;
	text-shadow :0 0 3px black, 0 0 10px black;
}
.slide-caption h3 {
    margin: 0;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2px;
}
.slide-caption h3:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 25px auto;
}
.slide-caption h5{color: #ff6666; font-size: 18px; font-weight: 600; display: block; margin: 0 0 20px;}
.slide-caption p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

/* ----- 슬라이드 퀵 메뉴 설정 ----- */
.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; }
#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: #f7f7f7;}

/* ----- main-html-area ----- */
.intro-html-layout{margin: 0 0 30px;}
.intro-html-layout > div{padding: 0;}
.intro-html-layout > div > div:nth-child(2){width: 1170px; margin: 0 auto; padding: 50px 0 0;}
@media screen and (max-width: 991px) {
	.intro-html-layout > div > div:nth-child(2){width: 100%;}
}
.main-title {
	margin: 0 0 35px;
	text-align:center;
    letter-spacing: -1.5px;
    word-spacing: -5px;
    font-size: 34px;
    line-height: 1;
}
.main-title span {
	margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #c9151e;
    display: block;
}


/* ---------- 사업분야 박스 ---------- */
.main-con > div{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 img{width: 100%;}
.main-con .tab-wrap [class*=ani]{
	overflow: hidden;
	padding: 0px; 
	width: 100%;
	min-height:280px
}
.main-con .tab-wrap > a .main-ani > div {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 0px 25px 20px;
}
.main-con .tab-wrap > a .main-ani h4 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.4);
    padding-top: 10px;
}
.main-con .tab-wrap > a .main-ani h4:after{
	content: url('/skin/img/main/arrow_ico.png');
	float: right;
}





/* 20190905 가운데 고정 이미지 */
.main-f-title {text-align:center;color:white;text-shadow: 0 0 3px black, 0 0 10px black;margin-top: 205px;}
.main-family > div{padding: 0;}
.main-family .tab-wrap > div{padding: 0; max-width: 100%; }
.main-family .tab-wrap .tab-con{z-index: 1; display: inline-block; position: absolute; left: 0; top: 50%; width: 100%; margin-top: -25px;}
.main-family .tab-wrap > a {
	width: 25%;
	float: left;
	/* 	padding: 0 15px 0; */
}

.main-family .tab-wrap img{width: 100%;}
.main-family .tab-wrap [class*=ani]{
	overflow: hidden;
	padding: 0px; 
	width: 100%;
	min-height:280px
}
.main-family .tab-wrap > a .main-ani > div {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 0px 25px 20px;
}


.main-family .tab-wrap > a .main-ani h4 {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,0.4);
    padding-top: 10px;
}
.main-family .tab-wrap > a .main-ani h4:after{
	content: url('/skin/img/main/arrow_ico.png');
	float: right;
}

/* end */



.tab-wrap .main-ani{
	background-repeat:no-repeat;
	background-size:cover;
}
.tab-wrap .ani1 {
    background-color: #c60b13;
	background-image:url(/skin/img/main/main_box_bg1.png);
}
.tab-wrap .ani2 {
    background-color: #2d2d2d;
	background-image:url(/skin/img/main/main_box_bg2.png);
}
.tab-wrap .ani3 {
    background-color: #133257;
	background-image:url(/skin/img/main/main_box_bg3.png);
}
.tab-wrap .ani4 {
    background-color: #292525;
	background-image:url(/skin/img/main/main_box_bg4.png);
}
.tab-wrap .main-ani i {
	font-size: 65px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 95px;
}
.tab-wrap .ani4:hover {
    background-color: #131111;
}
.tab-wrap .ani3:hover {
    background-color: #071629;
}
.tab-wrap .ani2:hover {
    background-color: #151515;
}
.tab-wrap .ani1:hover {
    background-color: #820a0f;
}

@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 {
    max-width: 1170px;
    margin: 0 auto;
    margin-top:120px;
    padding: 0px 0 60px;
}


/* main bottom img 20190905*/
.intro-row-family {
    max-width: 100%;
    margin: 80px auto;
    padding: 0px 0 60px;
    height:480px;   
    background : url('/skin/img/main/main_bott.jpg');      
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    color:white;  
}


.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 20px;
    margin: 20px 0 20px;
    border-bottom: 1px solid #323232;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #323232;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-align: center;
	cursor: pointer;
}
.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: 0;}
.dh-front-list2-words{margin: 0 !important; padding: 0;}
.dh-front-list2 h6 a, 
.dh-front-list2 h6 a span{
	color: #000 !important;
	font-size: 15px; 
	padding: 0px 0px 4px; 
	letter-spacing:-0.5px;    
	font-weight: 400;
}
.dh-front-list2 .list-row-subject:hover {
    text-decoration: underline !important;
    color: #c9151e;
}
.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: "";
    width: 3px;
    height: 3px;
    background: #c9141e;
    display: block;
    float: left;
    border-radius: 20px;
    margin-top: 7px;
    margin-right: 7px;
}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #000 !important;}
.list-row-contents{display: none;}
/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */
/* ----- 서브페이지 common 설정 ----- */
.sub-layout{width: 100%; padding: 0;}
#content {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 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: 180px; 
	background: url('/skin/img/sub/sub_top.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.visual_wrap .visual_box {
    padding: 0 15px;
    max-width: 1170px;
    margin: 25px auto 0;
}
.visual_wrap h2 {
    margin: 0 0 0;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -1px;
    word-spacing: -2px;
}
.visual_wrap h4 {
    margin: 7px 0 0;
    font-size: 14px;
    color: #c7c7c7;
}
.breadcrumb {
    background: transparent;
    padding: 15px 15px 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto;
}
.breadcrumb>li+li:before{padding: 0 3px;}
.breadcrumb > li.active{color: #eee;}

/* ----- 서브페이지 상단 메뉴 설정 ----- */
.top_menu_wrap {
    padding: 0;
    background: #2d2d2d;
}
.top_menu {
    padding: 0 15px 0;
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
}
.top_menu > li{float: left;}
.top_menu > li > a {
    display: inline-block;
    margin: 0 0 0;
    padding: 12px 80px 12px;
    color: #a9a9a9;
    font-size: 14px;
}
.top_menu > li.active > a {
    color: #fff;
    background: #c9151e;
}
@media screen and (max-width: 991px) {
    .top_menu_wrap{display: none;}
	.top_menu{width: 100%;}
}

/* ----- content 설정 ----- */
.content_wrap > div{padding: 60px 0 50px;}
.content-left{margin: 0 0 50px;}
.content_wrap h3{font-size: 28px; font-weight: 300; line-height: 1.3; margin: 0 0 20px; word-break: keep-all;}
.content_wrap .col-md-9 > h4 {
    font-size: 20px;
    font-weight: 600;
    color: #323232;
    margin: 0 0 20px;
    line-height: 1;
}
.content_wrap .col-md-9 > h4:before {
    width: 20px;
    height: 3px;
    background: #c9151e;
    display: block;
    content: "";
    margin-bottom: 10px;
}
.content_wrap h5{font-size: 15px; line-height: 1.8;}
.content_wrap p {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a;
    margin: 0 0 15px;
    padding: 0 0 10px;
    letter-spacing: -1px;
    word-break: keep-all;
}
.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;}

/* ---------- 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 영역 설정 ---------- */
table {
    font-size: 14px;
    width: 100%;
    border-top: 2px solid #c70a14;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
tr{line-height: 20pt;}
th{padding: 14px 15px; color: #333; font-weight: 500; border-bottom: 1px solid #ddd;}
td{padding: 14px 15px; background-color: #fff; border-bottom: 1px solid #ddd; color: #565656;}

/* --------------- sub page - 회사소개 --------------- */
.greeting {
	margin-bottom: 20px;
}
.greeting .greet-title:before {
    content: "";
    width: 40px;
    height: 5px;
    background: #c9151e;
    display: block;
    margin-bottom: 15px;
}
.greeting .greet-title {
    font-size: 23px;
    letter-spacing: -1.5px;
    word-spacing: -2px;
    color: #323232;
    line-height: 1.5;
    word-break: keep-all;
}
.greeting .greet-title span {
    color: #c9141e;
    font-weight: 600;
}
.greeting .bold {
    font-weight: 600;
}
.greeting img {
	margin-bottom: 20px;
}
.greeting .text-right{
	font-weight: 600;
    font-size: 15px;
}
.table-history th{padding: 12px 15px; color: #555; font-weight: 500; font-size: 17px; background-color: #fff; vertical-align: top;}
.table-location {border-top: 1px solid #ccc; margin: 20px 0 0;}

.main-customer {
	margin-bottom: 15px;	
}

p.vision-title {
    font-weight: 600;
    font-size: 18px;
    color: #323232;
}
.vision-title span {
    color: #c9151e;
}
.vision_box .right p {
    font-weight: 600;
    color: #323232;
}
/* inspector-stylesheet:1
.vision_box .right img {
    margin-bottom: 20px;
} */
/* --------------- sub page - 서비스 소개 --------------- */
.table-equipment{margin: 0; border-top: 1px solid #555;}

.service-introduce {
	margin-bottom: 30px;
}

.service-introduce .service-wrapper {
    padding: 30px;
    margin: 0;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    min-height: 250px;
}
.service-main .service-introduce .service-wrapper:hover {
    border-color: #9c9c9c;
}
.service-introduce .service-wrapper h4 {
	font-size: 20px !important;
	font-weight: 600 !important;
	margin: 0;
	margin-bottom: 10px;
}

.service-introduce .service-wrapper h4:before {
	width: 0;
    height: 0;
    background: none;
    display: none;
    content: none;
    margin-bottom: 0;
}

.service-main .service-introduce:nth-child(1) .col-sm-6:nth-child(1) .service-wrapper h4,
.service-main .service-introduce:nth-child(2) .col-sm-6:nth-child(2) .service-wrapper h4{
	color: #c9151e;
}

.service-main .service-introduce:nth-child(1) .col-sm-6:nth-child(2) .service-wrapper h4,
.service-main .service-introduce:nth-child(2) .col-sm-6:nth-child(1) .service-wrapper h4{
	color: #345fb1;
}
.service-introduce .service-wrapper .num {
    font-size: 30px;
    color: #cecece;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1;
}
.service-introduce .service-wrapper p {
    color: #5a5a5a;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px !important;
    word-break: break-word;
    line-height: 1.6;
    background-image: url(/skin/img/sub/bulit2.png);
    background-repeat: no-repeat;
    background-position: left 11px;
    padding-left: 8px;
}

.service-main .service-introduce .service-wrapper{background-color:#f3f3f3}

/* --------------- sub page - 보유차량 --------------- */
.car-list {
    margin: 0;
    border-top: 1px solid #ddd;
}
.car-li-f {
    border-top: 1px solid #323232;
}
.car-li-l {
    border-bottom: 1px solid #323232;
}
.li-img {
    vertical-align: middle;
}

.li-img img {
    display: block;
    width: 250px;
    height: 145px;
}
.li-text {
    vertical-align: top;
    padding: 25px;
    background: #f3f3f3;
    min-height: 145px;
}
.li-text h4 {
    font-weight: 600;
    color: #323232;
    padding: 0;
    margin: 0;
    word-break: break-word;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
}

/* --------------- sub page - 요금 안내 -------------- */
div.charge-box {
	padding: 25px !important;
    border: 1px solid #d4d4d4;
    margin-bottom: 30px;
}

ul.charge-list {
	color: #5a5a5a;
    font-size: 15px;
    list-style: none;
    margin-bottom: 0;
	padding: 0;
}

.charge-list li {
    margin-bottom: 7px;
    letter-spacing: -1px;
    list-style: none;
    font-size: 14px;
    background-image: url(/skin/img/sub/bulit.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    padding-left: 10px;
}

.car-service td,
.car-service th {
	font-size: 13px !important;
	text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	vertical-align: middle !important
}
.car-service th {
	background-color: #f3f3f3;
}

/* --------------- 보험가입 및 사고대처 ---------------- */
.insurance-table th, 
.insurance-table td {
    border: none;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #323232;
    text-align: center;
    vertical-align: middle;
}

.insurance-table {
	border: none;
}

.insurance-table-plus i{
	margin-top: 50px;
	font-size: 50px;
}

.insurance-table .insurance-table-title {
	text-align: center;
	padding: 66px 30px 50px !important;
	font-size: 26px !important;
	color: #fff;
	border-radius: 50%;
}

.insurance-table tbody > tr:nth-child(1) td:nth-child(1) {
	background-color: #27A4AF;
} 
.insurance-table tbody > tr:nth-child(1) td:nth-child(3) {
	background-color: #3C99D8;
} 
.insurance-table tbody > tr:nth-child(1) td:nth-child(5) {
	padding: 60px 30px !important;
	font-size: 18px !important;
	background-color: #3158A6;
} 

.li-list {
    margin: 0;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #ddd;
}
.li-list + .li-list {
    border-top: none;
    border-bottom: 1px solid #323232;
	margin-bottom: 40px;
}
.li-content {
    vertical-align: middle;
    padding: 20px;
    word-break: break-word;
}
.li-content p {
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
    word-spacing: -1px;
}
.li-content .high {
    font-weight: 600;
    color: #c9151e;
}
.li-title {
    vertical-align: middle;
    text-align: center;
    padding: 25px 0;
    background: #f3f3f3;
}

.li-title h4 {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    padding: 10px 0 0px;
    margin: 0;
}

.li-title i {
    font-size: 30px;
    vertical-align: middle;
    text-align: center;
    color: #3158a6;
}

@media screen and (min-width: 768px) {
}

/* 메인 하단 영역 */
.qna-table table th {
	width: 25%;
}
.qna-table table * {
	word-break: keep-all;
}

.map-area iframe {
    width: 100%;
    height: 241px;
    border: none;
}

/* --------------- sub page - 메일문의 --------------- */
.form-control{padding: auto 16px; height: auto; font-size: 13px; line-height: 1.6; color: #666; border-radius: 0;}
#mailForm .btn-primary{background: #414141; border-radius: 0; border: 1px solid #414141 !important; padding: 8px 0 8px;}
#mailForm .btn-primary:focus, #mailForm .btn-primary:hover{background-color: #414141 !important; border: 1px solid #414141 !important;}

/* --------------- 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{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{width: 1170px; margin: 0 auto;}
.dh-board{
	padding: 80px 15px 60px;
}
.img-bbs-default-index-layout .row:nth-child(2){padding: 75px 30px 0;}
.dh-view-box{padding: 70px 30px 40px;}
.form-horizontal{padding: 70px 0 50px;}
#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 > tbody > tr > th {
    background-color: #f3f3f3;
    font-weight: 600;
}
.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: 12px 13px;
    color: #555;
    font-size: 14px;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: #323232;
    background: #f3f3f3;
}
.table > tbody > tr > td > strong > a {
    color: #323232;
}
.table > tbody > tr > td > strong > a:hover {
    color: #c9151e;
    text-decoration: underline !important;
}
.dh-board > .table-hover {
    border-top: 2px solid #c9151e;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 0px;
}
.table-hover>tbody>tr:hover {
    background-color: #ffffff;
}
.dh-margin-top{margin-top: 40px; display: inline-block;}
button#btnNew {
    background: #c9151e;
    border: 1px solid #c9151e;
}

.img-bbs-default-index-layout div:nth-child(4) .col-lg-12 {
	text-align: center;
}
/* ----- 비디오 게시판 설정 ----- */
.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: #f3f3f3;
    border: 1px solid #dddddd !important;
    color: #666666;
}
.pagination > li > a, .pagination > li > span{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;}



.sub-layout #insertForm h2 {
	display: none !important;
}

.sub-layout #content.qna-board {
	display: none;
}

.board-wrapper {
	padding: 80px 0 0 0 !important;
}

.board-wrapper > h4 {
    font-size: 20px;
    font-weight: 600;
    color: #323232;
    margin: 0 0 20px;
    line-height: 1;
}
.board-wrapper > h4:before {
    width: 20px;
    height: 3px;
    background: #c9151e;
    display: block;
    content: "";
    margin-bottom: 10px;
}
.bbs-reply{
	margin-bottom: 60px;
	padding: 0 45px;
}
.bbs-reply .commentText2{
	font-size: 14px;
}
.bbs-reply .commentText2 + .row + p{
	font-size: 12px;
}
.bbs-reply .commentText2 + .row + p .btn-group{
	margin: 0;
}
/* //게시판 설정 끝 */


/* 팝업 설정 */
.popup-title {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	background-color: #2D2D2D;
	color: #fff;
	margin: 0 !important;
	padding: 10px;
}

.dh-popup {
	padding: 0px !important;
}


.dh-popup p:nth-child(1) {
	display: none;
}

.table-responsive {
	overflow-x: visible;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle !important;
}
/* mod form */
#mod_type_formForm {
    max-width: 800px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 25px;
}
.q_number div h3 {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 700 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}
#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #c9151e;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox ,
   .form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label ,
   .form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .checkbox label input ,
   .form-horizontal .radio label input {
    margin-top: 4px;
}
#company04 .main-customer img{width: 100%;}