/* BASIC css start */
.ul, li { list-style: none; }
main, section, div { position: relative; }

.container img { vertical-align: top; }
.container a { display: block; }
.container { max-width: 800px; box-sizing: border-box; margin: 0; padding: 0; color: #000; font-size: 14px; background-color: #f7f7f7;  }

.contents { background-color: #fff; }

h3.top_title { text-align: center; padding: 15px 10px; font-weight: bold; font-size: 1.142857142857143em; background-color: #fff;  }
h3.top_title a { float: left; width: 10px; }

/* 카테고리 스와이퍼 */
.tab__wrap .swiper-slide { width: 30%; }
.tab__wrap .swiper-slide a { padding: 15px 10px; text-align: center; font-weight: bold; }
.sel { border-bottom: 2px solid #000; }

/* 글쓰기 table */
#review-board-write table th { font-weight: bold !important; }
#review-board-write table td input { background-color: #f7f7f7 !important; border: 0; }
.td_password { position: relative; }
.td_password span.lock { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }

/* 파일첨부 */
.fixButtonR { display: flex; flex-direction: row; width: 100%; }
.fixButtonR input#bw_input_file { background-color: #fff !important; border: 1px solid #e5e5e5 !important; }
.btn_file { width: 35px; }
.btn_file img { height: 100%; }

/* 버튼 */
.pd10 { display: flex; flex-direction: row; gap: 1%; }
.btn_White { border-color: #aaa; color: #aaa; }

/* 가로스크롤 생겨서 overflow 줌 */
.form-wrap { overflow-x: hidden; }

/* 기존 css */
#review-board-write { margin-top: 20px; }
#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; word-break: break-all;}
#review-board-write .form-wrap { background-color:#eaeaea; padding:10px; border-top: 0 !important; }
#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 { margin:20px 0; }


/* BASIC css end */

