@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:92px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
.container {
    width: 1300px;
    max-width:100%;
}
.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

.navbar-inverse {
	background-color: #FFF;
	border-color: #EFEFEF;
	margin-bottom: 0;
	border-top: 2px solid #eb3f46;
}

.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
	margin-top: 12px;
	height: 40px;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
	  	padding:50px 30px 20px;
	  	font-size: 16px;
	  	font-weight: 600;
	  	color: #333;
	  	-webkit-text-shadow: none;
	  	text-shadow: none;
	  	}
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #CD242B;
  	}
}
/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
  	.navbar-inverse .navbar-nav .dropdown-menu {
		background-color: rgba(62, 63, 70, 0.95);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 0;
		left:50%;
		right:auto;
		transform:translate(-50%, 0);
		}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li {		border-bottom: 1px solid rgba(255, 255, 255, .1);	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li:last-child {		border-bottom: 0;	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
		color: #FFF;
		padding: 13px 13px;
		font-size: 14px;
		line-height: 1;
		text-align: center;
		letter-spacing: -0.02rem;
		}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: rgb(219, 75, 80);
		}
}
/* 상단 서브 메뉴 설정 끝*/
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #CD242B;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #CD242B;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 25px;
}
.q_number div h3 {
    font-size: 16px;
    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: #CD242B;
    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;
}
/* personal setting 0.62v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin: 10px 0 15px;
	text-align:center;
	font-size: 15px;
	color: #333;
	line-height: 1.35;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #CD242B;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important;margin-left: 20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li{
    border-top: 1px solid #222;
    margin: 40px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 9px;
    color: #666;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#CD242B;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#CD242B;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;font-size: 16px;letter-spacing: -0.02em;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #CD242B;
	border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th { color: #222; background:#f5f5f5; padding:10px 15px;}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #CD242B;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 15px;
}

#business02 .table-style tr th,#business02 .table-style tr td {
    padding: 15px 12px !important;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#CD242B;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #CD242B;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.62v end */
/* navigation setting */
.menuTop {
    position:fixed;
    left:0;
    top:0;
    padding-top:10px;
    z-index:1070;
    width:100%;
	/* display:none; */
}
.menuTop .col-md-12 {
    padding: 0;
}
.menuTop button {
    float: right;
    padding: 5px 10px;
    background: #fff;
    border-bottom: none;
    border-top: none;
    font-size: 11px;
    border: 1px solid #ddd;
    color: #666;
    line-height: 1;
}
.menuTop .lang-e-btn {
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.menuTop .lang-k-btn {
    border-right: none;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.menuTop button.active, 
.menuTop button.active:focus, 
.menuTop button.hover {
    background: #eb3f46;
    color: #fff;
    border-color: #eb3f46;
}
.menuTop button:hover, 
.menuTop button:focus {
    background: #f3f3f3;
    color: #222;
}
.menuTop button[disabled="disabled"]:hover {
    background: #CD242B;
    color: #fff;
}
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height:600px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
    text-align: center;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 50px;
    color: #fff;
    line-height: 1.28;
    letter-spacing: -1px;
    font-weight: 500;
}
.carousel-caption p {
    margin: 30px 0 0;
    font-size: 20px;
    line-height: 1.45;
    color: #fff;
    font-weight: 300;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin:0 4px;
	width:11px;
	height:11px;
}
.main-business{
    padding: 80px  0;
}
.main-business a{
    display:block;
    height: 210px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.main-business a:hover{
    box-shadow: 6px 6px 0px 1px rgba(0, 0, 0, 0.1);
}
.main-business a .img-box{
    float:left;
    width: 65%;
    height: 210px;
    overflow: hidden;
    transition:all .3s ease;
}
.main-business a .img-box > div{
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    transition:all .3s ease;
}
.main-business a:hover .img-box{
    width: 60%;
}
.main-business a:hover .img-box > div{
    transform:scale(1.1);
}
.main-business a .txt-box{
    float:left;
    width: 35%;
    height: 240px;
    padding: 15px 10px 10px 20px;
    color:#fff;
    background: #ef474d;
    transition:all .3s ease;
}
.main-business a:hover .txt-box{
    padding: 15px 10px 10px 20px;
    width: 40%;
    background: #3e3e44;
}
.main-business h4 {
    font-size: 18px;
    line-height: 1.2;
}
.main-business h4 span{
    display:inline-block;
    margin-bottom:5px;
    font-weight:bold;
    font-size:16px;
}
.main-business h4 span:after{
    content:'';
    display:block;
    margin-top: 7px;
    margin-bottom: 15px;
    width: 100px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.main-business .more{
    margin:0;
    position:absolute;
    right:20px;
    bottom: 15px;
    font-size: 15px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.8);
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div{
	padding:0;
	background:#fff;
	color:#777;
	font-size:13px;
}
.footer-top{
    text-align: left;
    background: #d7d7d7;
}
.footer-top ul{
    margin:0;
}
.footer-top ul li{
    margin-left:-2px;
    display:inline-block;
}
.footer-top ul li a{
    display:block;
    width: 140px;
    text-align: center;
    padding: 4px 0;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    border-left: 1px solid rgba(255,255,255,0.4);
    border-right: 1px solid rgba(255,255,255,0.4);
    background: #d7d7d7;
}
.footer-top ul li a:hover{
    background: #c2c2c2;
}
.footer-top ul li:last-child a{
    border-left: none;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer-bottom{
    padding: 30px 0 20px;
    background: #eee;
}
.footer_copy .footer-bottom li{
	float:left;
	padding-right: 8px;
	padding-bottom: 2px;
	margin-left: 10px;
	font-size: 14px;
}
.footer_copy .footer-bottom li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:150px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:42px;
    color:#fff;
}
.breadcrumb{
	margin: -32px 0 0 0;
	padding:0;
	background:transparent;
	font-size:13px;
	color: #999;
	text-align: right;
}
.breadcrumb .active{
	color: #333;
}
.breadcrumb>li {
    font-size: 13px;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #999;
    font-family: "FontAwesome";
    font-size: 15px;
}
.subpage-content{
    min-height:600px;
    padding-top: 60px;
    padding-left:30px;
    padding-bottom:80px;
    /* box-shadow: -5px 0 3px rgba(0,0,0,0.05); */
}
.subpage-content .emp{
	font-weight:500;
	color:#CD242B;
}
.subpage-content section{
	padding-bottom:70px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom: 36px;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.01em;
	margin-top: 0;
	padding-top: 14px;
}
.subpage-content section h4:before{
    content:'';
    display:inline-block;
    width: 8px;
    height: 12px;
    transform: skew(-40deg);
    position: absolute;
    top: 0;
    left: 6px;
    background:#ff565b;
}
.subpage-content section h5{
	margin-top: 40px;
	margin-bottom:15px;
	font-size: 20px;
	color: #333;
	letter-spacing: -0.02em;
	font-weight:600;
}
.subpage-content section h6{
	margin-top: 40px;
	margin-bottom:10px;
	font-size: 18px;
	color:#CD242B;
	font-weight:600;
}
.snb{
    text-align:center;
    margin-top: -20px;
}
.snb h2{
    font-size: 28px;
    padding: 50px 0 0 0;
    font-weight:600;
    background: #db4b50;
    margin: 0 20px;
    height: 130px;
    color: #fff;
}
.snb h2::first-letter{
    /* color:#CD242B; */
}
.snb h2:after{
    content:'';
    display:block;
    margin:25px auto;
    width:150px;
    height:2px;
    border-radius:50%;
    background:#222;
    display: none;
}
.snb ul {
    background: #fff;
    margin: 0 20px;
    /* border-left: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    /* border-bottom: 1px solid #ccc; */
}
.snb li{
    padding: 13px 30px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: left;
    position: relative;
}
.snb a{
    display:block;
    color: #333;
    font-size: 16px;
    font-weight:500;
    transition: all .3s ease;
}
.snb a:hover{
    color:#ff0000;
}
.snb .active {
    background: #585f68;
    border: 1px solid #585f68;
}
.snb .active a{
    color: #fff;
    border-color: #585f68;
}
.snb .active:after {
    color: #fff;
}
.snb li:after {
	content: "\f105 ";
	position: absolute;
	color: #666;
	font-family: "FontAwesome";
	font-size: 18px;
	display: inline;
	right: 20px;
	top: 35%;
	line-height: 18px;
}
.subpage-content .title{
    margin-bottom:50px;
    text-align: left;
}
.subpage-content .title h3{
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin: 0;
    color: #333;
    letter-spacing: -0.01em;
}

/*subpage about*/
#about01 .table > tbody > tr > th,#about01 .table > tbody > tr > td {
    text-align: left;
    padding: 20px 10px !important;
}

#about01 .col-sm-8 {
    padding-left: 40px;
}
#about02 .se1 .text-center{
    margin-bottom: 60px;
    text-align: left;
}
#business01 img {
    padding: 10px;
    border: 1px solid #ddd;
}
#business02 img {
    padding: 7px;
}
#business03 img {
    padding: 10px;
    /* border: 1px solid #ddd; */
}
#business03 .col-sm-offset-1 img {
    margin-bottom: 10px;
}
#business04 img {
    padding: 20px;
}
#contact .bbs-area {
    background: #f4f4f4;
    padding: 40px 0 30px;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
#mod_type_formForm .q_number:nth-child(7) .checkbox label:last-child{
    display:none;
}
/*subpage business*/
.prod-wrap dd{
    margin-bottom:10px;
}
#business01 .prod-wrap h5{
    margin-top:0px;
}
.img-wrap{
    margin:15px -5px;
}
.img-wrap > div{
    padding:5px;
}
.img-wrap img{
    margin-bottom: 0px;
    border:1px solid #ddd;
}
@media(max-width:767px){
    .body-layout{
        padding-top:70px;
    }
	.navbar-brand img{
        margin-top:0;
    }
    .navbar-toggle{
        top:15px;
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#333!important;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#ef474d;
    }
    .navbar-nav .open .dropdown-menu{
        background:#f5f5f5;
    }
    .container_slide > .fill, .carousel-inner .item .fill{
        height:380px;
    }
    .carousel-caption h1{
        font-size:32px;
    }
    .carousel-control{
        display:none;
    }
    .carousel-caption p{
        font-size:16px;
    }
    .main-business{
        padding:50px 0;
    }
    .main-business a{
        margin-bottom:5px;
    }
    .main-business a .img-box,
    .main-business a .txt-box{
        width:50%;
    }
    .main-business a:hover .img-box{
        width:40%;
    }
    .main-business a:hover .txt-box{
        width:60%;
    }
    .foot-logo{
        height:40px;
        margin-bottom:15px;
    }
    .subpage-content,
    #about01 .col-sm-8{
        padding-left:15px;
    }
    .subpage-content .title h3{
        padding-bottom:30px;
    }
    .breadcrumb{
        text-align: left;
    }
    .root_daum_roughmap{
        max-width: 100%;
    }
    #business01 .prod-wrap h5{
        margin-top:40px;
    }
}


/* 240731 메뉴,메인 가리기 */
#m-14{
    display: none;
}