/* BASIC css start */
header #downArea .no3 a { color:#0d277d; }
header #downArea .no3 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:none !important; padding:20px 4% !important; text-align:center; background-color:#f5f6f8; }
.h_title span { display:inline-block; padding:0 6px; }
.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; }

.item-search { padding:0 4% 15px !important; }
.btn_Grey { background-color:#222 !important; border:1px solid #222 !important; opacity:50%; }

#review-board-write .reviewInfo {width:100%; border-bottom:1px solid #bebebe; display: table; padding:10px 0;}
#review-board-write .reviewInfo figure a {width:145px; display:table-cell; padding:0 10px;}
#review-board-write .reviewInfo figure a img {width:100%;}
#review-board-write .reviewInfo figcaption {display:table-cell; vertical-align: middle; font-weight:bold;}
#review-board-write .form-wrap {background-color:#fff; padding:10px 4%;}
#review-board-write table {width:100%;}
#review-board-write table th {text-align:left;}
#review-board-write table th, #review-board-write table td {padding:8px 0;}
#review-board-write table .fixButtonR .btn_Grey {width: 115px; display: inline-block; position: absolute; top:0; right:0;}
#review-board-write table .textArea textarea {height:110px;}
#review-board-write table .agree a {position: absolute; right: 0; border: 1px solid #c4c4c4; padding: 2px 5px; margin-right: 10px; background-color: #fff;}

#review-board-write .pd10 .btn_Red { margin-bottom:10px; }
.btn_Red { background-color:#0d277d !important; border:1px solid #0d277d !important; border-radius:50px;}
.btn_White { background-color:#222 !important; border:1px solid #222 !important; color:#fff !important; height:40px !important; line-height:40px !important;border-radius:50px; }

#review-board-write { padding-bottom:30px; }
/* BASIC css end */

