/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-right:0!important;}

/* 폰트 설정 */
* {font-family: 'Noto Sans KR', 'Malgun Gothic',sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans KR', 'Malgun Gothic',sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none;}

/* 상단 메뉴 설정 시작 */
.navbar-inverse{background: #fff; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border-bottom: none; position: absolute; top: auto;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
    border-right: 1px solid #4b5665 !important;
    background: #2c415f;
}
.navbar ~ br {display: none;}
.topmarginLay_a{height: 160px !important;}
@media screen and (max-width: 991px) {.topmarginLay_a{height: 170px !important;}}
@media screen and (max-width: 767px) {.topmarginLay_a{height: 85px !important;}}

/* ----- 메뉴 상단 영역 설정 시작 ----- */
.navbar-inverse > .container{width: 100%; padding: 0;}
.navbar-inverse .navbar-wrap {
    margin: 0 auto;
    position: relative;
    max-width: 1170px;
    padding: 22px 15px 30px;
    overflow: hidden;
}

.higlight{
	font-size: 27px;
    font-weight: 600;
}
.navbar-inverse .navbar-wrap .navbar-logo {
    text-align: center;
}
.navbar-inverse .navbar-wrap .navbar-logo a {
    text-align: center;
    display: block;
    max-width: 585px;
    margin: 0 auto;
    position: relative;
}
.navbar-logo .logoText {
    color: #a5a5a5;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    float: right;
    margin-top: 33px;
	word-break: keep-all;
}
.navbar-logo .logoText .color01 {
    color: #0067a7;
}

.navbar-logo .logoText .color02 {
    color: #00a4e5;
}

.navbar-logo .logoText .color03 {
    color: #a4d1f1;
}
.navbar-inverse .navbar-wrap .navbar-small{position: absolute; top: 50px;}
.navbar-inverse .navbar-wrap .navbar-small > ul{list-style: none; padding: 0;}
.navbar-inverse .navbar-wrap .navbar-small > ul > li{float: left; padding: 0;}
.navbar-inverse .navbar-wrap .navbar-small > ul > li > a{color: #909090; font-size: 13px;}
.navbar-inverse .navbar-wrap .navbar-small > ul > li > a:after{content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.navbar-inverse .navbar-wrap .navbar-small > ul > li:last-child > a:after{content:"";}
.navbar-inverse .navbar-wrap .navbar-small > ul > li:hover > a{color: #333;}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-wrap{width: 100%;}
    .navbar-inverse .navbar-wrap .navbar-logo{margin: 20px 0 15px; padding: 10px 15px 10px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse > .container:first-child{display: inline-block; float: left; width: 80%;}
    .navbar-inverse > .container:last-child{display: inline-block; float: right; width: 20%;}
    .navbar-inverse .navbar-wrap .navbar-small{display: none;}
}
/* ----- //메뉴 상단 영역 설정 끝 ----- */


/* ----- 메인 메뉴 설정 시작 -----*/
.navbar-collapse {
    background: #212d3e;
}
.navbar-inverse .navbar-brand{display: none;}
.navbar-inverse .navbar-nav{float: none !important; margin: 0 auto !important; 
width: 1170px;
    /*width:782px;*/
}
.navbar-inverse .navbar-nav > li > a {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    text-align: center;
    letter-spacing: -0.3px;
    padding: 13px 30px 13px;
    margin: 0;
    min-width: 195px;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-right: 1px solid #4b5665 !important;
	border-bottom: 1px solid #4b5665 !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-right: 1px solid #4b5665 !important;
    background: #2c415f;
}
.navbar-inverse .navbar-nav {
    border-left: 1px solid #4b5665 !important;
}
.caret{display: none;}
.navbar-inverse .divider-vertical{display: 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: 15px; margin: 0; padding: 14px 20px 14px 20px; text-align: left; width: 100%;}
    .navbar-collapse{position: absolute; left: 0px !important;}
}
/* ----- //메인 메뉴 설정 끝 -----*/


/* ----- 서브 메뉴 설정 시작 -----*/
.dropdown-menu {
    left: 0 !important;
    right: auto !important;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0px 1px rgba(0,0,0,0.1);
    min-width: 100%;
    width: 100%;
    background: #fbfbfb;
	border: none;
}
.dropdown-menu > li > a {
    background: transparent;
    color: #555;
    padding: 15px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    text-align: center;
    letter-spacing: -0.3px;
}
.dropdown-menu > li:last-child > a{border-bottom: none !important;}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background: #405777;
    color: #ffffff;
}
@media (min-width:768px){
	.navbar-nav>li {
		width: 25%;
	}
}
@media screen and (max-width: 767px) {
    .dropdown-menu{padding: 0;}
}
/* ----- //서브 메뉴 설정 끝 -----*/


/* ----- 모바일 메뉴 시작 ----- */
.navbar-toggle{background: #494f48; border-radius: 3px; border: none; margin: 31px 30px 31px 0; padding: 12px 12px;}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #555; background: #f7f7f7;text-align:left;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px;}
}
/* ----- //모바일 메뉴 끝 ----- */
/* 상단 메뉴 설정 끝 */


/* 하단 카피라이트 설정 시작*/
.footer_copy {
    overflow: hidden;
}
.footer_copy .text-center {
    color: #9fa2a7;
    padding: 0 0;
    margin: 0;
    text-align: left;
    background: #212d3e;
}
.footer-con {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-con {
    max-width: 1170px;
    margin: 0 auto;
    padding: 18px 15px;
}
.footer-top {width: 100%; display: inline-block; 
/*padding: 28px 0 8px;*/
}
.footer-top > ul{list-style: none; padding: 0; margin: 0;}
.footer-top > ul > li{display: inline-block; float: left;}
.footer-top > ul > li > a{color: #858585; padding-right: 20px; font-size: 12px; font-weight: 400;}
.footer-top > ul > li:hover > a, .footer-top > ul > li:focus > a{color: #222;}
.footer-bottom{width: 100%; display: inline-block;}
.footer-bottom p {
    font-size: 14px;
	margin: 0px;
}
.footer-con + br {
    display: none;
}
.socialArea{display: none;}
@media screen and (max-width: 991px) {
    .footer-con{width: 100%;}
}
/* 하단 카피라이트 설정 끝*/


/* 슬라이드 설정 시작*/
.container_slide{width: 100%; padding: 0;}
.carousel-control{display: none;}
.gu-slider .carousel-inner .item{height: 550px; background-size: cover !important; background-position: center !important;}
.gu-slider .carousel-inner .item > .container {
    position: relative;
    height: 100%;
    padding: 225px 0 60px;
}
.slide-caption {
    text-align: center;
    color: #fff;
}
.slide-caption em{display: inline-block; position: relative; padding-left: 25px; font-size: 12px; font-weight: 500; font-style: normal; line-height: 15px;}
.slide-caption em span{position: absolute; top: 0; left: 0; font-size: 28px; font-weight: 300; line-height: 28px;}
.slide-caption h3 {
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-shadow: 0 0 4px rgba(0,0,0,0.6);
    margin: 20px 0 0;
	
		/* 	 0302 */
		text-shadow: 0 0 26px rgb(0, 0, 0);
	word-break: keep-all;
	
}
.slide-caption p {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    background: #026ba9;
    padding: 6px 30px;
}

/* ----- 슬라이드 버튼 박스 영역 ----- 
.slide-box-right{position: absolute; right: 0; width: 15%;}
.slide-box-right .title{ padding: 34px 10px 34px; background: #026ba9; text-align: center;}
.slide-box-right .title h2{padding: 0;position: relative; margin-bottom: 10px; color: #fff; font-size: 20px; font-weight: 300; line-height: 1;}
.slide-box-right .title p{color: #d7fffd; font-size: 13px; line-height: 16px; word-wrap: break-word; word-break: keep-all;}
.button-wrap{padding: 0; background: #fff;}
.button-wrap li{border-top: 1px solid #ddd; text-align: left;}
.button-wrap li a { padding: 20px 30px 20px; display: block; color: #333;}
*/
/* ----- 슬라이드 버튼 ----- */
.carousel-indicators {
    bottom: 40px;
}
.carousel-indicators li, 
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: none;
    background: #fff;
/* 	background:#4fa9de; */
	margin: 0 2px 0;
}
.carousel-indicators li {
    opacity: 0.5;
}
.carousel-indicators .active {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .slide-box-left{width: 70%;}
    .slide-box-right{width: 30%;}
}
@media screen and (max-width: 767px) {
/*     .container_slide{display: none;} */
}
/* 슬라이드 설정 끝*/


/* 메인 페이지 설정 시작 */
.mobile-btn-layout-container{display: none;}
.container.container_contents{width: 100%; padding: 0; background: #fff;}

/* ----- main-html-area ----- */
.intro-html-layout {
    margin: 0;
}
.html-header{color: #026ba9; font-size: 23px; font-weight: 400; margin: 0 0 15px; padding: 0 0 6px; border-bottom: 2px solid #ccc; letter-spacing: -0.03em;}
.html-header .btn{color: #999; padding: 2px 5px 2px; margin: 0; font-size: 20px; line-height: 1;}
.html-header .btn:hover, .html-header .btn:active{box-shadow: 0 0 0 rgba(0,0,0,0); color: #ed7744;}
.html-header .btn .fa-plus:before{content: "\f105";}

/* ---------- 사업분야 영역 ---------- */
.main-wrap {width: 1170px; margin: 0 auto; min-height: 140px;}
.main-con {width: 25%; float: left; padding: 10px 0px 10px 25px; margin: 20px 0 20px; border-right: 1px solid #d5d5d5;}
.main-con-text {display: inline-block; float: left;}
.main-con-text h5{font-size: 14px; color: #454545; font-weight: 500; margin: 0 0 10px;}
.main-con-text p{font-size: 13px; line-height: 17px; color: #888888; font-weight: 400; margin: 0 0 15px;}
.main-con-img {float: right; display: inline-block; padding: 0 15px 0;}
@media screen and (max-width: 991px) {
    .main-wrap{width: 100%;}
    .main-con{width: 50%;}
}
@media screen and (max-width: 767px) {
    .main-con{width: 100%; padding: 10px 20px 10px 30px;}
}
/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */
.intro-board-widget-layout{width: 1170px; margin: 0 auto; padding: 30px 0 35px;}
.intro-boardbox {width: 33.333333%;}
@media screen and (max-width: 991px) {
    .intro-board-widget-layout{width: 100%;}
    .intro-boardbox{width: 100%;}
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header{padding: 0 0 6px; margin: 20px 0 25px; border-bottom: none;}
.intro-boardbox .page-header h4{margin: 0; color: #454545; font-size: 20px; font-weight: 500; letter-spacing: 0.01em;}
.intro-boardbox .page-header h4 .btn{padding: 0; margin: 0;}
.intro-boardbox .page-header h4 .btn .fa-plus:before{content: url('/skin/img/main/btn-board-more.png');}
.intro-boardbox .banner-wrap {min-height: 100px;}
.intro-boardbox .banner-icon{display: inline-block; float: left; height: 100px; margin: 0 30px 0 15px;}
.banner-text{display: inline-block;}
.banner-text h5{margin: 6px 0 12px; font-size: 14px; font-weight: 500; color: #343434;}
.banner-wrap:last-child:hover .banner-text h5{text-decoration: underline;}
.banner-text h3{margin: 0 0 5px; color: #026ba9; font-size: 23px; font-weight: 500;}
.banner-text p{font-size: 13px; margin: 0 0 0; color: #666;}

/* ---------- 게시판 리스트 설정 ---------- */
.intro-boardbox .front-panel > .panel{
    padding: 0; background-color: transparent !important; border: none; border-radius: 0px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body{padding: 0;}
.dh-front-list2-words{margin: 0 !important; padding: 12px 0 12px; border-bottom: 1px solid #dedede;}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{color: #707070; font-weight: 400; font-size: 13px;}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #333; text-decoration: none;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 250px; white-space: nowrap;}
.intro-boardbox:first-child .list-row-subject:before{content: "공지"; padding: 0 10px 0 0; color: #026ba9;}
.intro-boardbox:nth-child(2) .list-row-subject:before{content: "뉴스"; padding: 0 10px 0 0; color: #026ba9;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
.dh-front-list2 h6 a small > span{color: #33a681 !important;}
/* ----- //main-board-area ----- */
/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */
/* ----- 서브페이지 common 설정 ----- */
.sub-layout {
    word-break: break-word;
}
#content{padding: 0 40px 70px; border-left: 1px solid #dedede;}
@media screen and (max-width: 767px) {
    #content{padding: 0 15px 40px; border: none;}
}

/* ----- 서브페이지 left-menu 설정 ----- */
.left_menu_wrap{padding: 0;}
@media screen and (max-width: 991px) {
	.left_menu_wrap{
		display: none;
	}
}
.left_menu{list-style: none; padding: 0 0 0; margin: 0 0 50px;}
.left_menu > div {
    padding: 55px 0 36px;
    border-bottom: 1px solid #dedede;
}
.left_menu h3 { color: #444; font-size: 28px; font-weight: 500; margin: 0;}
.left_menu > li > a{display: block; border-bottom: 1px solid #dedede !important; margin: 0 0 0; padding: 10px 15px 10px; color: #555; font-size: 14px; font-weight: 400;}
.left_menu > li.active > a{color: #fff; background: #026ba9;}
.left_menu > li.active > a:after{content: "\276F"; float: right;}

/* ----- 서브페이지 content 설정 ----- */
.breadcrumb_wrap {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 50px 0px 0px;
    margin: 0 0 30px;
}
.breadcrumb_wrap h3 {
    display: inline-block;
    float: left;
    margin: 0 0 0;
    padding: 0 0 30px;
    color: #333;
    font-size: 38px;
    letter-spacing: -1px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0 0 0;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    float: right;
    display: none;
}
.breadcrumb > .active{color: #333;}
.breadcrumb>li+li:before {content: "\276D";}
/* .content_wrap h3{font-weight: 400; color: #434343; line-height: 1.4;} */
.content_wrap h4{font-size: 18px; font-weight: 400; color: #3a3a3a; line-height: 1.5; margin: 0 0 0; padding: 0 0 20px;}
.content_wrap p{font-size: 14px; line-height: 1.8; color: #666; margin: 0 0 14px; padding: 0 0 10px;}

/* ---------- 텍스트 스타일 설정 ---------- */
.content-title{margin: 0 0 50px; text-align: center;}
.content-title h3{font-size: 30px;}
.content-title h5{font-size: 15px; font-weight: 300; color: #666;}
.greeting-title{padding: 25px 30px 27px !important; color: #555 !important; border: 6px solid #f1f1f1; margin: 0 0 30px !important;}
.content-text{padding: 0 !important;}

/* ---------- tab 매뉴 설정 ---------- */
.nav-tabs {border: 1px solid #cecece; background: #fff; margin: 0 0 40px;}
.nav-tabs > li > a {margin: 0 0 0; padding: 12px 50px 12px; line-height: 1; border: 1px solid transparent; border-right: 1px solid #cecece; border-radius: 0; color: #656565; font-size: 13px; font-weight: 400;}
.nav-tabs > li > a:hover {background: #f7f7f7; border: 1px solid transparent; border-right: 1px solid #ccc;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color: #fff; background: #026ba9; border: 1px solid transparent !important;}

/* ---------- table 영역 설정 ---------- */
table {
    font-size: 14px;
    width: 100%;
    border-top: 2px solid #026ba9;
    border-bottom: 2px solid #dedede;
    margin-bottom: 30px;
}
tr{line-height: 20pt;}
th{padding: 14px 15px; color: #333; font-weight: 500; border-bottom: 1px solid #ddd; font-size: 14px;}
td{padding: 14px 15px; background-color: #fff; border-bottom: 1px solid #ddd; color: #666; font-size: 13px;}

/* ---------- sub page - 회사소개 ---------- */
.table-history{border-top: none; border-bottom: 1px solid #dedede;}
.table-history th{color: #026ba9; font-weight: 500; background-color: #fff;}
.table-location{margin: 20px 0 30px;}
.table-location td > span:after{content: "\276F"; padding: 0 7px 0; color: #ccc;}
.table-location td > span.location-last:after{content:"";}

/* ---------- sub page - 사업소개 ---------- */
.business_wrap > div{padding: 0;}
.business_wrap figure{max-height: 180px; overflow: hidden;}
.business_wrap figure > img{width: 100%;}
.business_wrap > div div{border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 20px 15px 20px; min-height: 280px; display: inline-block;}
.business_wrap > div:first-child div{border-left: 1px solid #dedede;}
.business_wrap h3{margin: 0 0 20px; color: #026ba9; font-weight: 500; font-size: 18px; line-height: 1.5; text-align: center;}
.business_wrap p{margin: 0; color: #666; line-height: 1.8; text-align: center;}
.contact{padding: 20px; border: 1px solid #eaeaea; margin: 50px 15px 0; display: inline-block; width: 100%;}
.contact dl{float: left; margin: 0;}
.admin_info dt{color: #555; float: left; font-weight: 500; padding-left: 20px; margin-right: 20px;}
.admin_info dt:first-child{padding-left: 0;}
.admin_info dd{color: #767676; float: left; display: inline-block;}
@media screen and (max-width: 767px) {
    .business_wrap > div:first-child div, .business_wrap > div div{border: none;}
}

/* ---------- sub page - 제품소개 ---------- */
.product-img > img{border-radius: 100%; overflow: hidden; border: 6px solid rgba(0,0,0,0.1); width: 270px; height: 270px; margin: 0 auto 30px;}
.product-info h3{ margin: 0 0 0; font-size: 30px; font-weight: 300;}
.product-info h4{color: #9e9e9e; margin: 0 0 0; padding: 0 0 5px; font-size: 14px; font-weight: 600;}
.product-detail h5 {
    color: #026ba9;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid #b4d9f3;
    display: inline-block;
    padding: 0 0 4px;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}
.product-detail .productDes {
    font-size: 16px;
    color: #333;
    letter-spacing: -0.3px;
    padding-bottom: 0;
    line-height: 28px;
/*     margin-bottom: 30px; */
}
.biz-section1,.biz-section2{
	margin-bottom:40px;
}

.product-top{
	padding-bottom:30px;
}

.FSO-table{
	padding-top:30px;	
}

.FSO-table .table > thead > tr > th, .FSO-table .table > tbody > tr > th, .FSO-table .table > tfoot > tr > th,.FSO-table .table > thead > tr > td, .FSO-table .table > tbody > tr > td, .FSO-table .table > tfoot > tr > td{padding: 16px 10px;color: #6d6d6d;font-size: 14px;}



.product-detail h3 {
    font-size: 18px;
    letter-spacing: -0.3px;
    color: #00a4e5;
}
.product-detail .num {
    padding-right: 10px;
}
.product-detail ul {
    padding: 0;
/*     margin: 0 0 25px 19px; */
}

.product-detail ul > li {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-bottom: 3px;
    position: relative;
    padding-left: 8px;
}

.product-detail ul > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #989898;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.product-detail ul > li.in-list:before {
    content: none;
}

.product-detail ul > li.in-list ul {
    padding-left: 15px;
}

.product-detail ul > li.in-list ul li {
    font-size: 14px;
	color:#333;
}

.product-detail ul > li.in-list ul li:before {
    content: "-";
    background: none;
    top: 0;
}

.product-detail dl{border-top: 1px solid #ccc; margin: -1px 0 30px; padding: 20px 0 0;}
.product-detail dt{font-size: 15px; font-weight: 400;}
.product-detail dd{font-size: 14px; color: #6e6e6e; margin: 10px 0 0; line-height: 1.8;}

.img-box img {
    border: 1px solid #e3e3e3;
	width:100%;
/* 	margin-bottom: 30px; */
}

.img-box .col-md-2{
padding:0px;
}
.img-box .col-md-3{
padding:0px;
}
.img-box .col-md-4{
padding:0px;
}
.img-box .col-md-6{
padding:0px;	
}



.img-box.no-bolder img {
    border: none;
}
@media (min-width:992px){
	.box-20 > div {
    	width: 20%;
	}
}
@media screen and (max-width: 767px) {
	.box-20 > div {
    	width: 50%;
		float: left;
	}
    .product-info {padding: 0; margin: 20px 0 0;}
}

/* ---------- 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: #494f48; border-radius: 0; border: 1px solid #494f48 !important; padding: 8px 0 8px;}
#mailForm .btn-primary:focus, .btn-primary:hover{background-color: #026ba9 !important; border: 1px solid #026ba9 !important;}

/* ---------- 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: #494f48; border: 1px solid #d0d0d0; 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: #026ba9;}
.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 5px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after{content: "";}

/* ---------- sub page - 회원가입 ---------- */
.join-agree-layout .sub_top_wrap{margin-top: -40px; margin-bottom: 40px;}
/* //서브 페이지 설정 끝 */


/* 게시판 설정 시작 */
/* ----- 레프트 메뉴 ----- */
.dh-board, form#insertForm, form#mailForm, .img-bbs-default-index-layout > div:nth-child(2), .dh-view-box.dh-margin-topx2{display: inline-block; width: calc(80% - 90px); margin: 0 auto; padding: 0 10px 0 40px; max-width: 1170px; border-left: 1px solid #dedede;}
.bbs-list-index-layout #content, .contact-mail-layout #content, .img-bbs-default-index-layout #content, .vod-index-layout #content, .bbs-blog2-index-layout #content, .bbs-blog-view-layout #content, .bbs-list-view-layout #content{width: 75%; padding: 0 40px 0;}
@media screen and (max-width: 991px) {
    .dh-board, form#insertForm, form#mailForm, .img-bbs-default-index-layout > div:nth-child(2), .dh-view-box.dh-margin-topx2{width: 100%; padding: 0 15px 0; margin: 0;}
	.bbs-list-index-layout #content, .contact-mail-layout #content, .img-bbs-default-index-layout #content, .vod-index-layout #content, .bbs-blog2-index-layout #content, .bbs-blog-view-layout #content, .bbs-list-view-layout #content{width: 100%; padding: 0;}
}
/* ----- 텍스트 게시판 설정 ----- */
.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: 6px 10px; color: #6d6d6d; font-size: 14px;}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #333;
    background: #f3f3f3;
}
.pro2-ul{
/* 	padding-bottom:40px !important; */
}
.no-bolder{
	margin-top:50px;
	margin-bottom:30px;
}
.biz5-img img{
max-height:200px;
}

.BIZ5-table > tbody > tr > td{
padding: 18px 10px;
}

.LPG-table > tbody > tr > td{
padding: 22px 10px;
}


.FSO-table  > thead > tr > th, .FSO-table  > tbody > tr > th, .FSO-table > tfoot > tr > th, .FSO-table > thead > tr > td,.FSO-table > tbody > tr > td,.FSO-table  > tfoot > tr > td{
padding: 14px 10px;}

.FSO-table  > tbody > tr > td{
	padding: 12px 10px;}
}



.table > tbody > tr > th {
    color: #333;
}
.table > tbody > tr > td > strong > a{color: #555;}
.table > tbody > tr:hover > td > strong > a{color: #353535;}
.dh-board > .table-hover{border-top: 1px solid #026ba9; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #f7f7f7;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #026ba9;}
.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: #026ba9; border: 1px solid #026ba9 !important;}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box{margin-top: 40px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #026ba9; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0 10px 0 20px;}
.dh-view-box>.row>.page-header>h4{color: #303030; font-weight: 400;}
.dh-view-box>.row>.dh-view-info{border-bottom: none; background: transparent; padding: 8px 20px 8px; margin: 0 10px 0 20px; 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{padding: 0 40px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 30px 40px 40px !important;}
/* //게시판 설정 끝 */

/* main-m-menu*/

.intro-board-widget-layout{
     display:none;
 }
.mainBusinessWrap {
    padding: 50px 0 60px;
}
.m-menu-txt{
	text-align:center;   
	margin-bottom: 40px;
}
.m-menu-txt h3 {
    font-size: 38px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1;
	    line-height: 1;
    text-decoration: underline;
}
.tab-wrap {
    float: none !important;
    margin: 0px auto !important;
    max-width: 1170px;
    padding: 0 10px;
}
@media screen and (max-width: 767px) {
    .tab-wrap{
        width: auto;
    }
}

.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: #026ba9;
}
.tab-wrap > div:nth-child(2) a {
    background: #424242;
}
.tab-wrap > div:nth-child(3) a {
    background: #094e80;
}
.tab-wrap > div:nth-child(4) a {
    background: #967a51;
}

.txt-backBg{
	 height: 76px;
    position: absolute;
    width: 100%;
    background: #5f5f5f;
    opacity: 0.4;
    top: 60px;
}
.tab-wrap a h4 {
/* 2018 02 26 */
	position: absolute;
    width: 100%;
    top: 60px;
    border: 1px solid;
	z-index:100;
	
	
	margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 15px 20px;
    line-height: 22px;
    text-align: center;
}
.tab-wrap a p {
    position: absolute;
    top: 95px;
    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%;
	
    height: 200px;	
}
.tab-wrap a:hover img {
    opacity: 0.7;
}
.tab-wrap a:hover .txt-backBg{
/* 	display:none; */
}



@media screen and (max-width: 767px){
   .tab-wrap > div {
        width: 100%;
        margin: 0 0 5px;
    }
}


/*page*/
.mB30{
	margin-bottom:30px !important;
}
.content_wrap .visionText {
    font-size: 22px;
    letter-spacing: -0.5px;
    text-align: center;
    background: #f3f3f3;
    padding: 14px;
    margin: 0 0 40px;
    font-weight: 600;
    color: #0072b9;
}
.product-half h5{
    /*font-size:18px;*/
}
.product-half ul{
    margin-left: 0;
}
.product-half ul > ul {
    padding-left: 20px;
}
.product-half ol{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:12px;
    font-size:16px;
}
.product-half table{
/*     margin-top:30px; */
	margin-bottom: 70px;
}
/* 
.basic-table{
	margin-bottom: 0px;
} */

/* modal setting */
#img-zoom .modal{
	padding-right:0!important;
}
#img-zoom .modal-dialog{
	width: 50%;
    height: 80%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}
#img-zoom .modal-content{
	max-height: 100%;
}
#img-zoom .modal-body img{
	height: 50%;
    width: 50%;
    object-fit: contain;
    max-height: 600px;
}

/* 모바일용 css */
/* 상세페이지 */
@media screen and (max-width: 991px) {
	.navbar-fixed-top .navbar-collapse{
		    max-height: 540px;
	}
	.page_wrap{
		padding-top: 180px;
	}
	.breadcrumb_wrap{
		padding-top:0px;
	}
	.left_menu{margin-bottom:30px;}
	
	#content{
		border-left:none;
	}
	.left_menu > div{
		padding: 20px 10px 16px;
	}
	
	
	
	.breadcrumb_wrap h3{
		font-size:30px;
		padding-bottom:15px;
	}	
	
	.slide-caption h3{
		font-size:38px;
	}
	.gu-slider .carousel-inner .item{
		height: 480px;
		    background-size: auto!important;
	}
	
/* 	introduction */
	
	.greeting-img div:nth-child(2) img{
		max-width: 305px;
    	margin-top: 20px;
		width:100%;
	}
	
	
	
	td,th{word-break:keep-all;}
	.footer-bottom p{
		font-size: 13px;
   		 word-break: keep-all;
	}
	
	
/* 모달  */
	#img-zoom .modal-body img{
		width:100%;
	}	
	#img-zoom .modal-dialog{
		width: 100%;
    	height: 70%;
	}
	.modal-body{
		padding:5px;
	}
	.modal{
		padding-left:20px;
		padding-right:20px;
	}
}
@media screen and (max-width: 767px){

}

/* 2018-03-29 */
@media (max-width: 767px) {
	.navbar-inverse .navbar-wrap {
		padding: 15px 19px;
	}
	
	.navbar-inverse .navbar-wrap .navbar-logo {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.navbar-inverse .navbar-wrap .navbar-logo a {
		text-align: left;
		max-width: none;
		text-decoration: none;
	}
	
	.navbar-logo .logoText {
		font-size: 10px;
		margin: 0;
	}
	
/* 	.navbar-inverse .navbar-wrap .navbar-logo {
		float: left;
	}*/
	
	.navbar-inverse .navbar-wrap .navbar-logo .logoText {
		float: none;
		text-decoration: none !important;
		display: inline-block;
		vertical-align: -25px;
		margin-left: 10px;
		display: block;
		padding-left: 15px;
	}
	
	.navbar-logo .logoText .higlight {
		font-size: 10px;
	}
	
	.gu-slider .carousel-inner .item {
		height: 50vw;
		background-size: cover !important;
	}
	
	.carousel-indicators {
		bottom: 10px;
	}
	
	.slide-caption h3 {
		font-size: 24px;
	}
	
	.gu-slider .carousel-inner .item > .container {
		padding-top: 20vw !important;
	}
	
	.carousel-indicators li, .carousel-indicators .active {
		width: 10px;
		height: 10px;
	}
	
	.page_wrap {
		padding-top: 40px !important;
	}
}