@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");


@font-face {
		font-family: 'Chosunilbo_myungjo';
		src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

.y_line{  background:url(../images/common/title_bg.png) left 75% repeat-x;}



	body {position:relative; font-family: 'Noto Sans KR',sans-serif; background:#000; }

	body::-webkit-scrollbar {width:5px; }
	body::-webkit-scrollbar-thumb {background-color: #0b3b6c;}
	body::-webkit-scrollbar-track { background-color: grey;}


	.default_layout {position:relative; width:1300px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	/* 헤더 */
	#header {z-index:99;    height:90px;  position:fixed;position:absolute; width:100%; left:0px; top:0px;text-align:center;  border-bottom:1px rgba(255,255,255,0.2) solid;  transition: all 0.2s;}
	#header.on_scroll {position:fixed; width:100%; left:0px; top:0px; background:rgba(0,0,0,0.8);}

	#header .t_util{background:#555; }
	#header .t_util .default_layout {overflow:hidden;}
	#header .t_util ul {float:right; }
	#header .t_util li{float:left; }
	#header .t_util li a{display:block; line-height:40px; font-size:11px; padding:0 10px; color:rgba(255,255,255,0.8); background:url(../images/common/top_util_dot.jpg) right 50% no-repeat;}

	p.menu_btn,
	#topMenu .menu_btn_colse {display:none;} 

	/* 로고 */
	#header h1#logo {position:absolute; left:5%; top:0px; z-index:1; height:90px; color:#fff; }
	#header h1#logo a{color:#fff; display:block; line-height:85px; }
	#header h1#logo a img {vertical-align:middle;}



	
	#header .top_util  {position:absolute; right:5%; top:30px; z-index:1;}
	#header .top_util li{display:inline-block;  margin-left:5px;}
	#header .top_util li a{display:block; font-size:12px; color:rgba(255,255,255,0.6); padding:0 15px 0px 10px; background:url(../images/common/top_util_dot.jpg) right 50% no-repeat;}
	#header .top_util li.last a{padding-right:0px; background:none;}







	/*상단메뉴*/
	#topMenu {text-align:center; display:inline-block;  position:relative;  z-index:1;  font-size:0px;}
	#topMenu li.menu_list{display:inline-block; position:relative; min-width:200px; text-align:center;  }
	#topMenu li.menu_list a.depth_link {display:block;  font-size:18px;  color:#fff; line-height:90px; position:relative;   }


	#topMenu li.menu_list a.menu_on{color:#fff; background:#0b3b6c; }

	#topMenu li.menu_list a.depth_link span.line{width:0; height:2px; background:#2093c2; position:absolute; left: 50%; bottom:-2px; z-index:1;    transform: translateX(-50%); transition:all 0.2s; }
	#topMenu li.menu_list a.menu_on span.line{width:100% }




	#topMenu li div.depth_box {position:absolute; display:none;  top:90px; width:100%; left:0px; }
	#topMenu li div.depth_box ul {padding:30px 0px;;}
	#topMenu li div.depth_box ul li {font-size:14px; text-align:center;}
	#topMenu li div.depth_box ul li a {display:block; color:#fff;  letter-spacing:-0.5px; line-height:30px;}
	#topMenu li div.depth_box ul li a:hover {text-decoration:underline; color:#fff;}
	#topMenu li div.depth_box ul li:last-child a{border-bottom:0px;}


	/*3뎁스*/
	#topMenu li div.depth_box ul.three_depth{ padding:0px; padding:10px; }
	#topMenu li div.depth_box ul.three_depth li a{display:block;line-height:30px; color:rgba(255,255,255,0.4); font-size:13px;}


	#header .depth_box_wra_box { position:absolute;  left:0px; top:120px;  width:100%;;z-index:0px;  transition:all 0.2s; background:#0b3b6c;}  

	

	#topMenu li.menu_list:hover {background:#2093c2; color:#fff;}
	#topMenu li.menu_list:hover a.depth_link{color:#fff;}
	#topMenu li.menu_list:hover div.depth_box { background:#2093c2;   }




	
	/*전체메뉴*/
	.allmenu_detail_show_box_wrap {display:none; background:#000; top:0px !important;  left:0px; width:100%; height:100%; z-index:999999999999999999; }
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer {padding:50px; position:relative;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list {margin:20px 0px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link {display:block; color:#fff; font-sizE:40px; border-bottom:1px rgba(255,255,255,0.6) solid; line-height:40px; padding-bottom:10px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link span{displaY:inline-block; border-bottom:3px #0b3b6c solid;padding-bottom:10px; padding-right:40px; position:relative; top:12px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box {padding:20px 0px;  display:block !important;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box ul {overflow:hidden;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box ul li{float:left; width:20%; color:#fff; font-size:20px; margin:10px 0px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box ul li a{color:#fff;}
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box ul li .three_depth {width:800px; margin-top:30px; }
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box ul li .three_depth li {float:left; margin:0px 15px 0px 0px;padding-bottom:0px; top:0px; font-size:12px; color:rgba(255,255,255,0.7)}
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box ul li .three_depth li a{color:rgba(255,255,255,0.3);display:block; line-height:20px}

	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .close_btn {position:absolute; right:0px; top:0px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .close_btn a{display:inline-block; width:80px; height:80px; line-height:80px; background:#0b3b6c; color:#fff; text-align:center;}




	/*카피라이트*/
	#footerGroup {position:relative; background:#181818; margin-top:80px; padding-bottom:30px;}
	#footerGroup .footerGroup_wrap {margin:0 5%; padding:120px 0px;}
	#footerGroup .col_box {display:table; width:100%;}
	#footerGroup .col_box .col {display:table-cell; vertical-align:top; }

	#footerGroup .col_box .company_info  {}
	#footerGroup .col_box .company_info .title {font-size:25px; color:#fff; margin-bottom:20px; font-weight:bold; }
	#footerGroup .col_box .company_info  ul li{color:rgba(255,255,255,0.5); font-size:13px; position:relative; padding-left:90px; }
	#footerGroup .col_box .company_info  ul li span{position:absolute; left:0px; top:0px;}

	#footerGroup .col_box .f_menu_wrap{width:60%;  text-align:center;}
	#footerGroup .col_box .f_menu_wrap #f_menu .f_list {display:inline-block; padding:0 60px; vertical-align:top;} 
	#footerGroup .col_box .f_menu_wrap #f_menu .f_list .depth_link{ font-size:15px; font-weight:bold; color:#fff;} 
	#footerGroup .col_box .f_menu_wrap #f_menu .f_list .depth_box {margin-top:20px;} 
	#footerGroup .col_box .f_menu_wrap #f_menu .f_list .depth_box li a{color:rgba(255,255,255,0.5); font-size:12px;} 

	#footerGroup .col_box .f_help {}
	#footerGroup .col_box .f_help .pri {text-align:center;}
	#footerGroup .col_box .f_help .pri a{display:inline-block;  line-height:40px; border:1px rgba(255,255,255,0.5) solid; color:rgba(255,255,255,0.5); margin-left:6px; text-align:center; min-width:120px;}
	#footerGroup .col_box .f_help .pri a.last{border:1px rgba(255,255,255,0.5) solid; background:rgba(11,59,108,0.6); color:rgba(255,255,255,0.5); margin-left:6px;}
	#footerGroup .col_box .f_help .copy{font-size:12px; color:rgba(255,255,255,0.5); margin-top:40px; text-align:center;}





	@media all and (max-width:1024px) {
		.mobile_none {display:none;}


		/*팝업*/
		#hd_pop .hd_pops {left:0px !important;}
		#hd_pop .hd_pops .hd_pops_con{width:280px !important; height:auto !important;}
		#hd_pop .hd_pops img {width:100% !important; height:auto !important; vertical-align:middle;}


		/*기본사이즈*/
		body {min-width:100%;}
		#wrap,#container,#header ,#footerGroup  {min-width:100%; width:100%;}
		.default_layout { width:100%; min-width:100% ; }
		
		
		#header {position:fixed; width:100%; box-shadow:0px 1px 10px rgba(0,0,0,0.2); height:80px;}

		
		#header .top_util  {display:none;}


	
		#header h1#logo {height:70px; line-height:70px; left:10px;; }
		#header h1#logo a{line-height:65px; }
		#header h1 img{ width:200px;}

		
		#header .t_util li a{padding:0 8px;  }



		#header .top_sitemap_btn {display:none; }



		/*모바일버튼*/
		p.menu_btn {display:block; position:absolute; right:10px; top:15px; cursor:pointer; text-align:center; width:43px; height:43px;  }
		p.menu_btn a {display:block; padding-top:13px;}
		p.menu_btn span {background:#fff; display:block; width:60%; height:3px; margin:0 20% 4px; vertical-align:top;}


		/*상단메뉴*/
		#topMenu {display:none; float:none; margin:0px; background:#fff; z-index:999999999999 !important; margin-top:0px; position:fixed; left:0px; top:0px; min-width:250px; width:80%; min-height:100% !important; height:100% !important;   overflow-y:auto; -webkit-overflow-scrolling:touch;}
		
		#topMenu .menu_btn_colse {display:block; height:50px;  line-height:50px; padding-left:10px; color:#fff; background:#0b3b6c; font-size:16px;}
		#topMenu .menu_btn_colse a{float:right; width:60px;  height:50px; background:rgba(0,0,0,0.2); text-align:center; color:#fff;}
		
		#topMenu li.menu_list {width:100%; text-align:left; background-image:none; clear:both;padding:0px; margin:0px; }
		#topMenu li.menu_list a.depth_link {display:block;line-height:60px; color:#222; font-size:16px; padding:0 10px; border-bottom:1px #eee solid; }
		#topMenu li.menu_list a.menu_on {color:#313959; background:#fff; }

		#topMenu li div.depth_box {position:relative;margin:0px; left:0px; top:0px; width:100%; background:#f8f8f8; border:0px; border-bottom:1px #eee solid; text-align:left;}
		#topMenu li div.depth_box ul {padding:0; margin:0px;}
		#topMenu li div.depth_box ul li a {color:#333; padding:0px 10px 0 15px;  border-bottom:1px #eee solid; line-height:50px; font-size:13px; text-align:left;}
		#topMenu li div.depth_box ul li a:hover {background:none; text-decoration:underline; }


		#topMenu li#topMenu2 div.depth_box { width:100%;}
	
		/*3뎁스*/
		#topMenu li div.depth_box ul.three_depth{display:block;; background:#f2f2f2; border-top:0px; border-bottom:1px #eee solid;}
		#topMenu li div.depth_box ul.three_depth li a{display:block; padding-left:20px; line-height:45px; font-size:12px; font-weight:normal; border-bottom:1px #eee solid;  color:#666;}
		#topMenu li div.depth_box ul.three_depth li:last-child a{border-bottom:0px;}

		
		#header .depth_box_wra_box {display:none;}

		#topMenu li.menu_list a.depth_link span.line {display:none;}
		#topMenu li.menu_list:hover {background:#fff; color:#222;}
		#topMenu li.menu_list:hover a.depth_link{color:#222;}
		#topMenu li.menu_list:hover div.depth_box { background:#f8f8f8;   }



		


			/*카피라이트*/

			#footerGroup .footerGroup_wrap {margin:0 20px; padding:60px 0px;}
			#footerGroup .col_box {display:block; ;}
			#footerGroup .col_box .col {display:block; vertical-align:top; }

			#footerGroup .col_box .company_info  {}
			#footerGroup .col_box .company_info .title {font-size:25px; color:#fff; margin-bottom:20px; font-weight:bold; }
			#footerGroup .col_box .company_info  ul li{color:rgba(255,255,255,0.5); font-size:13px; position:relative; padding-left:90px; }
			#footerGroup .col_box .company_info  ul li span{position:absolute; left:0px; top:0px;}

			#footerGroup .col_box .f_menu_wrap{width:auto;  text-align:center; display:none;}
			#footerGroup .col_box .f_menu_wrap #f_menu .f_list {display:inline-block; padding:0 60px; vertical-align:top;} 
			#footerGroup .col_box .f_menu_wrap #f_menu .f_list .depth_link{ font-size:15px; font-weight:bold; color:#fff;} 
			#footerGroup .col_box .f_menu_wrap #f_menu .f_list .depth_box {margin-top:20px;} 
			#footerGroup .col_box .f_menu_wrap #f_menu .f_list .depth_box li a{color:rgba(255,255,255,0.5); font-size:12px;} 

			#footerGroup .col_box .f_help {margin-top:20px;}
			#footerGroup .col_box .f_help .pri {text-align:center; display:table; width:100%; table-layout:fixed;}
			#footerGroup .col_box .f_help .pri a{display:table-cell;  margin-left:0px }
			#footerGroup .col_box .f_help .pri a.last{border-left:0px;  margin-left:0px;}
			#footerGroup .col_box .f_help .copy{ margin-top:20px;}






}