@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");


html { scroll-behavior: smooth; }



@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;
}
@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: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.ttf') format("truetype");
    font-display: swap;
}



	#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:23px 0px; background:#c43113;}
	#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; ;}




	body {position:relative;  font-family:'KoPubWorldDotum', 'Noto Sans KR',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:#000;}



	/*로고*/
	#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_util {position:absolute; right:10%; top:40px;}
	#header .top_util li {display:inline-block; margin:0 10px;}
	#header .top_util li:last-child {border-right:0px}
	#header .top_util li a {display:block; color:rgba(255,255,255,0.6); font-size:14px;}

	


	



	/*상단메뉴*/
	#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:18px; 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:#c43113; 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: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:#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);}
	








	

	
/*자주하는질문*/
.main_wide_view_wrap { margin:80px 0px 0px;  position:relative; overflow:hidden;  padding:80px 0px 90px; background:url(../images/main/main_wide_view_wrap_bg_new.jpg) center bottom no-repeat;  background-attachment: fixed;  } 
.main_wide_view_wrap .default_layout {position:relative; z-index:1;} 
.main_wide_view_wrap .bg {width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.4); z-index:0;}


.main_wide_view_wrap .title_box  {transition: all 0.3s; top:0px; position:relative; text-align:center; }
.main_wide_view_wrap .title01 {font-size:40px; color:#fff; line-height:40px;   letter-spacing:-2px; }
.main_wide_view_wrap .title02 {font-size:16px; color:rgba(255,255,255,0.8);  line-height:23px; padding-top:10px; }


.main_wide_view_wrap .col_box {margin-top:50px; display:table; width:100%; table-layout:fixed;}
.main_wide_view_wrap .col_box .col {display:table-cell; vertical-align:top; text-align:center; }
.main_wide_view_wrap .col_box .col .t1 {font-size:20px; color:#fff; font-family: 'Chosunilbo_myungjo';  }
.main_wide_view_wrap .col_box .col .t2 {font-size:40px; color:#fff; margin-top:30px; letter-spacing:-1px; }
.main_wide_view_wrap .col_box .col .t2 span {color:#fff;  font-weight:bold; font-size:100px; display:inline-block; margin-right:10px; margin-top:15px;}


	.f_trading {position:absolute; right:0px; top:40px; }  
	.f_trading iframe {width: 120% !important; }  

	.f_trading .tradingview-widget-container {width: 100% !important;margin-top:-2px;   overflow:hidden;}





	/*카피라이트*/
	#footerGroup {position:relative; background:#000; padding-bottom:30px;  padding-top:30px; }

	#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: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 {margin-top:5px; padding-top:15px; 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;}






@media all and (max-width:1080px) {
		
		
		#header_quick_menu {display:none;}
		

		#header .top_util {display:none;}

		#header.on_scroll {border-bottom:0px; background:#c43113;}
		#header.on_scroll p.all_menu_btn span,
		#header.on_scroll_etc p.all_menu_btn span {background:#fff;}



		.default_layout {width:auto;}

		/*로고*/
		#header h1#logo {position:absolute; left:10px; top:0;}
		#header h1#logo a {display:block; line-height:70px; transition:all 0.3s;}
		#header h1#logo img {width:150px;}



		#topMenu {display:none;}



		/* 헤더 */
		#header {height:70px; }
		


		#header h1#logo a.pc_ver {display:block;}
		#header h1#logo a.mobile_ver {display:none;}

		#header.on_scroll h1#logo a.pc_ver {display:block;}
		#header.on_scroll h1#logo a.mobile_ver {display:none;}


		

		#header.on_scroll_etc {background:#fff;}
		#header.on_scroll_etc h1#logo a.pc_ver {display:block;}
		#header.on_scroll_etc h1#logo a.mobile_ver {display:none;}



			


		
		p.all_menu_btn { display:block;}


		
		

		#footerGroup {position:relative; background:#222; padding-bottom:30px;  padding-top:10px; }

			#footerGroup .f_util {padding:30px 10px 0px;;}

		#footerGroup .f_util li{display:inline-block;   font-size:12px; }
		#footerGroup .f_util li a{margin-right:0px;  padding:0 10px; line-height:30px;}
		#footerGroup .f_util li.last a{background:none;}


		#footerGroup .footer {margin-top:5px; padding-top:15px; text-align:center; font-size:12px; position:relative;   color:rgba(255,255,255,0.6);  line-height:18px;}
		#footerGroup .footer span{display:inline-block; padding-right:8px;}



		/*전체메뉴*/
		.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:20px 0px;}
		.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link {font-sizE:18px; 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: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: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; }

		

		/*자주하는질문*/
	.main_wide_view_wrap { margin:80px 0px 0px; padding:60px 0px;} 


	.main_wide_view_wrap .title01 {font-size:40px;  }
	.main_wide_view_wrap .title02 {font-size:15px; }


	.main_wide_view_wrap .col_box {margin-top:30px;}

	.main_wide_view_wrap .col_box .col .t1 {font-size:15px;}
	.main_wide_view_wrap .col_box .col .t2 {font-size:18px; margin-top:10px; letter-spacing:-1px; }
	.main_wide_view_wrap .col_box .col .t2 span { font-size:40px; margin-right:5px; margin-top:5px;}



	
	.f_trading {position:relative; right:0px; top:0px; }  








}