.contents{display: inline-block; float: left; width: 100%; margin: 80px 0 160px 0; font-size: 15px; color: #787878;}
.intro{display: block; margin-bottom: 60px;}
.title_img{display: inline-block; width: 100%; height: 100px; margin-bottom: 40px; text-align: center; background: url("/fur_frt/images/dealer/ceosclub/clubceos.svg") center no-repeat;}
.sub_title{font-family: "TT Norms"; display: block; margin-bottom: 14px; color: #333; text-align: center; font-size: 18px; font-style: normal; font-weight: 500;  line-height: 27px;}
.sub_text{font-family: "Noto Sans KR"; display: block; text-align: center; color: #7B7B7B; font-size: 15px; font-style: normal; font-weight: 500; line-height: 22.5px; letter-spacing: -0.165px;}

.store_list{display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;}
.store_item {display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; min-height: 145px; border: 1px solid #E8E8E8; padding: 22px 30px; border-radius: 12px; background: #fff; box-sizing: border-box;}
.store_item:hover{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06), 0px 14px 14px 0px rgba(0, 0, 0, 0.06);}
.store_item:hover .store_map_btn{border: 1px solid #C6C6C6; background-color: #F5F5F5; color: #333333;}
.store_item .store_name{font-family: "Noto Sans KR"; display: block; margin-bottom: 13px; color: #000; font-size: 15px; font-style: normal; font-weight: 500; line-height: 22.5px; letter-spacing: -0.165px;}
.store_item .store_phone, .store_item .store_address{position: relative; font-family: "Noto Sans KR"; padding-left: 26px; margin-bottom: 8px; color: #7B7B7B; font-size: 13px; font-weight: 500; line-height: 20px; word-break: keep-all; letter-spacing: -0.143px;}
.store_item .store_phone::before{content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; background: url("/fur_frt/images/dealer/ceosclub/phone.svg") center center / contain no-repeat;}
.store_item .store_address::before{content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; background: url("/fur_frt/images/dealer/ceosclub/pin.svg") center center / contain no-repeat;}
.store_item .store_map_btn{display: inline-flex; align-items: center; height: 28px; padding: 0 12px; margin-top: 14px; border-radius: 4px; border: 1px solid #c6c6c6; color: #7B7B7B; text-align: center; font-size: 12px; font-weight: 500; line-height: 18px; background-color: #fff;}
.store_item .store_map_btn:hover{border: 1px solid #7B7B7B;}
