@charset "UTF-8";
/* -- 상단 -- */
	.gnb { border-bottom:1px solid #e5e5e5; overflow: hidden; }
	.gnb ul { display: flex; justify-content: flex-end; align-items: center; }
	.gnb li a{ display: inline-block; position: relative; padding: 0 0 0 20px; vertical-align: middle; font-size: 14px; color: #000; overflow: hidden; }
	.gnb li a:before{ content: "ㅣ"; position: absolute; left: 4px; }
	.gnb li:nth-child(1) { margin-right: auto; } 
	.gnb li:nth-child(1) a { padding: 0; }
	.gnb li:nth-child(1) a:before{ display: none; }
	.gnb li:nth-child(2) a:before{ display: none; }

	.gnb .search { position: relative; width: 300px; padding: 0 0 0 10px ; background: #fff; }
	.gnb .search input{ border: 0; border-radius: 5px;  background: #ebebeb; }
	.gnb .search input[type="submit"]{ position: absolute; top: 0; right: 5px; z-index: 20; width: 40px; background: url(../../img/common/search_bg.png) 5px -40px no-repeat, #ebebeb; text-indent: -999px; }

/* -- 메뉴 공통 -- */
	nav { position: relative; }
	nav .container > div { float: left; width: 20%; padding: 12px 0 0 0; }
	nav ul { float: left; width: 80%; overflow: hidden; }
	nav ul > li{ position: relative; width: 16.5%; float: left; transition: all 0.3s ease 0.2s; }
	nav ul > li span { position: absolute; top:47px; left:0; width:100%; text-align: center; font-weight: 800; color:red; }

/* -- 상단메뉴 -- */
	nav img { width: auto; max-width: 100%; }
	nav .menu a { display: block; text-align: center; height: 75px; line-height: 75px; font-weight: 800; border-bottom: 2px solid #fff; transition: all 0.3s ease 0.2s; }
	nav .menu li:last-child a { color: #383eff; }
	nav .menu li:hover > a{ border-bottom: 2px solid #565cf8; }
	.menu .on a { border-bottom: 2px solid #565cf8; }

/* -- 서브메뉴 -- */
	nav .subMenu { position: absolute; top: 75px; z-index: 200; width: 100%; background: #ebebeb; transition: all ease-in-out .5s; height: 0; overflow: hidden; }
	nav .subMenu > div { transition: all ease-in-out .7s; opacity: 0; }
	nav .subMenu a { display: block; padding: 5px 0; text-align: center; transition: all 0.3s ease 0.2s; }
	nav .subMenu a:hover{ text-decoration: underline; }
	nav .subMenu.on { opacity: 1; height: auto; padding: 15px 0; }
	nav .subMenu.on > div { opacity: 1; }

/* -- 모바일메뉴 -- */
	.mob_nav{ position: relative; overflow : hidden; }
	.mob_nav img{ width: auto; height: 30px; }
	.mob_nav a{ display: inline-block; padding: 10px 0 10px 30px; }
	.mob_nav p{ display: inline-block; float:right; padding: 17px 100px 10px 0; }
	.mob_nav .mob_left{ position: absolute; top: 0; left: 0; width: 50px; height: 50px;
						background: url(../../img/common/mob_top.png) 0 -50px no-repeat ; }
	.mob_nav .mob_btn{ position: absolute; top: 0; right: 0; width: 50px; height: 50px;
					   background: url(../../img/common/mob_top.png) -50px -50px no-repeat ; }
	.mob_nav .search_btn{ position: absolute; top: 0; right: 50px; width: 50px; height: 50px;
						background: url(../../img/common/mob_top.png) -150px -50px no-repeat ; }
/* -- 모바일 검색 -- */
	.mob_search { display: none; padding: 10px; position: absolute; top: 50px; left: 0; z-index: 10; width: 100%; border-top: 1px solid #ebf0f7; background: #fff; }
	.mob_search ul { overflow: hidden; }
	.mob_search ul li{ float: left; padding: 0 5px; }
	.mob_search ul li:nth-child(1){ width: 70%; }
	.mob_search ul li:nth-child(2){ width: 30%; }

	html.open { overflow: hidden; } /*메뉴가 열렸을때 본문이 스크롤 되지 않는다.*/
	.close { width: 50px; height: 50px; padding: 15px; position: absolute; z-index: 10; right: 0px; top: 0px; cursor: pointer; }/*닫기 버튼*/

	#menu { width: 70%; height: 100%; position: fixed; top: 0px; right: -70%; z-index: 999999; font-size: 14px; background: #fff; overflow-x: scroll;
		transition: All 0.2s ease; -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; } /*메뉴 영역*/
	#menu .menu_log{ padding: 20px; text-align: center; background: #fafafa; }
	#menu .menu_log img{ width: auto; }
	.quick_login { overflow: hidden; }
	.quick_login li{ float: left; text-align: center; border-top: 1px solid #f4f4f4; border-bottom: 1px solid #f4f4f4; }
	.quick_login li a{ display: block; height: 48px;  line-height: 48px; }
	.quick_login li:nth-child(1){ border-right: 1px solid #f4f4f4; }
	.quick_login li:nth-child(3){ border-left: 1px solid #f4f4f4; }

	#nav-left > li > div { position: relative; padding: 0 0 0 20px; height: 48px; line-height: 48px; border-bottom: 1px solid #ebebeb; }
	#nav-left > .open_menu > div:after { content: "\e941"; position: absolute; right: 15px; font-family: 'xeicon'; }
	#nav-left > .open > div:after { content: "\e944"; font-family: 'xeicon'; }

/* -- 모바일 서브 -- */
	#nav-left > li > ul{ display: none; }
	#nav-left > .open_menu > ul{ display: none; padding: 5px 0; border-bottom: 1px solid #ebebeb; background: #fafafa; }
	#nav-left > .open_menu > ul > li > a{ display: block; position: relative; height: 40px; line-height: 40px; padding: 0 0 0 25px; }
	#nav-left > .open_menu > ul > li > a:before{ content: "\e93f"; font-family: 'xeicon'; position: absolute; left: 10px; }

/* -- 모바일 메뉴 오픈시 -- */
	#menu.open { right: 0px; }
	.page_cover.open { display: block; }
	.page_cover { width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.4); z-index: 99999; display: none; }

/* -- 하단 -- */
	footer{ padding: 3em 0; border-top: 1px solid #ebf0f7; }
	footer .link a { display: inline-block; padding: 0 0 15px 0; }
	footer .info{ position: relative; }
	footer .info li{ line-height: 1.5em; }
	footer .info img{ width: auto; max-width: 100%; }

	footer .top{ display: block; position: absolute; bottom: 10px; right: 0; width: 60px; height: 60px; font-size: 14px; line-height: 1em; text-align: center; border-radius: 30px; }
	footer .top a{ display: block; padding: 12px 0 0 0; }

/* 자동로그아웃 */
	.time_out { padding: 10px 0 10px 20px; }
	.time_out.off { color: #fff !important; }
	.time_out.off i{ color: #fff !important; }
