@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

/**********************  전체  ******************************/

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea,button{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;}
body{width:100%;font-family:Noto Sans KR, HelveticaNeue, DroidSans, Sans-serif, Helvetica;font-size:12px;color:#333;}
ul, li{list-style:none;}
a{margin:0;padding:0;font-size:100%;text-decoration:none;vertical-align:baseline;background:transparent;}
a, a:link, a:hover, a:active{color:inherit;text-decoration:none;}
img{vertical-align:middle;}
input{margin:0;padding:0;box-sizing:content-box;vertical-align:middle;font-family:Noto Sans Kr,HelveticaNeue,DroidSans,Sans-serif,Helvetica;}
textarea{border:1px solid #ddd;}
table{border-collapse:collapse;border-spacing:0;}
input[type=text], input[type=password], select{height:26px;vertical-align:middle;border:1px solid #bbb;}
input[type=button], input[type=submit], input[type=reset]{cursor:pointer;}
strong, b{font-weight:bold;}

input[type=text], input[type=password]:focus{outline:none;}
input[type=text]::-ms-clear {display:none;width:0;height:0;}
input[type=text]::-ms-reveal {display:none;width:0; height:0;}

input[type=text], input[type=password]{
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}

input[type=button], input[type=submit]{
   -webkit-appearance: none;
}

/***************************************************************************************************/

/**********************
	페이지 관려
***********************/
.paging{
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0;
}

.paging ul{
	margin:0 auto;
}

.paging ul li{
	display:inline-block;
	margin-right:12px;
	padding:6px 3px 2px 3px;
	font-size:18px;
	text-align:center;
	color:#999;
	cursor:pointer;
}

.paging ul li.arrow{
	padding-top:0;
}

.paging ul li a,.paging ul li a:hover, .paging ul li a:link, .paging ul li a:focus, .paging ul li a:active{
 color:inherit;
 display:block;
 width:100%;
 height:100%;
}

.paging ul li:not(.arrow):hover, .paging ul li:not(.arrow).over{
	color:#333;
	font-weight:600;
	border-bottom:1px solid #333;
}


.paging ul li.now_page{
	color:#333;
	font-weight:600;
	border-bottom:1px solid #333;
}

/********************************
	버튼관려
*********************************/
.btn_area01{
	float:left;
	width:100%;
	margin:10px 0;
	text-align:center;
}

.btn_area02{
	float:left;
	width:100%;
	margin:10px 0;
}

.btn_area03{
	float:left;
	width:100%;
	margin:10px 0;
	text-align:right;
}

.darkblue_btn{	
	padding:8px 20px;
	border:0;
	background:#133555;
	border:0;
	color:#fff;
	font-weight:700;
	font-size:14px;
}

.darkbrown_btn{	
	padding:8px 20px;
	border:0;
	background:#c7a981;
	border:0;
	color:#fff;
	font-weight:700;
	font-size:14px;
}

.darkblue_sbtn{	
	padding:6px 10px;
	border:0;
	background:#133555;
	border:0;
	color:#fff;
	font-weight:700;
	font-size:12px;
}

.darkred_btn{	
	padding:8px 20px;
	border:0;
	background:#c91d13;
	border:0;
	color:#fff;
	font-weight:700;
	font-size:14px;
}

.darkred_sbtn{	
	padding:6px 10px;
	border:0;
	background:#c91d13;
	border:0;
	color:#fff;
	font-weight:700;
	font-size:12px;
}

.blackline_btn{	
	padding:10px 40px;
	border:0;
	background:#fff;
	border:0;
	color:#333;
	font-weight:400;
	font-size:16px;
	border:1px solid #161616;
}

.blackline_sbtn{	
	padding:6px 10px;
	border:0;
	background:#fff;
	border:0;
	color:#333;
	font-weight:700;
	font-size:12px;
	border:1px solid #161616;
}

.darkgray_btn{	
	padding:8px 20px;
	border:0;
	background:#333;
	border:0;
	color:#fff;
	font-weight:700;
	font-size:14px;
}

.darkgray_sbtn{	
	padding:6px 10px;
	border:0;
	background:#333;
	border:0;
	color:#fff;
	font-weight:700;
	font-size:12px;
}


.default_list_table{
	float:left;
	width:calc(100% - 30px);
	margin:10px 15px 0 15px;
	border-top:2px solid #c91d13;
	border-left:1px solid #ddd;
}

.default_list_table th, .default_list_table td{
	padding:15px 0;
	text-align:center;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

.default_list_table th{
	background:#efefef;
	font-size:14px;
	font-weight:500;
}

.default_list_table td.l_text{
	text-align:left;
	padding-left:10px;
}

.default_write_tbl{
	float:left;
	width:100%;
	border-top:2px solid #c91d13;
}

.default_write_tbl th, .default_write_tbl td{
	padding:15px 0;
	border-bottom:1px solid #d3d3d3;
}

.default_write_tbl th{
	background:#f0f0f0;
	font-size:16px;
	font-weight:500;
	text-align:left;
	text-indent:10px;
}

.default_write_tbl th .star{
	color:#c91d13;
}

.default_write_tbl td{
	padding-left:10px;
}

.default_write_tbl td textarea{
	width:98%;
	height:200px;
}

.default_view_table{
	float:left;
	width:100%;
	margin-top:20px;
}

.default_view_table th, .default_view_table td{
	padding:15px 0;
	border-bottom:1px solid #ddd;
}

.default_view_table th{
	text-align:left;
	padding-left:15px;
	font-size:12px;
	font-weight:500;
	background:#efefef;
}

.default_view_table th.title{
	height:130px;
	font-size:30px;
	font-weight:700;
	text-align:center;
	background:#fff;
}

.default_view_table td{
	padding-left:15px;
}

.default_view_table td.content{
	border-top:2px solid #94312b;
	height:400px;
	vertical-align:top;
}

.default_gallery_list{
	float:left;
	width:100%;
	margin-top:20px;
}

.default_gallery_list li{
	float:left;
	width:33.3%;
	margin-bottom:60px;
}

.default_gallery_list li dl{
	float:left;
	width:380px;
}

.default_gallery_list li dl dt{
	float:left;
	width:100%;
	height:50px;
	padding-top:32px;
	font-size:16px;
	font-weight:500;
	text-indent:35px;
	background:#efefef;
	overflow:hidden;
	text-overflow:ellipsis;
    white-space: nowrap;
	cursor:pointer;
}

.default_gallery_list li dl dd.img{
	float:left;
	width:100%;
	height:200px;
	cursor:pointer;
}

.default_menu_list{
	float:left;
	width:100%;
}

.default_menu_list li{
	float:left;
	position:relative;
	width:360px;
	height:380px;
	margin-right:60px;
	margin-bottom:60px;
	background:#fbfbfb;
	cursor:pointer;
}

.default_menu_list li.no_margin{
	margin-right:0;
}

.default_store_table{
	float:left;
	width:100%;
	border-top:2px solid #000;
}

.default_store_table th, .default_store_table td{
	padding:22px 0;
	border-right:1px solid #ccc;
}

.default_store_table th:last-child, .default_store_table td:last-child{
	border-right:0;
}

.default_store_table th{
	background:#fbfbfb;
	border-bottom:1px solid #c3c3c3;
	font-size:18px;
	font-weight:500;
	color:#000;
}

.default_store_table tr.top_line{
	border-top:1px solid #4f4f4f;
}

.default_store_table td{
	border-bottom:1px solid #c3c3c3;
	font-size:16px;
	font-weight:500;
	color:#666;
	text-align:center;
}

.sub_menu_over_area{
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:358px;
	height:378px;
	background:url("/images/sub/menu_list_bg.png");
	border:1px solid #ececec;
	z-index:1001;
}

.sub_menu_over_area dt{
	float:left;
	width:330px;
	margin:90px 0 0 15px;
	font-size:26px;
	font-weight:700;
	color:#000;
	text-align:center;
}

.sub_menu_over_area dd.ename{
	float:left;
	width:260px;
	margin:20px 0 0 49px;
	padding-bottom:22px;
	font-size:16px;
	font-weight:500;
	color:#666;
	text-align:center;
	border-bottom:2px solid #333;
}

.sub_menu_over_area dd.menu_content{
	float:left;
	width:100%;
	margin-top:30px;
	font-size:16px;
	font-weight:500;
	color:#000;
	line-height:25px;
	text-align:center;
}

.default_menu_list li:hover .sub_menu_over_area{
	display:block;
}

.menu_list_icon{
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	text-align:center;
}

.menu_list_title{
	position:absolute;
	left:0;
	bottom:50px;
	width:100%;
	font-size:18px;
	font-weight:500;
	text-align:center;
}


.size50{
	width:50px;
}

.size100{
	width:100px;
}

.size150{
	width:150px;
}

.size200{
	width:200px;
}

.size300{
	width:300px;
}

.size400{
	width:400px;
}

.size500{
	width:500px;
}

.size600{
	width:600px;
}

.size700{
	width:700px;
}

.size98per{
	width:98%;
}