@charset "utf-8";

/* home */
.selectGraphData > select { font-size: 0.8em; }

/* member edit */ 
.profile_thumb { width: 300px; }
.profile_thumb > img { width: 70% }
.img_file_upload { margin-top: 20px; }
.showPopup { visibility: visible; animation: slideInPopup 0.5s; }

/* message */
.message_list { padding: 10px 10px; border-bottom: 1px solid #e3e6f0; }
.message_list img { width: 30px; }
.message_list a { text-decoration: none; }
.message_list .text-truncate { font-size: 0.95em; color: #525252; }

/* church setting */
#levelNamePop > .pop_con { max-width: 350px !important; }
#distance { width: 50px; min-width: 50px; }

.info_txt { color: var(--sub-02); }