@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: #a90056;}
	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:98;  text-align:center; background:#fff;   transition: all 0.2s;  text-align:center;  }   

	

	#header.on_scroll {position:fixed; width:100%; left:0px; top:0px;   transition: all 0.2s; background:#fff;  border-bottom:1px #ededed solid; }
	


		/* 상단 오른쪽메뉴 */
	#header .top_util {overflow:hidden; background:#a90056;   }
	#header .top_util .favorite_link {float:left; font-size:12px; }
	#header .top_util .favorite_link a{display:inline-block; line-height:55px; color:#fff; background:url(../images/common/top_util_dot.jpg) right 50% no-repeat; padding:0 15px; }
	#header .top_util .favorite_link a#favorite{padding-left:0px;}
	#header .top_util .favorite_link a img{padding-right:5px; vertical-align:middle;position:relative; top:-2px;}
	#header .top_util .favorite_link a.last {background:none;}
	#header .top_util ul{float:right;}
	#header .top_util li{float:left; line-height:55px; font-size:12px; } 
	#header .top_util li a{color:#fff;  display:block; padding:0 15px; background:url(../images/common/top_util_dot.jpg) right 50% no-repeat; } 
	#header .top_util li.last a{background:none;} 
	#header .top_util li a:hover{ text-decoration:underline; } 
	#header .top_util li:last-child a{background:none; padding-right:0px;}





	#header  h1#logo {position:absolute; left:0px; top:20px; text-align:left;  transition: all 0.2s; }
	#header  h1#logo a{display:inline-block;vertical-align:middle; position:relative; top:5px;}
	#header  h1#logo img{vertical-align:middle;  transition: all 0.2s; width:200px;;}




	
		




	/*상단메뉴*/



	
	#topMenu {position:relative;  transition: all 0.2s;  z-index:1; text-align:center; display:inline-block; margin-left:60px;}
	#topMenu li.menu_list {display:table-cell; position:relative;  }
	#topMenu li.menu_list a.depth_link {display:block; font-size:19px;padding:0 25px; color:#000; letter-spacing:-1px; font-weight:600; 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:#a90056; transition: all 0.2s;}

	#topMenu li.menu_list a.menu_on {color:#a90056;  }
	#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 {;text-decoration:underline; color:#a90056;}
	#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:148px;    width:100%;;z-index:0px;  display:none;    border-radius:0px 0px 60px 60px; border-top:1px #ededed solid;}  











	.header_center_first {position:absolute; right:20px; top:25px;  overflow:hidden; }
	.header_center_first .header_center_first_col {display:inline-block;}


	.header_center_first .main_intro_user_wrap {line-height:37px;}
	.header_center_first .main_intro_user_wrap .u_name {display:inline-block; font-size:15px; color:#000;}
	.header_center_first .main_intro_user_wrap .u_name .my_card{display:inline-block; margin-left:6px; position:relative; top:-2px;}
	.header_center_first .main_intro_user_wrap .u_name .my_card a{display:block;; background:#ddd;  font-size:12px; color:#000; border-radius:5px; line-height:25px; padding:0 10px;  }

	.header_center_first .main_intro_user_wrap .no_login a{text-decoration:underline; font-size:13px; color:#444;}



	p.all_menu_btn { cursor:pointer; text-align:center;  margin-top:0px;     transition: all 0.2s;}
	p.all_menu_btn a {font-size:24px; display:inline-block; vertical-align:middle; color:#000; transition: all 0.2s;  width:35px; line-height:30px; height:35px;   }
	p.all_menu_btn a img {vertical-align:middle; }

	.message_btn  { cursor:pointer; text-align:center;  margin-top:0px; margin-right:5px;    transition: all 0.2s; position:relative;}
	.message_btn a  {font-size:24px; display:inline-block; vertical-align:middle; color:#000; transition: all 0.2s;  width:35px;   line-height:35px; height:35px; border-radius:35px;       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:-2px; bottom:3px; color:#fff; font-size:10px; background:#ff0000; width:17px; height:17px; border-radius:17px; line-height:17px; }





	

	/*전체메뉴*/
	.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:20px;}

	.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; position:relative; top:-2px; 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:18px;  line-height:50px; 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;}



	

	.footer_banner {border-top:1px #ddd solid;   padding:30px 0px; }
	.footer_banner .default_layout{position:relative; overflow:hidden;}
	.footer_banner .default_layout .info_box{float:left; margin-top:15px; }
	.footer_banner .default_layout .info_box h3 {display:inline-block;  line-height:25px; margin-right:15px;}
	.footer_banner .default_layout .info_box .btn {display:inline-block; font-size:0px; line-height:25px; height:25px; vertical-align:middle;}
	.footer_banner .default_layout .info_box .btn img {vertical-align:middle;}
	.footer_banner .default_layout .info_box .btn .last  {margin-left:5px;}

	.footer_banner .default_layout .slide_wrap {margin-left:150px;}
	.footer_banner .default_layout .slide_wrap ul li {margin-right:10px; border:1px #ddd solid; width:200px;}
	.footer_banner .default_layout .slide_wrap ul li img  {vertical-align:middle; max-width:100%;}





	/*카피라이트*/
	#footerGroup {position:relative;  background:#a90056; padding:30px 0px;}


	#footerGroup .f_util { position:relative;}
	#footerGroup .f_util .f_name{ font-size:20px; color:rgba(255,255,255,1); }
	#footerGroup .f_util ul{float:right;}
	#footerGroup .f_util li{display:inline-block; font-weight:normal;  font-size:12px;}
	#footerGroup .f_util li a{margin-right:10px; line-height:25px; padding-bottom:8px; display:block;color:rgba(255,255,255,0.7); }


	#footerGroup .footer {border-top:1px rgba(255,255,255,0.1) solid; margin-top:5px; padding-top:15px; font-size:14px; position:relative;  color:rgba(255,255,255,0.8); }
	#footerGroup .footer span{display:inline-block; padding-right:8px; }
	#footerGroup .footer .addres{ font-size:11px; color:rgba(255,255,255,0.5); line-height:16px; font-weight:normal;}
	#footerGroup .footer .author{font-size:11px; color:rgba(255,255,255,0.2);}
	#footerGroup .footer .author a{ color:rgba(255,255,255,0.2);}



	
	/*공통 흰색배경*/
/*	.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 .top_util { padding:0px;}
	#header .top_util #favorite{display:none;}
	#header .top_util .favorite_link a {padding:0 10px; line-height: 45px;}
	#header .top_util li {line-height:45px;}

	#header .top_util li a{  padding:0 10px; } 



	#header {height:120px;}

	#header  h1#logo { left:15px; top:15px; text-align:left;  transition: all 0.2s; }
	#header  h1#logo img{width:160px;;}
	.header_center_first {top:15px;}
	#topMenu {display:none;}



	#container {padding:0px;}


	.allmenu_detail_show_box_wrap {right:-100%;  width:100%; transition: all 0.2s; }


	.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;}

	.site_maker_point img{width:120px;}






	
	/*카피라이트*/
	#footerGroup { padding:30px 15px;}


	#footerGroup .f_util {overflow:hidden; position:relative; }
	#footerGroup .f_util .f_name{position:relative;  font-size:20px;  text-align:center; }
	#footerGroup .f_util ul{display:none;}

	#footerGroup .footer {text-align:center; }
	#footerGroup .footer span{display:inline-block; padding-right:8px; }







}


@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; }



	
}



