@charset "utf-8";

/* Header */

#header {
	width: 100%;
	/*height: 136px;*/
	position: relative;		
	z-index: 999;
}
.topbar {	
	display: inline-block;
	width: 100%;	
	/*height: 70px;*/
	background: #fff;
	/* 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 .top_select{float: left; width: 200px; height:31px;position:relative;border:1px solid #b1b1b1;background:#fff;margin-right: 10px;box-sizing:border-box;}
.topbar .search-min .top_select:after{content:'';display:block;width:0;height:0;border-top:8px solid #3e4358;border-bottom:8px solid transparent;border-right:5px solid transparent;border-left:5px solid transparent;position:absolute;right:5px;top:35%;}
.topbar .search-min .top_select select{height:29px;padding:0 5px;box-sizing:border-box;width:100%;line-height:33px;cursor: pointer;color:#666;}
.topbar .search-min .top_select select{-webkit-appearance: none; -moz-appearance: none; -o-appearance: none;appearance: none; outline-width:0;-webkit-border-radius:0;border:0;}
.topbar .search-min .top_select select::-ms-expand { display: none;}

.topbar .search-min {
	width: 555px;
	position: absolute;
	left: 290px;
	top: 20px;
	overflow: hidden;
}

.topbar .search-min select {
	color: #666;
	/* border-color: #dfdfdf; */
	float: left;
	width: 200px;
	height: 31px;
	margin-right: 10px;
}

.topbar .search-min input[type=text] {
	color: #666;
	border-color: #b1b1b1;
	float: left;
	width: 300px;
	height: 29px;
}
.topbar .search-min input::placeholder {
	color: #666;
}
.topbar .search-min .btn-search {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../../images/search_black.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: #333;
	/* color: #fff; */
}
.topbar .gnb ul li a:hover {
	color: #000;
	/*color: #f0f0f0;*/
}

/* 테마 드랍다운 메뉴 */
header + .top-dropdown {
	/*background-color: #db2128; */
	margin-top: 110px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: -40px;
}

header + .top-dropdown .top-dropdown-menu {
	width: 1000px;
	margin: 0 auto;
}

header + .top-dropdown .top-dropdown-menu ul {
	height:50px;
	list-style: none;
	margin: 0;
	padding: 0;
}

header + .top-dropdown .top-dropdown-menu li {
	float: left;
	padding: 0px;
}

header + .top-dropdown .top-dropdown-menu li a {
	color: #fff;
	display: block;
	font-size: 22px;
	padding: 17px 20px;
	font-weight: 600;
}

header + .top-dropdown .top-dropdown-menu > ul > li > a:hover, 
header + .top-dropdown .top-dropdown-menu > ul > li:hover > a,
header + .top-dropdown .top-dropdown-menu > ul > li > a.active {
	background-color: #fff;
	color: #000 !important;
	text-decoration: none;
}


header + .top-dropdown .top-dropdown-menu li ul {
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 200px;
	z-index: 200;
}

header + .top-dropdown .top-dropdown-menu li:hover ul {
	display: block;
}

header + .top-dropdown .top-dropdown-menu li li {
	background: #db2128;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:200px;
}

header + .top-dropdown .top-dropdown-menu li:hover li a {
	background: none;
}

header + .top-dropdown .top-dropdown-menu li ul a { 
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 17px 25px;
}

header + .top-dropdown .top-dropdown-menu li ul a :hover, header + .top-dropdown .top-dropdown-menu li ul li:hover a {
	background-color: #fff;
	border:0px;
	color: #000 !important;
	text-decoration:none;
}

/* Nav */

nav {
/*	height: 300px;*/
	z-index: 999;
}
nav .wrap1240 {
	margin-top: 30px;
}


/* Footer */

footer {
	width:100%;
	background: #e4e6e7;
	text-align: center;
	color: #666;
	line-height: 20px;
	/*height: 360px;*/ 
	/* padding-bottom: 50px; */
	overflow: hidden;	
}
footer .wrap1240 {
	/*height: 360px;*/
	position: relative;
	padding-bottom: 50px;
}


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;
}