diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl
index e35c7eb..bc0f2fe 100644
--- a/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl
+++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_board/view_bf_detail_board.ftl
@@ -50,7 +50,14 @@
- ${model ['rm']['bd_tp_nm']!}
+ ${model ['rm']['bd_tp_nm']!}
+ <#if model['rm']['hashtag']?has_content >
+ <#list model['rm']['hashtag']?replace("#", ",")?split(",") as tag>
+ <#if tag?has_content>
+ blue<#else>green#if>">${tag}
+ #if>
+ #list>
+ #if>
diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css
index eefc013..2dd1a3f 100644
--- a/src/main/webapp/m/css/style.css
+++ b/src/main/webapp/m/css/style.css
@@ -16025,7 +16025,8 @@ main.sona_cont_measurement {
.community_view01 .tag_cont {
display: flex;
align-items: center;
- justify-content: center;
+ justify-content: flex-start;
+ flex-wrap: wrap;
}
.community_view01 .tag_cont span{
@@ -16034,6 +16035,7 @@ main.sona_cont_measurement {
padding: 0.4rem 0.9rem;
margin-right: 0.4rem;
border-radius: 50px;
+ margin-bottom: 5px;
}
.community_view01 .tag_cont #yellow{