/* BASIC css start */
/*게시판 공용*/
.h_title { border-top:none !important; border-bottom:1px solid #e5e5e5 !important; padding:20px 4%!important; text-align:center; background-color:#f5f6f8; }
.h_title h3 { width:100%; line-height:30px; text-align:center; font-size:14px; font-weight:600; color:#0d277d; }
.h_title span { display:inline-block; }
.h_title span a { font-size:14px; font-weight:600; display:inline-block; height:30px; line-height:30px; }
.h_title span a.boardBlue { color:#0d277d; }

.btn_Red { background-color:#222 !important; border:1px solid #222 !important; color:#fff !important; }
.btn_Grey { background-color:#39406a !important; border:1px solid #39406a !important; }

#review-board-list ul { width:100%; overflow:hidden; background-color:#fff; padding:15px 4%; box-sizing:border-box; }
#review-board-list ul li { width:100%; }
#review-board-list ul li a { display:block; text-indent:20px; width:100%; font-family: Malgun Godic, MalgunGodic, "맑은 고딕", Dotum, "돋움", DotumChe, "돋움체", Verdana, monospace, Corbel, AppleGothic, Helvetica, sans-serif; font-size:12px; color:#222; line-height:20px; padding:15px 0; border-bottom:1px solid #e5e5e5; box-sizing:border-box; }
#review-board-list ul li:first-child { font-size:16px; font-weight:600; border-bottom:1px solid #0d277d; line-height:20px; padding:20px 0; color:#0d277d; }

#review-board-list ul li a > svg { color:#0d277d; font-size:25px; line-height:60px; vertical-align:-0.25em; padding-right:8px; }
#review-board-list ul li a span { font-weight:600; color:#3ba0ec; }
#review-board-list ul li a p { display:inline-block; float:right; }
#review-board-list ul li a p > svg { color:#0d277d; }
#review-board-list ul li a p.flip { transform:rotate(180deg); }
#review-board-list ul li div { display:none; width:100%; background-color:#f5f6f8; padding:20px 4%; box-sizing:border-box; font-size:12px; line-height:20px; color:#222; }

/* BASIC css end */

