@charset "utf-8";

/******************************  공통 영역  ******************************/
#wrap, .container { width: 100%; min-width: 1400px; }
#wrap {
	/* margin-bottom: 135px; */
}
.container {
	margin-bottom: 250px;
	min-height: 700px;
}
.contents {
	min-height: 700px;
}
.sector,.sub_sector { position: relative; width: 1364px; height: inherit; margin: 0 auto; }

@media screen and (max-width:1000px) {
	#wrap, .container { min-width: 0; }
	.container { margin-bottom: 40vw;min-height: 110vw; }
	#wrap{ /* margin-bottom: 60px; */ }
	.sector,.sub_sector { width: 88%; }
	.contents { min-height: 140vw; }
}


/******************************  헤더  ******************************/
#header {
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	height: 98px;
	background: #fff;
	border-bottom: 1px solid #D6D6D6;
	z-index: 99999;
}

#header .logo {
	float: left;
	width: 168px;
	height: 34px;
	margin-top: 32px;
	background: url('../images/logo.png') no-repeat center center / contain;
}

/* #header .top_call_ico {
	float: left;
	width: 200px;
	margin-top: 45px;
	margin-left: 20px;
} */

#header .gnb {
	float: right;
}

#header .gnb > li {
	position: relative;
	float: left;
	margin-left: 17.5px;
	padding-left: 17.5px;
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 98px;
	/* color: var(--main-color); */
}

#header .gnb > li:not(:first-child)::before {
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
	width: 1px;
	height: 12px;
	background: #D6D6D6;
	content: "";
}

/* #header .gnb > li .gnb_sub_list {
	display:none;
	position: absolute;
	top: 124px;
	left: 0;
	width: 200px;
	padding: 15px 0;
	border-top: 2px solid var(--main-color);
	background: #fff;
	z-index:9999;
}

#header .gnb > li .gnb_sub_list > li {
	line-height: 2;
	text-align: center;
}

#header .gnb > li .gnb_sub_list > li a {
	font-size: 20px;
	line-height: 44px;
	color: #000;
} */

#header .sitemap_btn {
	float: right;
}

@media screen and (max-width:1000px) {
	#header {
		height: 17vw;
		border-bottom: 1px solid #aaa;
	}

	#header .logo {
		width: 34.9vw;
		height: 6.9vw;
		margin-top: 5.1vw;
		background-image: url('../images/m_logo.png');
	}
	
	/* #header .top_call_ico {
		width: 40vw;
		margin-top: 6.5vw;
		margin-left: 3vw;
	} */

	#header .gnb {
		/* display: none; */
	}
	
	#header .gnb > li {
		margin-left: 1.05vw;
		padding-left: 1.05vw;
		font-size: 4vw;
		line-height: 17vw;
	}

	#header .gnb > li:not(:first-child)::before {
		top: calc(50% - 1.5vw);
		height: 3vw;
	}

	/* #header .sitemap_btn {
		float: right;
		width: 6vw;
		margin-top: 6vw;
		background: none;
	} */
}


/******************************  푸터  ******************************/
#footer {
	padding: 50px 0;
	background: #F5F5F5;
}

#footer .ft_btns {
	margin-bottom: 30px;
	font-size: 12px;
	color: #7F7F7F;
	text-align: center;
}

#footer .ft_info {
	font-size: 12px;
	color: #7F7F7F;
	text-align: center;
	line-height: 1.65;
}

@media screen and (max-width:1000px) {
	#footer {
		padding: 7vw 0;
	}

	#footer .ft_btns {
		margin-bottom: 4vw;
		font-size: 3.4vw;
	}

	#footer .ft_info {
		font-size: 3.4vw;
		line-height: 1.35;
	}
}