@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/variable/pretendardvariable.min.css");

html { scroll-behavior: smooth; }



	


	.m_menu_wrap_bg {width:100%; height:100%; background:rgba(0,0,0,0.8); position:absolute; left:0px; top:0px;  z-index:10; display:none;}
	#wrap {-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;}



	@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
	body {position:relative;   font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", 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;      -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;   text-align:center;}

	#header.on_scroll_etc,
	#header.on_scroll {background:#fff;     box-shadow: 0 10px 10px rgba(0, 0, 0, .1);position:fixed; margin:0px; left:0%; top:0px;width:100%;   }




	




	/* 로고 */
	#header h1#logo {position:absolute; left:0px; top:0px; }
	#header h1#logo a{display:inline-block; vertical-align:middle;  line-height:85px;}
	#header h1#logo a img {vertical-align:middle;}

	

	
	p.all_menu_btn {position:absolute;; right:120px; top:18px; cursor:pointer;    transition: all 0.2s;   text-align:center; display:none;}
	p.all_menu_btn a {display:inline-block; vertical-align:middle; width:45px;height:45px; line-height:45px; line-height:45px; border-radius:45px;   background:#d31818; color:#fff; transition: all 0.2s;}
	p.all_menu_btn a .feather {width:20px; height:20px; vertical-align:middle;}


	



	p.menu_btn,
	#topMenu .menu_btn_colse {display:none;} 
		





	/*상단메뉴*/



	#topMenu {position:relative;  transition: all 0.2s;  z-index:1; text-align:center; display:inline-block;}
	#topMenu li.menu_list {display:table-cell; position:relative;  }
	#topMenu li.menu_list a.depth_link {display:block; font-size:19px;padding:0 35px; color:#000; letter-spacing:-1px; font-weight:600; line-height:85px; position:relative;   transition: all 0.2s;  }
	#topMenu li.menu_list a.depth_link span.line {position:absolute; left:47%; bottom:0px; width:0%; height:0px; background:#1a3451; transition: all 0.2s;}

	#topMenu li.menu_list a.menu_on {color:#d31818;  }
	#topMenu li.menu_list a.menu_on span.line { width:5px; height:5px; border-radius:5px; bottom:15px; }

	#topMenu li div.depth_box {display:none; position:absolute; top:85px; left:0%; width:100%;   transition: all 0.2s;   border-top:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
    box-sizing: border-box;   ; z-index:1px; }
	#topMenu li div.depth_box ul {padding:25px 0px;}
	#topMenu li div.depth_box ul li {font-size:15px; text-align:center; color:#000; }
	#topMenu li div.depth_box ul li a {display:block; color:#000; 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;}


	/*3뎁스*/
	#topMenu li div.depth_box ul.three_depth {display:none; background:#fff; }
	#topMenu li div.depth_box ul.three_depth li a {display:block;line-height:30px; color:#00643e;}

	
	#header .depth_box_wra_box {background:#fff; position:absolute;  left:0px; top:84px;    width:100%;;z-index:0px;  display:none;    border-radius:0px 0px 60px 60px; border-top:1px #ededed solid;}  



	
	/*전체메뉴*/
	.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: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: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);}



	

	#header.on_scroll_etc #topMenu li.menu_list a.depth_link,
	#header.on_scroll #topMenu li.menu_list a.depth_link {color:#000;}


	#header.on_scroll_etc h1#logo a.pc_ver,
	#header.on_scroll h1#logo a.pc_ver{display:block;}


	#header.on_scroll_etc h1#logo a.mobile_ver,
	#header.on_scroll h1#logo a.mobile_ver{display:none;}




	#header.on_scroll_etc .top_nation_wrap .top_nation img,
	#header.on_scroll .top_nation_wrap .top_nation img { border-radius:30px; border:1px #ededed solid;}





	.quick_menu_right {position:fixed; top:210px; right:30px; width:150px;   z-index:99}
	.quick_menu_right h3{background:#d31818; padding:15px 0px; text-align:center; color:#fff;  }
	.quick_menu_right ul{background:#fff; border-left:1px #ddd solid; border-right:1px #ddd solid; }
	.quick_menu_right ul li{text-align:center; padding:15px 0px; color:#000; border-bottom:1px #ddd solid; font-size:14px;}
	.quick_menu_right ul li img {vertical-align:middle;}







	/*카피라이트*/
	#footerGroup {position:relative;  background:#202225;  padding:120px 0px;  -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box; }
	#footerGroup .f_uil {margin-bottom:40px; padding-bottom:40px; border-bottom:1px rgba(255,255,255,0.1) solid; position:relative;}
	#footerGroup .f_uil ul {overflow:hidden; padding-top:8px;}
	#footerGroup .f_uil ul li {float:left; margin-right:30px; position:relative;}
	#footerGroup .f_uil ul li a{display:block; font-size:18px; color:rgba(255,255,255,1);}
	#footerGroup .f_uil ul li:after {    display: block;    position: absolute;    top:5px;    right:-15px;    width: 1px;    height:12px;    background:rgba(255,255,255,0.4);    content: '';  }
	#footerGroup .f_uil ul li:last-child:after { content:none;}



	#footerGroup .f_uil ul li select {width:100%; border:1px rgba(255,255,255,0.2) solid !important; height:38px; color:rgba(255,255,255,0.6); font-size:12px; padding:0 15px; background:#000;  position:relative; top:-6px;}


	#footerGroup .f_uil .f_call {position:absolute; right:0px; top:15px; font-family: 'Montserrat'; font-size:30px; font-weight:700; color:#fff;}
	#footerGroup .f_uil .f_call span {font-size:18px; display:inline-block; margin-right:5px;}




	#footerGroup .footer { margin-top:0px; text-align:left; padding-left:350px;  line-height:25px; font-size:18px; position:relative;   color:rgba(255,255,255,0.5);  background:url(../images/common/f_logo.png?1111) left 10px no-repeat;  -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box; }
	#footerGroup .footer span{display:inline-block; padding-right:8px;}


	

	




@media all and (max-width:1024px) {


		#wrap{overflow:hidden;}


		.default_layout {width:auto; padding:0px;}
			/* 헤더 */
		#header {height:80px;  padding:0px; box-shadow:0px 1px 10px rgba(0,0,0,0.2);  background:#fff !important; }


		#header h1#logo {text-align:left; margin-right:0px; margin-left:10px; left:0px;}
		#header h1#logo a{display:inline-block; vertical-align:middle; height:80px; line-height:80px;}
		#header h1#logo a img {vertical-align:middle;  width:100px;}
		#header h1#logo a.pc_ver  {display:inline-block !important;}
		#header h1#logo a.mobile_ver {display:none !important;}

	


		/* 헤더 */		
		p.all_menu_btn {position:absolute; right:10px; top:15px; display:block;  width:43px; height:43px;  }
		p.all_menu_btn a {display:block; }
		p.all_menu_btn span {background:#000; display:block; width:60%; height:2px; margin:0 20% 6px; vertical-align:top;}

		

		.top_nation_wrap {display:none;}


		#topMenu {display:none !important; }


		.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 {text-align:left;}
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list {margin:10px 0px;}
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link {display:block; color:#000; font-sizE:17px; border-bottom:1px rgba(0,0,0,0.1) solid; line-height:30px; 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:10px 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:15px; margin:5px 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{padding:70px 15px;; width:auto;}
		#footerGroup .f_uil {padding-top:80px }
		#footerGroup .f_uil ul {overflow:hidden; text-align:center; }
		#footerGroup .f_uil ul li {float:none; display:inline-block; margin:0px 15px; position:relative;}
		#footerGroup .f_uil ul li a{ font-size:16px; }
		#footerGroup .f_uil ul li.full {display:block; text-align:center; margin-top:10px;}
		#footerGroup .f_uil .f_call {display:none;}



		#footerGroup .footer {padding:0px; font-size:16px; background-size:180px; background-position:center top; text-align:center;}

			
		#header_quick_menu {position:fixed; right:0px; top:auto; bottom:0px; width:100%;    border-radius:20px 20px 0 0px}
		#header_quick_menu ul {padding:0px; display:table; width:100%; table-layout:fixed;padding:10px 0px;}
		#header_quick_menu ul li{ display:table-cell; padding:5px 0px; border-bottom:0px rgba(255,255,255,0.1) solid; border-right:1px rgba(255,255,255,0.1) solid;  }
		

		.quick_menu_right {display:none;}




}



@media all and (min-width:1025px) and (max-width:1440px) {
	

	.default_layout {width:auto; padding:0px;}
	#topMenu li.menu_list a.depth_link { font-size:18px;padding:0 20px;   }

	#header h1#logo {left:5%;}
	#header h1#logo a img {width:120px;}

	.top_nation_wrap {right:5%}

	

		
	#footerGroup{  width:auto; padding-left:2%; padding-right:2%;}
	#footerGroup .f_uil .f_call {top:0px;}
	



}