/* BASIC css start */
.community_top_box {padding:52px 10px 42px; box-sizing:border-box; }
.community_top_box .cs_info { text-align: center; margin-bottom:38px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.community_top_box .cs_info .tt {color:#ed7a71; font-size:3.0rem; font-weight:800 }
.community_top_box .cs_info .num {font-weight:800; font-size:5.2rem} 
.community_top_box .cs_info .txt { font-size:1.4rem; }
.community_top_box .community_tab {display: flex; justify-content: center; align-items: center; background:#f7f6f2; border-radius:16px; box-sizing:border-box;  max-width:400px; margin:0 auto; width:100%}
.community_top_box .community_tab a {display:inline-block; padding:0 10px; position:relative; display: flex; justify-content: center; align-items: center; height:48px; font-size:1.5rem; font-weight:600;}
.community_top_box .community_tab a:after {content:""; display:inline-block; width:1px; height:18px; background:#c9c7c1; position:absolute; right:0; top:calc(50% - 9px); }
.community_top_box .community_tab a:last-child:after {display:none; }.community_tab {display: flex; justify-content: center; align-items: center; background:#f7f6f2; border-radius:10px; box-sizing:border-box;  }

/* BASIC css end */

