@charset "utf-8";
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");




@font-face {
    font-family: 'ChosunNm';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/ChosunNm/ChosunNm.ttf') format("truetype");
    font-display: swap;
}



@font-face {
    font-family: 'TwayAir';
    font-weight: normal;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/tway/TwayAir.ttf') format("truetype");
    font-display: swap;
} 




@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.ttf') format("truetype");
    font-display: swap;
}



	.y_line{  background:url(../images/common/title_bg.png) left 75% repeat-x; padding:0 5px;}
	


	body {position:relative; font-family: 'Noto Sans KR',sans-serif; }

	.default_layout {position:relative; width:1400px; margin:0 auto; clear:both; }

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative; width:100%; }


	#header_quick_menu {position:fixed; right:0px; top:0px; height:100%; width:80px; background:#000; z-index:99999;  transition:all 0.3s; }
	#header_quick_menu .h_logo{text-align:center; padding:30px 0px; background:#c43113;  text-align:center;}
	#header_quick_menu .h_logo img {vertical-align:middle; }


	#header_quick_menu ul {}
	#header_quick_menu ul li{text-align:center;  border-bottom:1px rgba(255,255,255,0.3) solid; position:relative;overflow:hidden;}
	#header_quick_menu ul li a{display:block; font-size:11px; padding:25px 0px; color:#fff; color:rgba(255,255,255,0.6);  overflow:hidden;}
	#header_quick_menu ul li .icon{float:left; margin-left:25px;}
	#header_quick_menu ul li .icon .fonti{color:#fff; font-size:23px;}

	#header_quick_menu ul li .text{ transition:all 0.3s; display:none;  position:absolute; left:0px;}
	#header_quick_menu ul li .last_fonti{right:0px; position:Absolute; top:35px; display:none; font-size:16px; color:rgba(255,255,255,0.6)}
	#header_quick_menu ul li img{vertical-align:middle;}
	
	#header_quick_menu:hover {width:240px;  transition:all 0.4s; overflow:hidden;}
	#header_quick_menu:hover ul li .text{display:block; left:80px;top:25px;font-size:13px; line-height:15px; transition:all 0.3s;  text-align:left; width:120px;}
	#header_quick_menu:hover ul li .text:hover{ transition:all 0.4s; color:#fff; }
	#header_quick_menu:hover ul li .last_fonti {display:block; right:10px; ;}



	p.menu_btn,
	#topMenu .menu_btn_colse {display:none;} 



	/* 헤더 */
	#header {z-index:999;  height:165px; text-align:right; transition: all 0.2s; background:#fff; }
	#header.on_scroll {position:fixed; height:60px; left:0px; top:0px; width:100%; background:rgba(0,0,0,0.6);}


	#header h1#logo { text-align:center; height:110px; transition:all 0.3s; position:relative; opacity:1; }
	#header h1#logo a{color:#fff; display:inline-block;  line-height:100px;}
	#header h1#logo a img {vertical-align:middle; }


	#header.on_scroll h1#logo {top:-110px; opacity:0;}

	
	#header .h_tell  {position:absolute; left:45px; top:15px;  padding:10px 0px; text-align:left; background:url(../images/common/h_tell_bg.png) left 15px no-repeat; padding-left:65px;}
	#header .h_tell .t1 {display:block;font-size:17px; line-height:20px; color:#222;  font-weight:bold;}
	#header .h_tell .t2 {display:block;font-size:33px; font-weight:bold; line-height:30px; color:#c43113; margin-top:3px;}



	#header .top_util  {position:absolute; right:80px; top:38px; z-index:1;  transition: all 0.2s; }
	#header .top_util li{display:inline-block;  margin-left:5px;}
	#header .top_util li a{display:block; font-size:13px; color:#444; padding:0 15px 0px 10px; }
	#header .top_util li.last a{padding:5px 25px; border-radius:30px; background:#c43113; color:#fff;}
	#header .top_util li.last .fonti{display:inline-block; margin-right:5px;}

	
	#header.on_scroll .h_tell,
	#header.on_scroll .top_util {display:none;}




	/*상단메뉴*/
	#topMenu {text-align:center; z-index:1; position:relative; display:block; border-top:1px #ddd solid; transition:all 0.3s;}
	#topMenu ul {display:table;width:100%; table-layout:fixed;}
	#topMenu li.menu_list{display:table-cell;  position:relative;; text-align:center; }
	#topMenu li.menu_list a.depth_link {display:block;  font-size:17px; font-weight:bold;  color:#000;   line-height:54px; position:relative; letter-spacing:-1px;}
	#topMenu li.menu_list a.depth_link:hover { text-align:center; color:#fff;	 cursor:pointer;}


	
	#topMenu li.menu_list a.menu_on{color:#; }

	#topMenu li div.depth_box {display:none; position:absolute; top:54px; width:100%; left:0px;}
	#topMenu li div.depth_box ul {text-align:center; 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:rgba(255,255,255,0.6);; padding:0; letter-spacing:-0.5px; line-height:35px;}
	#topMenu li div.depth_box ul li a:hover {color:#f6e5b0;  }


	/*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;}


	#header .depth_box_wra_box {background:#c43113; position:absolute;  left:0px; top:130px;   width:100%;;z-index:0px;  display:none;  transition: all 0.2s; }  
	

	#header.on_scroll #topMenu {border-top:0px; top:-110px;}
	#header.on_scroll #topMenu li.menu_list a.depth_link {line-height:60px; color:#fff;}
	#header.on_scroll #topMenu li div.depth_box {top:60px !important; }
	#header.on_scroll .depth_box_wra_box {top:60px !important; }


	#topMenu li.menu_list:hover  {color:#fff; background:#000; }
	#topMenu li.menu_list:hover a {color:#fff; }
	#topMenu li.menu_list:hover  div.depth_box {color:#fff; background:#b42e12; }




	
	/*전체메뉴*/
	.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:#262626; padding:70px 0px 250px; }

	#footerGroup .f_util {overflow:hidden; position:relative;}
	#footerGroup .f_util .f_name{position:absolute; left:0px;top:0px; font-size:20px; color:rgba(255,255,255,1); }
	#footerGroup .f_util ul{float:left;}
	#footerGroup .f_util li{display:inline-block; font-weight:normal;  font-size:17px; color:#fff;}
	#footerGroup .f_util li a{margin-right:20px; line-height:25px;  display:block; color:#fff; }
	#footerGroup .num_s {position:absolute; right:0px; top:40px; font-size:60px; font-weight:bold; color:#fff; line-height:60px;}
	#footerGroup .num_s div {font-size:30px; font-weight:bold; color:#c43113; line-height:30px;}


	#footerGroup .footer {margin-top:15px; padding-top:15px; font-size:16px; position:relative;  color:rgba(255,255,255,0.6); }
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres,
	#footerGroup .footer .addres a{ font-size:16px; color:rgba(255,255,255,0.5);  margin-top:10px; font-weight:normal;}
	#footerGroup .footer .author{font-size:16px; color:rgba(255,255,255,0.2);}

	

.gjsong {position:fixed; left:0px; bottom:160px; width:100%; text-align:center; z-index:999999999999 }
.gjsong .gjsong_box {display:inline-block; }
.gjsong .gjsong_box .text{border-radius:60px; line-height:54px; display:inline-block; padding:0 20px; padding-right:60px; background:#444; color:#fff; vertical-align:top; position:relative; z-index:0; border:2px #101010 solid;  font-size:18px; right:-50px;}
.gjsong .gjsong_box audio{margin:0px; padding:0px; vertical-align:top; border:2px #101010 solid; border-radius:60px; display:inline-block; position:relative; z-index:1; }




	.quick_inq {position:fixed; bottom:0px; left:0px; width:100%; padding:30px 0px 60px; z-index:99;background:#c43113; z-index:999;  transition: all 0.2s; } 
	.quick_inq .toggle_btn {position:absolute; left:0px; top:0px; width:100%; text-align:center; display:none;} 
	.quick_inq .toggle_btn a{display:inline-block; width: 0;  height: 0;  border-bottom: 30px solid transparent;  border-top: 30px solid #000;  border-left:30px solid transparent;  border-right:30px solid transparent;} 

	.quick_inq.on {bottom:-161px;}
	.quick_inq.on .toggle_btn {top:-60px;} 
	.quick_inq.on .toggle_btn a{border-bottom:30px solid #c43113;  border-top: 30px solid transparent;  border-left:30px solid transparent;  border-right:30px solid transparent;} 

	.quick_inq .title {display:inline-block; color:#f9d43c;} 
	.quick_inq .title img {vertical-align:middle;} 
	.quick_inq .title .t1 {font-size:50px; font-weight:bold;} 
	.quick_inq .title .t2 {margin-top:20px; font-size:40px; font-weight:bold; line-height:40px; color:#fff;} 
	.quick_inq .title .t2 span {display:inline-block; background:#981d20; color:#fff; padding:0 30px; line-height:50px; border-radius:50px; font-size:20px; margin:0px 20px; font-weight:normal; vertical-align:middle;} 

	.quick_inq .query_box {position:absolute; right:0px; top:20px;}
	.quick_inq .query_box h3 {color:#fff;}
	.quick_inq .query_box ul {display:inline-block; vertical-align:middle;}
	.quick_inq .query_box ul li{display:inline-block; margin-right:4px;}
	.quick_inq .query_box ul li input[type="text"]{height:45px; line-height:45px; background:#fff; vertical-align:middle; border:0px; width:250px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:0 20px; vertical-align:middle;;  font-size:14px;}
	.quick_inq .query_box .btns {display:inline-block; vertical-align:middle; margin-left:5px;}
	.quick_inq .query_box [type="submit"] {height:45px; line-height:45px; background:none; color:#fff; font-size:16px; border:3px #fff solid; vertical-align:middle; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; color:#fff; box-sizing: border-box; padding:0 25px; vertical-align:middle; }

	.quick_inq .query_box .etc {font-size:12px; color:#fff; display:inline-block;}
	.quick_inq .query_box .hidden_text_agree{font-weight:normal; font-size:12px; display:none; position:absolute; left:-200px; top:-30px; width:150px; border:1px #ddd solid; padding:10px; height:100px; overflow:hidden; overflow-y:auto; z-index:1; background:#fff;}
	


	.tail_quick_btn {display:none;}




	@media all and (max-width:1024px) {


	/*
		.mobile_none {display:none;}


		#wrap{overflow:hidden;}
		#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;}

		#header .h_tell,
		#header .top_util,
		#header_quick_menu {display:none;}

		
		body {min-width:100%;}
		#wrap,#container,#header ,#footerGroup  {min-width:100%; width:100%;}
		.default_layout { width:100%; min-width:100% ; }
		
		
		#header { height:70px; background:#fff; box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);}

		#header .default_layout {width:auto;}


		#header .header_first_box .default_layout .header_left_util {display:none;}

		




		#header h1#logo {position:absolute;; left:10px;  height:70px; line-height:60px; z-index:2; text-align:left; width:100%;}
		#header h1#logo a{color:#fff; display:inline-block;  line-height:60px;  }
		#header h1#logo a img {vertical-align:middle; width:150px;}


		
		#header.on_scroll { height:70px; background:rgba(255,255,255,1);}

		#header.on_scroll h1#logo {top:0px; opacity:1;}

	
		



	
		p.menu_btn {display:block; position:absolute; right:0px; top:0px; padding:0 20px; cursor:pointer; text-align:center;  height:70px;  z-index:3; background:#c43113;}
		p.menu_btn a {display:inline-block; vertical-align:middle; margin-top:25px; }
		p.menu_btn span {background:#fff; display:block;  padding:0 13px; height:3px; margin:0 0 5px; vertical-align:top;}


		p.search_menu_btn {display:block; position:absolute; right:63px; top:70px; cursor:pointer; text-align:center; width:43px; height:43px; background:#f8f8f8 url(../images/common/header_search_btn.png) center 50% no-repeat;; border:1px #eeeeee solid; z-index:3;}



	
		#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;  height:100vh; overflow-y:auto; -webkit-overflow-scrolling:touch; border:0px;  }
		
		#topMenu .menu_btn_colse {display:block; height:50px;  line-height:50px; padding-left:10px; color:#fff; background:#c43113; 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; display:block; 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:15px; padding:0 10px; border-bottom:1px #eee solid; }
		#topMenu li.menu_list a.menu_on {color:#c43113 !important; }

		#topMenu li.menu_list a.depth_link:hover { text-align:left; color:#222;	 cursor:pointer;}

		#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%;}
	
		
		#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;}

		
		
			#topMenu li.menu_list:hover  {color:#000; background:#fff; }
			#topMenu li.menu_list:hover a {color:#000; }
			#topMenu li.menu_list:hover  div.depth_box {color:#333; background:#f8f8f8; }

		



			

		#footerGroup {padding:30px 10px 100px; -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;; }

		#footerGroup .num_s {display:none;}


		#footerGroup .footer {margin-top:15px; padding-top:15px; font-size:13px; line-height:20px;}

		#footerGroup .footer .addres,
		#footerGroup .footer .addres a{ font-size:11px;   margin-top:10px; line-height:18px;}
		#footerGroup .footer .author{font-size:14px;;}



		.quick_inq {display:none;} 




		

		
		.tail_quick_btn {position:fixed;width:100%; left:0px; bottom:0px; overflow:hidden; z-index:999999999999999999; display:block;}
		.tail_quick_btn .col_wrap {display:table; width:100%; }		
		.tail_quick_btn .col{text-align:center; display:table-cell; vertical-align:middle;  height:65px; background:#c43113; color:#fff;line-height:65px !important;  font-size:18px;}
		.tail_quick_btn .col a{color:#fff;  }
		.tail_quick_btn .col a .fonti{font-size:18px; margin-right:5px;}
		.tail_quick_btn .col.right{background:#444; color:#fff;}
		.tail_quick_btn .col.right a{ color:#fff;}
		
	
*/

	}



	