@charset utf-8;
/*웹폰트*/
@font-face{
	font-family:nanum_G;
	src:url(/font/NanumGothic-Regular.eot);
	src:url(/font/NanumGothic-Regular.woff)format("woff"),
		url(/font/NanumGothic-Regular.ttf)format("truetype");
}

@font-face{
	font-family:nanum_GB;
	src:url(/font/NanumGothic-Bold.eot);
	src:url(/font/NanumGothic-Bold.woff)format("woff"),
		url(/font/NanumGothic-Bold.ttf)format("truetype");
}

@font-face{
	font-family:nanum_GEB;
	src:url(/font/NanumGothic-ExtraBold.eot);
	src:url(/font/NanumGothic-ExtraBold.woff)format("woff"),
		url(/font/NanumGothic-ExtraBold.ttf)format("truetype");
}

@font-face{
	font-family:nanum_M;
	src:url(/font/NanumMyeongjo.eot);
	src:url(/font/NanumMyeongjo.woff)format("woff"),
		url(/font/NanumMyeongjo.ttf)format("truetype");
}

@font-face{
	font-family:nanum_MB;
	src:url(/font/NanumMyeongjoBold.eot);
	src:url(/font/NanumMyeongjoBold.woff)format("woff"),
		url(/font/NanumMyeongjoBold.ttf)format("truetype");
}


@font-face{
	font-family:nanum_S;
	src:url(/font/NanumSquareR.eot);
	src:url(/font/NanumSquareR.woff)format("woff"),
		url(/font/NanumSquareR.ttf)format("truetype");
}

@font-face{
	font-family:nanum_SB;
	src:url(/font/NanumSquareB.eot);
	src:url(/font/NanumSquareB.woff)format("woff"),
		url(/font/NanumSquareB.ttf)format("truetype");
}

@font-face{
	font-family:nanum_BG;
	src:url(/font/NanumBarunGothic.eot);
	src:url(/font/NanumBarunGothic.woff)format("woff"),
		url(/font/NanumBarunGothic.ttf)format("truetype"),
}

@font-face{
	font-family:nanum_BGB;
	src:url(/font/NanumBarunGothicBold.eot);
	src:url(/font/NanumBarunGothicBold.woff)format("woff"),
		url(/font/NanumBarunGothicBold.ttf)format("truetype"),
}


/**********************  전체  ******************************/

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', NatoNanum_BG, Nanum_BGB, NanumBarunGothicBold, 나눔고딕, '맑은 고딕', 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;appearance:none;font-family: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]{cursor:pointer;}
strong, b{font-weight:bold;}
button{cursor:pointer;}
body.login_body{
	width:100%;
	height:100%;
	min-width:1500px;
	background:url("/images/login/background.gif") ;
	background-size:cover;
}

input: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; }

/***************************************************************************************************/


.left{
	float:left;
}

.right{
	float:right;
}

.paging{
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0;
}

.paging ul{
	margin:0 auto;
}

.paging ul li{
	display:inline-block;
	margin-right:2px;
	width:25px;
	height:19px;
	font-size:11px;
	text-align:center;
	padding-top:6px;
	border:1px solid #ddd;
}

.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:hover, .paging ul li.over{
	background:#999;
	color:#fff;
	cursor:pointer;
}


.paging ul li.now_page{
	background:#efefef;
}


.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;
}

.darkblue_sbtn{	
	padding:6px 10px;
	border:0;
	background:#133555;
	border:0;
	color:#fff;
	font-weight:700;
	font-size:12px;
}

.blackline_btn{	
	padding:15px 30px;
	border:0;
	background:#fff;
	border:0;
	color:#333;
	font-weight:700;
	font-size:18px;
	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;
}

.btn_frame{
	float:left;
	width:260px;
	margin-top:10px;
	text-align:center;
}

.default_list_table{
	float:left;
	width:100%;
	border-top:1px solid #333;
}

.default_list_table li{
	float:left;
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #ddd;
	font-size:14px;
}

.default_list_table dl{
	float:left;
	width:100%;
}

.default_list_table dl dt{
	float:left;
	width:80%;
	text-align:left;
	text-indent:15px;
}

.default_list_table li.title dl dt, .default_list_table li.title dl dd{
	color:#333;
}

.default_list_table li.title dl dt{
	text-align:center;
	text-indent:0;
}

.default_list_table dl dd{
	float:left;
	width:20%;
	text-align:center;
	color:#999;
}

@media screen and (max-width:500px){
	.default_list_table li.title{
		display:none;
	}

	.default_list_table li dl dt, .default_list_table li dl dd{
		width:90%;
		text-align:left;
		margin-left:10px;
		text-indent:0;
	}
}

.default_write_tbl{
	float:left;
	width:100%;
	border-top:1px solid #333;
}

.default_write_tbl th, .default_write_tbl td{
	padding:15px 0;
	border-bottom:1px solid #ddd;
}

.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_write_mtbl{
	float:left;
	width:100%;
}

.default_write_mtbl th, .default_write_mtbl td{
	float:left;
	width:100%;
}

.default_write_mtbl th{
	text-align:left;
	font-size:14px;
	font-weight:700;
}

.default_write_mtbl th .star{
	color:#c91d13;
}

.default_write_mtbl td{
	padding:15px 0;
}

.default_write_mtbl textarea{
	width:98%;
	height:150px;
}

.default_write_mtbl td input, .default_write_mtbl td select{
	height:35px;
}

.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.board_content{
	height:400px;
	vertical-align:top;
	padding:0;
}

.default_view_table td.board_content iframe{
	width:1000px;
	height:560px;
}

@media screen and (max-width:500px){
	.default_view_table td.board_content iframe{
		width:98%;
		height:300px;
	}
}

.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{
	margin:0 auto;
	width:90%;
}

.default_gallery_list li dl dt{
	float:left;
	width:100%;
	height:50px;
	padding-top:25px;
	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:250px;
	cursor:pointer;
}

.default_gallery_list li dl dd.img img{
	width:100%;
	height:100%;
}

.default_gallery_list li.no-data{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:center;
}

@media screen and (max-width:500px){
	.default_gallery_list li{
		float:left;
		width:100% ;
		margin-bottom:20px;
	}

	.default_gallery_list li dl{
		margin:0 auto;
		width:90%;
	}

	.default_gallery_list li dl dt{
		float:left;
		width:100%;
		height:50px;
		padding-top:25px;
		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_gallery_list li dl dd.img img{
		width:100%;
		height:100%;
	}

	.default_gallery_list li.no-data{
		float:left;
		width:100%;
		margin-top:30px;
		text-align:center;
	}
}

.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%;
}