@charset "utf-8";
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");




@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@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 20px;}
	


	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%; }


	#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:#ff8f00;}
	#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; ;}





	/* 헤더 */
	#header {z-index:99;  height:99px; text-align:right; position:fixed; left:0px; top:0px; width:100%; transition: all 0.2s;  border-bottom:1px rgba(255,255,255,0.2) solid;}
	#header.on_scroll {background:rgba(0,0,0,0.6);  height:69px;}
	#header .default_layout {width:1400px;}



	/*로고*/
	#header h1#logo {position:absolute; left:0; top:0;}
	#header h1#logo a {display:block; line-height:90px; transition:all 0.3s;}
	#header h1#logo img {vertical-align:middle;}

 	#header.on_scroll h1#logo a { line-height:60px;}


	/*상단메뉴*/
	#topMenu {position:relative; display:inline-block;  height:90px; margin-right:200px; }
	#topMenu li.menu_list {display:inline-block; position:relative;}
	#topMenu li.menu_list a.depth_link {display:block; font-size:18px;  padding:0 30px; color:#fff; line-height:100px; position:relative; transition: all 0.2s;}

	#topMenu li.menu_list a.menu_on {color:#fff; background:#ff8f00; }

	#topMenu li div.depth_box {display:none; position:absolute; top:150px; left:0%; width:100%; background:#fff; transition: all 0.2s;  border:1px rgba(0,0,0,0.5) solid; border-top:0px; -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
	#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;}

		
	
	#header.on_scroll #topMenu li.menu_list a.depth_link {line-height:69px;}
	#header.on_scroll #topMenu li div.depth_box {top:69px !important; }



	#header .header_util {position:absolute; right:0px; top:33px; transition: all 0.2s;}
	#header .header_util a {display:inline-block; border:1px rgba(255,255,255,0.6) solid;; color:#fff; line-height:33px; padding:0 20px; margin-left:5px; border-radius:33px; font-size:13px; font-weight:normal;}

	
	#header.on_scroll .header_util {top:15px;}


	
	/*전체메뉴*/
	.allmenu_detail_show_box_wrap {display:none; background:#000; top:0px !important;  left:0px; width:80%; padding:0 10%;  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:#000; padding-bottom:30px;}

	#footerGroup .f_util {overflow:hidden; position:relative; background:#333;}
	#footerGroup .f_util ul{overflow:hidden; text-align:center;}
	#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:60px; display:block; color:rgba(255,255,255,0.8); 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:center; font-size:13px; position:relative;   color:rgba(255,255,255,0.6); }
	#footerGroup .footer span{display:inline-block; padding-right:8px;}





	