@charset "utf-8";

/******************************  공통 영역  ******************************/
#wrap, .container { width: 100%; min-width: 1400px; }
#wrap {}
.container {}
.sector,.sub_sector { position: relative; width: 1360px; height: inherit; margin: 0 auto; }

@media screen and (max-width:1000px) {
	#wrap, .container { min-width: 0; }
	.sector,.sub_sector { width: 88%; }
}


/******************************  헤더  ******************************/
#header {
	height: 124px;
	background: #fff;
}

#header .logo {
	float: left;
	width: 292px;
	height: 56px;
	margin-top: 34px;
	background: url('../images/logo_b.png') no-repeat center center / contain;
}

#header .gnb {
	float: right;
}

#header .gnb > li {
	position: relative;
	float: left;
	margin-left: 130px;
	font-size: 24px;
	line-height: 124px;
}

#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;
	}

	#header .logo {
		width: 49.2vw;
		height: 9.5vw;
		margin-top: 3.8vw;
	}

	#header .gnb {
		display: none;
	}

	#header .sitemap_btn {
		float: right;
		width: 6vw;
		margin-top: 6vw;
		background: none;
	}
}


/******************************  푸터  ******************************/
#footer {
	padding: 40px 0;
	background: #1C1C1C;
}

#footer .sector {
	display: flex;
}

#footer .ft_logo {
	width: 292px;
}

#footer .ft_info {
	margin-left: 80px;
	font-size: 14px;
	line-height: 1.15;
	color: #C6C6C6;
}

@media screen and (max-width:1000px) {
	#footer {
		padding: 6vw 0;
	}
	
	#footer .sector {
		display: block;
	}

	#footer .ft_logo {
		display: block;
		width: 49.2vw;
	}

	#footer .ft_info {
		margin-left: 0;
		margin-top: 3.5vw;
		font-size: 3.4vw;
	}
}

/******************************  사이트맵  ******************************/
#sitemap_area { display: none; }

.sitemap_header { height: 90px; border-bottom: 1px solid #e0e0e0; background: #fff; text-align: center; }
.sitemap_header .sector { position: relative; }
.sitemap_header .logo { position: absolute; display: inline-block; z-index: 1; }

@media screen and (max-width:1000px) {
	#sitemap_area { display: block; position: fixed; top: 0; right: -100%; /* right: 0; */ width: 100%; height: 100%; background: #fff; z-index: 999999; }

	.sitemap_header { height: 17vw; }
	.sitemap_header .logo { top: 3.8vw; left: 0; width: 49.2vw; height: 9.5vw; background: url('../images/logo_b.png') no-repeat center center / contain; }

	#sitemap_area .sitemap_gnb dt, #sitemap_area .sitemap_gnb dd { padding: 0 6vw; font-size: 4.4vw; }
	#sitemap_area .sitemap_gnb dt { border-bottom: 1px solid #ddd; line-height: 18.2vw; font-weight: bold; }
	#sitemap_area .sitemap_gnb dt.no_snb { background: none; }
	#sitemap_area .sitemap_gnb dt + dd { padding-top: 6vw; }
	#sitemap_area .sitemap_gnb dd { display: none; padding-bottom: 6vw; background: #E8E8E8; }

	.close_btn { display: block; position: absolute; top: 5.5vw; right: 0; width: 6vw; z-index: 1; background: none; }
}

/******************************  메인 공통  ******************************/
.main_title {
	padding-top: 70px;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}

.main_intro {
	padding-top: 16px;
	margin-bottom: 70px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width:1000px) {
	.main_title {
		padding-top: 11vw;
		font-size: 7vw;
	}

	.main_intro {
		padding-top: 3.6vw;
		margin-bottom: 10vw;
		font-size: 4.4vw;
		line-height: 1.2;
	}
}


/******************************  서브 배너  ******************************/
#subbanner_area {
	display: flex;
	height: 175px;
	align-items: center;
	justify-content: center;
	background-image: url('../images/sub_banner.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#subbanner_area .submenu_title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width:1000px) {
	#subbanner_area {
		height: 30vw;
		background-image: url('../images/m_sub_banner.png');
	}

	#subbanner_area .submenu_title {
		font-size: 5vw;
	}
}


/******************************  서브메뉴  ******************************/
#submenu_area { /* background: #f9f9f9; */ border-bottom: 1px solid #ccc; }

#submenu_area .submenu_box { max-width: 1346px; height: 55px; margin: 0 auto; }

#submenu_area .submenu_box .submenu_name { font-size: 18px; line-height: 55px; }

#submenu_area .submenu_box .submenu_home, #submenu_area .submenu_box .gnb_big, #submenu_area .submenu_box .snb_big { position: relative; float: left; cursor: pointer; }
#submenu_area .submenu_box .gnb_big, #submenu_area .submenu_box .snb_big { position: relative; width: 210px; padding: 0 20px; /* background: url('../images/m_news_arrow_up.png') no-repeat right 20px center / 15px; */ }
#submenu_area .submenu_box .gnb_big::before, 
#submenu_area .submenu_box .snb_big::before {display:block;position:absolute;top:calc(50% - 2px);right:27px;width:8px;height:2px;background:#000;transform:rotate(-45deg);content:"";}
#submenu_area .submenu_box .gnb_big::after, 
#submenu_area .submenu_box .snb_big::after {display:block;position:absolute;top:calc(50% - 2px);right:32px;width:8px;height:2px;background:#000;transform:rotate(45deg);content:"";}
#submenu_area .submenu_box .gnb_big .gnb_small, #submenu_area .submenu_box .snb_big .snb_small { display: none; position: absolute; top: 56px; left: 0; width: 100%; z-index: 999; }
#submenu_area .submenu_box .gnb_big .gnb_small li, #submenu_area .submenu_box .snb_big .snb_small li { width: 250px; padding: 0 20px; border: 1px solid #ddd; border-top: 0; background: #fff; box-sizing: border-box; font-size: 18px; line-height: 3.5; /* text-align: center; */ }
#submenu_area .submenu_box .snb_mini { font-size: 16px; }
#submenu_area .submenu_box .gnb_big .gnb_small li:hover, #submenu_area .submenu_box .snb_big .snb_small li:hover { background: #f4f4f4; }

#submenu_area .submenu_box .submenu_home { padding-right: 23px; border-right: 1px solid #DEDEDE; }
#submenu_area .submenu_box .submenu_home img { margin-top: -5px; }

#submenu_area .submenu_box .gnb_big { border-right: 1px solid #DEDEDE; }
#submenu_area .submenu_box .gnb_big .gnb_small {}
#submenu_area .submenu_box .gnb_big .gnb_small li {}

#submenu_area .submenu_box .snb_big { border-right: 1px solid #DEDEDE; }
#submenu_area .submenu_box .snb_big.no-arrow { background: none; }
#submenu_area .submenu_box .snb_big .snb_small {}
#submenu_area .submenu_box .snb_big .snb_small li {}

@media screen and (max-width:1000px) {
	#submenu_area { display: none; }
}


/******************************  서브 공통  ******************************/
.contents {
	position: relative;
	padding-bottom: 150px;
}

.subtitle {
	padding-top: 100px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.subtitle2 {
	padding-top: 90px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.subtitle2 span {
	display: block;
	font-size: 24px;
	margin-bottom: 18px;
}


@media screen and (max-width:1000px) {
	.contents {
		padding-bottom: 14vw;
	}

	.subtitle {
		padding-top: 14vw;
		font-size: 7vw;
	}
	
	.subtitle2 {
		padding-top: 16vw;
		font-size: 7vw;
	}

	.subtitle2 span {
		font-size: 5vw;
		margin-bottom: 3vw;
	}
}



/******************************  게시판 서브메뉴  ******************************/
#sub_menu_area {
	margin-top: 60px;
}

#sub_menu_area > button {
	float: left;
	width: calc(20% - 12px);
	margin-right: 15px;
	padding: 18px 0;
	border: 1px solid #ddd;
	background: #fff;
	box-sizing: border-box;
	font-size: 18px;
}

#sub_menu_area > button:last-child {
	margin-right: 0;
}

#sub_menu_area > button.on {
	border: 1px solid var(--main-color);
	background: #F8E8E4;
	color: var(--main-color);
}

@media screen and (max-width:1000px) {
	#sub_menu_area {
		margin-top: 14vw;
	}

	#sub_menu_area > button {
		width: calc(50% - 1vw);
		height: 16vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
		padding: 0;
		font-size: 4.4vw;
		line-height: 1.35;
	}

	#sub_menu_area > button.big {
		width: 100%;
	}

	#sub_menu_area > button:nth-child(odd) {
		margin-right: 0;
	}
}