@charset "utf-8";
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");


@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');


	
	body::-webkit-scrollbar {width:5px; }
	body::-webkit-scrollbar-thumb {background-color: #999; border-radius: 10px; max-height: 30px;}
	body::-webkit-scrollbar-track { background-color:#fff;}




	body {position:relative;   font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }


	

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative;  }

	
	#wrap {overflow:hidden;}


	
	 #statusBar {position:fixed; top:0px; left:0; height:5px; width:0%; background-color:#de4047; transition:width 0.1s ease; z-index:1000; }
	

	/*상단*/
	#header {position:relative; z-index:99; text-align:center; }
	#header.on{background:#fff;}
	#header.on_scroll {background:#fff; position:fixed; left:0px; top:0px; width:100%}

	
	

	#header h1#logo {position:absolute; left:4%; top:0;  }
	#header h1#logo a{display:inline-block; vertical-align:middle;  line-height:85px;}
	#header h1#logo a img {vertical-align:middle; width:160px;}

	
	#header .all_menu_btn { position:absolute; right:4%; top:30px; }
	#header .all_menu_btn .lord-icon {width:40px; height:40px;}




	#topMenu {position:relative; display:inline-block; font-size:0px;    margin-left:150px; z-index:1}
	#topMenu li.menu_list {display:inline-block; position:relative; }
	#topMenu li.menu_list a.depth_link {display:block; font-size:17px;padding:0 60px; color:#000; line-height:90px; position:relative;   transition: all 0.2s;  font-weight:bold;}

	#topMenu li.menu_list a.menu_on {color:#0c3966;  }

	#topMenu li div.depth_box {display:none; position:absolute; top:90px; left:0%; width:100%;  border-radius:20px; transition: all 0.2s;   border-top:0px; -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;  background:#000;}
	#topMenu li div.depth_box ul {padding:25px 0px;}
	#topMenu li div.depth_box ul li {font-size:16px; text-align:center; }
	#topMenu li div.depth_box ul li a {display:block; color:rgba(255,255,255,0.6); line-height:30px;}
	#topMenu li div.depth_box ul li a:hover { font-weight:bold;text-decoration:underline;}
	#topMenu li div.depth_box ul li:last-child a{border-bottom:0px;}


	

	.allmenu_detail_show_box_wrap {display:none; background:#fff; position:fixed; right:-300px; top:0px;  width:300px; min-height:100%; height:100%; height:100vh;  transition:all 0.2s; z-index:999999999999999999; box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer {padding:30px; position:relative;margin-top:40px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul {}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list {margin:30px 0px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link {display:block; color:#000; font-sizE:22px; border-bottom:1px rgba(0,0,0,0.1) solid; line-height:40px; padding-bottom:10px; font-weight:bold;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link:hover {font-weight:bold; color:#282f67;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc {padding:0px 0px;  display:none;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul {overflow:hidden; border-bottom:1px rgba(0,0,0,0.1) solid; }
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul li{color:#555; font-size:16px; margin:10px 0px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul li a{color:#555;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul li a:hover{color:#000; text-decoration:underline;}

	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul li .three_depth li {width:auto; font-size:14px; margin-right:10px; }
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul li .three_depth li a{color:rgba(0,0,0,0.6)}

	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .close_btn {position:absolute; right:30px; top:0px; width:40px;height: 40px; cursor:pointer;}


	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .close_btn:before, 
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .close_btn:after {position: absolute;left: 0px;content:' ';height:26px;width:1px;background-color: #000;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .close_btn:before {transform: rotate(45deg);}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .close_btn:after {transform: rotate(-45deg);}

	
	



	/*하단 메뉴*/
	#footerGroup {background:#000; padding:120px 4%;   margin-top:0px; }
	#footerGroup .f_first {background:url(../images/f_logo.png) left top no-repeat;  background-size:200px; padding-left:300px; position:relative;}
	#footerGroup .f_first ul {position:absolute; right:0px; top:0px;}
	#footerGroup .f_first ul li {float:left; margin-left:10px;}
	#footerGroup .f_first ul li a{display:block; line-height:60px;  padding:0 20px;  border-radius:10px; text-align:center; background:rgba(255,255,255,0.1); color:#fff; vertical-align:middle;}
	#footerGroup .f_first ul li a .feather{vertical-align:middle;}
	#footerGroup .f_first ul li.top a {font-size:20px; font-weight:bold;}
	#footerGroup .f_first ul li.top a .feather {margin-left:20px;}

	#footerGroup .f_info {margin-top:0px;}
	#footerGroup .f_info span {display:inline-block; margin-right:30px; font-size:16px; color:rgba(255,255,255,0.6); position:relative;}

	#footerGroup .f_info span:after {    display: block;    position: absolute;    top:5px;    right: -15px;    width: 1px;    height:12px;    background:rgba(255,255,255,0.2);;    content: '';}
	#footerGroup .f_info span:last-child:after { content:none;}
	#footerGroup .copyright {margin-top:10px; font-size:16px; color:rgba(255,255,255,0.4); }




@media all and (max-width:1024px) {

	#topMenu {display:none;}
	
	#header {overflow:hidden;  height:60px;}
	#header h1#logo {left:3%; top:0;  }
	#header h1#logo a{ line-height:60px;}
	#header h1#logo a img {width:120px;}



	#header .all_menu_btn { position:absolute; right:2%; top:10px; }



	/*하단 메뉴*/
	#footerGroup { padding:30px 15px;   margin-top:0px; }
	#footerGroup .f_first {background:none; padding:80px 0px 0px 0px; position:relative;}
	#footerGroup .f_first ul {position:absolute; right:0px; top:0px;}
	#footerGroup .f_first ul li a{display:block; line-height:50px;  padding:0 20px; }


	#footerGroup .f_info {margin-top:0px;}
	#footerGroup .f_info span {display:inline-block; margin-right:10px; font-size:15px; line-height:18px;}

	#footerGroup .f_info span:after {  top:5px;    right: -5px; display:none;}







}


@media all and (min-width:1025px) and (max-width:1440px) {


#footerGroup .f_first ul {position:absolute; right:0px; top:-80px;}



}