/* 웹폰트 Import */
/* @import url(http://fonts.googleapis.com/css?family=Noto+Sans); */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 설정 */
* {font-family: 'Nanum Gothic', 'Noto Sans KR','Malgun Gothic', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Nanum Gothic', '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: none;
    border-top: 5px solid #9c1c1c;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    position: absolute;
    top: auto;
}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
.topmarginLay_a{height: 95px !important;}
@media screen and (max-width: 767px) {
	.topmarginLay_a{height: 59px !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-brand img{
    width:135px;
}

.navbar-brand {
    padding: 15px 15px;
    padding-top:0px;
}
.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{
    margin-top: 0;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #333; background-color: transparent;}
@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-brand {
		padding: 15px;
	}
	.navbar-brand img {
		width: 130px;
	}
    .navbar-top > div > a{margin: 5px 20px 0;}
}

/* ----- 메인 메뉴 설정 -----*/
.navbar-fixed-top .container{
        padding-top: 33px;
    
}

.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-size: 16px;
    font-weight: 800;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.02em;
    padding: 20px 30px;
    margin: 0;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    background: #fff;
    color: #b71717;
    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: #b71717;
    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-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: #fcfcfc; left: 0 !important; right: auto !important; padding: 20px 0; margin: 0; margin-left: -15px; border-radius: 0; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 0 0 rgba(0,0,0,0); min-width: 170px;}
.dropdown-menu > li > a{color: #333; padding: 8px 30px; margin: 0px 0px 0px 0px; font-size: 15px; font-weight: 400; text-align: left; letter-spacing: -0.02em;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{background-image: none; color: #d50d0d;}

/* ----- 모바일 메뉴 설정 ----- */
.navbar-toggle {
    background: #9c1c1c;
    border-radius: 0;
    border: none;
    margin: 10px 15px 10px;
    padding: 10px 10px;
}
@media(max-width: 767px) {
	.navbar-nav {
		margin: 0 -15px;
	}
	.navbar-nav .open .dropdown-menu {
		margin-left: 0;
		background: #e3e3e3;
	}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #555;
		background: rgba(0,0,0,0);
		font-size: 13px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent;
		text-decoration: underline;
		font-weight: 600;
	}
}
/* //메뉴 설정 끝 */


/* 푸터 영역 설정 시작 */
.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-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 {width: 1170px; margin: 0 auto 20px; padding: 0 15px;}
.footer-middle ul{margin: 0; padding: 0; display: inline-block; width: 100%; line-height: 1.6;}
.footer-middle ul li{float: left; display: inline-block;}
.footer-middle ul li span:after{content: "|"; color: #dedede; padding: 0 6px 0;}
.footer-middle ul li:last-child span:after{content: "";}
.footer-bottom {width: 1170px; margin: 0 auto; padding: 0 15px;}
.footer-bottom p{display: inline-block; width: 100%;}
.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: 520px;
}
.carousel-inner{height: 100%;}
.carousel-inner > div:nth-child(1){height: 100%; background: url('/skin/img/slide/slide01.jpg');}
.carousel-inner > div:nth-child(2){height: 100%; background: url('/skin/img/slide/slide02.jpg');}
.carousel-inner > div > div{height: 100%;}

/* ----- 슬라이드 화살표 버튼 ----- */
.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; 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;
    width: 800px;
	height: 100%;
    margin: 0 auto;
}
.slide-right-wrap {
    color: #fff;
    top: 22%;
    position: absolute;
    width: 100%;
    height: 288px;
    text-align: center;
}
.slide-caption {
    height: 100%;
    background-image: url(/skin/img/main/slide-txt-wrap.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    padding-top: 40px;
}
.slide-caption h3 {
    margin: 0 0 30px;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: -0.06em;
    display: inline-block;
}

.slide-caption h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    background: #9c1c1c;
    max-width: 150px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 8px 0;
}
.slide-caption p {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.8px;
}

/* ----- 슬라이드 퀵 메뉴 설정 ----- */
.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 > .col-sm-12 {
    padding: 0;
}
.intro-html-layout {
    margin: 0;
}
.intro-html-layout > div > div:nth-child(2) {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 10px 40px;
}
@media screen and (max-width: 991px) {
	.intro-html-layout > div > div:nth-child(2){width: 100%;}
}

/* ---------- 사업분야 박스 ---------- */
.main-con, .tab-wrap {
    overflow: hidden;
}
.tab-wrap > div.col-sm-3 {
    padding: 0 5px;
}
.tab-wrap a {
    display: block;
	position: relative;
}
.tab-wrap > div:nth-child(1) a {
    background: #2a2a2a;
}
.tab-wrap > div:nth-child(2) a {
    background: #a21212;
}
.tab-wrap > div:nth-child(3) a {
    background: #4f4f4f;
}
.tab-wrap > div:nth-child(4) a {
    background: #772020;
}
.tab-wrap a h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 20px;
    line-height: 1;
}
.tab-wrap a p {
    position: absolute;
    top: 72px;
    left: 20px;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0;
}
.tab-wrap a img {
    opacity: 0.6;
    transition: 0.2s;
	width:100%;
}
.tab-wrap a:hover img {
    opacity: 0.3;
}
/*
.main-con > div, .main-con .tab-wrap{padding: 0;}
.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{max-width: 1170px; margin: 0 auto; padding: 0 0 60px;}
.intro-boardbox {width: 50%;}
@media screen and (max-width: 991px) {
	.intro-board-widget-layout{width: 100%;}
	.intro-boardbox{width: 100%;}
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.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: #555;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 0;
    letter-spacing: -0.5px;
}
.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: "";
    background: #9c1c1c;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 6px;
}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}

.inquiry-wrap {
    overflow: hidden;
    background: #f3f3f3;
    padding: 20px 25px 20px;
}
.inquiry-wrap .intro-left {
    float: left;
    width: 40%;
    text-align: center;
    padding-right: 15px;
}
.inquiry-wrap .intro-left i {
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    font-size: 35px;
    color: #9c1c1c;
    margin: 0 auto;
    padding: 26px 0 0;
    display: inline-block;
}

.inquiry-wrap .sub-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.inquiry-wrap .sub-list li {
    margin-bottom: 5px;
    list-style: none;
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.inquiry-wrap .intro-right {
    float: left;
    width: 60%;
    padding-left: 15px;
	padding-top: 6px;
}
.inquiry-wrap span {
    letter-spacing: -0.5px;
}
.inquiry-wrap a.inquiry-btn {
    width: 100%;
    max-width: 220px;
    margin: 10px 0 0;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: block;
    background-color: #9c1c1c;
    letter-spacing: -0.5px;
}
.main-title {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #333;
    padding: 15px;
    margin: 0 0 ;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
}



/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */
/* ----- 서브페이지 common 설정 ----- */
.sub-layout{width: 100%; padding: 0;}
#content {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 15px 80px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    #content{width: 100%;border-left: none;}
}
@media screen and (max-width: 767px) {
    #content{width: 100%; padding: 30px 15px 50px; border-left: none;}
}

/* ----- 서브페이지 상단 이미지 설정 ----- */
.visual_wrap {
    height: 250px;
    background: url(/skin/img/sub/subtop_bg.jpg);
    text-align: center;
}
.visual_wrap .visual_box {
    padding-top: 30px;
}
.visual_wrap h2 {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.8px;
}
.visual_wrap h4 {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    opacity: 0.7;
    margin: 0;
}
.breadcrumb{background: transparent; margin: 0 0 30px; padding: 15px 15px 0; border-radius: 0; font-size: 12px; font-weight: 400; text-align: right; color: #aaa;}
.breadcrumb>li+li:before{padding: 0 3px;}
.breadcrumb > li.active{color: #eee;}

@media (max-width: 767px) {
    .visual_wrap {
		height: 200px;
		background-position: 77% center;
	}
	.visual_wrap .visual_box{
		padding-top:12px;
	}
	.visual_wrap h2 {
		font-size: 30px;
	}
	.visual_wrap h4 {
		font-size: 13px;
	}
}


/* ----- 서브페이지 상단 메뉴 설정 ----- */
.top_menu_wrap {
    padding: 0;
    background: #4c4c4c;
	float:none;
}
.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 65px 12px;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.top_menu > li > a:hover {
    text-decoration: none;
    background: #555;
    color: #fff;
}
.top_menu > li.active > a,
.top_menu > li.active > a:hover{
    color: #ffffff;
    background: #656565;
}
@media screen and (max-width: 991px) {
    .top_menu_wrap{display: none;}
	.top_menu{width: 100%;}
}

/* ----- content 설정 ----- */
#content > .content_wrap {
    margin-bottom: 60px;
	overflow:hidden;
}
#content > .content_wrap:last-child {
    margin-bottom: 0;
}
.content-left{margin: 0 0 50px;}
.content_wrap .sub_title {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    border-top: 2px solid #9c1c1c;
    letter-spacing: -1px;
    color: #333;
    margin: 0;
    padding-top: 15px;
}
.content_wrap .con_tit {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.5px;
    margin: 0 0 15px;
    line-height: 1;
}
.content_wrap .con_tit:before {
    content: "\f058";
    font-family: fontawesome;
    color: #9c1c1c;
    margin-right: 7px;
}
.content_wrap p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
    margin: 0;
    letter-spacing: -0.5px;
}
.mT40 {
    margin-top: 40px !important;
}
/* ---------- 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 #333;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
	letter-spacing: -0.5px;
}
tr{line-height: 20pt;}
th {
    padding: 14px 15px;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #d3d3d3;
    background: #f3f3f3;
}
td{padding: 14px 15px; background-color: #fff; border-bottom: 1px solid #ddd; color: #565656;}

/* --------------- sub page - 회사소개 --------------- */
.table-location {border-top: 1px solid #ccc; margin: 20px 0 0;}

/* --------------- sub page - 사업분야 --------------- */
.table-equipment{margin: 0; border-top: 1px solid #555;}

/* --------------- 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: #fff;
    border-radius: 0;
    border: 2px solid #9c1c1c !important;
    padding: 15px 10px;
    margin: 80px auto 0;
    max-width: 200px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #9c1c1c;
}
#mailForm .btn-primary:focus, .btn-primary:hover {
    background-color: #9c1c1c !important;
    border-color: #9c1c1c;
    color: #fff !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{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;}
.img-bbs-default-index-layout .row:nth-child(2){padding: 75px 30px 0;}
.dh-board,
#mailForm,
.form-horizontal,
.dh-view-box{
    padding: 60px 15px 80px;
}
@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: 2px solid #333;
    border-bottom: 1px solid #dedede;
    margin: 0px 0 20px;
}
.dh-board > .table-hover th {
    font-weight: 600;
}
.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:0px; 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: #f3f3f3;
    border: 1px solid #ddd;
    color: #555;
}
.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 0}
#btnNew {
    background: #9c1c1c;
    border: 1px solid #9c1c1c;
}
/* ----- 게시글 뷰 페이지 설정 ----- */
.sns-box{display: none;}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px 20px;
    background: #f3f3f3;
}
.dh-view-box>.row>.page-header h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    letter-spacing: -0.5px;
}
.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;}
/* //게시판 설정 끝 */


/*각 서브메뉴 배경*/

/* ----- menu1 ----- */
/* com01 */
.content_wrap .greeting-text p {
    margin-bottom: 15px;
}
.content_wrap .greeting-text .greeting-top {
    font-size: 24px;
    font-weight: 600;
    color: #9c1c1c;
    letter-spacing: -0.8px;
    line-height: 32px;
    margin-bottom: 25px;
}
.content_wrap .greeting-top span {
    color: #333;
}
.content_wrap .greeting-text .ceo {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    margin-top: 30px;
}

/* com02 */
.principle_box {
    border: 1px solid #ddd;
    border-right: none;
    /*padding: 50px 40px;*/
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.principle_title span{
    font-size:12.5px;
}
.principle_box_wrap .principle_top {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 0;
    padding: 15px;
    
    display:none;
}
.principle_box .icon_wrap {
    margin-bottom: 15px;
}
.icon_wrap i {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 85px;
}

.principle_box.box1 .icon_wrap i {
    background: #b72828;
}
.principle_box.box2 .icon_wrap i {
	background: #505050;
}
.principle_box.box3 .icon_wrap i {
    background: #3a5b90;
}
.principle_box.box4 .icon_wrap i {
    background: #639a5a;
}


.principle_box .principle_title {
    margin: 20px 0 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.principle_box.box4 {
    border-right: 1px solid #ddd;
}
.principle_list {
    padding: 0;
    margin: 0;
    border-top: 2px solid #333;
}
.principle_list li {
    border-bottom: 1px solid #ddd;
    padding: 20px 15px;
}

/* com03 */
.table-history th {
    padding: 12px 15px;
    color: #9c1c1c;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.5px;
    background-color: #fff;
    vertical-align: middle;
}
.table-history .month {
    font-weight: 600;
    color: #333;
    letter-spacing: -0.5px;
    text-align: center;
}

/* ----- menu2 ----- */
.img-thumbnail {
    margin-bottom: 30px;
    border-radius: 0;
    padding: 5px;
}


/* ----- menu4 ----- */
/* major customer */
.partner-table td {
    border: 1px solid #dedede;
	padding:20px;
}
.partner-table {
    border-top: 1px solid #dedede;
}

/*community*/
#mailTop{
    
}
#noticeTop{
    
}

.ul-li{
    font-size :19px;
    padding-left : 15px;
}

#content h3.con_tit {
    font-size: 22px;
    margin: 0 0 10px;
    padding: 0 15px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 600;
    color: #444;
    position: relative;
}
#content h3.con_tit:before {
    content: "";
    background: #c31d1d;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sam-sung {
    color: #0d47b3;
    font-weight: 600;
}
.sk-hi {
    color: #ef8600;
    font-weight: 600;
}

.sub-in-text{
    margin-top:20px;
    margin-bottom:30px;
}

/* button cursor*/
button:disabled,
button[disabled]{
cursor: default!important;
}

/*초반깜빡임*/
.navbar-right{
    visibility: hidden;
}
.slide-right-wrap h3,
.slide-caption p,
.tab-wrap div:nth-child(1) h4,
.tab-wrap div:nth-child(2) h4,
.tab-wrap div:nth-child(3) h4,
.tab-wrap div:nth-child(4) h4,
.tab-wrap div:nth-child(1) p,
.tab-wrap div:nth-child(2) p,
.tab-wrap div:nth-child(3) p,
.tab-wrap div:nth-child(4) p,
.page-header h4,
.main-title,
.inquiry-wrap div span,
.inquiry-wrap div a,
#mailTop .breadcrumb li:nth-child(2),
#mailTop .breadcrumb li:nth-child(3),
#noticeTop .breadcrumb li:nth-child(2),
#noticeTop .breadcrumb li:nth-child(3),
#mailTop .visual_box h2,
#noticeTop .visual_box h2,
.text-bbs7 .top_menu li:nth-child(1) a,
.text-bbs7 .top_menu li:nth-child(2) a
.text-bbs10 .top_menu li:nth-child(1) a,
.text-bbs10 .top_menu li:nth-child(2) a,
.text-bbs7 .no-attached th:nth-child(1),
.text-bbs7 .no-attached th:nth-child(2),
.text-bbs7 .no-attached th:nth-child(3),
.text-bbs7 .no-attached th:nth-child(4),
.text-bbs10 .no-attached th:nth-child(1),
.text-bbs10 .no-attached th:nth-child(2),
.text-bbs10 .no-attached th:nth-child(3),
#search_kind_txt,
.input-group-btn input,
#btnNew{
    visibility: hidden;
}


/* language btn */
.lang-btn-area {
    position: absolute;
    width: 100%;
}
.lang-btn-wrap {
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
    /*padding: 22px 15px 0;*/
    padding-top:5px;
}
.lang-btn-wrap .btn {
    font-size: 11px;
    color: #555;
	padding: 5px 15px;
    border-radius: 0;
}
.lang-btn-wrap .btn-en {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    /*border-left: 0;*/
}
.lang-btn-wrap .btn-ko {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.lang-btn-wrap .btn.active{    
	background: #6b0202;
    color: #fff;}

/*2019-06-13*/
#com04 .content-right img{padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 6px rgba(120,120,120,0.4);}






