@charset "utf-8";

/* Header */

#header {
	width: 100%;
	/*height: 136px;*/
	position: relative;		
	z-index: 999;
}
.topbar {	
	display: inline-block;
	width: 100%;	
	/*height: 70px;*/
	/*background: #222;*/
	background-color: rgba(34, 34, 34, .5);
	position:  fixed;
    z-index: 999999;
	top: 0px;

}
.container {
	width: 1240px;
	/*height: 50px;*/
	position: relative;
	margin: 0 auto;
	margin-bottom: 4px;
}


/* Logo */

h1.logo {	
	display: inline-block;	
	line-height: 65px;
}
h1.logo img {
	height: 60px;
	width: auto;	
}


/* Search-min */

.topbar .search-min {
	width: 350px;
	position: absolute;
	left: 460px;
	top: 20px;
	overflow: hidden;
}
.topbar .search-min input[type=text] {
	color: #fff;
	border-color: #fff;
	float: left;
	width: 300px;
	height: 29px;
}
.topbar .search-min .btn-search {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../../images/search.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 5px 0 0 9px;
}

.topbar .search-min .btn-search2 {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/search.png) no-repeat;
	cursor: pointer;
	float: left;
	margin: 5px 0 0 9px;
}


/* Gnb */

.topbar .gnb {
	position: absolute;
	right: 0;
	top: 5px;
}
.topbar .gnb ul {
	overflow: hidden;
	margin-top: 20px;
}
.topbar .gnb ul li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
}
.topbar .gnb ul li:first-child {
	border: 0;
}
.topbar .gnb ul li a {
	font-size: 13px;
	color: #fff;
}
.topbar .gnb ul li a:hover {
	color: #f0f0f0;
}


/* Nav */

nav {
/*	height: 300px;*/
	z-index: 999;
}
nav .wrap1240 {
	margin-top: 30px;
}


/* Footer */

footer {
	background: #e4e6e7;
	text-align: center;
	color: #666;
	line-height: 20px;
	/*height: 360px;*/ 
	padding-bottom: 50px;	
}
footer .wrap1240 {
	/*height: 360px;*/
	position: relative;
}


footer .footmenu {
	padding-top: 20px;
	background: #e4e6e7;
	/*border: 1px solid #dadbde;
	border-width: 1px 0 1px 0;*/
	text-align: center;
}
footer .footmenu a {
	margin-right: 10px;	
	/*height: 50px;
	line-height: 50px;*/
	color: #222;
	font-size: 14px;
	font-weight: 600;
	border-left: 1px solid #bbb;
	height: 16px;
	padding-left: 10px;
}
footer .footmenu a:first-child {
	border: 0;
}
footer .footmenu ul li a:hover {
	color:#096ed1;
}
footer .certifi {
	width: 1240px;
	/*height: 120px;*/
	margin: 20px auto 30px auto;
}
footer .certifi a {
	display: inline-block;
	width: 83px;
	height: 117px;
	margin: 0 5px;
}
footer .callCenter {
	float: left;
	/*left: 0;
	position: absolute;
	bottom: 30px;
	width: 300px;*/
	text-align: left;
}
footer .callCenter p:first-child {
	font-size: 18px;
}
footer .callCenter p:first-child img {
	height: 40px;
	width: auto;
}
.main-telnum {	
	font-size: 28px;
	color: #333;
	font-weight: 600;
	line-height: 30px;
}
footer .callCenter p:last-child {
	font-size: 11px;
	line-height: 18px;
}
footer .address {
	/*position: absolute;*/
	display: inline-block;
	/*left: 300px;
	bottom: 50px;*/
	margin: 0 auto;
	width: 740px;
}
footer .SNSGroup {
	float: right;
	/*position: absolute;
	right: 0;
	bottom: 50px;	
	width: 250px;	*/	
}
footer .SNSGroup ul {
	overflow: hidden;
}
footer .SNSGroup ul li {
	float: right;
	margin-left: 5px;
}