.gstore{font-family:'SC dream',sans-serif;color:#5b5145;}
.gstore *{box-sizing:border-box;}

.gstore_head{position:relative;text-align:center;padding:6px 0 30px;margin:0 0 30px;}
.gstore_head:after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:4px;border-radius:4px;background:#ffc107;}
.gstore_kicker{display:inline-block;font-size:11.5px;letter-spacing:2px;color:#b0873a;margin:0 0 14px;}
.gstore_kicker:before,.gstore_kicker:after{content:'';display:inline-block;width:22px;height:1px;background:#e2d3ae;vertical-align:middle;margin:0 10px;}
.gstore_head h4{font-family:'GmarketSansMedium';font-size:34px;color:#241d15;line-height:1.25;margin:0;word-break:keep-all;}
.gstore_head h4 span{position:relative;display:inline-block;z-index:0;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;color:inherit;letter-spacing:inherit;margin:0;padding:0;}
.gstore_head h4 span:after{content:'';position:absolute;left:-4px;right:-4px;bottom:2px;height:12px;background:#ffe083;z-index:-1;}
.gstore_count{font-size:14px;color:#8d8378;margin:14px 0 0;}
.gstore_count em{font-style:normal;font-family:'GmarketSansMedium';color:#c08a00;font-size:16px;}

.gstore_list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;list-style:none;margin:0;padding:0;}
.gstore_item{background:#fffdf7;border:1px solid #ece0c4;border-radius:14px;overflow:hidden;box-shadow:0 3px 0 #f0e6d0;transition:transform .2s,box-shadow .2s;}
.gstore_item:hover{transform:translateY(-4px);box-shadow:0 10px 22px rgba(80,60,20,.16);}

.gstore_top{display:flex;align-items:center;gap:11px;background:#241d15;padding:15px 18px;}
.gstore_no{flex:none;width:28px;height:28px;border-radius:8px;background:#ffc107;color:#241d15;font-family:'GmarketSansMedium';font-size:13px;line-height:28px;text-align:center;}
.gstore_name{font-family:'GmarketSansMedium';font-weight:normal;font-size:17.5px;color:#fff;line-height:1.35;word-break:keep-all;}

.gstore_menu{list-style:none;margin:0;padding:6px 18px 14px;}
.gstore_menu li{position:relative;padding:12px 0 12px 17px;border-bottom:1px dashed #ece0c4;font-size:14.5px;line-height:1.45;color:#4d4437;word-break:keep-all;}
.gstore_menu li:last-child{border-bottom:0;}
.gstore_menu li:before{content:'';position:absolute;left:0;top:19px;width:7px;height:7px;border-radius:50%;background:#ffc107;}

@media screen and (max-width:1024px){
	.gstore_list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;}
}

@media screen and (max-width:785px){
	.gstore_head{padding:0 0 24px;margin:0 0 24px;}
	.gstore_head h4{font-size:26px;}
	.gstore_head h4 span:after{height:9px;}
	.gstore_count{font-size:13.5px;margin:11px 0 0;}
	.gstore_list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;}
	.gstore_item:hover{transform:none;box-shadow:0 3px 0 #f0e6d0;}
	.gstore_top{padding:13px 16px;gap:10px;}
	.gstore_no{width:26px;height:26px;line-height:26px;font-size:12.5px;}
	.gstore_name{font-size:16.5px;}
	.gstore_menu{padding:4px 16px 12px;}
	.gstore_menu li{padding:11px 0 11px 16px;font-size:14px;}
	.gstore_menu li:before{top:18px;width:6px;height:6px;}
}

@media screen and (max-width:640px){
	.gstore_list{grid-template-columns:1fr;}
}
