/*------------------------------------
 * eyoom
 * 이윰빌더
------------------------------------*/

/* 메인 청녹색 : #3993C0 */

/*Import Global Compulsory CSS Files*/
@import url(common.css);
@import url(plugins.css);

/*------------------------------------
	Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #fff;
}

/*------------------------------------
	회원 레이어팝업
------------------------------------*/
.sv_wrap .sv {
	border: 1px solid #ddd;
	width: 170px;
}

.sv_wrap .sv a {
	background: #fff;
	color: #555 !important;
	padding: 5px 15px;
	width: 100%;
	font-size: 12px;
	border-bottom: 0;
	display: block;
}

.sv_wrap .sv a:hover {
	background: #eee;
}

/*------------------------------------
	Back To Top
------------------------------------*/
.eb-top {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}

/*------------------------------------
/*Top Bar e1
------------------------------------*/
.topbar-e1 {
	background: #444;
}

	/* 탑바 메뉴 */
ul.topbar-menu {
	text-align: right;
	margin: 0;
}
ul.topbar-menu li {
	padding: 0;
}
ul.topbar-menu > li > a {
	color: #ccc;
	font-size: 11px;
	display: block;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	border-left: 1px solid #555;
}
ul.topbar-menu > li:last-child > a {
	border-right: 1px solid #555;
}
ul.topbar-menu > li > a:hover {
	color: #fff;
}
@media screen and (max-width:767px){
	ul.topbar-menu {
		text-align: center;
	}
	ul.topbar-menu li {
		margin-left: -4px;
	}
}
	/*언어선택*/
ul.topbar-menu li.language {
	position: relative;
}
ul.topbar-menu li.language ul {
	position: absolute;
	background: #444;
	width: 100%;
	text-align: left;
	box-shadow: 0 3px 3px -1px rgba(0,0,0,0.3);
	z-index: 1000;
	display: none;
}
ul.topbar-menu li.language ul li {}
ul.topbar-menu li.language ul li a{
	display: block;
	width: 100%;
	padding: 5px;
	border-top: 1px solid #555;
	color: #ccc;
	font-size: 11px;
}
ul.topbar-menu li.language ul li a:hover {
	color: #fff;
}


/*Responsive Topbar e1*/
@media (max-width: 991px) {
	.topbar-e1 ul {
		text-align: center !important;
	}

	.topbar-e1 .top-e1-contacts {
		margin: 10px 0;
	}

	.topbar-e1 .top-e1-data li {
		top: 1px;
		margin-left: -5px;
		position: relative;
		border: solid 1px #eee;
	}
}

/*------------------------------------
	Header
------------------------------------*/
.header {
	z-index: 99;
	position: relative;
	border-bottom: solid 2px #eee;
}

.header .navbar {
	margin: 0;
	min-height: inherit;
}

.header .navbar-default {
	border: none;
	background: none;
}

.header .navbar-collapse {
	position: relative;
	/*max-height: inherit;*/
}

.header .navbar-collapse .container {
	padding-left: 0px;
}

.header .dropdown-menu li:hover a i {
	color: #fff;
}

.header .dropdown-menu .active > a i {
	color: #fff;
}
.header .search-open .btn {
	font-size: 14px;
}

/*Logo*/
.header .logo {
	margin: 0;
	text-align: center;
}
.header .logo a {
	display: inline-block;
}
.header .logo img {
	width: 180px;
}

/*Search*/
.header .search {
	margin: 10px 0;
}
.header .search .input-group {}
.header .search .input-group input[type="text"]{
	width: 300px;
}
.header .search .input-group .input-group-btn .btn {
	border: 0 none;
	background: #ccc;
	color : #fff;
	height: 34px;
}
.header .search .input-group .input-group-btn .btn:hover {
	background: #9a9a9a;
}

/*Navbar Brand*/
@media (max-width: 992px) {
	.header .logo {
		text-align: center;
		padding: 20px 0;
	}
	.header .logo a, .header .logo img {
		display: inline-block;
	}
	.header .navbar-brand {
		top: -10px;
		height: 40px;
		font-size: 26px;
		font-weight: bold;
		padding-left: 20px;
	}
}

/*mega menu*/
.mega-menu-content {
	padding: 10px;
}
.mega-menu-content h2 {
	margin-bottom: 5px;
}
.header .mega-menu-content ul li a {
	border-bottom: 0 none;
	padding: 5px 10px;
	display: block;
}
.mega-menu-content ul li ul {
	padding-left: 15px;
	font-size: 12px;
}

.header .navbar-default .navbar-nav > li > a {
	color: #34343a;
	font-size: 15px;
	font-weight:400;
	text-transform: uppercase;
}

.header .navbar-default .navbar-nav > .active > a {
	color: #e33334;
}

/*Navbar Nav*/
@media (min-width: 992px) {
	.header .navbar-nav {
		float: left;
	}
}

/*Dropdown*/
.header .navbar-right .dropdown-menu {
	right: inherit;
}

/*Navbar Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #e33334;
	padding: 6px 10px 2px;
}

.navbar-toggle:hover {
	background: #bf1516 !important;
}

.navbar-default .navbar-toggle {
	border-color: #bf1516;
}

.navbar-default .navbar-toggle .fa {
	color: #fff;
	font-size: 19px;
}

/*Responsive Navbar*/
@media (max-width: 999px) {
	/*Dropdown Menu Slide Down Effect*/
	.navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	/*Responsive code for max-width: 1000px*/
		/*로고*/
    .header .navbar-header {
        float: none;
        height: 85px;
    }
		/*모바일 메뉴버튼*/
    .header .navbar-toggle {
        display: block;
        margin-top: 25px;
		position: absolute;
		border: 0 none;		
		top: 5px;
    }
		/*검색창*/
	.header .search {
		margin: 0;
	}
	.header .search .input-group input[type="text"]{
		width: 100%;
	}

    .header .navbar-collapse.collapse {
        display: none !important;
    }

    .header .navbar-collapse.collapse.in {
        display: block !important;
  		overflow-y: auto !important;
    }

    .header .navbar-nav {
        margin: 7px 0;
        float: none !important;
    }

    .header .navbar-nav > li {
        float: none;
    }

    .header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /*Design for max-width: 1200px*/
    .header .navbar-collapse,
	.header .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.header .navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 9px 10px;
	}

	.header .navbar-default .navbar-nav > li a {
		/*margin-bottom: 1px;*/
		border-bottom: solid 1px #eee;
	}

	.header .navbar-default .navbar-nav > li > a:focus {
		background: none;
	}

	.header .navbar-default .navbar-nav > li > a:hover {
		color: #e33334;
	}

	.header .navbar-default .navbar-nav > .active > a,
	.header .navbar-default .navbar-nav > .active > a:hover,
	.header .navbar-default .navbar-nav > .active > a:focus {
		color: #fff !important;
		background: #e33334;
		/*border-bottom: solid 2px #72c02c;*/
	}

	.header .dropdown-submenu li a {
		font-size: 12px;
	}

	.header .header-banner {
		width: 100%;
		margin: 0 auto 10px;
		float: none !important;
	}
}

@media (min-width: 1000px) {
	/*Navbar Collapse*/
	.header .navbar-collapse {
		padding: 0;
	}

	/*Navbar*/
	.header .navbar-nav {
		top: 2px;
		position: relative;
	}

	.header .navbar-default .navbar-nav > li > a {
		padding: 9px 30px 9px 20px;
	}

	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:focus {
		border-bottom: solid 2px transparent;
	}

	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > .active > a {
		border-bottom: solid 2px #e33334;
	}

	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > li > a:focus,
	.header .navbar-default .navbar-nav > .active > a,
	.header .navbar-default .navbar-nav > .active > a:hover,
	.header .navbar-default .navbar-nav > .active > a:focus {
		background: none;
	}

	.header .navbar-default .navbar-nav > .open > a,
	.header .navbar-default .navbar-nav > .open > a:hover,
	.header .navbar-default .navbar-nav > .open > a:focus {
		color: #e33334;
	}

	/*Dropdown Menu*/
	.header .dropdown-menu {
		padding: 0;
		border: none;
		min-width: 200px;
		border-radius: 0;
		z-index: 9999 !important;
	}

	.header .dropdown-menu li a {
		color: #687074;
		font-size: 13px;
		font-weight: 400;
		padding: 9px 15px;
		border-bottom: solid 1px #eee;
	}

	.header .dropdown-menu .active > a,
	.header .dropdown-menu li > a:hover {
		color: #333;
		filter: none !important;
		background: #EDEDED !important;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
	}

	.header .dropdown-menu li > a:focus {
		background: none;
		filter: none !important;
	}

	.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.header .open > .dropdown-menu {
		display: none;
	}
	
	/*Search*/
	.header .navbar .search-open {
		width: 330px;
	}
}

/*Search Box*/
.header .navbar .nav > li > .search {
	color: #aaa;
	cursor: pointer;
	min-width: 30px;
	font-size: 15px;
	text-align: center;
	padding: 9px 0;
	display: inline-block;
}

.header .navbar .nav > li > .search:hover {
	color: #333;
	background: #fff;
	border-bottom-color: #72c02c;
}

.header .navbar .search-open {
	right: 0;
	top: 70px;
	display: none;
	padding: 30px;
	position: absolute;
	background: #fcfcfc;
	border-top: solid 1px #eee;
	box-shadow: 0 1px 3px #999;
}

.header .navbar .search-open form {
	margin: 0;
}


@media (min-width: 767px) and (max-width: 1000px) {
	.header .navbar > .container .navbar-brand,
	.header .navbar > .container-fluid .navbar-brand {
		margin-left: -30px;
		top: 30px;
		font-size: 26px;
		font-weight: bold;
		padding-top: 0;
	}

	.header .navbar-toggle {
		margin-right: 0;
		margin-top: 25px;
	}
}

@media (max-width: 999px) {
	.header .navbar > .container .navbar-brand,
	.header .navbar > .container-fluid .navbar-brand {
		top: 30px;
		padding-top: 0;
		padding-left: 20px;
	}
	
}

@media (min-width: 992px) and (max-width: 1000px) {
	.header .header .navbar-nav {
		margin: 7px 0 !important;
	}
}

/*Header Fixed
------------------------------------*/
/*Header*/
@media (min-width: 1000px) {
	.header-fixed .navbar-collapse.header-fixed-bar {
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		position: fixed;
		background: rgba(248,248,248, 0.97); 
		-webkit-transition: height 0.6s;
		-moz-transition: height 0.6s;
		transition: height 0.6s;
	}
}

@media (max-width: 999px) {
	.header .navbar .nav > li > .search {
		color: #999;
		width: 35px;
		height: 34px;
		line-height: 12px;
		text-align: left;
		text-align: center;
		margin: 0px 10px 0;
		background: #eee;
		border-bottom: none;
	}

	.header .navbar .nav > li > .search:hover {
		color: #fff !important;
		background: #e33334;
	}

	.header .navbar .search-open {
		top: 0px;
		padding: 0;
		left: 48px;
		border-top: none;
		box-shadow: none;
		background: none;
		margin-right: 10px;
		display: block;
	}
}


/*Dropdown Submenu for BS3
------------------------------------*/
.dropdown-submenu {
   position: relative;
}

.dropdown > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

@media (max-width: 1000px) {
  .dropdown-submenu > a:after {
      content: " ";
  }
}

.dropdown-submenu > .dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -5px;
   margin-left: 0px;
}

/*Submenu comes from LEFT side*/
.dropdown-submenu > .dropdown-menu.submenu-left {
	left: -100%;
}

.dropdown-submenu:hover > .dropdown-menu {
   display: block;
}

@media (max-width: 1000px) {
  .dropdown-submenu > .dropdown-menu {
     display: block;
     margin-left: 15px;
  }
}

.dropdown-submenu.pull-left {
   float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
   left: -100%;
   margin-left: 10px;
}

.dropdown-menu li [class^="fa-"],
.dropdown-menu li [class*=" fa-"] {
	left: 5px;
	width: 1.25em;
	margin-right: 5px;
	position: relative;
	text-align: center;
	display: inline-block;
}
.dropdown-menu li [class^="fa-"].fa-lg,
.dropdown-menu li [class*=" fa-"].fa-lg {
	/* increased font size for fa-lg */
	width: 1.5625em;
}

.dropdown-menu .sub-caret {
	float: right;
	font-size: 11px;
	top: 3px;
}

@-moz-document url-prefix() {
	.dropdown-menu .sub-caret {
		float: inherit;
		top: -2px;
	}
}

/*Menu Icons*/
.menu-icon {
	margin-right: 10px;
	font-weight: 200;
}

/*Dropdown Show*/
.dropdown-show {
	position: relative;
	display: inline-block;
	box-shadow: 0 0 4px #eee;
}

/*------------------------------------
	Header e1
------------------------------------*/
@media (min-width: 1000px) {
	.header-e1.header {
		border-bottom: none;
	}

	.header-e1.header .navbar-header {
		margin: 15px 0 5px;
		float: none;
	}

	.header-e1.header .navbar-brand {
		top: 10px;
		padding: 5px 10px 29px;
		font-size: 32px;
		font-weight: bold;
	}

	.header-e1.header .navbar-brand a {

	}

	.header-e1.header .navbar-nav {
		top: 0px;
		float: left;
		margin-top: -1px;
	}

	/*Dropdown-Menu*/
	.header-e1.header .dropdown-menu {
		margin-top: 0px !important;
		border-top: 1px solid transparent;
		margin-left: -1px;
		border: 1px solid #ddd;
	}

	.header-e1.header .dropdown-submenu > .dropdown-menu {
		top: -1px;
	}

	.header-e1.header .navbar-collapse {
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.header-e1.header .navbar-default .navbar-nav > li {
		margin-left: -1px;
	}

	.header-e1.header .navbar-default .navbar-nav > .home-menu {
		margin-left: 0px;
	}

	.header-e1.header .navbar-default .navbar-nav > li.no-border,
	.header-e1.header .navbar-default .navbar-nav > li.no-border:first-child {
		border-left: none;
		border-right: none;
	}

	.header-e1.header .navbar-default .navbar-nav > li > a {
		font-size: 13px;
		padding: 15px;
	}

	.header-e1.header .dropdown > a:after {
		top: 11px;
	}

	.header-e1.header .navbar-default .navbar-nav > li > a,
	.header-e1.header .navbar-default .navbar-nav > li > a:focus {
		border-top: solid 1px transparent;
		border-bottom: solid 2px transparent;
	}

	.header-e1.header .navbar-default .navbar-nav > li > a:hover,
	.header-e1.header .navbar-default .navbar-nav > .active > a {
		background: #EDEDED;
		color: #333;
		font-weight: 500;
	}
}

@media (max-width: 999px) {
    /*Design for max-width: 1000px*/
    .header-e1.header {
    	border-bottom: solid 1px #ddd;
    }

    .header-e1.header .navbar-collapse {
    	overflow: hidden !important;
    }

	.header-e1.header .navbar-default .navbar-collapse,
    .header-e1.header .navbar-default .navbar-form {
		border-top: 1px solid #e7e7e7;
	}

    .header-e1.header .navbar-collapse,
	.header-e1.header .navbar-default .navbar-nav > li,
	.header-e1.header .navbar-default .navbar-nav > li:first-child {
		border: none;
	}

	.header-e1.header .navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 9px 10px;
		border-bottom: solid 1px #eee !important;
	}

	.header-e1.header .navbar-default .navbar-nav > li > a:focus {
		background: none;
	}

	.header-e1.header .navbar-default .navbar-nav > li > a:hover {
		color: #111;
		background: #f9f9f9;
	}

	.header-e1.header .navbar-default .navbar-nav > li > a,
	.header-e1.header .navbar-default .navbar-nav > li > a:focus {
		border-top: solid 0 transparent;
		border-bottom: solid 0 transparent;
	}

	.header-e1.header .navbar-default .navbar-nav > li > a:hover,
	.header-e1.header .navbar-default .navbar-nav > .active > a {
		border-top: solid 0 transparent;
		border-bottom: solid 0 transparent;
	}

	.header-e1.header .navbar-default .navbar-nav > .active > a,
	.header-e1.header .navbar-default .navbar-nav > .active > a:hover,
	.header-e1.header .navbar-default .navbar-nav > .active > a:focus {
	    color: #333 !important;
		background: #EDEDED;
		font-weight: 500;
	}

	.header-e1.header .navbar-default .navbar-nav>.open>a {
		background: #fff;
	}

	.header .dropdown-menu li:hover a i {
		color: crimson;
	}
}

@media (min-width: 768px) and (max-width: 998px) {
	/*Navbar Brand*/
	.header .navbar-brand {
		top: 4px;
	}
}

.header-e1.header .topbar-e1 .open > .dropdown-menu {
	display: block;
	margin-top: 1px !important;
	min-width: 170px;
	padding: 5px 0;
	border: 1px solid #ddd;
}

@media (max-width: 991px) {
	.header-e1.header .topbar-e1 .open > .dropdown-menu {
		left: inherit;
		right: 0;
	}
}

.header-e1.header .topbar-e1 .btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.header-e1.header .topbar-e1 .btn-group ul {
	text-align: left !important;
}

.header-e1.header .topbar-e1 .btn-group li {
	display: block;
}

.header-e1.header .topbar-e1 .dropdown-menu li a {
	border-bottom: 0;
	padding: 0 15px;
}
.header-e1.header .topbar-e1 .dropdown-menu li a:hover,
.header-e1.header .topbar-e1 .dropdown-menu li a:focus {
	background: none !important;
	color: #e33334;
}
.header-e1.header .topbar-e1 .dropdown-menu .divider {
	height: 1px;
	margin: 5px 0;
	padding: 0;
	overflow: hidden;
	background-color: #eee;
}

/*------------------------------------
	hte-corp-content
------------------------------------*/
/* slide-banner */
.slide-banner {}
.slide-banner .container {
	position: relative;
}
.slide-banner ol.carousel-indicators {
	background: rgba(0,0,0,.2); 
	border-radius: 50px !important;
	margin: 0 0 0 -60px;
    padding: 10px 20px;
    position: absolute;
    width: auto;
    z-index: 10;
	bottom: 10px;
	height: 30px;
}
.slide-banner ol.carousel-indicators li {
	border: 0 none;
	background: none;
	text-indent: -9999px;
	font-weight: 600;
	width: 10px;
	height: 10px;
	background: #3993C0;
	border-radius: 50px !important;	
	-moz-transition:all 0.3s ease-in-out; 
	-webkit-transition:all 0.3s ease-in-out; 
	transition:all 0.3s ease-in-out;
}
.slide-banner ol.carousel-indicators li.active {
	width: 50px;
	background: #fff;
}
.slide-banner ol.carousel-indicators li:hover {
	color: #ddd;
}
.slide-banner .carousel-inner {}
.slide-banner .carousel-inner .item {
	max-height: 800px;
	min-height: 170px;
	max-width: 1920px;
	margin: 0 auto;
}
.slide-banner .carousel-inner .item img {
	width:  100%;
	height: 100%;
	max-height: 800px;
}
.slide-banner .carousel-inner .item .hte-carousel-caption {
	width: 300px;
	background: rgba(57,147,192,0.7);
    position: absolute;
    bottom: 100px;
	left: 50px;
	padding: 20px;
}
.slide-banner .carousel-inner .item .hte-carousel-caption h3 {
	font-size: 26px;
	font-weight: 900;
	color: #fff;
}
.slide-banner .carousel-inner .item .hte-carousel-caption h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.slide-banner .carousel-inner .item .hte-carousel-caption p {
    color: #fff;
    font-size: 14px;
	margin-bottom: 5px;
}
.slide-banner .carousel-inner .item .hte-carousel-caption p span {
    padding: 5px 0;
	display: inline-block;	
}
.slide-banner a.hte-carousel-control {
	top: 50%;
	margin-top: -25px
    position: absolute;
	z-index: 20;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	background: rgba(0,0,0,0.3);
	display: block;
	position: absolute;
}
.slide-banner a.hte-carousel-control:hover {
}
.slide-banner a.left {	
    left: 0;
}
.slide-banner a.right {
	right: 0;
}
.slide-banner a.hte-carousel-control span {
	line-height: 50px;
	color: #bbb;
}
.slide-banner a.hte-carousel-control:hover span {
	color: #fff;
}
	/*태블릿 이하 사이즈*/
@media screen and (max-width:991px){
	.slide-banner .carousel-inner .item .hte-carousel-caption {
		margin-top: -90px
	}
	.slide-banner .carousel-inner .item .hte-carousel-caption h3 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.slide-banner .carousel-inner .item .hte-carousel-caption p {
		font-size: 12px;
	}
}
@media screen and (max-width:767px){
	.slide-banner .carousel-inner .item .hte-carousel-caption {
	    bottom: 10px;
	    left: 50%;
	    margin-left: -120px;
	    margin-top: 0;
	    width: 240px;
	}
	.slide-banner .carousel-inner .item .hte-carousel-caption h3 {
		font-size: 22px;
		line-height: 22px;
	}
	.slide-banner .carousel-inner .item .hte-carousel-caption h3, .slide-banner .carousel-inner .item .hte-carousel-caption p, .slide-banner .carousel-inner .item .hte-carousel-caption h4 {
		text-align: center;
	}
	.slide-banner a.hte-carousel-control {
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin-top: -15px;
	}
	.slide-banner a.hte-carousel-control span {
		line-height: 30px;
	}
}

/*사업분야 갤러리*/
.field-box {
	border: 5px solid #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.field-box:hover {
	border: 5px solid #3993C0;
}
.field-img {
	position: relative;
	overflow: hidden;
}
.field-img a {}
.field-img a img {
	width: 100%;
}
.field-content {
	position: absolute;
	max-width: 300px;
	height: 100px;
	background: rgba(256,256,256,0.8);
	padding: 10px;
	top: 50%;
}
.field-content h3 {}
.field-content p {}
@media screen and (max-width:991px){
	.field-img {
		max-height: 450px; 
	}
}

/*contents-bottom-box*/
.contents-bottom-box {
	position: relative;
}
.contents-bottom-box a {
	display: block;
	width: 100%;
	height: 100px;
	text-align: center;
	border: 1px solid #3a3a3a;
	overflow: hidden;
	background: #fdfae9;
}
.contents-bottom-box a:hover {}
.contents-bottom-box a h3 {
	display: block;
	padding: 10px 10px 10px 5px;
	text-align: left;
	text-indent: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: rgba(57, 147, 192, 0.8);
	border-bottom-right-radius: 25px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	position: absolute;
	top:0;
	left:0;
	margin: 0;
}
.contents-bottom-box a:hover h3 {
	opacity: 0;
}
.contents-bottom-box a img {
	max-height: 98px;
	margin: 0 auto;
}
.contents-bottom-box a img.contents-bottom-img-etc {
	margin-left: -100px;
	height: 100%;
}
.contents-bottom-box a p{
	padding: 10px;
}

@media screen and (max-width:991px){
	.contents-bottom-box a {
		margin-bottom: 10px;
	}
	.contents-bottom-box a p{
		margin-top: 15px;
	}
	.contents-bottom-box a img.contents-bottom-img-etc {
		margin-left: 0;
		width: 100%;
	}
}


/*------------------------------------
	side-bar
------------------------------------*/
.side-menu-title {
	background: url("../image/sample/side_title_bg3.png");
	width: 100%;
	height: 160px;
}
.side-menu-title h3 {
	color: #fff;
	font-weigth: 700;
	font-size: 32px;
	text-align: center;
	line-height: 160px;
	margin: 0;	
}
/*Sidebar Menu e1*/
.sidebar-nav-e1 li {
	padding: 0;
	border-width: 0 0 1px 0;
	border-color: #aaa;
	margin-bottom: 0;
}

.sidebar-nav-e1 li a {
	display: block;
	padding: 8px 30px 8px 10px;
}

.sidebar-nav-e1 li a:hover {
	text-decoration: none;
}

.sidebar-nav-e1 > li.active,
.sidebar-nav-e1 > li.active:hover {
	background: #fff;
	border-color: #3a3a3a;
	border-width: 0 0 2px 0;
}

.sidebar-nav-e1 > li.active > a {
	color: #000;
	font-weight: bold;
}

/*Sidebar Sub Navigation*/
.sidebar-nav-e1 li ul {
	padding: 0;
	list-style: none;
}

.sidebar-nav-e1 li ul,
.sidebar-nav-e1 li.active ul a {
	background: none;
}

.sidebar-nav-e1 li ul a {
	color: #555555;
	font-size: 12px;
	border-top: solid 1px #ddd;
	padding: 6px 30px 6px 17px;
}

.sidebar-nav-e1 ul li:hover a,
.sidebar-nav-e1 ul li.active a {
	color: #3a3a3a;
	font-weight: 700;
}

/*Sidebar Badges*/
.list-group-item li > .badge {
	float: right;
}

.sidebar-nav-e1 span.badge {
	margin-top: 8px;
	margin-right: 10px;
}

.sidebar-nav-e1 .list-toggle > span.badge {
	margin-right: 25px;
}

.sidebar-nav-e1 ul li span.badge {
	margin-top: 8px;
	font-size: 11px;
	padding: 3px 5px;
	margin-right: 10px;
}

/*Sidebar List Toggle*/
.list-toggle:after {
	display: none;
}

.side-menu-bottom {}
.side-menu-bottom ul {}
.side-menu-bottom ul li {
	margin-bottom: 5px;
}
.side-menu-bottom ul li a {
	display: block;
	color: #6a6a6a;
	border: 1px solid #6a6a6a;
}
.side-menu-bottom ul li a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #6a6a6a;
	color: #fff;
	margin-right: 20px;
	font-size: 16px;
}
.side-menu-bottom ul li a:hover {
	color: #3a3a3a;
	border-color: #3a3a3a;
}
.side-menu-bottom ul li a:hover i {
	background: #3a3a3a;
}

/*------------------------------------
	footer
------------------------------------*/
.footer {
	background: #242424;
	color: #9a9a9a;
	margin-top: 30px;
}
.footer-top {
	border-bottom: 1px solid #111;
}
.footer-top a.footer-logo {
	color: #9a9a9a;
}
.footer-bottom {
	border-top: 1px solid #333;
}

/*footer-nav*/
.footer-nav {
	padding: 20px 0 10px;
}
	/*footer-information*/
.footer-information {
	text-align: center;
}
.footer-information li {
	display: inline-block;
}
.footer-information li a {
	border: 2px solid #3e3e3e;
	font-size: 14px;
	padding: 3px 10px;
	font-weight: 400;
	color: #9a9a9a;
	display: block;
	background: #242424;
}
.footer-information li a:hover {
	color: #eee;
}
@media screen and (max-width:767px){
	.footer-information {
		text-align: left;
	}
	.footer-information li {
		display: block;
		margin-bottom: 2px;
	}
}
	/*family-site*/
.family-site {
	position: relative;
	margin-bottom: 0;
}
.family-site dt {
	z-index: 4;
	position: relative;
}
.family-site dt a {
	border: 2px solid #3e3e3e;
	font-size: 14px;
	padding: 3px 10px;
	font-weight: 400;
	color: #9a9a9a;
	display: block;
	background: #242424;
}
.family-site dt a:hover {
	color: #eee;
}
.family-site dt i {
	color: #9a9a9a;
	float: right;
	display: inline-block;
	padding-top: 5px;
}
.family-site dd {
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 2;
	display: none;
}
.family-site dd ul {
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #3e3e3e;
	background: #242424;
}
.family-site ul li {
	border-bottom: 1px solid #3e3e3e;
	padding: 5px;
}
.family-site ul li a:hover {
	color: #eee;
}

/*footer logo*/
a.footer-logo {
	font-size: 28px;
	display: inline-block;
	margin-top:20px;
}
a.footer-logo b {}
a.footer-logo span {
	font-size: 18px;
}

/*address*/
.footer address {
	margin: 10px 0;
}
a.footer-logo img {
	width: 150px;
}


/*copyright*/
.footer .copyright {
	background: #0F0F0F;
	color: #fff;
	padding: 15px 0 5px;
}

.latest-list li:first-child {
	padding-top: 0;
	border-top: none;
}

.latest-list li a {
	color: #eee;
}

.latest-list small {
	color: #999;
	display: block;
}

/*Link List*/
.link-list li {
	border-top: solid 1px #353535;
}

.link-list li:first-child {
	border-top: none !important;
}

.link-list a {
	color: #eee;
	font-size: 11px;
	padding: 6px 0px;
	display: inline-block;
	text-transform: uppercase;
}

.link-list li i {
	color: #bbb;
	float: right;
	margin-top: 10px;
}

/*Social Icons*/
.social-icons {
	margin-top: 5px;
}

.social-icons li {
	margin: 0;
}

.social-icons li a {
	margin: 0 3px;
}

/*------------------------------------
	Breadcrumbs
------------------------------------*/
/*Default Breadcrumbs*/
.breadcrumbs {
	overflow: hidden;
	padding: 10px 10px 5px;
	background: url("../image/sample/side_title_bg3.png");
}
.breadcrumbs h1 {
	color: #fff;
	font-size: 18px;
	margin: 0;
}

.breadcrumb {
	padding: 0;
	background: none;
	margin: 5px 20px 0 0;
}
.breadcrumb a, .breadcrumb li {
	color: #ddd;
	font-size: 12px;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
}

@media (max-width: 550px) {
	.breadcrumbs h1.pull-left,
	.breadcrumbs ul.pull-right {
		width: 100%;
	}

	.breadcrumbs h1.pull-left {
		margin-bottom: 0;
	}

	.breadcrumbs .breadcrumb {
		top: 0;
		margin-bottom: 10px;
	}
}

/* 서브 메인 높이 */
.sub-main, .board-list, .board-write, .board-view {
	min-height: 740px;
}
@media screen and (max-width:991px){
	.sub-main, .board-list, .board-write, .board-view {
		min-height: inherit;
	}
}

/*------------------------------------
	Service Block E
------------------------------------*/
.service-block-e {
	padding: 20px;
}

.service-block-e .service-heading,
.service-block-e .service-in small {
	color: #64646a;
	opacity: 0.8;
	line-height: 1;
}

.service-block-e .service-in h4,
.service-block-e .counter {
	color: crimson;
}

.service-block-e .service-in h3 {
	color: #000;
	font-weight: bold;
}

.service-block-e .service-heading {
	font-size: 14px;
	text-transform: uppercase;
}

.service-block-e .counter {
	display: block;
	line-height: 1;
	font-size: 16px;
}

.service-block-e .progress {
	margin-bottom: 7px;
}

/*Service Innner*/
.service-block-e .service-in small {
	font-size: 14px;
	text-transform: uppercase;
}

.service-block-e .service-in h4 {
	font-size: 14px;
	line-height: 0.8;
	margin-bottom: 0;
}

.service-block-e .service-in h3 {
	font-size: 14px;
	line-height: 0.8;
	margin-bottom: 0;
}

/*Statistics*/
.service-block-e .statistics .heading-xs {
	color: #888;
	opacity: 0.8;
	font-size: 12px;
}

.service-block-e .statistics small {
	color: #fff;
}

.service-block-e .statistics .progress {
  background: #bbb;
}

.service-block-e .statistics .progress-bar-light {
  background: #E74C3C;
}

/*------------------------------------
	Table List eb
------------------------------------*/
.table-list-eb .btn-e.dropdown-toggle {
	border-left: none;
}

.table-list-eb .btn-group .btn-e {
	top: 4px;
	padding: 0 6px;
	position: relative;
}

.table-list-eb thead {
	border-top: 1px solid #ddd;
	border-bottom: solid 1px #ddd;
	background: #f8f8f8;
}

.table-list-eb tbody {
	border-bottom: 1px solid #ddd;
}

.table-list-eb tfoot {
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
}

.table-list-eb td {
	vertical-align: middle !important;
}

.table-list-eb td img {
	margin: 0 auto;
	display: block;
}

.table-list-eb .user-names span,
.table-list-eb .user-names small {
	display: block;
	text-align: center;
}

.table-list-eb .user-names span {
	color: #555;
	font-size: 16px;
	position: relative;
}

.table-list-eb .user-names small {
	color: #999;
	font-size: 12px;
}

.table-list-eb td h3 {
	font-size: 14px;
	margin: 0 0 2px;
	color: #000;
}

.table-list-eb td a {
	color: #34343a;
}

.table-list-eb td a:hover {
	color: crimson;
}

.table-list-eb td p {
	margin-bottom: 0;
	color: #74747a;
}

.table-list-eb td span {
	display: block;
}

.table-list-eb td small {
	font-style: italic;
}

.table-list-eb .s-icons {
	margin-bottom: 0;
}

.table-list-eb .s-icons li {
	padding: 2px;
}

.table-list-eb .table-buttons {
	margin: 0;
}

.table-list-eb .table-buttons li {
	padding: 0;
}

.table-list-eb .table-buttons .btn-e-sm {
	padding: 3px 6px;
}

.table-list-eb .td-width {
	width: 40%;
}

.table-list-eb .td-width-60 {
	width: 60%;
}

.table-list-eb .td-width-50 {
	width: 50%;
}

.table-list-eb .td-width-30 {
	width: 30%;
}

.table-list-eb .td-width-20 {
	width: 20%;
}

.table-list-eb .td-width-10 {
	width: 10%;
}

@media (max-width: 767px) {
	.table-responsive {
		border-top: 0;
		border-bottom: 0;
	}
}

/*------------------------------------
	G5 Captcha
------------------------------------*/
/*Captcha*/
.vc-captcha {
	padding: 15px 10px 10px;
	border: 1px solid #ddd;
}
.vc-captcha fieldset {
	padding: 0;
}

#captcha #captcha_img {
	height: 43px;
	border: 1px solid #eee;
}
#captcha #captcha_key {
	width: 120px;
	height: 43px;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 14px;
}
#captcha #captcha_reload {
	background: #555;
	color: #fff;
}
#captcha .required, #captcha textarea.required {
	background: #fff !important;
}

/*Etc*/
fieldset legend { border-bottom: 0; }
.sch_word {
	color: crimson;
}