@charset "utf-8";

.search{
	margin-left:auto;
	margin-right:auto;
	width:300px;
	margin-bottom:50px;
}

.searchbox{
	width:200px;
	height:30px;
	font-weight:600;
	font-size:15px;
	text-align:center;
	border-radius:5px;
}


.column{
	width: 100%;
	background-color:#eaeaea;	
	border: 1px dotted #999;
}


.title{
	width:280px;
	float:left;
	background-color:#fffd00;
	color:#333;
	font-weight:600;
	font-size:15px;
	text-align:center;
	padding:3px;
	margin:3px;
}

.message {
	text-align:center;
	color:#ff6666;
	width:calc(100%-20px);
	margin-left:auto;
	margin-right:auto;
	font-weight:600;
	font-size:12px;
}
.content{
	float:left;
	padding:3px;
	margin:3px;
	font-size:13px;
}


.column::after{
	content: "";
	clear: both;
	display: table;
}

select {
	font-size:15px;
	font-weight:600;
	color:#0000aa;
	text-align:center;
}
textarea{
	width:100%;
	height:100px;

}
input[type=radio]{
	width:15px;
	height:15px;

}
.linkbutton{
background-color:#eaeaea;
padding:5px;
margin:2px;
border-style: outset;
border-width: 2px;
border-color: #cccccc;
border-radius: 6px;
min-width:70px;
font-size:15px;
font-weight:600;
}

.linkbutton:hover{
background-color:#ec008c;
color:#ffffff;
cursor: pointer;
}

.section_title{
	background-color:#66ccff;
	color:#ffffff;
	font-weight:600;
	width:calc(100%-10px);
	height:30px;
	font-size:16px;
	margin-bottom:5px;
	border-radius:5px;
	text-align:center;
	vertical-align:middle;
	height:auto;
	padding:10px;
}


.section_title::after{
	content: "";
	clear: both;
	display: table;
}


body{
font-family:'Noto Sans KR', 'Noto Sans', 'Times New Roman', sans-serif,'Malgun Gothic', 'gulim', "¸¼Àº °íµñ", "±¼¸²";
}

.store_category_wraper{
	width: auto;
	text-align:center;
	margin-bottom:10px;
	padding: 9px;
}



.store_category_item{
	float:left;
	border: 1px solid #d70005;
	padding: 9px;
	font-size: 11px;
	font-weight:400;
	margin: 3px;
	border-radius: 5px;
	display:inline-block;
	background-color:#d70005;
	color:#fff;
	text-align:center;
	min-width: 105px;
}

.store_category_item:hover{
	background-color:#fff;
	color:#333 !important;
	font-weight:600;
	cursor:pointer;
}

.store_tree {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 14px;
	font-weight:400;
	float:left;
	border-radius: 5px;
	display:inline-block;
	background-color:#777;
	text-align:left;
	margin:3px;
}

.sel_tree{
	background-color:#d70005;
}
.store_tree .fas {
	color:#fff;
}
.store_tree:link{
	text-decoration: none;
	color:#fff;
}
.store_tree:active{
	text-decoration: none;
	color:#fff;

}
.store_tree:hover, .store_tree:hover *{
	text-decoration: none;
	color:#333 !important;
	background-color:#fff
}

.store_tree:visited{
	text-decoration: none;
	color:#fff;
}


.fas{
	font-size: 20px;
	color:#999999;
}

.fas_wraper{
	height:30px;
	float:left;
	padding:5px;
	margin-top:5px;
}


.clearfix:after{
	content: "";
    clear: both;
    display: table;
}

.category_wraper{
	border: 1px outset #333;
	width: 100%;

}

.lastchildwraper{
	float: none;
	border: 1px dotted #ccc;
	border-radius: 5px;
	display:block;
	background-color:#f6f6f6;
	padding:3px;
	margin-bottom:15px;
}



.adwraper{
	float:none;
	display:block;	
	border: 1px dotted #ccc;
	display:block;	
	padding:7px;
	margin-bottom:7px;
	border-radius: 5px;

}



.store_group{
	float: none;
	display:table-cell;	
	min-width:150px;
	background-color:#fe6266;
	text-align:center;
	vertical-align: middle;
	padding:2px;
	border-radius:5px;
	font-weight:600;
	font-size:15px;
	color:#fff;
}
.store_description{
	float: none;
	display:table-cell;
	width: calc(100%);
	font-size:13px;
	margin-left:7px;
	padding:5px;
}

.store_phone{
	display:block;
	background-color:#f6f6f6;
	padding:5px;
	text-align: left;
	font-size:13px;
	letter-spacing: 1px;
	font-weight:600;
	border-radius:5px;

}
.store_phone i{
	margin:0 5px 0 5px;
}
.store_description .store_phone:first-child{
	margin-top:0px;
}

.adgroup_wraper{
	display:inline-block;
	float:none;
}

.wraper {
	display:block;
	float:none;
}



@media (max-width: 640px){
	.store_group, .store_description{
		display: block;
	}


}


a, a:visited, a:active{
color:#ec008c;
text-decoration:none;
}
a:hover{
color:#f66ebe;
text-decoration:underline;
}

