@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;}
.ctt_admin {margin:0 5px;text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}
@media(min-width:970px){
	.page_container { margin-top: 150px} 
}

.store_wrap {
	width:100%;
	margin-bottom:100px;
}
.stores {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.stores h2 {
	text-align:right;
	font-size:25px;
	word-break:keep-all;
	font-weight:bold;
	color:#3b423b;
}
.stores p {
	text-align:right;
	font-size:18px;
	margin-top:50px;
	word-break:keep-all;
}
.store_text_mb {
	display:none;
}
.store_text {
	padding:50px 20px;
}
.s_box {
	width:32%;
	float:left;
	margin-left:1%;
	margin-top:50px;
}

.s_images {
	width:100%;
}
.s_map_wrap {
	width:100%;
	overflow:hidden;
}
.store01 {
	text-align:center;
}
.s_maps {
	width:1200px;
	margin:0 auto;
}
.map_about {
	border:1px solid #ddd;
	padding:30px;
}
.map_about p {
	font-size:16px;
	line-height:35px;
}
.s_images img {
	border-radius:30px;
}
.s_images1 img {
	border-radius:0px 30px 0px 30px;
}
.s_images2 img {
	border-radius:30px 0 30px 0;
}
.s_text {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
}

@media (max-width: 1200px){
	.stores {width:100%;}
	.s_maps {width:100%;}
	.store_text_mb {display:block; padding:20px;}
	.stores h2 {text-align:left;}
	.store_text {display:none;}
	.stores p {text-align:left;}
	.s_box {width:100%; margin-left:0;}
	.s_box3 {display:none;}
	.s_images {text-align:center;}
	.s_text {font-size:15px;}
	.map_about p {font-size:15px;}
}