@charset "utf-8";
@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: 'Cafe24SsurroundAir';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24SsurroundAir.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

	
	body {position:relative; font-family: 'Noto Sans KR',sans-serif; }

	.default_layout {position:relative; width:1300px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	/* 헤더 */
	#header {z-index:99;  height:100px; text-align:center; position:absolute; left:0px; top:0px; width:100%; transition: all 0.2s;  font-family: 'Cafe24SsurroundAir';}

	#header {position:absolute; left:0px; top:0px; width:100%; z-index:99; }


	/*로고*/
	#header h1#logo {position:absolute; left:0; top:0;}
	#header h1#logo a {display:block; line-height:90px;}
	#header h1#logo img {vertical-align:middle;}

	#header .header_tell {position:absolute; right:0px; top:35px; background:url(../images/common/heder_tell_bg_icon.png) left 50% no-repeat; line-height:30px; color:#fff; padding-left:30px; font-size:18px;}

	/*상단메뉴*/
	#topMenu {position:relative; display:inline-block; text-align:center; height:90px; margin-left:20px;}
	#topMenu li.menu_list {display:inline-block; position:relative;}
	#topMenu li.menu_list a.depth_link {display:block; font-size:18px;  padding:0 30px; color:#fff; line-height:100px; position:relative;}

	#topMenu li.menu_list a.menu_on {color:#fff; background:#444; border-radius:15px 15px 0px 0px}

	#topMenu li div.depth_box {display:none; position:absolute; top:150px; left:0%; width:100%; background:#fff; transition: all 0.2s; border-radius:0px 0px 15px 15px; border:1px rgba(0,0,0,0.5) solid; border-top:0px; -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
	#topMenu li div.depth_box ul {padding:10px 0px;}
	#topMenu li div.depth_box ul li {font-size:13px; text-align:left; padding:5px 15px;}
	#topMenu li div.depth_box ul li a {display:block; color:#333; line-height:30px;}
	#topMenu li div.depth_box ul li a:hover { font-weight:bold; color:#333;}
	#topMenu li div.depth_box ul li:last-child a{border-bottom:0px;}


	/*3뎁스*/
	#topMenu li div.depth_box ul.three_depth {display:none; background:#fff; border-top:1px #ddd solid; padding:0px; border-bottom:1px #ddd solid;}
	#topMenu li div.depth_box ul.three_depth li a {display:block;line-height:30px; color:#949494;}



	
	/*전체메뉴*/
	.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 #ffd246 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 .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:#ffd246; color:#fff; text-align:center;}




	/*카피라이트*/
	#footerGroup {position:relative; background:#f8f8f8; padding-bottom:30px;  padding-top:30px; margin-top:120px;}

	#footerGroup .f_util {overflow:hidden; position:relative; border-bottom:1px rgba(0,0,0,,0.1) solid;}
	#footerGroup .f_util ul{overflow:hidden; text-align:center;}
	#footerGroup .f_util li{display:inline-block; font-weight:normal;  font-size:15px; }
	#footerGroup .f_util li a{margin-right:13px;  padding-right:13px; line-height:50px; display:block;color:#000;  background:url(../images/common/f_util_dot.png) right 50% no-repeat;}
	#footerGroup .f_util li.last a{background:none;}


	#footerGroup .footer {margin-top:5px; padding-top:15px; text-align:center; font-size:13px; position:relative;   color:rgba(0,0,0,,0.8); }
	#footerGroup .footer span{display:inline-block; padding-right:8px;}





	