@charset "utf-8";
@import url("./common.css");
@import url("./nanumsquare.css");
@import url("./NanumBarunGothic.css");


	 
	body::-webkit-scrollbar {width:5px; }
	body::-webkit-scrollbar-thumb {background-color: #1b1464;}
	body::-webkit-scrollbar-track { background-color:rgba(255,255,255,0.1);}

	@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;  }



	

	/*DM 회원리스트*/
	#chatLayer {display:none; position:fixed; top:0%; left:0%;      width: 100%;    height:100vh;  background:#fff; z-index:99999; }
	 .chatLayer_user {text-align:left; padding:10px 15px; background:#0a7cff; box-shadow: 0px 0px 15px -5px #555555}
	 .chatLayer_user span {display:inline-block;  vertical-align:middle; line-height:30px; font-size:15px; color:#fff;}
	 .chatLayer_user span.pic {width:30px; height:30px; border-radius:30px; overflow:hidden;   margin-right:5px; text-align:center;}
	 .chatLayer_user span.pic img  {width:100%; vertical-align:middle;}
	 .chatLayer_close_btn{position:absolute; right:15px; top:10px; background:#0d51b5; color:#fff; text-align:center; z-index:99999;   border-radius:30px;}
	 .chatLayer_close_btn button{background:none; border:0px; color:#fff; text-align:center; line-height:30px; padding:0 15px; font-size:12px;}

	#chatLayerContent { height:100vh; overflow:auto;background:#f8f8f8; }

	#chatBox { height:55%; overflow:hidden; overflow-y:auto; margin-bottom:0px; padding:15px; padding-bottom:60px;  background:#fff;}
	#chatBox .date_view {font-size:11px; color:#999;margin-bottom:2px;}
	#chatBox .date_view button{background:#f8f8f8; display:inline-block; margin-left:5px; font-size:11px; line-height:18px; border-radius:3px; color:#666; border:0px; }
	.chat_list_wrap  {margin-bottom:20px;}

	.chatInput_box{padding:15px; position:relative; margin-top:20px;}
	.chatInput_box .input_text {margin-right:50px;}
	.chatInput_box .input_text input[type="text"]{width:100%; height:40px; box-sizing:border-box; border:0px; line-height:40px; padding:0 20px; appearance: none; -webkit-appearance: none; -webkit-border-radius: 0; border:1px #ddd solid ; border-radius:50px; }

	.chatSendBtn {position:absolute; right:15px; top:15px; text-align:center; background:#0a7cff; border-radius:40px; overflow:hidden;}
	.chatSendBtn button{background:none; border:0px; color:#fff; text-align:center; line-height:40px; width:40px; height:40PX; vertical-align:middle;   }
	.chatSendBtn button .feather{width:16px; height:16px; color:#fff;   vertical-align:middle;}



	/*DM 관리리스트*/

	#memoLayer {display:none; position:fixed; top:0%; left:0%;      width: 100%;    height:100vh;  background:#f8f8f8; z-index:99999; overflow:hidden; overflow-y:auto; }
	#memoLayer .memoLayer_list_wrap{padding-bottom:60px; }
	#memoLayer .chatLayer_user {padding-left:15px; color:#fff;}
	#memoLayer .memoLayer_list {margin:10px 15px 5px; background:#fff; border:1px #ededed solid; border-radius:5px; padding:20px 20px 10px 20px ; position:relative;}
	#memoLayer .memoLayer_list .last_date {position:absolute; right:15px; top:22px; color:#999; font-size:12px;}
	#memoLayer .memoLayer_list .late_message {margin-left:38px;   color:#000;}

	#memoLayer .chatWrap_header_wrap { padding:10px 15px; background:#0a7cff; box-shadow: 0px 0px 15px -5px #555555; position:relative; text-align:center;}
	#memoLayer .chatWrap_header_wrap .prev_list {position:absolute; left:15px; top:7px; color:#fff;  text-align:center; z-index:99999;   border-radius:30px;}
	#memoLayer .chatWrap_header_wrap .prev_list button {background:none; border:0px; color:#fff; text-align:center; line-height:30px; padding:0 15px; font-size:12px;}
	#memoLayer .chatLayer_close_btn {top:7px;}

	#memoLayer #chatBox { max-height:400px; overflow:hidden; overflow-y:auto; margin-bottom:0px; padding:15px; padding-bottom:60px;  background:#fff;}

	#memoLayer .deleteChatBtn_warp {text-align:right;}
	#memoLayer .deleteChatBtn_warp button{background:#f8f8f8; border:0px; font-size:12px; line-height:30px; border-radius:5px; padding:0 10px; color:#999; text-align:center;   vertical-align:middle;   }



	

	.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,#header,#footerGroup {position:relative;}

	
	#container {margin-top:0px;}

	.default_layout{position:relative; width:1300px ; margin:0 auto;}
	
	#wrap { margin: auto;}

	#header {   z-index:99;  height:90px;  position:fixed; left:0px; top:0px; width:100%;   -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;    }




	




	/* 로고 */
	#header h1#logo {position:absolute; left:0%; top:0px; }
	#header h1#logo a{display:inline-block; vertical-align:middle;  line-height:85px;}
	#header h1#logo a.pc_ver{display:none;}
	#header h1#logo a.mobile_ver{display:block;}
	#header h1#logo a img {vertical-align:middle; width:120px;}

	

	
	p.all_menu_btn {position:absolute;; right:0%; top:18px; cursor:pointer;    transition: all 0.2s;   text-align:center;  }
	p.all_menu_btn a {display:inline-block; vertical-align:middle; width:45px;height:45px; line-height:45px; line-height:45px; border-radius:45px;    color:#fff; transition: all 0.2s;}
	p.all_menu_btn a .feather {width:20px; height:20px; vertical-align:middle;}


	

	#header .top_util  {position:absolute;; right:70px; top:30px; 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:#fff; padding:0 15px 0px 10px; background:url(../images/common/top_util_dot.jpg) right 50% no-repeat;}
	#header .top_util li:last-child a{padding-right:0px; background:none;}
	





	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:17px;padding:0 30px; color:#fff; letter-spacing:-1px; font-weight:500; 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:#000;  }
	#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:-100%; top:0px;  width:100%; min-height:100%; height:100%; height:100vh; overflow:hidden; overflow-y:auto; transition:all 0.2s; z-index:999999999999999999; box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);}
	.allmenu_detail_show_box_wrap .member_wrap_box {text-align:left; margin-bottom:20px;  padding-bottom:20px; }
	.allmenu_detail_show_box_wrap .member_wrap_box .t1 {font-size:22px; line-height:25px; color:#000; letter-spacing:-2px; margin-bottom:20px;}
	.allmenu_detail_show_box_wrap .member_wrap_box .t1 a{color:#000; }
	.allmenu_detail_show_box_wrap .member_wrap_box .t1 strong {font-weight:bold;}
	.allmenu_detail_show_box_wrap .member_wrap_box .t1 .etc_te {font-size:17px; display:block;}
	.allmenu_detail_show_box_wrap .member_wrap_box .t2 {background:#f9f9fc; padding:10px 0px; text-align:center; border-radius:5px; border:1px #bebede solid;}
	.allmenu_detail_show_box_wrap .member_wrap_box .t2 a{display:inline-block; margin:0 10px; font-size:13px; color:#333; position:relative;}
	.allmenu_detail_show_box_wrap .member_wrap_box .t2 a:after {    display: block;    position: absolute;    top:10px;    right: -10px;    width: 1px;    height:8px;    background: #bbb;    content: '';}
	.allmenu_detail_show_box_wrap .member_wrap_box .t2 a:last-child:after  {background:none;}

	.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:16px; 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:0px; 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_util li a,
	#header.on_scroll .top_util li a{ color:#000; }



	#header.on_scroll_etc p.all_menu_btn a,
	#header.on_scroll p.all_menu_btn a {background:#1b1464; color:#fff;}


	
	/*검색셀랙트*/
	.common_searcg_wrap select{line-height:45px; border-radius:5px; height:45px; padding:0 10px; width:100%;   -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;      background:#fff;  color:#000;}



	

	





	/*카피라이트*/
	#footerGroup {position:relative; padding:0px 0px 60px; background:#000; }
	#footerGroup .footer { }
	#footerGroup .footer .f_util{  border-bottom:1px rgba(255,255,255,0.2) solid;  padding:20px 0px; margin-bottom:40px;}
	#footerGroup .footer .f_util a{display:inline-block; margin-right:40px; font-size:14px; color:#fff; position:relative;}
	#footerGroup .footer .f_util a:after {    display: block;    position: absolute;    top:8px;    right: -23px;    width: 1px;    height:9px;    background: #ddd;    content: '';}
	#footerGroup .footer .f_util a:last-child:after{ content:none;} 
	#footerGroup .footer .f_util a:hover {font-weight:bold; text-decoration:underline;}



	#footerGroup .footer span{display:inline-block; padding-right:8px;}
	#footerGroup .footer .col_box {display:table; width:100%; table-layout:fixed;}
	#footerGroup .footer .col_box .col {display:table-cell; vertical-align:top; text-align:left; color:rgba(255,255,255,0.8);    font-size: 14px;    line-height:25px;}
	#footerGroup .footer .col_box .col span {position:relative;  display:inline-block; margin-right:20px;}
	#footerGroup .footer .col_box .col span:after {    display: block;    position: absolute;    top:8px;    right: -10px;    width: 1px;    height:9px;    background: #d1d1d1;    content: '';}
	#footerGroup .footer .col_box .col span:last-child:after,
	#footerGroup .footer .col_box .col span.last:after{ content:none;} 

	#footerGroup .footer .col_box .col .first_col {}
	#footerGroup .footer .col_box .col .f_company {font-size:17px; font-weight:bold; color:rgba(255,255,255,1);; margin-bottom:10px;}

	#footerGroup .footer .col_box .col .f_company_kakao {display:inline-block; margin-left:10px;  font-size:12px; background:#222; border:1px #000 solid; color:#ffca3d; line-height:30px; padding:0 8px; vertical-align:top;}
	#footerGroup .footer .col_box .col .f_cscenter {font-weight:900;;    font-size:25px; line-height:30px;   color:rgba(255,255,255,1);; margin-bottom:5px; letter-spacing:-1px;}
	#footerGroup .footer .col_box .col .f_email {margin-top:10px;}
	#footerGroup .footer .col_box .col .f_sns a {displaY:inline-block;}
	#footerGroup .footer .col_box .col .f_sns a .f_list {displaY:inline-block; width:40px; height:40px; line-height:40px;  border-radius:40px; border:1px #ddd solid; text-align:center;}
	#footerGroup .footer .col_box .col .f_sns a .f_list .fonti { text-align:center;margin:0px; right:0px; font-size:18px;}
	#footerGroup .footer .col_box .col .f_sns a.f1:hover .f_list {background:#efa900; border-color:#efa900; color:#fff;}
	#footerGroup .footer .col_box .col .f_sns a.f2:hover .f_list {background:#368011; border-color:#368011; color:#fff;}
	#footerGroup .footer .col_box .col .f_sns a.f3:hover .f_list {background:#e52323; border-color:#e52323; color:#fff;}



	#footerGroup .footer .col_box .col.f_1 {width:43%; }
	#footerGroup .footer .col_box .col.f_2 {width:38%; }





	
	/*공통 흰색배경*/
/*	.common_wrap_box {background:#fff; box-shadow: 0 0 7px rgba(202, 209, 217, .9); border-radius:5px; border:1px #ddd solid; padding:30px;}*/





@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;  top:60px !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 .top_util { displaY:none;}
	

	#header {height:80px;}

	#header  h1#logo { left:15px; top:0px; text-align:left;  transition: all 0.2s; }
	#header  h1#logo img{width:100px !important; }
	.header_center_first {top:15px;}
	#topMenu {display:none;}




	p.all_menu_btn {right:15px;  }




	#container {padding:0px;}


	.allmenu_detail_show_box_wrap {right:-100%;  width:100%; transition: all 0.2s; }


	



	.mobile_none {display:none !important;}

	.site_maker_point img{width:120px;}






	
		/*카피라이트*/

	#footerGroup .footer {padding-left:15px; padding-right:15px;}

	#footerGroup .footer .col_box {display:block; width:auto;}
	#footerGroup .footer .col_box .col {display:block; width:auto !important; margin-bottom:20px;padding-bottom:20px; border-bottom:1px rgba(255,255,255,0.2) solid;}
	#footerGroup .footer .col_box .col:last-child { border-bottom:0px;}



}


@media all and (min-width:1025px) and (max-width:1440px) {
	
	.default_layout{ width:auto; margin-left:3%; margin-right:3%;}
	 
	.header_center_first {right:0px;}
	#topMenu { margin-left:100px;}

	#topMenu li.menu_list a.depth_link { font-size:17px;padding:0 20px; }

	




	
}



