/* 여기에 작업 또는 수정할 css style을 설정하세요. (customizations) */

.header-e1.header .navbar-brand {
	padding: 20px 10px 30px;
	font-size: 22px;
	font-weight: bold;
}

.header-e1.header .navbar-brand .eskorea-logo {
	color: #000;
	letter-spacing: -1px;
}

.header-e1.header .navbar-brand .eskorea-logo img {
	width: 300px;
}

.footer-e1 .eskorea-logo-footer img {
	width: 240px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.header-e1.header .navbar-brand {
		padding: 15px 10px 30px;
	}
	.header-e1.header .navbar-brand .eskorea-logo img {
		width: 240px;
		margin-top: 0;
	}	
}

.header .navbar-default .navbar-default-bg {
	background: #f8f8f8;
}

.eskorea-logo-footer {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #000;
	letter-spacing: -1px;
}

.list-group-item-root1 {
	position: relative;
	display: block;
	padding: 10px 15px;
	background-color: #ddd;
	border: 1px solid #aaa;
}

.list-group-item-root1 strong {
	display: block;
	padding: 8px 30px 8px 10px;
	color: #000;
}

.list-group-item-root2 {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #ddd;
	border: 1px solid #aaa;
}

.list-group-item-root2 a {
	display: block;
	padding: 8px 30px 8px 10px;
	color: #000;
	font-weight: bold;
}

.list-group-item-root2.active > a {
	background: #ddd;
}

.footer-eskorea-menu li a {
	font-size: 13px;
	color: #555;
}

.footer-e1 .eskorea-border-r {
	border-right: 1px solid #ddd;
}

@media (max-width: 767px) {
	.footer-e1 .eskorea-border-r {
		border-right: 0;
	}	
}

#wrapper {
	transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
	margin-left: -280px;
	left: 280px;
	width: 280px;
	background: #f8f8f8;
	padding: 15px;
	position: fixed;
	height: 100%;
	z-index: 1000;
	transition: all 0.4s ease 0s;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

#sidebar-wrapper .scrollable {
	width: 280px;
	background: #f8f8f8;
	padding: 15px;
	position: absolute; 
	top: 0; 
	left: 0; 
	bottom: 0;
	height: 100%;
	overflow-y: auto;

	-ms-overflow-style: -ms-autohiding-scrollbar;  
	-webkit-overflow-scrolling: touch;

}

#sidebar-wrapper .scrollable ul {
	position: relative;
}

#wrapper.active {
	padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
	left: 0;
}

#page-content-wrapper {
	width: 100%;
}

#menu-toggle {
	text-decoration: none;
}

.btn-menu {

} 

.inset {
	padding: 20px;
}

.menu-btn-out {
	position: absolute;
	top: -5px;
	left: 10px;
}

.menu-btn-in {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;	
}

.topbar-e1 .top-e1-contacts .menu-btn-out a i {
	font-size: 20px;
	color: #1172D3;
}

.menu-btn-in a i {
	font-size: 20px;
	color: #1172D3;
}

@media (max-width:991px) {

	#wrapper {
		padding-left: 0;
	}
	
	#sidebar-wrapper {
		left: 0;
	}
	
	#wrapper.active {
		position: relative;
		left: 0;
	}
	
	#wrapper.active #sidebar-wrapper {
		left: 280px;
		width: 280px;
		transition: all 0.4s ease 0s;
	}
	
	#menu-toggle {
		display: inline-block;
	}
	
	.inset {
		padding: 15px;
	}

}

#owl-main-product .item, #owl-main-product-1 .item, #owl-main-product-2 .item, #owl-main-product-3 .item, #owl-main-product-4 .item {
	margin: 3px;
	border: 1px solid #ddd;
	padding: 5px;
}

#owl-main-product .item:hover, #owl-main-product-1 .item:hover, #owl-main-product-2 .item:hover, #owl-main-product-3 .item:hover, #owl-main-product-4 .item:hover {
	border: 1px solid #aaa;
}

#owl-main-product .item img, #owl-main-product-1 .item img, #owl-main-product-2 .item img, #owl-main-product-3 .item img, #owl-main-product-4 .item img {
	display: block;
	width: 100%;
	height: auto;
}

#owl-main-product .item h5, #owl-main-product-1 .item h5, #owl-main-product-2 .item h5, #owl-main-product-3 .item h5, #owl-main-product-4 .item h5 {
	color: #777;
}

#owl-main-product .item:hover h5, #owl-main-product-1 .item:hover h5, #owl-main-product-2 .item:hover h5, #owl-main-product-3 .item:hover h5, #owl-main-product-4 .item:hover h5 {
	color: #1B74D0;
}

/*------------------------------------
	Heading News Blocks
------------------------------------*/
.heading-news {
	color: #fff;
	margin: 0 0 10px;
}
.heading-news .clear-line {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.heading-news .clear-line2 {
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px dotted #ddd;
}
.heading-news em {
	font-size: 12px;
	font-weight: 200;
	margin-bottom: 8px;
	margin-bottom: 0;
	font-style: normal;
	display: block;
}
.heading-news h1 {
	font-family: "Georgia", sans-serif;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
}
.heading-news span {
	font-size: 20px;
	margin-bottom: 5px;
	display: block;
	text-align: left;
	font-family: "Georgia", sans-serif;
}
.heading-news a {
	display: block;
	text-align: left;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
	min-height: 160px;
}
.heading-news a .heading-news-icon {
	right: 12px;
	bottom: 15px;
	opacity: 0.3;
	font-size: 42px;
	position: absolute;
	filter: alpha(opacity=30);
}

.default-main-a.btn {
	color: #fff;
	background-color: #df3d4b;
}
.default-main-a.btn:hover, .default-main-a.btn:focus, .default-main-a.btn:active, .default-main-a.btn.active {
	color: #fff;
	background-color: #FC4655;
}

.default-main-b.btn {
	color: #fff;
	background-color: #e88801;
}
.default-main-b.btn:hover, .default-main-b.btn:focus, .default-main-b.btn:active, .default-main-b.btn.active {
	color: #fff;
	background-color: #ff9501;
}

.default-main-c.btn {
	color: #fff;
	background-color: #45454a;
}
.default-main-c.btn:hover, .default-main-c.btn:focus, .default-main-c.btn:active, .default-main-c.btn.active {
	color: #fff;
	background-color: #54545a;
}

.default-main-d.btn {
	color: #fff;
	background-color: #8a9c00;
}
.default-main-d.btn:hover, .default-main-d.btn:focus, .default-main-d.btn:active, .default-main-d.btn.active {
	color: #fff;
	background-color: #A5BA00;
}

.default-main-e.btn {
	color: #000;
	background-color: #f8f8f8;
	border: 1px solid #bbb;
}
.default-main-e.btn:hover, .default-main-e.btn:focus, .default-main-e.btn:active, .default-main-e.btn.active {
	color: #1471E9;
	background-color: #f8f8f8;
	border: 1px solid #999;
}
