
/*
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
  src: url(/css/fonts/NanumBarunGothic.eot);
  src: url(/css/fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(/css/fonts/NanumBarunGothic.woff) format('woff'),
       url(/css/fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
  src: url(/css/fonts/NanumBarunGothicBold.eot);
  src: url(/css/fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(/css/fonts/NanumBarunGothicBold.woff) format('woff'),
       url(/css/fonts/NanumBarunGothicBold.ttf) format('truetype');
}
*/

a:link, a:visited {text-decoration:none; color:#333}
a:hover, a:active {text-decoration:none; color:#333}


html, body {
	font-family: "맑은 고딕", malgun gothic;
	font-size:14px;
  line-height: 1.7;
	height:100%;
}

#header {
	/*padding-top: 10px;*/
}

/*
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	width:1170px;
}
*/
.container {
	width:1110px !important;
}

#top_logo {
	/*max-height:76px;*/
}

#GNB ul {
	margin-top:10px;
	margin-bottom:0;
}

#GNB .list-inline {
  margin-left: 0px;
  list-style: none;
}

#GNB ul li {
  display: inline-block;
  padding-left:15px;
  padding-right:15px;
	line-height:50px; 
	font-size:16px;
}

#GNB ul li:hover {
	background-color:#5c95c5; 
	cursor:pointer;
}

#GNB ul li a {
	color:#FFFFFF;
}

#GNB #slide_menu {
	padding:0 30px; 
	font-weight:bold; 
	background-color:#4ea5ef;
	cursor:pointer;
}

#GNB #webcast {
	width:150px; 
	margin-right:0; 
	text-align:center;
	background-color:#337ab7;
	background-image:url(/img/bg/bg_webcast.png); 
	background-position:left bottom; 
	background-position: background-repeat:no-repeat; 
}

#GNB #webcast:hover {
	background-image:url(/img/bg/bg_webcast2.png);
}


.footer_bg {
	margin-top:30px;
	background-color:#1a212a;
	/*margin-top: 40px;*/
}

.footer {	
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:#1a212a;
}

.footer a {
  color: #777777;
}

#back-top {
 position: fixed;
 bottom: 150px; /* 부라우저 밑에서 위로 떨어질 높이설정  */
 left: 50%;
 margin-left: 585px;  /* 부라우저 중앙에서 우측으로 떨어질 거리설정  */
 z-index:3;
 display:none;
}	

.text-ellipsis {
	overflow : hidden; 
	white-space: nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	-ms-text-overflow:ellipsis; 
	-moz-text-overflow:ellipsis
}

small, .small {
	color:#999999;
}

.alert-gray {
  background-color: #ddd;
  border-color: #ddd;
  color: #333;
}

.alert-gray hr {
  border-top-color: #eeeeee;
  margin-top: 5px;
  margin-bottom: 5px;	
}

.box_gray{
	clear:both; 
	margin:0 auto; 
	margin-top:10px; 
	padding:20px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.box_gray hr {
	margin:5px;
	padding:0;
}

.text-gray {
	color:#CCCCCC;
}

.panel-heading .nav-pills > li > a {
  border-radius: 0px;
}



#online_news .panel-heading{
	padding: 0;
}


#article_cover > ul li {
  background-color: #428bca;
	border-radius: 0 0 5px 5px;
	text-align:center;

}
#article_cover > ul li img {
	margin:0 auto;
}
#article_cover > ul li p {
	padding:10px; 
  color: #fff;
}

hr {
  border-top: 1px solid #ddd;
}

.ico_sns img, .ico_sns2 img {
	max-height:24px;
	cursor:pointer;
}

.ico_sns li {
	padding:0px;
	margin:5px;
}

.ico_sns2 li {
	padding:0px;
}

#article_content img { 
	max-width:100%;
}


.webcast_right_list {
	float:left;
	BORDER:#e0e0e0 1px solid;
	text-align:center;
	width:79px;
	height:28px;
	margin-right:4px;
	margin-bottom:4px;
}

.webcast_right_list img {
	max-width:70px;
}


.AD_banner {
	clear:both;
	margin-bottom:10px;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
/*  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
	text-shadow:none;
  filter: alpha(opacity=50);
  opacity: .9;

}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
/*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
	opacity: .1;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  background-repeat: repeat-x;
	opacity: .1;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .3;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -60px;

	color:#FFFFFF;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -60px;

	color:#FFFFFF;
}


.carousel-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding-top: 0px;
	padding-left:15px;
	padding-right:15px;
  padding-bottom: 20px;
  color: #000000;
	
	background-color:#fff;
  text-align: center;
/*  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
	text-shadow:none;
}

.carousel-caption h5 {
 line-height:1.5em;
}

.nav-tabs > li > a {
	color: #ffffff;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
	color: #555;
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
	font-weight:bold;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
 /* border-bottom-color: transparent;*/
}

.panel {
  border-radius: 0px;
	margin-bottom: 10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.box table {
	margin-bottom:0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
}