@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: #a9977c;}
	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;}

	/* 기본 감싸는 레이아웃 */
	#wrap,#header,#footerGroup {position:relative;}


	
	
	/*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;   }



	


	
	.default_layout {width:1024px; margin:0 auto; }

		
	.common_centents_wrap {position:relative; ; margin-top:-350px;  background:#fff; border-radius:30px 30px 0px 0px;  /*box-shadow: 0px -3px 10px rgb(0 0 0 / 5%);*/  border:1px #ececed solid;  padding:60px; z-index:5;}

	


	/* 헤더 */
	#header { z-index:98;  text-align:center; position:relative; position:fixed; width:100%; left:0px; top:0px; transition: all 0.2s;  } 
	#header .header_center_box{margin:0 auto; padding:20px 0px; overflow:hidden; max-width:1024px;   transition: all 0.2s;  position:relative;}

	#header.on_scroll .header_center_box{  background:#fff; border-radius:0px 0px 30px 30px; border:1px #ececed solid; border-top:0px; padding:10px 0px;  box-shadow: 0px -3px 10px rgb(0 0 0 / 5%);  }

	
	/*#header.on_scroll #topMenu{display:none;}*/

	
	


	
	#header  h1#logo { float:left; margin-left:5%; transition: all 0.2s; }
	#header  h1#logo img{vertical-align:middle;  transition: all 0.2s; width:120px;;}


	#header h1#logo a.pc_ver {}
	#header h1#logo a.mobile_ver {display:none;}

	#header.on_scroll h1#logo { margin-left:40px;}
	#header.on_scroll h1#logo img {width:100px;}
	#header.on_scroll h1#logo a.pc_ver {display:none;}
	#header.on_scroll h1#logo a.mobile_ver {display:inline-block;}


	
	p.all_menu_btn {float:right; cursor:pointer; text-align:center; width:43px; height:43px; margin-right:10px;  border:1px #fff solid; border-radius:43px; transition: all 0.2s;}
	p.all_menu_btn a {font-size:24px; display:inline-block; line-height:46px; color:#fff; transition: all 0.2s;}
	
	.message_btn  {float:right; cursor:pointer; text-align:center;  margin-top:0px; margin-right:5%;    transition: all 0.2s;}
	.message_btn a  {font-size:24px; display:inline-block; vertical-align:middle; color:#fff; transition: all 0.2s;  width:43px; line-height:43px; height:43px; border-radius:35px;   border:1px #fff solid;    position:relative;}
	.message_btn a .lord-icon {width:23px; height:23px; vertical-align:middle; font-weight:bold; top:-3px; position:relative;}
	.message_btn a .count_num {position:absolute; right:-5px; bottom:0px; color:#fff; font-size:10px; background:#ff0000; width:17px; height:17px; border-radius:17px; line-height:17px; }



	/*#header.on_scroll p.all_menu_btn  {margin-right:40px;}*/
	#header.on_scroll p.all_menu_btn a {color:#000; font-size:32px;}

	#header.on_scroll .message_btn a {background:#999; border:0px;}





	

		/*상단메뉴*/
	.topMenu_wrap {padding-top:20px;border-radius:0px 0px 20px 20px;    z-index:1; position:relative; }
	#topMenu {clear:both; display:table; width:100%; table-layout:fixed;    /*border-bottom:1px #765b13 solid; border-top:1px #765b13 solid;*/ transition: all 0.2s; }
	#topMenu li.menu_list{display:table-cell; font-size:14px;   position:relative;  background:#da4e4f;}
	#topMenu li.menu_list a.depth_link {display:block; font-size:15px; font-weight:bold; color:#fff; line-height:52px; position:relative; letter-spacing:-1px;}
	#topMenu li.menu_list a.depth_link.on {color:#fff; background:#444;}
	
	
	#topMenu li.menu_list:first-child ,
	#topMenu li.menu_list:first-child a.depth_link.on {border-radius:0px 0px 0px 20px; }

	#topMenu li.menu_list:last-child,
	#topMenu li.menu_list:last-child a.depth_link.on {border-radius:0px 0px 20px 0px; }


	#topMenu li.menu_list div.depth_box { position:absolute; display:none;  top:52px; left:0%; width:100%;   transition: all 0.2s;   -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;  }
	#topMenu li.menu_list div.depth_box ul {padding:25px 0px 60px; display:block;}
	#topMenu li.menu_list div.depth_box ul li {font-size:14px; text-align:center; display:block;}
	#topMenu li.menu_list div.depth_box ul li a { color:#000; line-height:30px;}
	#topMenu li.menu_list div.depth_box ul li a:hover { color:#da4e4f; font-weight:bold;text-decoration:underline;}
	#topMenu li.menu_list 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:#f8f8f8; position:absolute;  left:-1px; top:0px;    width:100%;;z-index:0px;  display:none;  transition: all 0.2s;    opacity:0; border-radius:0px 0px 20px 20px; border:1px #ececed solid; border-top:0px;}   



	

	/*전체메뉴*/
	.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:9999999999999999999; box-shadow: 0px 3px 3px rgb(0 0 0 / 20%); overflow:hidden; overflow-y:auto;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer {position:relative; }
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box {  position:relative; margin-bottom:10px; padding:20px;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t1 { color:#000; font-size:16px; font-weight:900; }
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t1 a{color:#000; font-size:14px; font-weight:normal;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t1 a span {display:inline-block; margin-left:5px; border:1px #000 solid; padding:0 10px;  border-radius:10px;}

	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t2 {display:table; width:100%; table-layout:fixed; margin-top:10px; border-radius:10px; overflow:hidden;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t2 .col {display:table-cell; text-align:center; color:#fff; background:#000;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t2 .col a{ display:block; padding:10px 0px; color:#fff;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t2 .col.last {background:#ddd;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t2 .col.last a{color:#000;}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer .member_wrap_box .t2 a i {font-size:18px; vertical-align:middle; }

	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul {padding:0px; }
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list {margin:5px 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;  line-height:40px; padding-bottom:10px; font-weight:bold; padding-left:30px;}
	.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 { display:none; background:#f7f7f8}
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul {overflow:hidden;  padding-left:30px; }
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul li{color:#000; font-size:14px; margin:10px 0px; }
	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list .depth_box_etc ul li a{color:#000;}
	.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 .c_info {padding:0px 20px; color:rgba(0,0,0,0.6); line-height:18px; padding-bottom:80px;}


	.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;top:15px;right: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);}


	/*상단배너*/
	.common_banner {margin-top:20px; position:relative; z-index:2;}
	.common_banner .b_list  {width:100% !important; border-radius:5px; overflow:hidden;}
	.common_banner .b_list .list {width:100% !important;  }
	.common_banner .b_list .list img {width:100%; vertical-align:middle; }

	
	/*검색셀랙트*/
	.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:40px 0px; max-width:1024px; margin:0 auto; background:#222a4f;}




	#footerGroup .footer {margin:0 20px; padding-left:15px; padding:0 20px; -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;  text-align:center;}
	#footerGroup .footer .f_name {font-size:18px; color:#a6a9b8; font-weight:bold;  margin-bottom:5px;  font-family: 'SBAggro'; font-style: italic;}
	#footerGroup .footer .info {color:rgba(255,255,255,0.4);  font-size:12px; line-height:18px;}
	#footerGroup .footer .info span {display:inline-block; margin-right:6px; }
	#footerGroup .footer .info span a{color:rgba(255,255,255,0.4); }
	#footerGroup .footer .addres{ font-size:10px; color:rgba(255,255,255,0.4); line-height:16px; font-weight:normal;    margin-top:10px; padding-top:20px; border-top:1px rgba(255,255,255,0.1) solid;;}


	
	/*공통 흰색배경*/
	.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) {


	.default_layout {width:auto;}

	#header .topMenu_wrap {display:none}
	body {background:#eaeef3}	
	
	
	#header .header_center_box {width:100%; padding:12px 0px; -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box; }
	#header.on_scroll .header_center_box {border-radius:0px 0px 30px 30px;}
	#header h1#logo {margin-left:15px;}
	#header h1#logo img {vertical-align:middle; margin-top:8px;}
	p.all_menu_btn {margin-right:15px;}


	.allmenu_detail_show_box_wrap .top_allmenu_wrap_layer ul li.all_list a.all_depth_link {font-size:17px; line-height:40px;}


	.mobile_none {display:none !important;}

	.common_centents_wrap {position:relative; ; margin-top:-120px; border-radius:50px;  padding:20px;  z-index:5; border:0px;}
			

	.site_maker_point img{width:120px;}

	#footerGroup {margin-top:30px; border-radius:30px 30px 0px 0px; background:#222a4f;}
}


@media all and (min-width:1025px) and (max-width:1440px) {
	
	 
	.common_centents_wrap {margin-top:-220px;  border-radius:40px 40px 0px 0px; ;}
}



