@charset "utf-8";

/******************************  전체  ******************************/
#wrap, #header, #container, #footer { width: 100%; min-width: 1360px; }

#container { position: relative; min-height: 500px; margin-bottom: 250px; }

.sectors { position: relative; width: 1360px; height: inherit; margin: 0 auto; }

@media screen and (max-width:750px) {
	#wrap, #header, #container, #footer { min-width: 0; }

	.sectors { width: 90%; }
}

/******************************  상단  ******************************/
#header { border-bottom: 1px solid #e7e7e7; text-align: center; }

#header .logo { line-height: 90px; border-bottom: 1px solid #e7e7e7; }

#header .gnb { display: inline-block; height: 71px; }
#header .gnb li { float: left; height: 75px; }
#header .gnb li a { display: inline-block; width: 100%; height: inherit; padding: 0 60px; box-sizing: border-box; font-size: 24px; line-height: 75px; transition: .2s; }
#header .gnb li.on, #header .gnb li:hover {}
#header .gnb li.on a, #header .gnb li:hover a { color: #e7000e; }

#header .btn_box { display: none; }

@media screen and (max-width:750px) {
	#header .logo { line-height: 8vh; text-align: left; }
	#header .logo img { width: 50%; margin-left: 6%; }

	#header .gnb { display: none; }

	#header .btn_box { display: block; position: absolute; top: 0; right: 6%; line-height: 8vh; width: 11%; z-index: 9; background: #fff; }
}

/******************************  서브메뉴  ******************************/
#submenu_area { background: #f9f9f9; border-bottom: 1px solid #ccc; }

#submenu_area .submenu_box { max-width: 1360px; 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 { width: 210px; padding: 0 20px; background: url('../images/down_arrow01.png') no-repeat right 20px center; }
#submenu_area .submenu_box .gnb_big .gnb_small, #submenu_area .submenu_box .snb_big .snb_small { display: none; position: absolute; top: 55px; 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: 20px; }
#submenu_area .submenu_box .submenu_home img { margin-top: -5px; }

#submenu_area .submenu_box .gnb_big {}
#submenu_area .submenu_box .gnb_big .gnb_small {}
#submenu_area .submenu_box .gnb_big .gnb_small li {}

#submenu_area .submenu_box .snb_big {}
#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:750px) {
	#submenu_area { display: none; }
}


/******************************  하단  ******************************/
#footer { padding-top: 30px; padding-bottom: 30px; background: #333; color: #fff; }

#footer .f_logo { display: inline-block; vertical-align: top; }

#footer .company { display: inline-block; margin-top: 3px; margin-left: 22px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,0.3); font-size: 14px; }

#footer .company .copyright { -webkit-transform: scale(1,.9); -moz-transform: scale(1,.9); -ms-transform: scale(1,.9); -o-transform: scale(1,.9); transform: scale(1,.9); display: inline-block; font-weight: 300; color: rgba(255,255,255,0.3); }

@media screen and (max-width:750px) {
	#footer .f_logo { position: relative; display: block; text-align: center; margin-bottom: 15px; padding-bottom: 25px; }
	#footer .f_logo::after { position: absolute; bottom: 0; left: calc(50% - 30px); width: 60px; height: 1px; background: rgba(255,255,255,0.3); content: ""; }
	#footer .f_logo img { width: 50%; }

	#footer .company { margin-top: 15px; margin-left: 0; padding-left: 0; border-left: 0; width: 100%; text-align: center; }

	#footer .company .copyright { margin-top: 15px; }
}

/******************************  사이트맵  ******************************/
#sitemap_area { display: none; }

@media screen and (max-width:750px) {
	#sitemap_area { display: block; position: fixed; top: 0; right: -100%; width: 100%; height: 100%; background: #fff; z-index: 999999; }
	#sitemap_area .sitemap_header { height: 80px; border-bottom: 1px solid #ccc; }

	#sitemap_area .sitemap_header .logo { line-height: 80px; }
	#sitemap_area .sitemap_header .logo img { max-width: 40%; margin-left: 5%; }

	#sitemap_area .sitemap_header .close_btn { position: absolute; top: 0; right: 5%; background: none; line-height: 80px; }
	#sitemap_area .sitemap_header .close_btn img { max-width: 10vw; }

	#sitemap_area .sitemap_gnb dt, #sitemap_area .sitemap_gnb dd { padding: 0 5%; font-size: 18px; }
	#sitemap_area .sitemap_gnb dt { border-bottom: 1px solid #ddd; line-height: 60px; background: url('/images/down_arrow02-2.png') no-repeat center right 5%; }
	#sitemap_area .sitemap_gnb dt.no_snb { background: none; }
	#sitemap_area .sitemap_gnb dt + dd { padding-top: 20px; }
	#sitemap_area .sitemap_gnb dd { display: none; padding-bottom: 20px; background: #f3f3f3; }
}

/******************************  전체메뉴  ******************************/
.snb_area { display: none; position: absolute; padding: 10px 15px; background: #fff; font-size: 20px; text-align: center; line-height: 60px; z-index: 9999; }
.snb_area li {}
.snb_area li a {}