/* BASIC css start */
/* font-family: 'Naum Gothic', 'Tajawal', 'sans-serif'; */
@import url('https://fonts.googleapis.com/css?family=Tajawal:700');
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates');


header #downArea .no6 a { color:#0d277d; }
header #downArea .no6 a:after { 
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d277d;
    transition-duration: 0.2s;
}

/*게시판 공용*/
.h_title { border-top:none !important; border-bottom:1px solid #e5e5e5 !important; padding:20px 4% 0 !important; text-align:center; background-color:#f9f8f7; overflow:hidden; }
.h_title span { display:inline-block; }
.h_title span a { font-size:12px; 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; 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:20px 0; border-bottom:1px solid #e5e5e5; box-sizing:border-box; }

#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:#0d277d; }
#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:#f9f8f7; padding:20px 4%; box-sizing:border-box; font-size:12px; line-height:20px; color:#222; }

.qnaNum { width:100%; padding:20px 0; overflow:hidden;margin:0 auto; }
.qnaNum span { width:50%; height:40px; text-align:center; float:left;background-color:#fff; }
.qnaNum span a { display:block; width:100%; height:100%;text-align:center; font-size:14px; font-weight:bold; text-align:center; color:#c7c7c7; border-bottom:2px solid #c7c7c7; }
.qnaNum span a.atv { background-color:#fff; color:#0d277d; border-bottom:2px solid #0d277d; }




/* BASIC css end */

