/*
 * Author: @carrog
 * Website: http://peoplestudio.co.kr
*/

/*Import Global Compulsory CSS Files*/
/*@import url(blocks.css);*/
@import url(app.css);

@font-face {
	font-family: 'NotoSansDL';
	src: url('./font/NotoSans-DemiLight.eot');
	src: url('./font/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),         
		 url('./font/NotoSans-DemiLight.woff') format('woff');
	font-style: normal;
}
@font-face {
	font-family: 'NotoSansR';
	src: url('./font/NotoSans-Regular.eot');
	src: url('./font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),         
		 url('./font/NotoSans-Regular.woff') format('woff');
	font-style: normal;
}

@font-face {
	font-family: 'NotoSansM';
	src: url('./font/NotoSans-Medium.eot');
	src: url('./font/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),         
		 url('./font/NotoSans-Medium.woff') format('woff');
	font-style: normal;
}
@font-face {
	font-family: 'NotoSansB';
	src: url('./font/NotoSans-Bold.eot');
	src: url('./font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),         
		 url('./font/NotoSans-Bold.woff') format('woff');
	font-style: normal;
}

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
 font-family: font-family: 'NotoSansDL','³ª´®°íµñ','Nanum Gothic','¸¼Àº°íµñ',MalgunGothic;
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #0069ab;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #0069ab; 
	text-decoration: none;
}

.mt10 {  margin-top:10px;}
.mt15 {  margin-top:15px;}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
	 clear:both;
}
.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;}
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-70 { margin-bottom:70px;}
.margin-bottom-80 { margin-bottom:80px;}
.margin-bottom-90 { margin-bottom:90px;}
.margin-bottom-100 { margin-bottom:100px;}

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

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.content p {
    /*font-family: 'NotoSansDL','³ª´®°íµñ','Nanum Gothic','¸¼Àº°íµñ',MalgunGothic;*/
	font-weight: normal;
	font-size:14px;
}

.breadcrumbs {
  overflow: hidden;
  padding: 10px 0 6px;
  border-bottom: solid 1px #eee;
  background: url(../../img/common/breadcrumbs.png) repeat;
}

.breadcrumbs h1 {
	color: #555;
	margin-top: 10px;
	text-shadow: none;
	font-weight: 600;
	letter-spacing:-2px;
	font-family: 'NotoSansR',sans-serif;
}

.breadcrumbs2 {
	background-color:#e4ebf1;
	padding:10px 0;
}

.breadcrumb {
  top: 14px;
  z-index: 1;
  padding-right: 10px;
  /*background: none;*/
  position: relative;
}

.breadcrumb a {
  color: #777;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #0069ac;
  text-decoration: none;
}

/* Sidebar Menu v1
------------------------------------*/
.sidebar-nav-v1 li {
	padding: 0;
}

.sidebar-nav-v1 li a {
	display: block;
	padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
	text-decoration: none;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover {
	background: #717984;
}

.sidebar-nav-v1 > li.active,
.sidebar-nav-v1 > li.active:hover,
.sidebar-nav-v1 > li.active:focus {
	border-color: #ddd;
}

.sidebar-nav-v1 > li a i {
	border:0px solid;
	width:18px; text-align:center;
}
.sidebar-nav-v1 > li.active > a {
	color: #fff;
}

/*Sidebar Sub Navigation*/
.sidebar-nav-v1 li ul {
	padding: 0;
	list-style: none;
}

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
	background: #f8f8f8;
}

.sidebar-nav-v1 li ul a {
	color: #555;
	font-size: 12px;
	border-top: solid 1px #ddd;
	padding: 6px 30px 6px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
	color: #0069ab;
}

/*Sidebar Badges*/
.list-group-item li > .badge {
	float: right;
}

.sidebar-nav-v1 span.badge {
	margin-top: 8px;
	margin-right: 10px;
}

.sidebar-nav-v1 .list-toggle > span.badge {
	margin-right: 25px;
}

.sidebar-nav-v1 ul li span.badge {
	margin-top: 8px;
	font-size: 11px;
	padding: 3px 5px;
	margin-right: 10px;
}

/* Content */
.headline {margin-bottom:40px;}

.count_info { padding:10px 0 14px 0;}