@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");


html { scroll-behavior: smooth; }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");	



	.m_menu_wrap_bg {width:100%; height:100%; background:rgba(0,0,0,0.8); position:absolute; left:0px; top:0px;  z-index:1; display:none;}

	body {position:relative;  font-family:'Pretendard', sans-serif; }

	.default_layout {position:relative; width:1400px; margin:0 auto; clear:both;  }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	#wrap {overflow:hidden;}


	/* 헤더 */
	#header {z-index:99;  height:100px; text-align:center;   transition: all 0.2s;    position:fixed; left:0px; top:0px;width:100%; border-bottom: 1px rgba(255,255,255,0.1) solid; }
	#header.on_scroll {border-bottom: 1px rgba(0,0,0,0.1) solid; background:rgba(0,0,0,0.8);}
	

	#header .default_layout {width:auto;  padding:0 10%;}



	p.menu_btn,
	#topMenu .menu_btn_colse {display:none;} 
		


	
	p.all_menu_btn { position:absolute; right:10px; top:5px; cursor:pointer; text-align:center; width:43px; height:43px; display:none; }
	p.all_menu_btn a {display:block; padding-top:20px;}
	p.all_menu_btn span {background:#fff; display:block; width:60%; height:2px; margin:0 20% 6px; vertical-align:top;}

	
	#header.on_scroll p.all_menu_btn span,
	#header.on_scroll_etc p.all_menu_btn span {background:#fff;}



	/*로고*/
	#header h1#logo {position:absolute; left:10%; top:0;}
	#header h1#logo a {display:block; line-height:90px; transition:all 0.3s; color:#fff;}
	#header h1#logo img {vertical-align:middle;}

	

	#header .top_tell {position:absolute; right:10%; top:15px;; }
	#header .top_tell .icon{position:absolute; left:0px; top:5px;  width:60px;height:60px; line-height:60px; line-height:60px; border-radius:60px; background:#004077;}
	#header .top_tell .icon .lord-icon {width:25px; height:25px; margin-top:17px;}
	#header .top_tell .text {margin-left:80px;  text-align:left; }
	#header .top_tell .text .t2{font-size:23px; color:#fff; font-weight:900; line-height:25px; padding-top:10px;}
	#header .top_tell .text .t3{font-size:14px; color:#fff;  line-height:22px;}
	#header .top_tell .text .t3 span {margin-left:5px;}

	


	



	/*상단메뉴*/
	#topMenu {position:relative; display:inline-block; font-size:0px;  height:100px; z-index:1}
	#topMenu li.menu_list {display:inline-block; position:relative;}
	#topMenu li.menu_list a.depth_link {display:block; font-size:19px; font-weight:bold;  padding:0 30px; color:#fff; line-height:100px; position:relative; transition: all 0.2s;}

	#topMenu li.menu_list a.menu_on {background:#285eb7; color:#fff;  }

	#topMenu li div.depth_box {display:none; position:absolute; top:150px; left:0%; width:100%; background:#fff; transition: all 0.2s;  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; box-shadow: 3px 3px 15px rgb(0 0 0 / 10%);}
	#topMenu li div.depth_box ul {padding:10px 0px;}
	#topMenu li div.depth_box ul li {font-size:15px; 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:#fff; position:fixed; right:-180px; top:0px;  width:180px; 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:20px 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:0px; top:-30px; 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 {position:relative; background:#414141; padding-bottom:30px;  padding-top:30px; }

	#footerGroup .f_util {overflow:hidden; position:relative; border-bottom:1px rgba(0,0,0,,0.1) solid; display:none;}
	#footerGroup .f_util ul{overflow:hidden; text-align:left;}
	#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:#fff;  background:url(../images/common/f_util_dot.png) right 50% no-repeat;}
	#footerGroup .f_util li.last a{background:none;}


	#footerGroup .footer {text-align:left; font-size:13px; position:relative;   color:rgba(255,255,255,0.8); }
	#footerGroup .footer span{display:inline-block; padding-right:8px;}
	#footerGroup .addres {margin-top:30px;}



	#footerGroup .f_col_box  {display:table; width:100%; table-layout:fixed; }
	#footerGroup .f_col_box .col {display:table-cell; vertical-align:top;}
	#footerGroup .f_col_box .col .f_title {font-size:20px; font-weight:bold; color:#fff; margin-bottom:30px;}
	#footerGroup .f_col_box .col.etc_s {}
	#footerGroup .f_col_box .col.etc_s ul li {position:relative; color:rgba(255,255,255,0.8); padding-left:90px;}
	#footerGroup .f_col_box .col.etc_s ul li span {position:absolute; left:0px;  color:rgba(255,255,255,0.4); }

	#footerGroup .f_col_box .col.tell {padding:0px 80px;}

	#footerGroup .f_col_box .col.tell .tell_num {margin-top:50px;font-size:40px; font-weight:bold; color:#fff;}






@media all and (max-width:1024px) {
		
			

		#hd_pop {width:90% !important; left:0% !important; top:0% !important;} 
		#hd_pop .hd_pops {left:0px !important; border:0px !important;   }
		#hd_pop .hd_pops .hd_pops_con{width:100% !important; height:auto !important;}
		#hd_pop .hd_pops img {width:100% !important; height:auto !important; vertical-align:middle;}
		

		.default_layout {width:auto;}

		/*로고*/
		#header h1#logo {position:absolute; left:10px; top:0;}
		#header h1#logo a {display:block; line-height:60px; transition:all 0.3s;}
		#header h1#logo img {width:170px;}

		#header .top_tell {display:none;}


		#topMenu {display:none;}



		/* 헤더 */
		#header {height:70px; }
		



		
			


		
		p.all_menu_btn { display:block;}


		
		

		#footerGroup {position:relative;  padding-bottom:30px;  padding-top:30px; }









		/*전체메뉴*/
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer {padding:20px; position:relative;}
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list {margin:0px 0px; padding-top:10px;}
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link {font-sizE:17px; font-weight:bold; line-height:30px; padding-bottom:10px;}
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link span{padding-bottom:0px; padding-right:20px; }
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box {padding:0px 0px 20px;  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:none; width:auto;  font-size:14px; margin:5px 0px;}

		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box 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 ul li .three_depth li a{color:rgba(255,255,255,0.6)}

		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .close_btn a{ width:40px; height:40px; line-height:40px; }
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc {padding:0px 0px 0px;}

		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul li {font-size:14px; margin:5px 0px;}
		

		#footerGroup .f_col_box  {display:block; width:auto;}
		#footerGroup .f_col_box .col {display:block; width:auto !important; vertical-align:top; padding:20px !important; border-bottom:1px rgba(255,255,255,0.2) solid; padding-bottom:30px !important;}
		#footerGroup .f_col_box .col.etc_s {}
		#footerGroup .f_col_box .col .f_title {text-align:left;}
		#footerGroup .f_col_box .col.etc_s ul {margin-top:10px;}
		#footerGroup .f_col_box .col.etc_s ul li {position:relative; color:rgba(255,255,255,0.8); padding-left:90px;}
		#footerGroup .f_col_box .col.etc_s ul li span {position:absolute; left:0px;  color:rgba(255,255,255,0.4); }
		
		#footerGroup .f_col_box .col.tell .tell_num {margin-top:0px;}
		#footerGroup .f_col_box .col.tell .tell_num {margin-top:0px;}


		#footerGroup .col.footer {font-size:12px; border-bottom:0px;}


}



@media all and (min-width:1025px) and (max-width:1440px) {



	#header h1#logo {left:1%;}
	#header h1#logo img {width:150px;}
	#header .top_tell {right:1%;}
	#header .top_tell .text {margin-left:50px;}
	#header .top_tell .icon {width:40px; height:40px; line-height:40px; border-radius:40px; top:15px;}
	#header .top_tell .icon .lord-icon {margin-top:10px; width:20px; height:20px;}

	#header .top_tell .text .t2 {font-sizE:18px;}
	#header .top_tell .text .t3 {font-sizE:12px;}
	#header .top_tell .text .t3 span{ display:none;}

	#footerGroup {width:auto; padding-left:15px; padding-right:15px;}

	

	




	#header .default_layout {padding:0 1%;}
	.default_layout {width:auto;}




	#topMenu li.menu_list a.depth_link {font-size:17px; padding:0 30px; letter-spacing:-2px;}
	#topMenu li div.depth_box ul li {font-size:14px; text-align:left; padding:5px 10px;}

}



