/*------------------------------------
 * eyoom
 * 이윰빌더
------------------------------------*/

/*Import Global Compulsory CSS Files*/
@import url(common.css);
@import url(plugins.css);

.margin-top-80 {
	margin-top: 80px;
}

.header-fixed .navbar-collapse.header-fixed-bar {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    z-index: 9999;
	background: none;
    transition: height 0.6s ease 0s;	
    background-color: rgba(256, 256, 256, 0.9);
	border-bottom: 1px solid #e6e6e6;
}
.header-fixed .navbar-collapse.header-fixed-bar .container {
    background-color: rgba(256, 256, 256, 0);	
	border-bottom: 0 none;
}
.boxed-layout .header-fixed .navbar-collapse.header-fixed-bar {
	background-color: rgba(256, 256, 256, 0);	
	border-bottom: 0 none;
}
.boxed-layout .header-fixed .navbar-collapse.header-fixed-bar .container {
	background-color: rgba(256, 256, 256, 0.9);
	border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------
	style reset
------------------------------------*/
body {
	font-family: "dotum", "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #6a6a6a;
	font-size: 13px;
}
h1, h2, h3 {
    margin: 0;
}
a:link, a:visited {
	color: #6a6a6a;
}
a:hover {
	text-decoration: none;	
	color: #3a3a3a;
}
a.btn-e {
	color: #fff;
}
.tab-e1 .nav-tabs > li > a:hover {
	background: #ccc;
}
/*네임뷰 - 클릭하면 나오는 메뉴*/
.sv_wrap .sv {
    border: 1px solid #ddd;
    width: 170px;
}
.sv_wrap .sv a {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 0 none;
    color: #555 !important;
    display: block;
    font-size: 12px;
    padding: 5px 15px;
    width: 100%;
}
.sv_wrap .sv a:hover {
    background: none repeat scroll 0 0 #eee;
}

/*------------------------------------
	Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
	padding: 0;
	margin: 30px 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto !important;
	margin-right: auto !important;
	background: #fff;
}
@media screen and (max-width:767px){
	.boxed-layout {
		margin: 0;
	}
}

.header {}
.hte-b-contents {}
.footer {}


/*------------------------------------
	header
------------------------------------*/

/* topbar */
	/* 검색창 */
.topbar {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	background: #242424;
}
.topbar .container {}
.topbar .container .row {}
.topbar .search-box {
	padding: 5px 0;
}
.topbar .search-box i.search {
	color: #9a9a9a;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
	z-index: 10;
}
.topbar .search-box i.search:hover {
	color: #ccc;
}
.topbar .search-box form {
	float: left;
	width: 300px;
	display: none;
}
.topbar .search-box form .input-group {
	width: 200px;
	margin-left: -20px;
}
.topbar .search-box form .input-group .search-text {
	border-width: 0 0 1px 0;
	border-color: #6a6a6a;
	border-style: solid;
	width: 170px;
	height: 20px;
	color: #fff;
	background: #242424;
	text-indent: 20px;
	z-index: 5;
}
.topbar .search-box form .input-group .input-group-btn {
}
.topbar .search-box form .input-group .input-group-btn button {
	border-width: 0 0 1px 0;
	border-color: #6a6a6a;
	border-style: solid;
	width: 30px;
	height: 20px;
	line-height: 15px;
	border-radius: 0;
	color: #9a9a9a;
	font-weight: 600;
	text-align: center;
	padding: 0;
	background: #242424;
}
.topbar .search-box form .input-group .input-group-btn button:hover {
	color: #ccc;
}
@media screen and (max-width:767px){
	.topbar .search-box {
		padding: 10px 0;
	}
	.topbar .search-box form {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.topbar .search-box form .input-group {
		margin: 0 auto;
	}
	.topbar .search-box form .input-group .search-text {
		text-indent: 10px;
	}
}

	/* 탑바 메뉴 */
ul.topbar-menu {
	text-align: right;
	margin: 0;
}
ul.topbar-menu li {
	padding: 0;
}
ul.topbar-menu > li > a {
	color: #9a9a9a;
	font-size: 11px;
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #3a3a3a;
}
ul.topbar-menu > li:last-child > a {
	border-right: 1px solid #3a3a3a;
}
ul.topbar-menu > li > a:hover {
	color: #ccc;
}
@media screen and (max-width:767px){
	ul.topbar-menu {
		text-align: center;
	}
	ul.topbar-menu li {
		border-top: 1px solid #3a3a3a;
		margin-left: -4px;
	}
}
	/*언어선택*/
ul.topbar-menu li.language {
	position: relative;
}
ul.topbar-menu li.language ul {
	position: absolute;
	background: #242424;
	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 10px;
	border-top: 1px solid #333;
	color: #9a9a9a;
	font-size: 12px;
}
ul.topbar-menu li.language ul li a:hover {
	color: #ccc;
}

/* end  topbar */

/* Logo & Navbar */
	/* logo & mobile menu btn */
.navbar {
    border-radius: 0;
	border: 0 none;
    border-bottom: 1px solid #e6e6e6;
	padding: 0;
	margin-bottom: 0;
}
.boxed-layout .navbar {
	box-shadow: 0 0 0 #aaa;
}
.navbar .container {}
.boxed-layout .navbar .container {
    border-bottom: 1px solid #e6e6e6;
}
.navbar .container .row {}
.navbar-header {}
		/*센터 선택*/	
.navbar-header.centered {
	float: none;
	text-align: center;
}
.navbar-header button.navbar-toggle {
	margin-top: 20px;
}
.navbar-header h1 {
	height: 70px;
	line-height: 70px;
}
.navbar-header.centered h1 {
	height: 50px;
}
.navbar-header h1 a {
	font-size: 32px;
}
@media screen and (max-width: 767px){
	.navbar-header h1 a {
		margin-left: 10px;
	}
}
.navbar-header.centered h1 a {
	font-size: 42px;
	margin-top: 10px;
}
.navbar-header h1 a b {	
	color: #6a6a6a;
}
.navbar-header h1 a span {
	color: #9a9a9a;
	font-size: 18px;
}
.navbar-header.centered h1 a span {
	font-size: 24px;
}
.navbar-header h1 a img {
	width: 120px;
	margin-top: 5px;
}

	/* navbar */
.navbar .navbar-collapse {}
.navbar .navbar-collapse > ul {
	float: right;
	margin-right: -15px;
}
.navbar .navbar-collapse ul > li {}
.navbar .navbar-collapse > ul > li > a {
	font-weight: 600;	
	color: #6a6a6a;	
	-moz-transition:all 0.3s ease-in-out; 
	-webkit-transition:all 0.3s ease-in-out; 
	transition:all 0.3s ease-in-out;
	padding-top: 25px;
	padding-bottom: 25px;
}
.navbar .navbar-collapse ul > li > a:hover, .navbar .navbar-collapse ul > li > a:focus,.navbar .navbar-collapse ul > li.open > a {
	color: #3a3a3a;
	background: none;
}
.navbar .navbar-collapse ul > li > ul {
	background-color: rgba(0,0,0,0.8);
}
.boxed-layout .navbar .navbar-collapse > ul > li:last-child > ul {
	left: auto;
	right: 0;
}
.navbar .navbar-collapse ul > li > ul > li {
	position: relative;
}
.navbar .navbar-collapse ul > li > ul > li > a {
	color: #9a9a9a;
	font-size: 12px;
	background: none;
}
.navbar .navbar-collapse ul > li > ul > li > a i {
	margin-left: 5px;
}
.navbar .navbar-collapse ul > li > ul > li > a:hover {
	color: #fff;
}
.navbar .navbar-collapse ul > li > ul > li > ul {
	top: 0;
	left: 99%;
}
.navbar .navbar-collapse ul > li > ul > li > ul > li {}
.navbar .navbar-collapse ul > li > ul > li > ul > li > a{}
		/*센터 선택*/		
.navbar .navbar-collapse ul.centered {
	float: none;
	width: 100%;
	text-align: center;
}
.navbar .navbar-collapse ul.centered > li {
	float: none;
	display: inline-block;
}
@media screen and (max-width:767px){
	.navbar .navbar-collapse ul.centered {
		float: none;
		width: 100%;
		text-align: left;
	}
	.navbar .navbar-collapse ul.centered > li {
		float: none;
		display: block;
	}
}
		/* 마우스오버시 선효과*/
.navbar .navbar-collapse ul > li .line{
	display: block; 
	height:3px; 
	width:0; 
	-moz-transition:all 0.3s ease-in-out; 
	-webkit-transition:all 0.3s ease-in-out; 
	transition:all 0.3s ease-in-out;
	margin: 0 auto;
}
.navbar .navbar-collapse ul > li:hover .line{
	width:100%;
}
	/*모바일 스타일*/
@media screen and (max-width:767px){
	.navbar .navbar-collapse ul {
		float: none;
		margin-right: 0;
		border-top:1px solid #ddd;
	}
	.navbar .navbar-collapse > ul > li > a {
		padding: 10px;
	}
	.navbar .navbar-collapse ul > li > ul > li > a:hover {
		color: #3a3a3a;
	}
}
@media (max-width: 1000px) {
  .dropdown-submenu > a:after {
      content: " ";
  }
}

/*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 > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
}
@media screen and (min-width: 768px) {
	.dropdown > a:after {
		right: 2px;
		top: 25px
	}
}

.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;
	}
}


/* end Logo & Navbar */



/*------------------------------------
	hte-b-contents
------------------------------------*/
.hte-corp-main {}
/*메인*/
/* slide-banner */
.slide-banner {}
.slide-banner ol.carousel-indicators {
	background: rgba(0,0,0,.7); 
	border-radius: 50px !important;
    left: auto;
	right: 50px;
    margin-left: 0;
    padding: 10px 40px;
    position: absolute;
    width: auto;
    z-index: 10;
	bottom: 0;
}
.slide-banner ol.carousel-indicators li {
	border: 0 none;
	background: none;
	text-indent: 0;
	font-weight: 600;
	color: #9a9a9a;
}
.slide-banner ol.carousel-indicators li:hover {
	color: #ddd;
}
.slide-banner .carousel-inner {}
.slide-banner .carousel-inner .item {}
.slide-banner .carousel-inner .item img {
	width:  100%;
	max-height: 500px;
	min-height: 250px;
}
.slide-banner .carousel-inner .item .hte-carousel-caption {
	 margin-top: -140px;
    position: absolute;
    top: 50%;
	left: 10%;
	right: 10%;
}
.slide-banner .carousel-inner .item .hte-carousel-caption h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 46px;
	line-height: 46px;
	color: #fff;
    margin-bottom: 30px;
    font-weight: normal;
}
.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 {
	background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
	display: inline-block;	
}
.slide-banner a.hte-carousel-control {
	bottom: 17px;
    position: absolute;
	z-index: 20;
	color: #9a9a9a;
}
.slide-banner a.hte-carousel-control:hover {
	color: #ddd;
}
.slide-banner a.left {	
    right: 165px;
}
.slide-banner a.right {
	right: 65px;
}
.slide-banner a.hte-carousel-control span {}
	/*태블릿 이하 사이즈*/
@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;
	}
}

/*introduce*/
.introduce-box {
	padding: 20px;
	position: relative;
	background: #000;
}
.introduce-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	opacity: .7;
	z-index: 1;
	transition: all 0.5s ease;
}
.introduce-box:hover .introduce-bg {
	opacity: .8;
}
.introduce-box h4 {
	color: #fff;
	z-index: 2;
	position: relative;
}
.introduce-box p {
	color: #fff;
	z-index: 2;
	position: relative;
}
.introduce-box span.link {
	width: 100%;
	text-align: right;
	display: block;
	z-index: 2;
	position: relative;
}
.introduce-box span.link a i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	-moz-transition:all 0.3s ease-in-out; 
	-webkit-transition:all 0.3s ease-in-out; 
	transition:all 0.3s ease-in-out;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
}
.introduce-box span.link a:hover i {
	background: #fff;
}

/* field - blog */
.field-box {}
.field-img {
	position: relative;
	text-align: center;
}
.field-img a {}
.field-img a img {
	max-width: 100%;
}
.field-img a h4 {
	border-bottom: 3px solid #6a6a6a;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin: 0;
}
.field-box h4 small {
	margin-left: 5px;
	color: #ccc;
	font-size: 12px;
	font-weight: 400;
}
.field-box p {
	color: #9a9a9a;
	text-align: center;
	margin-top: 15px;
}
	/*태블릿 이하 사이즈*/
@media screen and (max-width:991px){
}

/* portfolio */
.work-box {
	padding: 30px 0 5px;
	background-color: #E0DCD9;
}
.work-box h2 {
	margin-bottom: 10px;
}
.gallery-row {}
.gallery-row h3 {}
.gallery-row > div {
	padding: 0;
}


/*메인 탭*/
.hte-tab {
	margin: 0;
}
.hte-tab > div.padding-0 {
	padding:0;
}
.hte-tab ul.nav-pills {}
.hte-tab ul.nav-pills li {}
.hte-tab ul.nav-pills li a {
	background: #f6f6f6;
}
.hte-tab ul.nav-pills li a:hover {
	background: #ccc;
}
.hte-tab .tab-content {
	border-width: 2px;
	border-style: solid;
	border-color: #9a9a9a;
}
.hte-tab .tab-pane {}
.hte-tab .tab-pane h4 {
	border-bottom: 1px solid #9a9a9a;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}
.hte-tab .tab-pane h4 small a {
	float: right;
	padding-top: 5px;
	font-size: 12px;
}
.hte-tab .tab-pane img {
	max-width: 100%;
}
.hte-tab .tab-pane p {}


/* 사회공헌 - social-contribution */
.social-contribution {
	position: relative;
}
.social-contribution img {
	width: 100%;
}
.social-contribution-content {
	left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
	height: 100%;
	width: 100%;
}
.social-contribution-content h4 {
	margin: 0;
}
.social-contribution-content p {
}
.social-contribution i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #6a6a6a;
	font-size: 25px;
	position: absolute;
	bottom: 25px;
	left: 25px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.social-contribution a:hover i {
	color: #fff;
}

/*pr-movie - 홍보영상*/
.pr-movie {
	position: relative;
}
.pr-movie-img img {
	width: 100%;
}
.pr-movie-content {
	left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
	height: 100%;
	width: 100%;
}
.pr-movie-content h4 {
	color: #fff;
	margin: 0;
}
.pr-movie-content i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #fff;
	font-size: 25px;
	color: #fff;
	position: absolute;
	bottom: 25px;
	right: 25px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/* 링크아이콘 - icon-menu */
.icon-menu {}
.icon-menu ul {
	width: 100%;
	margin: 0;
}
.icon-menu ul li {
	width: 50%;
	padding: 5px;
	float: left;
}
.icon-menu ul li a {
	border: 1px solid #9a9a9a;
    color: #9a9a9a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    min-height: 120px;
    text-align: center;
    width: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.icon-menu ul li a i {
	display: block;
    font-size: 50px;
    padding-bottom: 10px;
    padding-top: 30px;
}

/*recruit - 채용공고*/
.recruit {
	position: relative;
	padding: 20px;
	min-height: 260px;
}
.recruit a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.recruit-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 1;
	background-color: #9a9a9a;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.recruit-bg i {
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 120px;
}
/*.recruit-bg i:last-child {
	right: 80px
}*/
.recruit-content {
	position: relative;
	z-index: 2;
	padding: 20px 0 0 20px;
	width: 100%;
	height: 100%;
}
.recruit-content h4 {
	color: #fff;
	font-weight: 600;
	margin: 0;
}
.recruit-content p {
	color: #fff;
}
@media screen and (max-width:767px){
	.recruit {
		min-height: 160px;
	}
}


/*------------------------------------
	side-bar
------------------------------------*/
.sub-menu-title {}
.sub-menu-title h3 {
	color: #fff;
	font-size: 30px;
	background: #333;
	height: 105px;
	text-align: center;
	margin: 0;
	line-height: 105px;
	border-bottom: 2px solid #6a6a6a;
}
.sidebar-nav-e1 > li > a {
	font-size: 16px;
	padding: 10px;
}
.list-toggle.active::after {
	color: #3a3a3a;
}

/*------------------------------------
	footer
------------------------------------*/
.footer {
	background: #242424;
	color: #9a9a9a;
}
.footer-top {
	border-bottom: 1px solid #111;
}
.footer-bottom {
	border-top: 1px solid #333;
}

/*footer-nav*/
.footer-nav {
	padding: 20px 0 10px;
}
	/*footer-information*/
.footer-information {
}
.footer-information li {
	display: inline-block;
}
.footer-information li a {
	color: #9a9a9a;
	padding: 5px 10px;
	background: #2e2e2e;
	border-radius: 5px;
	display: block;
}
@media screen and (max-width:767px){
	.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 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 {}

/*footer logo*/
a.footer-logo {
	font-size: 28px;
	display: inline-block;
	margin-top:10px;
}
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;
}
/*------------------------------------
	서브페이지 
------------------------------------*/
.hte-side-main, .hte-side-bs {
	margin-top: 30px;
	margin-bottom: 30px
}
.hte-side-main {
	border-right: 1px solid #eee;
}
.hte-side-bs {}

/*breadcrumbs*/
.breadcrumbs {
	background-color: #eee;
	border: 1px solid #e6e6e6;
}
.breadcrumbs .container {
}
.boxed-layout .breadcrumbs {
	border-left: 0 none;
	border-right: 0 none;
}
.breadcrumbs h1 {
	font-size: 16px;
	font-weight: 800;
}
.breadcrumbs ul.breadcrumb {
	margin-bottom: 0;
	background: none;
	padding: 0 15px;
}
.breadcrumbs ul.breadcrumb li, .breadcrumbs ul.breadcrumb li a {
	color: #9a9a9a;
	font-size: 11px;
}
.breadcrumbs ul.breadcrumb li.active,  .breadcrumbs ul.breadcrumb li a:hover {
	color: #3a3a3a;
}


/*------------------------------------
	left-main
------------------------------------*/
.left-main {}


/*------------------------------------
	hte-style
------------------------------------*/
/*구분선*/
.hte-hr {
	height: 1px;
	background: #eaeaea;
}

/*웹폰트*/
.pt-sans-narrow {
	font-family: 'PT Sans Narrow', sans-serif;
}

/* 말줄임 */
.hte-ellipsis {
	width:100%; 
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
	padding:0 10px;
}

/*타이틀*/
.hte-title {
	position: relative;
	margin: 0 0 20px 0;
}
.hte-title:before {
	content: " ";
	width: 100%;
	position: absolute;
	height: 1px;
	background: #eee;
	display: block;
	top: 50%;
	z-index: 1;
}
.hte-title span {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	z-index: 2;
	color: #bbb;
	position: relative;
	margin-left: 30px;
	font-size: 18px;
	vertical-align: middle;
	font-weight: 600;
	font-family: "PT Sans Narrow",sans-serif;
}

/*서브 타이틀*/
.sub-title {
	position:relative;
	margin: 0 0 30px 0;
}
.sub-title:before {
	content: " ";
	width: 100%;
	position: absolute;
	height: 2px;
	background: #aaa;
	display: block;
	top:50%;
	z-index: 1;
	margin-top:-3px;
}
.sub-title span {
	display: inline-blcok;
	background: #fff;
	padding: 0 15px;
	z-index: 2;
	color: #6a6a6a;
	position: relative;
	margin-left: 30px;
	font-size: 30px;
	vertical-align: middle;
}

/*서브 타이틀2*/
.sub-title2 {
	border-bottom: 1px solid #3a3a3a;
	color: #3a3a3a;
	padding-bottom:10px;
	margin-bottom: 30px;
	font-size: 30px;
	text-indent: 15px;
}
.sub-title2 span {}

/*서브 타이틀3*/
.sub-title3 {
	margin-bottom: 50px;
	padding-left: 15px;
	position: relative;
}
.sub-title3:before {
	content: " ";
	display: block;
	height: 3px;
	background: #3a3a3a;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sub-title3 span {
	border-bottom: 3px solid #f00;
	font-size: 30px;
	color: #3a3a3a;
	display: inline-block;
	position: relative;
	margin-left: 15px;
}

/*슬라이드베너, 갤러리 등 그림자 효과*/
.hte-shadow {
	background-image: url("../image/corp/shadow.png");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 60px;
}

/*버튼*/
.hte-btn {
	padding: 5px 15px;
	border: 2px solid rgba(143, 143, 143, 0.25);
	color: rgba(143, 143, 143, 0.5);
	background: #fff;
	position: relative;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: inline-block;
	font-size: 14px;
}
.hte-btn:after {
	background-color: rgba(143, 143, 143, 0.25);
	bottom: -7px;
    content: " ";
    display: block;
    height: 2px;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.hte-btn:hover {
	border: 2px solid rgba(143, 143, 143, 0.5);
}
.hte-btn:hover:after {
	background-color: rgba(143, 143, 143, 0.5);
}

/* 배경 그리드 */
.grid-bg {
	background: url("../image/corp/grid.png") repeat; 
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*테이블*/
table.hte-table {}
table.hte-table thead {
	border-top: 2px solid #3a3a3a;
}
table.hte-table thead tr {}
table.hte-table thead th {
	text-align: center;
	background: #e3e3e3;
}
table.hte-table tbody {}
table.hte-table tbody tr {}
table.hte-table tbody th {
	text-align: center;
}
table.hte-table tbody td {
	
	text-align: center;
}

/* hte-cell 박스 */
.hte-cell {
	padding: 20px 10px;
	border: 1px solid #ddd;
}

/* 말줄임 */
.hte-ellipsis {
	width:100%; 
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
	padding:0 10px;
}

/*------------------------------------
	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;
}
